Skip to content

Commit 6c25339

Browse files
build(deps): bump the theoretically-non-breaking group across 1 directory with 18 updates (#5045)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e206aa2 commit 6c25339

File tree

4 files changed

+363
-487
lines changed

4 files changed

+363
-487
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"release:publish": "nx release publish --registry https://registry.npmjs.org"
3434
},
3535
"devDependencies": {
36-
"@commitlint/cli": "^19.6.0",
37-
"@eslint/js": "9.16.0",
36+
"@commitlint/cli": "^19.6.1",
37+
"@eslint/js": "9.17.0",
3838
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
3939
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
40-
"@nx/js": "20.2.1",
40+
"@nx/js": "20.2.2",
4141
"@rollup/plugin-commonjs": "^28.0.1",
4242
"@rollup/plugin-inject": "^5.0.5",
4343
"@rollup/plugin-node-resolve": "^16.0.0",
@@ -47,13 +47,13 @@
4747
"@swc/core": "~1.10.1",
4848
"@swc/helpers": "~0.5.15",
4949
"@types/babel__core": "^7.20.5",
50-
"@types/node": "^22.10.1",
50+
"@types/node": "^22.10.2",
5151
"@vitest/coverage-v8": "^2.1.8",
52-
"@vitest/eslint-plugin": "^1.1.14",
52+
"@vitest/eslint-plugin": "^1.1.16",
5353
"@vitest/ui": "^2.1.8",
5454
"bytes": "^3.1.2",
5555
"es-module-lexer": "^1.5.4",
56-
"eslint": "9.16.0",
56+
"eslint": "9.17.0",
5757
"eslint-config-flat-gitignore": "^0.3.0",
5858
"eslint-plugin-header": "^3.1.1",
5959
"eslint-plugin-import": "^2.31.0",
@@ -62,15 +62,15 @@
6262
"husky": "^9.1.7",
6363
"isbinaryfile": "^5.0.4",
6464
"jsdom": "^25.0.1",
65-
"lint-staged": "^15.2.10",
66-
"magic-string": "^0.30.14",
67-
"nx": "20.2.1",
65+
"lint-staged": "^15.2.11",
66+
"magic-string": "^0.30.17",
67+
"nx": "20.2.2",
6868
"prettier": "^3.4.2",
6969
"rollup": "^4.28.1",
7070
"terser": "^5.37.0",
7171
"tslib": "^2.8.1",
7272
"typescript": "5.4.5",
73-
"typescript-eslint": "8.17.0",
73+
"typescript-eslint": "8.18.0",
7474
"vitest": "^2.1.8"
7575
},
7676
"lint-staged": {

packages/@lwc/integration-tests/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
},
2020
"devDependencies": {
2121
"@lwc/rollup-plugin": "8.12.0",
22-
"@wdio/cli": "^9.4.1",
23-
"@wdio/local-runner": "^9.4.1",
24-
"@wdio/mocha-framework": "^9.2.8",
25-
"@wdio/sauce-service": "^9.4.1",
26-
"@wdio/spec-reporter": "^9.2.14",
27-
"@wdio/static-server-service": "^9.2.2",
22+
"@wdio/cli": "^9.4.2",
23+
"@wdio/local-runner": "^9.4.2",
24+
"@wdio/mocha-framework": "^9.4.2",
25+
"@wdio/sauce-service": "^9.4.2",
26+
"@wdio/spec-reporter": "^9.4.2",
27+
"@wdio/static-server-service": "^9.4.2",
2828
"deepmerge": "^4.3.1",
2929
"dotenv": "^16.4.7",
3030
"lwc": "8.12.0",

packages/@lwc/module-resolver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
}
4646
},
4747
"dependencies": {
48-
"resolve": "~1.22.8"
48+
"resolve": "~1.22.9"
4949
}
5050
}

0 commit comments

Comments
 (0)