Skip to content

Commit 98a949c

Browse files
build(deps-dev): bump the theoretically-non-breaking group with 4 updates (#5475)
Bumps the theoretically-non-breaking group with 4 updates: [isbinaryfile](https://github.com/gjtorikian/isBinaryFile), [lint-staged](https://github.com/lint-staged/lint-staged), [rollup](https://github.com/rollup/rollup) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `isbinaryfile` from 5.0.4 to 5.0.6 - [Release notes](https://github.com/gjtorikian/isBinaryFile/releases) - [Commits](gjtorikian/isBinaryFile@5.0.4...5.0.6) Updates `lint-staged` from 16.1.5 to 16.1.6 - [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.1.5...v16.1.6) Updates `rollup` from 4.48.1 to 4.50.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.48.1...v4.50.0) Updates `typescript-eslint` from 8.40.0 to 8.41.0 - [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.41.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: isbinaryfile dependency-version: 5.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: lint-staged dependency-version: 16.1.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: rollup dependency-version: 4.50.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking - dependency-name: typescript-eslint dependency-version: 8.41.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a30a647 commit 98a949c

File tree

4 files changed

+224
-225
lines changed

4 files changed

+224
-225
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@
6464
"glob": "^11.0.3",
6565
"globals": "^16.3.0",
6666
"husky": "^9.1.7",
67-
"isbinaryfile": "^5.0.4",
67+
"isbinaryfile": "^5.0.6",
6868
"jsdom": "^26.1.0",
69-
"lint-staged": "^16.1.5",
69+
"lint-staged": "^16.1.6",
7070
"magic-string": "^0.30.18",
7171
"nx": "21.4.1",
7272
"prettier": "^3.6.2",
73-
"rollup": "^4.48.1",
73+
"rollup": "^4.50.0",
7474
"terser": "^5.43.1",
7575
"tslib": "^2.8.1",
7676
"typescript": "5.8.2",
77-
"typescript-eslint": "8.40.0",
77+
"typescript-eslint": "8.41.0",
7878
"vitest": "^3.2.4"
7979
},
8080
"lint-staged": {

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.48.1",
18+
"rollup": "^4.50.0",
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.21.6",
16-
"rollup": "^4.48.1",
16+
"rollup": "^4.50.0",
1717
"rollup-plugin-livereload": "^2.0.5",
1818
"rollup-plugin-serve": "^3.0.0",
1919
"tslib": "^2.8.1"

0 commit comments

Comments
 (0)