Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nolan Lawson <[email protected]>
  • Loading branch information
dependabot[bot] and nolanlawson authored Nov 18, 2024
1 parent 711266e commit 88bf8a7
Show file tree
Hide file tree
Showing 6 changed files with 318 additions and 321 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@eslint/js": "^9.14.0",
"@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.12",
"@nx/js": "20.1.2",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^15.3.0",
Expand All @@ -48,13 +48,13 @@
"@swc/helpers": "~0.5.15",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/eslint-plugin": "^1.1.10",
"@vitest/ui": "^2.1.4",
"@vitest/ui": "^2.1.5",
"@vitest/utils": "^2.1.2",
"bytes": "^3.1.2",
"es-module-lexer": "^1.5.4",
"eslint": "^9.14.0",
"eslint": "9.14.0",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.31.0",
Expand All @@ -65,14 +65,14 @@
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"magic-string": "^0.30.12",
"nx": "20.0.12",
"nx": "20.1.2",
"prettier": "^3.3.3",
"rollup": "^4.25.0",
"rollup": "^4.27.2",
"terser": "^5.36.0",
"tslib": "^2.8.1",
"typescript": "5.4.5",
"typescript-eslint": "^8.13.0",
"vitest": "^2.1.4"
"typescript-eslint": "8.13.0",
"vitest": "^2.1.5"
},
"lint-staged": {
"*.{js,mjs,ts}": "eslint",
Expand Down
8 changes: 4 additions & 4 deletions packages/@lwc/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
},
"devDependencies": {
"@lwc/rollup-plugin": "8.8.0",
"@wdio/cli": "^9.2.11",
"@wdio/local-runner": "^9.2.11",
"@wdio/cli": "^9.2.14",
"@wdio/local-runner": "^9.2.15",
"@wdio/mocha-framework": "^9.2.8",
"@wdio/sauce-service": "^9.2.11",
"@wdio/spec-reporter": "^9.2.8",
"@wdio/sauce-service": "^9.2.14",
"@wdio/spec-reporter": "^9.2.14",
"@wdio/static-server-service": "^9.2.2",
"deepmerge": "^4.3.1",
"dotenv": "^16.4.5",
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.25.0",
"rollup": "^4.27.2",
"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.8.0",
"postcss": "~8.4.48",
"postcss": "~8.4.49",
"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.8.0",
"@rollup/plugin-replace": "^6.0.1",
"lwc": "8.8.0",
"rollup": "^4.25.0",
"rollup": "^4.27.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^3.0.0"
},
Expand Down
Loading

0 comments on commit 88bf8a7

Please sign in to comment.