Skip to content

Commit ded339b

Browse files
committed
chore: upgrade dependencies - patch bumps
1 parent 6bec826 commit ded339b

File tree

8 files changed

+276
-214
lines changed

8 files changed

+276
-214
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@
3737
"release:publish:canary": "nx release publish --registry https://registry.npmjs.org"
3838
},
3939
"devDependencies": {
40-
"@commitlint/cli": "^19.8.0",
40+
"@commitlint/cli": "^19.8.1",
4141
"@eslint/js": "9.24.0",
4242
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
4343
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
44-
"@nx/js": "21.2.1",
45-
"@rollup/plugin-commonjs": "^28.0.3",
44+
"@nx/js": "21.2.2",
45+
"@rollup/plugin-commonjs": "^28.0.6",
4646
"@rollup/plugin-inject": "^5.0.5",
4747
"@rollup/plugin-node-resolve": "^16.0.1",
4848
"@rollup/plugin-replace": "^6.0.2",
49-
"@rollup/plugin-typescript": "^12.1.2",
49+
"@rollup/plugin-typescript": "^12.1.4",
5050
"@swc-node/register": "~1.10.10",
5151
"@swc/core": "~1.11.21",
5252
"@swc/helpers": "~0.5.17",
@@ -61,19 +61,19 @@
6161
"eslint-config-flat-gitignore": "^2.1.0",
6262
"eslint-plugin-header": "^3.1.1",
6363
"eslint-plugin-import": "^2.31.0",
64-
"glob": "^11.0.1",
64+
"glob": "^11.0.3",
6565
"globals": "^16.0.0",
6666
"husky": "^9.1.7",
6767
"isbinaryfile": "^5.0.4",
6868
"jsdom": "^26.1.0",
6969
"lint-staged": "^15.5.1",
7070
"magic-string": "^0.30.17",
71-
"nx": "21.2.1",
71+
"nx": "21.2.2",
7272
"prettier": "^3.5.3",
7373
"rollup": "^4.40.0",
7474
"terser": "^5.39.0",
7575
"tslib": "^2.8.1",
76-
"typescript": "5.8.2",
76+
"typescript": "5.8.3",
7777
"typescript-eslint": "8.29.1",
7878
"vitest": "^3.1.1"
7979
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@lwc/engine-server": "8.20.1",
2727
"@lwc/rollup-plugin": "8.20.1",
2828
"@lwc/synthetic-shadow": "8.20.1",
29-
"@types/jasmine": "^5.1.7",
29+
"@types/jasmine": "^5.1.8",
3030
"chokidar": "^4.0.3",
3131
"istanbul-lib-coverage": "^3.2.2",
3232
"istanbul-lib-report": "^3.0.1",

packages/@lwc/integration-not-karma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@lwc/rollup-plugin": "8.20.1",
1414
"@lwc/synthetic-shadow": "8.20.1",
1515
"@types/chai": "^5.2.2",
16-
"@types/jasmine": "^5.1.7",
16+
"@types/jasmine": "^5.1.8",
1717
"@web/dev-server-rollup": "^0.6.4",
1818
"@web/test-runner": "^0.20.1",
1919
"chai": "^5.2.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@rollup/plugin-replace": "^6.0.2",
17-
"@rollup/plugin-typescript": "^12.1.2",
17+
"@rollup/plugin-typescript": "^12.1.4",
1818
"rollup": "^4.40.0",
1919
"rollup-plugin-livereload": "^2.0.5",
2020
"rollup-plugin-serve": "^3.0.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@lwc/template-compiler": "8.20.1",
5555
"acorn": "8.14.1",
5656
"astring": "^1.9.0",
57-
"estree-toolkit": "^1.7.12",
57+
"estree-toolkit": "^1.7.13",
5858
"immer": "^10.1.1",
5959
"meriyah": "^5.0.0"
6060
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"dependencies": {
4949
"@lwc/shared": "8.20.1",
50-
"postcss": "~8.5.3",
50+
"postcss": "~8.5.6",
5151
"postcss-selector-parser": "~7.1.0",
5252
"postcss-value-parser": "~4.2.0"
5353
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@lwc/rollup-plugin": "8.20.1",
1313
"@rollup/plugin-replace": "^6.0.2",
14-
"@rollup/plugin-typescript": "^12.1.2",
14+
"@rollup/plugin-typescript": "^12.1.4",
1515
"lwc": "8.20.1",
1616
"rollup": "^4.40.0",
1717
"rollup-plugin-livereload": "^2.0.5",

0 commit comments

Comments
 (0)