Skip to content

Commit 289deeb

Browse files
authored
Merge branch 'master' into wjh/wtr-smaller-utils
2 parents f14c829 + 5ecf556 commit 289deeb

File tree

8 files changed

+294
-373
lines changed

8 files changed

+294
-373
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@commitlint/cli": "^19.8.1",
41-
"@eslint/js": "9.34.0",
41+
"@eslint/js": "9.35.0",
4242
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
4343
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
4444
"@nx/js": "21.4.1",
@@ -51,13 +51,13 @@
5151
"@swc/core": "~1.13.5",
5252
"@swc/helpers": "~0.5.17",
5353
"@types/babel__core": "^7.20.5",
54-
"@types/node": "^22.18.0",
54+
"@types/node": "^22.18.1",
5555
"@vitest/coverage-v8": "^3.2.4",
56-
"@vitest/eslint-plugin": "^1.3.6",
56+
"@vitest/eslint-plugin": "^1.3.9",
5757
"@vitest/ui": "^3.2.4",
5858
"bytes": "^3.1.2",
5959
"es-module-lexer": "^1.7.0",
60-
"eslint": "9.34.0",
60+
"eslint": "9.35.0",
6161
"eslint-config-flat-gitignore": "^2.1.0",
6262
"eslint-plugin-header": "^3.1.1",
6363
"eslint-plugin-import": "^2.32.0",
@@ -67,14 +67,14 @@
6767
"isbinaryfile": "^5.0.6",
6868
"jsdom": "^26.1.0",
6969
"lint-staged": "^16.1.6",
70-
"magic-string": "^0.30.18",
70+
"magic-string": "^0.30.19",
7171
"nx": "21.4.1",
7272
"prettier": "^3.6.2",
73-
"rollup": "^4.50.0",
74-
"terser": "^5.43.1",
73+
"rollup": "^4.50.1",
74+
"terser": "^5.44.0",
7575
"tslib": "^2.8.1",
7676
"typescript": "5.8.2",
77-
"typescript-eslint": "8.41.0",
77+
"typescript-eslint": "8.42.0",
7878
"vitest": "^3.2.4"
7979
},
8080
"lint-staged": {

packages/@lwc/compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
}
4747
},
4848
"dependencies": {
49-
"@babel/core": "7.28.3",
49+
"@babel/core": "7.28.4",
5050
"@babel/plugin-transform-async-generator-functions": "7.28.0",
5151
"@babel/plugin-transform-async-to-generator": "7.27.1",
5252
"@babel/plugin-transform-class-properties": "7.27.1",
53-
"@babel/plugin-transform-object-rest-spread": "7.28.0",
53+
"@babel/plugin-transform-object-rest-spread": "7.28.4",
5454
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
5555
"@lwc/babel-plugin-component": "8.21.6",
5656
"@lwc/errors": "8.21.6",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@wdio/spec-reporter": "^9.17.0",
2727
"@wdio/static-server-service": "^9.16.2",
2828
"deepmerge": "^4.3.1",
29-
"dotenv": "^17.2.1",
29+
"dotenv": "^17.2.2",
3030
"lwc": "8.21.6",
3131
"minimist": "^1.2.8",
3232
"webdriverio": "^9.0.7"

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.4",
18-
"rollup": "^4.50.0",
18+
"rollup": "^4.50.1",
1919
"rollup-plugin-livereload": "^2.0.5",
2020
"rollup-plugin-serve": "^3.0.0"
2121
}

packages/@lwc/rollup-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@lwc/compiler": "8.21.6",
5050
"@lwc/module-resolver": "8.21.6",
5151
"@lwc/shared": "8.21.6",
52-
"@rollup/pluginutils": "~5.2.0"
52+
"@rollup/pluginutils": "~5.3.0"
5353
},
5454
"devDependencies": {
5555
"@lwc/errors": "8.21.6"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
}
4949
},
5050
"dependencies": {
51-
"@babel/types": "7.28.2",
51+
"@babel/types": "7.28.4",
5252
"@lwc/errors": "8.21.6",
5353
"@lwc/shared": "8.21.6",
5454
"@lwc/template-compiler": "8.21.6",
5555
"acorn": "8.15.0",
5656
"astring": "^1.9.0",
5757
"estree-toolkit": "^1.7.13",
58-
"immer": "^10.1.1",
58+
"immer": "^10.1.3",
5959
"meriyah": "^5.0.0"
6060
},
6161
"devDependencies": {

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@rollup/plugin-replace": "^6.0.2",
1414
"@rollup/plugin-typescript": "^12.1.4",
1515
"lwc": "8.21.6",
16-
"rollup": "^4.50.0",
16+
"rollup": "^4.50.1",
1717
"rollup-plugin-livereload": "^2.0.5",
1818
"rollup-plugin-serve": "^3.0.0",
1919
"tslib": "^2.8.1"

yarn.lock

Lines changed: 278 additions & 357 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)