Skip to content

Commit

Permalink
build(deps): bump the theoretically-non-breaking group with 14 updates (
Browse files Browse the repository at this point in the history
#4821)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 4845840 commit ce1d6bb
Show file tree
Hide file tree
Showing 6 changed files with 379 additions and 379 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,19 @@
"@eslint/js": "^9.14.0",
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
"@nx/js": "20.0.8",
"@nx/js": "20.0.12",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-typescript": "^12.1.1",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.8.0",
"@swc/helpers": "~0.5.13",
"@swc/core": "~1.9.2",
"@swc/helpers": "~0.5.15",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/eslint-plugin": "^1.1.7",
"@vitest/eslint-plugin": "^1.1.8",
"@vitest/ui": "^2.1.4",
"@vitest/utils": "^2.1.2",
"bytes": "^3.1.2",
Expand All @@ -59,21 +59,21 @@
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jest": "^28.9.0",
"glob": "^11.0.0",
"globals": "^15.12.0",
"husky": "^9.1.6",
"isbinaryfile": "^5.0.4",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"magic-string": "^0.30.12",
"nx": "20.0.8",
"nx": "20.0.12",
"prettier": "^3.3.3",
"rollup": "^4.24.4",
"rollup": "^4.25.0",
"terser": "^5.36.0",
"tslib": "^2.8.1",
"typescript": "5.4.5",
"typescript-eslint": "^8.12.2",
"typescript-eslint": "^8.13.0",
"vitest": "^2.1.4"
},
"lint-staged": {
Expand Down
6 changes: 3 additions & 3 deletions packages/@lwc/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "8.7.0",
"@wdio/cli": "^9.2.8",
"@wdio/local-runner": "^9.2.8",
"@wdio/cli": "^9.2.11",
"@wdio/local-runner": "^9.2.11",
"@wdio/mocha-framework": "^9.2.8",
"@wdio/sauce-service": "^9.2.8",
"@wdio/sauce-service": "^9.2.11",
"@wdio/spec-reporter": "^9.2.8",
"@wdio/static-server-service": "^9.2.2",
"deepmerge": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/integration-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-typescript": "^12.1.1",
"rollup": "^4.24.4",
"rollup": "^4.25.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/style-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@lwc/shared": "8.7.0",
"postcss": "~8.4.47",
"postcss": "~8.4.48",
"postcss-selector-parser": "~7.0.0",
"postcss-value-parser": "~4.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@lwc/rollup-plugin": "8.7.0",
"@rollup/plugin-replace": "^6.0.1",
"lwc": "8.7.0",
"rollup": "^4.24.4",
"rollup": "^4.25.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^3.0.0"
},
Expand Down
Loading

0 comments on commit ce1d6bb

Please sign in to comment.