Skip to content

Commit

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

* chore: update rollup and eslint

* fix: remove unneeded eslint config values

* fix: bad merge
  • Loading branch information
jye-sf authored Jan 25, 2025
1 parent 9c1eb60 commit 52ad456
Show file tree
Hide file tree
Showing 5 changed files with 532 additions and 357 deletions.
9 changes: 1 addition & 8 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,7 @@ export default tseslint.config(
},

parserOptions: {
projectService: {
allowDefaultProject: [
// I'm not sure why these files aren't picked up... :\
'packages/@lwc/module-resolver/scripts/test/matchers/to-throw-error-with-code.ts',
'packages/@lwc/module-resolver/scripts/test/matchers/to-throw-error-with-type.ts',
'packages/@lwc/module-resolver/scripts/test/setup-test.ts',
],
},
projectService: {},
},
},

Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,26 @@
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@eslint/js": "9.18.0",
"@eslint/js": "9.19.0",
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
"@nx/js": "20.3.2",
"@nx/js": "20.3.3",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^12.1.2",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.10.8",
"@swc/core": "~1.10.9",
"@swc/helpers": "~0.5.15",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.10.7",
"@vitest/coverage-v8": "^3.0.3",
"@types/node": "^22.10.10",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/eslint-plugin": "^1.1.25",
"@vitest/ui": "^3.0.3",
"@vitest/ui": "^3.0.4",
"bytes": "^3.1.2",
"es-module-lexer": "^1.6.0",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-flat-gitignore": "^1.0.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.31.0",
Expand All @@ -63,16 +63,16 @@
"husky": "^9.1.7",
"isbinaryfile": "^5.0.4",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.1",
"lint-staged": "^15.4.2",
"magic-string": "^0.30.17",
"nx": "20.3.2",
"nx": "20.3.3",
"prettier": "^3.4.2",
"rollup": "^4.31.0",
"rollup": "^4.32.0",
"terser": "^5.37.0",
"tslib": "^2.8.1",
"typescript": "5.4.5",
"typescript-eslint": "8.20.0",
"vitest": "^3.0.3"
"typescript": "5.7.3",
"typescript-eslint": "8.21.0",
"vitest": "^3.0.4"
},
"lint-staged": {
"*.{js,mjs,ts}": "eslint --cache",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
},
"dependencies": {
"@babel/core": "7.26.0",
"@babel/core": "7.26.7",
"@babel/plugin-transform-async-generator-functions": "7.25.9",
"@babel/plugin-transform-async-to-generator": "7.25.9",
"@babel/plugin-transform-class-properties": "7.25.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/ssr-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
},
"dependencies": {
"@babel/types": "7.26.5",
"@babel/types": "7.26.7",
"@lwc/shared": "8.12.6",
"@lwc/errors": "8.12.6",
"@lwc/template-compiler": "8.12.6",
Expand Down
Loading

0 comments on commit 52ad456

Please sign in to comment.