Skip to content

Commit

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

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 Jan 13, 2025
1 parent a37c754 commit 030d839
Show file tree
Hide file tree
Showing 7 changed files with 430 additions and 432 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,43 +34,43 @@
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@eslint/js": "9.17.0",
"@eslint/js": "9.18.0",
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
"@nx/js": "20.3.0",
"@nx/js": "20.3.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-typescript": "^12.1.2",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.10.4",
"@swc/core": "~1.10.7",
"@swc/helpers": "~0.5.15",
"@types/babel__core": "^7.20.5",
"@types/node": "^22.10.5",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.24",
"@vitest/eslint-plugin": "^1.1.25",
"@vitest/ui": "^2.1.8",
"bytes": "^3.1.2",
"es-module-lexer": "^1.6.0",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.31.0",
"glob": "^11.0.0",
"glob": "^11.0.1",
"globals": "^15.14.0",
"husky": "^9.1.7",
"isbinaryfile": "^5.0.4",
"jsdom": "^25.0.1",
"lint-staged": "^15.3.0",
"magic-string": "^0.30.17",
"nx": "20.3.0",
"nx": "20.3.1",
"prettier": "^3.4.2",
"rollup": "^4.30.0",
"rollup": "^4.30.1",
"terser": "^5.37.0",
"tslib": "^2.8.1",
"typescript": "5.4.5",
"typescript-eslint": "8.19.0",
"typescript-eslint": "8.19.1",
"vitest": "^2.1.8"
},
"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.12.4",
"@wdio/cli": "^9.5.1",
"@wdio/local-runner": "^9.5.1",
"@wdio/cli": "^9.5.7",
"@wdio/local-runner": "^9.5.7",
"@wdio/mocha-framework": "^9.5.0",
"@wdio/sauce-service": "^9.5.1",
"@wdio/sauce-service": "^9.5.7",
"@wdio/spec-reporter": "^9.5.0",
"@wdio/static-server-service": "^9.5.0",
"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.2",
"@rollup/plugin-typescript": "^12.1.2",
"rollup": "^4.30.0",
"rollup": "^4.30.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^3.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/perf-benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@best/cli": "^14.0.0",
"@best/runner-headless": "^14.0.0",
"@best/runner-remote": "^14.0.0",
"folder-hash": "4.1.0",
"folder-hash": "4.1.1",
"markdown-table": "^3.0.4",
"tachometer": "^0.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@lwc/ssr-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
},
"dependencies": {
"@babel/types": "7.26.3",
"@babel/types": "7.26.5",
"@lwc/shared": "8.12.4",
"@lwc/errors": "8.12.4",
"@lwc/template-compiler": "8.12.4",
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.12.4",
"@rollup/plugin-replace": "^6.0.2",
"lwc": "8.12.4",
"rollup": "^4.30.0",
"rollup": "^4.30.1",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-serve": "^3.0.0"
},
Expand Down
Loading

0 comments on commit 030d839

Please sign in to comment.