Skip to content

Commit 52ad456

Browse files
authored
chore: update dependencies (#5169)
* chore: update dependencies - patch versions * chore: update rollup and eslint * fix: remove unneeded eslint config values * fix: bad merge
1 parent 9c1eb60 commit 52ad456

File tree

5 files changed

+532
-357
lines changed

5 files changed

+532
-357
lines changed

eslint.config.mjs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,7 @@ export default tseslint.config(
4848
},
4949

5050
parserOptions: {
51-
projectService: {
52-
allowDefaultProject: [
53-
// I'm not sure why these files aren't picked up... :\
54-
'packages/@lwc/module-resolver/scripts/test/matchers/to-throw-error-with-code.ts',
55-
'packages/@lwc/module-resolver/scripts/test/matchers/to-throw-error-with-type.ts',
56-
'packages/@lwc/module-resolver/scripts/test/setup-test.ts',
57-
],
58-
},
51+
projectService: {},
5952
},
6053
},
6154

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,26 @@
3535
},
3636
"devDependencies": {
3737
"@commitlint/cli": "^19.6.1",
38-
"@eslint/js": "9.18.0",
38+
"@eslint/js": "9.19.0",
3939
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
4040
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
41-
"@nx/js": "20.3.2",
41+
"@nx/js": "20.3.3",
4242
"@rollup/plugin-commonjs": "^28.0.2",
4343
"@rollup/plugin-inject": "^5.0.5",
4444
"@rollup/plugin-node-resolve": "^16.0.0",
4545
"@rollup/plugin-replace": "^6.0.2",
4646
"@rollup/plugin-typescript": "^12.1.2",
4747
"@swc-node/register": "~1.10.9",
48-
"@swc/core": "~1.10.8",
48+
"@swc/core": "~1.10.9",
4949
"@swc/helpers": "~0.5.15",
5050
"@types/babel__core": "^7.20.5",
51-
"@types/node": "^22.10.7",
52-
"@vitest/coverage-v8": "^3.0.3",
51+
"@types/node": "^22.10.10",
52+
"@vitest/coverage-v8": "^3.0.4",
5353
"@vitest/eslint-plugin": "^1.1.25",
54-
"@vitest/ui": "^3.0.3",
54+
"@vitest/ui": "^3.0.4",
5555
"bytes": "^3.1.2",
5656
"es-module-lexer": "^1.6.0",
57-
"eslint": "9.18.0",
57+
"eslint": "9.19.0",
5858
"eslint-config-flat-gitignore": "^1.0.0",
5959
"eslint-plugin-header": "^3.1.1",
6060
"eslint-plugin-import": "^2.31.0",
@@ -63,16 +63,16 @@
6363
"husky": "^9.1.7",
6464
"isbinaryfile": "^5.0.4",
6565
"jsdom": "^26.0.0",
66-
"lint-staged": "^15.4.1",
66+
"lint-staged": "^15.4.2",
6767
"magic-string": "^0.30.17",
68-
"nx": "20.3.2",
68+
"nx": "20.3.3",
6969
"prettier": "^3.4.2",
70-
"rollup": "^4.31.0",
70+
"rollup": "^4.32.0",
7171
"terser": "^5.37.0",
7272
"tslib": "^2.8.1",
73-
"typescript": "5.4.5",
74-
"typescript-eslint": "8.20.0",
75-
"vitest": "^3.0.3"
73+
"typescript": "5.7.3",
74+
"typescript-eslint": "8.21.0",
75+
"vitest": "^3.0.4"
7676
},
7777
"lint-staged": {
7878
"*.{js,mjs,ts}": "eslint --cache",

packages/@lwc/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"dependencies": {
49-
"@babel/core": "7.26.0",
49+
"@babel/core": "7.26.7",
5050
"@babel/plugin-transform-async-generator-functions": "7.25.9",
5151
"@babel/plugin-transform-async-to-generator": "7.25.9",
5252
"@babel/plugin-transform-class-properties": "7.25.9",

packages/@lwc/ssr-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
},
5050
"dependencies": {
51-
"@babel/types": "7.26.5",
51+
"@babel/types": "7.26.7",
5252
"@lwc/shared": "8.12.6",
5353
"@lwc/errors": "8.12.6",
5454
"@lwc/template-compiler": "8.12.6",

0 commit comments

Comments
 (0)