Skip to content

Commit

Permalink
build(deps-dev): bump the theoretically-non-breaking group with 15 up…
Browse files Browse the repository at this point in the history
…dates (#4934)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 468d1c7 commit f75c819
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 422 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,45 +33,45 @@
"release:publish": "nx release publish --registry https://registry.npmjs.org"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@eslint/js": "9.14.0",
"@commitlint/cli": "^19.6.0",
"@eslint/js": "9.15.0",
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
"@nx/js": "20.1.2",
"@nx/js": "20.1.3",
"@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.9.2",
"@swc/core": "~1.9.3",
"@swc/helpers": "~0.5.15",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.9.0",
"@types/node": "^22.9.3",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/eslint-plugin": "^1.1.10",
"@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.15.0",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.31.0",
"glob": "^11.0.0",
"globals": "^15.12.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"isbinaryfile": "^5.0.4",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.10",
"magic-string": "^0.30.12",
"nx": "20.1.2",
"magic-string": "^0.30.13",
"nx": "20.1.3",
"prettier": "^3.3.3",
"rollup": "^4.27.2",
"rollup": "^4.27.4",
"terser": "^5.36.0",
"tslib": "^2.8.1",
"typescript": "5.4.5",
"typescript-eslint": "8.13.0",
"typescript-eslint": "8.15.0",
"vitest": "^2.1.5"
},
"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.10.1",
"@wdio/cli": "^9.2.14",
"@wdio/local-runner": "^9.2.15",
"@wdio/cli": "^9.3.1",
"@wdio/local-runner": "^9.3.1",
"@wdio/mocha-framework": "^9.2.8",
"@wdio/sauce-service": "^9.2.14",
"@wdio/sauce-service": "^9.3.1",
"@wdio/spec-reporter": "^9.2.14",
"@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.27.2",
"rollup": "^4.27.4",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^3.0.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.10.1",
"@rollup/plugin-replace": "^6.0.1",
"lwc": "8.10.1",
"rollup": "^4.27.2",
"rollup": "^4.27.4",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^3.0.0"
},
Expand Down
Loading

0 comments on commit f75c819

Please sign in to comment.