Skip to content

Commit

Permalink
chore: update dependencies (#3857)
Browse files Browse the repository at this point in the history
* chore: update non-breaking dependencies - patch versions

* chore: update non-breaking dependencies - minor versions

* chore: update @types/estree to 1.0.5
  • Loading branch information
jye-sf authored Nov 14, 2023
1 parent 5545a67 commit 2ceda62
Show file tree
Hide file tree
Showing 10 changed files with 480 additions and 450 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@
"prettier": "v3 requires ESM, and we use prettier in our Jest tests. Jest does not support ESM yet."
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@commitlint/cli": "^17.7.2",
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"@lwc/jest-utils-lwc-internals": "link:./scripts/jest/utils",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-inject": "^5.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.4",
"@types/babel__core": "^7.20.3",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.8",
"@types/babel__core": "^7.20.4",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"bytes": "^3.1.2",
"es-module-lexer": "^1.3.1",
"eslint": "^8.52.0",
"es-module-lexer": "^1.4.1",
"eslint": "^8.53.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-jest": "^27.6.0",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"husky": "^8.0.2",
Expand All @@ -62,8 +62,8 @@
"magic-string": "^0.30.4",
"nx": "16.9.1",
"prettier": "^2.8.8",
"rollup": "^4.2.0",
"terser": "^5.21.0",
"rollup": "^4.4.1",
"terser": "^5.24.0",
"ts-jest": "^29.1.1",
"tslib": "^2.6.1",
"typescript": "5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/@lwc/babel-plugin-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"line-column": "~1.0.2"
},
"devDependencies": {
"@types/babel__helper-module-imports": "~7.18.2",
"@types/line-column": "~1.0.1"
"@types/babel__helper-module-imports": "~7.18.3",
"@types/line-column": "~1.0.2"
},
"peerDependencies": {
"@babel/core": "^7"
Expand Down
4 changes: 2 additions & 2 deletions packages/@lwc/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
}
},
"dependencies": {
"@babel/core": "7.23.2",
"@babel/core": "7.23.3",
"@babel/plugin-proposal-async-generator-functions": "7.20.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-async-to-generator": "7.22.5",
"@babel/plugin-transform-async-to-generator": "7.23.3",
"@locker/babel-plugin-transform-unforgeables": "0.20.0",
"@lwc/babel-plugin-component": "5.0.1",
"@lwc/errors": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/integration-karma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@lwc/rollup-plugin": "5.0.1",
"@lwc/synthetic-shadow": "5.0.1",
"chokidar": "^3.5.3",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-report": "^3.0.1",
"istanbul-reports": "^3.1.6",
"karma": "^6.4.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/@lwc/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "5.0.1",
"@wdio/cli": "^8.16.20",
"@wdio/local-runner": "^8.16.20",
"@wdio/mocha-framework": "^8.16.17",
"@wdio/sauce-service": "^8.16.20",
"@wdio/spec-reporter": "^8.16.17",
"@wdio/static-server-service": "^8.16.17",
"@wdio/cli": "^8.22.1",
"@wdio/local-runner": "^8.22.1",
"@wdio/mocha-framework": "^8.22.0",
"@wdio/sauce-service": "^8.22.1",
"@wdio/spec-reporter": "^8.21.0",
"@wdio/static-server-service": "^8.21.0",
"deepmerge": "^4.3.0",
"dotenv": "^16.3.1",
"lwc": "5.0.1",
"minimist": "^1.2.8",
"webdriverio": "^8.16.20"
"webdriverio": "^8.22.1"
}
}
2 changes: 1 addition & 1 deletion packages/@lwc/style-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"string.prototype.matchall": "^4.0.10"
},
"devDependencies": {
"@types/string.prototype.matchall": "^4.0.0"
"@types/string.prototype.matchall": "^4.0.3"
}
}
4 changes: 2 additions & 2 deletions packages/@lwc/template-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
},
"devDependencies": {
"@parse5/tools": "^0.3.0",
"@types/estree": "1.0.3",
"@types/he": "^1.2.2",
"@types/estree": "1.0.5",
"@types/he": "^1.2.3",
"@types/source-map": "0.5.7",
"parse5": "~7.1.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/template-compiler/src/shared/estree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export function functionExpression(
}

export function functionDeclaration(
id: null | t.Identifier,
id: t.Identifier,
params: t.FunctionDeclaration['params'],
body: t.FunctionDeclaration['body'],
config?: Partial<t.FunctionDeclaration>
Expand Down
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "5.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-replace": "^5.0.5",
"lwc": "5.0.1",
"rollup": "^4.2.0",
"rollup": "^4.4.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^2.0.2"
},
Expand Down
Loading

0 comments on commit 2ceda62

Please sign in to comment.