Skip to content

Commit 15ba41f

Browse files
build(deps-dev): bump the theoretically-non-breaking group with 5 updates
Bumps the theoretically-non-breaking group with 5 updates: | Package | From | To | | --- | --- | --- | | [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.3.12` | `1.3.13` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.0` | `16.2.3` | | [rollup](https://github.com/rollup/rollup) | `4.52.0` | `4.52.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.44.0` | `8.44.1` | | [chai](https://github.com/chaijs/chai) | `6.0.1` | `6.2.0` | Updates `@vitest/eslint-plugin` from 1.3.12 to 1.3.13 - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](vitest-dev/eslint-plugin-vitest@v1.3.12...v1.3.13) Updates `lint-staged` from 16.2.0 to 16.2.3 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v16.2.0...v16.2.3) Updates `rollup` from 4.52.0 to 4.52.3 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.52.0...v4.52.3) Updates `typescript-eslint` from 8.44.0 to 8.44.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.1/packages/typescript-eslint) Updates `chai` from 6.0.1 to 6.2.0 - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/main/History.md) - [Commits](chaijs/chai@v6.0.1...v6.2.0) --- updated-dependencies: - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.3.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: lint-staged dependency-version: 16.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: rollup dependency-version: 4.52.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: typescript-eslint dependency-version: 8.44.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: chai dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0e0879 commit 15ba41f

File tree

5 files changed

+247
-289
lines changed

5 files changed

+247
-289
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/babel__core": "^7.20.5",
5454
"@types/node": "^22.18.4",
5555
"@vitest/coverage-v8": "^3.2.4",
56-
"@vitest/eslint-plugin": "^1.3.12",
56+
"@vitest/eslint-plugin": "^1.3.13",
5757
"@vitest/ui": "^3.2.4",
5858
"bytes": "^3.1.2",
5959
"es-module-lexer": "^1.7.0",
@@ -66,15 +66,15 @@
6666
"husky": "^9.1.7",
6767
"isbinaryfile": "^5.0.6",
6868
"jsdom": "^26.1.0",
69-
"lint-staged": "^16.2.0",
69+
"lint-staged": "^16.2.3",
7070
"magic-string": "^0.30.19",
7171
"nx": "21.5.3",
7272
"prettier": "^3.6.2",
73-
"rollup": "^4.52.0",
73+
"rollup": "^4.52.3",
7474
"terser": "^5.44.0",
7575
"tslib": "^2.8.1",
7676
"typescript": "5.8.2",
77-
"typescript-eslint": "8.44.0",
77+
"typescript-eslint": "8.44.1",
7878
"vitest": "^3.2.4"
7979
},
8080
"lint-staged": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@web/dev-server-import-maps": "^0.2.1",
2222
"@web/dev-server-rollup": "^0.6.4",
2323
"@web/test-runner": "^0.20.2",
24-
"chai": "^6.0.1"
24+
"chai": "^6.2.0"
2525
},
2626
"volta": {
2727
"extends": "../../../package.json"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@rollup/plugin-replace": "^6.0.2",
1717
"@rollup/plugin-typescript": "^12.1.4",
18-
"rollup": "^4.52.0",
18+
"rollup": "^4.52.3",
1919
"rollup-plugin-livereload": "^2.0.5",
2020
"rollup-plugin-serve": "^3.0.0"
2121
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@rollup/plugin-replace": "^6.0.2",
1414
"@rollup/plugin-typescript": "^12.1.4",
1515
"lwc": "8.22.3",
16-
"rollup": "^4.52.0",
16+
"rollup": "^4.52.3",
1717
"rollup-plugin-livereload": "^2.0.5",
1818
"rollup-plugin-serve": "^3.0.0",
1919
"tslib": "^2.8.1"

0 commit comments

Comments
 (0)