Skip to content

Commit ab5222f

Browse files
build(deps-dev): bump the theoretically-non-breaking group with 4 updates
Bumps the theoretically-non-breaking group with 4 updates: [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js), [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [@parse5/tools](https://github.com/parse5/parse5-tools). Updates `@nx/js` from 21.2.3 to 21.2.4 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/21.2.4/packages/js) Updates `nx` from 21.2.3 to 21.2.4 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/21.2.4/packages/nx) Updates `typescript-eslint` from 8.36.0 to 8.37.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.37.0/packages/typescript-eslint) Updates `@parse5/tools` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/parse5/parse5-tools/releases) - [Commits](parse5/parse5-tools@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: "@nx/js" dependency-version: 21.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: nx dependency-version: 21.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: typescript-eslint dependency-version: 8.37.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking - dependency-name: "@parse5/tools" dependency-version: 0.7.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 94e557f commit ab5222f

File tree

3 files changed

+130
-276
lines changed

3 files changed

+130
-276
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@eslint/js": "9.31.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.2.3",
44+
"@nx/js": "21.2.4",
4545
"@rollup/plugin-commonjs": "^28.0.6",
4646
"@rollup/plugin-inject": "^5.0.5",
4747
"@rollup/plugin-node-resolve": "^16.0.1",
@@ -68,13 +68,13 @@
6868
"jsdom": "^26.1.0",
6969
"lint-staged": "^15.5.1",
7070
"magic-string": "^0.30.17",
71-
"nx": "21.2.3",
71+
"nx": "21.2.4",
7272
"prettier": "^3.6.2",
7373
"rollup": "^4.45.0",
7474
"terser": "^5.43.1",
7575
"tslib": "^2.8.1",
7676
"typescript": "5.8.2",
77-
"typescript-eslint": "8.36.0",
77+
"typescript-eslint": "8.37.0",
7878
"vitest": "^3.2.4"
7979
},
8080
"lint-staged": {

packages/@lwc/template-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"he": "~1.2.0"
5454
},
5555
"devDependencies": {
56-
"@parse5/tools": "^0.6.0",
56+
"@parse5/tools": "^0.7.0",
5757
"@types/estree": "^1.0.8",
5858
"@types/he": "^1.2.3",
5959
"estree-walker": "~3.0.3",

0 commit comments

Comments
 (0)