Skip to content

Commit a9ce7c2

Browse files
build(deps-dev): bump the theoretically-non-breaking group across 1 directory with 5 updates
Bumps the theoretically-non-breaking group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `21.2.3` | `21.2.4` | | [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `21.2.3` | `21.2.4` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.36.0` | `8.37.0` | | [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) | `9.9.1` | `9.18.0` | | [@parse5/tools](https://github.com/parse5/parse5-tools) | `0.6.0` | `0.7.0` | 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 `webdriverio` from 9.9.1 to 9.18.0 - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](https://github.com/webdriverio/webdriverio/commits/v9.18.0/packages/webdriverio) 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: webdriverio dependency-version: 9.18.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 97ff6f5 commit a9ce7c2

File tree

4 files changed

+134
-429
lines changed

4 files changed

+134
-429
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/integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dotenv": "^17.2.0",
3030
"lwc": "8.20.1",
3131
"minimist": "^1.2.8",
32-
"webdriverio": "^9.0.7"
32+
"webdriverio": "^9.18.0"
3333
},
3434
"volta": {
3535
"extends": "../../../package.json"

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)