Skip to content

Commit 030d839

Browse files
build(deps): bump the theoretically-non-breaking group with 15 updates (#5128)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a37c754 commit 030d839

File tree

7 files changed

+430
-432
lines changed

7 files changed

+430
-432
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,43 +34,43 @@
3434
},
3535
"devDependencies": {
3636
"@commitlint/cli": "^19.6.1",
37-
"@eslint/js": "9.17.0",
37+
"@eslint/js": "9.18.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.3.0",
40+
"@nx/js": "20.3.1",
4141
"@rollup/plugin-commonjs": "^28.0.2",
4242
"@rollup/plugin-inject": "^5.0.5",
4343
"@rollup/plugin-node-resolve": "^16.0.0",
4444
"@rollup/plugin-replace": "^6.0.2",
4545
"@rollup/plugin-typescript": "^12.1.2",
4646
"@swc-node/register": "~1.10.9",
47-
"@swc/core": "~1.10.4",
47+
"@swc/core": "~1.10.7",
4848
"@swc/helpers": "~0.5.15",
4949
"@types/babel__core": "^7.20.5",
5050
"@types/node": "^22.10.5",
5151
"@vitest/coverage-v8": "^2.1.8",
52-
"@vitest/eslint-plugin": "^1.1.24",
52+
"@vitest/eslint-plugin": "^1.1.25",
5353
"@vitest/ui": "^2.1.8",
5454
"bytes": "^3.1.2",
5555
"es-module-lexer": "^1.6.0",
56-
"eslint": "9.17.0",
56+
"eslint": "9.18.0",
5757
"eslint-config-flat-gitignore": "^0.3.0",
5858
"eslint-plugin-header": "^3.1.1",
5959
"eslint-plugin-import": "^2.31.0",
60-
"glob": "^11.0.0",
60+
"glob": "^11.0.1",
6161
"globals": "^15.14.0",
6262
"husky": "^9.1.7",
6363
"isbinaryfile": "^5.0.4",
6464
"jsdom": "^25.0.1",
6565
"lint-staged": "^15.3.0",
6666
"magic-string": "^0.30.17",
67-
"nx": "20.3.0",
67+
"nx": "20.3.1",
6868
"prettier": "^3.4.2",
69-
"rollup": "^4.30.0",
69+
"rollup": "^4.30.1",
7070
"terser": "^5.37.0",
7171
"tslib": "^2.8.1",
7272
"typescript": "5.4.5",
73-
"typescript-eslint": "8.19.0",
73+
"typescript-eslint": "8.19.1",
7474
"vitest": "^2.1.8"
7575
},
7676
"lint-staged": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
},
2020
"devDependencies": {
2121
"@lwc/rollup-plugin": "8.12.4",
22-
"@wdio/cli": "^9.5.1",
23-
"@wdio/local-runner": "^9.5.1",
22+
"@wdio/cli": "^9.5.7",
23+
"@wdio/local-runner": "^9.5.7",
2424
"@wdio/mocha-framework": "^9.5.0",
25-
"@wdio/sauce-service": "^9.5.1",
25+
"@wdio/sauce-service": "^9.5.7",
2626
"@wdio/spec-reporter": "^9.5.0",
2727
"@wdio/static-server-service": "^9.5.0",
2828
"deepmerge": "^4.3.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@rollup/plugin-replace": "^6.0.2",
1717
"@rollup/plugin-typescript": "^12.1.2",
18-
"rollup": "^4.30.0",
18+
"rollup": "^4.30.1",
1919
"rollup-plugin-livereload": "^2.0.5",
2020
"rollup-plugin-serve": "^3.0.0"
2121
}

packages/@lwc/perf-benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@best/cli": "^14.0.0",
2626
"@best/runner-headless": "^14.0.0",
2727
"@best/runner-remote": "^14.0.0",
28-
"folder-hash": "4.1.0",
28+
"folder-hash": "4.1.1",
2929
"markdown-table": "^3.0.4",
3030
"tachometer": "^0.7.1"
3131
},

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.3",
51+
"@babel/types": "7.26.5",
5252
"@lwc/shared": "8.12.4",
5353
"@lwc/errors": "8.12.4",
5454
"@lwc/template-compiler": "8.12.4",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@lwc/rollup-plugin": "8.12.4",
1313
"@rollup/plugin-replace": "^6.0.2",
1414
"lwc": "8.12.4",
15-
"rollup": "^4.30.0",
15+
"rollup": "^4.30.1",
1616
"rollup-plugin-livereload": "^2.0.5",
1717
"rollup-plugin-serve": "^3.0.0"
1818
},

0 commit comments

Comments
 (0)