Skip to content

Commit 9b4ea08

Browse files
build(deps-dev): bump the theoretically-non-breaking group with 4 updates (#5444)
Bumps the theoretically-non-breaking group with 4 updates: [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js), [lint-staged](https://github.com/lint-staged/lint-staged), [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@nx/js` from 21.3.10 to 21.3.11 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/21.3.11/packages/js) Updates `lint-staged` from 16.1.2 to 16.1.4 - [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.2...v16.1.4) Updates `nx` from 21.3.10 to 21.3.11 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/21.3.11/packages/nx) Updates `typescript-eslint` from 8.38.0 to 8.39.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.39.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@nx/js" dependency-version: 21.3.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: lint-staged dependency-version: 16.1.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: nx dependency-version: 21.3.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: typescript-eslint dependency-version: 8.39.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> Co-authored-by: James Tu <jmsjtu@gmail.com>
1 parent 2cd9e5b commit 9b4ea08

File tree

2 files changed

+173
-322
lines changed

2 files changed

+173
-322
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@eslint/js": "9.32.0",
4242
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
4343
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
44-
"@nx/js": "21.3.10",
44+
"@nx/js": "21.3.11",
4545
"@rollup/plugin-commonjs": "^28.0.6",
4646
"@rollup/plugin-inject": "^5.0.5",
4747
"@rollup/plugin-node-resolve": "^16.0.1",
@@ -66,15 +66,15 @@
6666
"husky": "^9.1.7",
6767
"isbinaryfile": "^5.0.4",
6868
"jsdom": "^26.1.0",
69-
"lint-staged": "^16.1.2",
69+
"lint-staged": "^16.1.4",
7070
"magic-string": "^0.30.17",
71-
"nx": "21.3.10",
71+
"nx": "21.3.11",
7272
"prettier": "^3.6.2",
7373
"rollup": "^4.46.2",
7474
"terser": "^5.43.1",
7575
"tslib": "^2.8.1",
7676
"typescript": "5.8.2",
77-
"typescript-eslint": "8.38.0",
77+
"typescript-eslint": "8.39.0",
7878
"vitest": "^3.2.4"
7979
},
8080
"lint-staged": {

0 commit comments

Comments
 (0)