Skip to content

Commit 292510c

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), [@swc/core](https://github.com/swc-project/swc/tree/HEAD/packages/core), [lint-staged](https://github.com/lint-staged/lint-staged) and [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx). Updates `@nx/js` from 22.5.2 to 22.5.3 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.5.3/packages/js) Updates `@swc/core` from 1.15.13 to 1.15.17 - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/commits/v1.15.17/packages/core) Updates `lint-staged` from 16.2.7 to 16.3.0 - [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.7...v16.3.0) Updates `nx` from 22.5.2 to 22.5.3 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.5.3/packages/nx) --- updated-dependencies: - dependency-name: "@nx/js" dependency-version: 22.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: "@swc/core" dependency-version: 1.15.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking - dependency-name: lint-staged dependency-version: 16.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: theoretically-non-breaking - dependency-name: nx dependency-version: 22.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: theoretically-non-breaking ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d2fd58 commit 292510c

File tree

2 files changed

+171
-188
lines changed

2 files changed

+171
-188
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"@eslint/js": "9.39.2",
4141
"@lwc/eslint-plugin-lwc-internal": "link:./scripts/eslint-plugin",
4242
"@lwc/test-utils-lwc-internals": "link:./scripts/test-utils",
43-
"@nx/js": "22.5.2",
43+
"@nx/js": "22.5.3",
4444
"@rollup/plugin-commonjs": "^29.0.0",
4545
"@rollup/plugin-inject": "^5.0.5",
4646
"@rollup/plugin-node-resolve": "^16.0.3",
4747
"@rollup/plugin-replace": "^6.0.3",
4848
"@rollup/plugin-typescript": "^12.3.0",
4949
"@swc-node/register": "~1.11.1",
50-
"@swc/core": "~1.15.13",
50+
"@swc/core": "~1.15.17",
5151
"@swc/helpers": "~0.5.19",
5252
"@types/babel__core": "^7.20.5",
5353
"@types/node": "^22.19.5",
@@ -66,9 +66,9 @@
6666
"husky": "^9.1.7",
6767
"isbinaryfile": "^6.0.0",
6868
"jsdom": "^28.1.0",
69-
"lint-staged": "^16.2.7",
69+
"lint-staged": "^16.3.0",
7070
"magic-string": "^0.30.21",
71-
"nx": "22.5.2",
71+
"nx": "22.5.3",
7272
"prettier": "^3.8.1",
7373
"rollup": "^4.59.0",
7474
"terser": "^5.46.0",

0 commit comments

Comments
 (0)