Skip to content

Commit 3c5e4b3

Browse files
chore(deps-dev): bump the development-dependencies group with 6 updates (#124)
Bumps the development-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.4.1` | `22.4.2` | | [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `22.4.1` | `22.4.2` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.53.1` | `8.54.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.53.1` | `8.54.0` | | [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.4.1` | `22.4.2` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.17` | `4.0.18` | Updates `@nx/js` from 22.4.1 to 22.4.2 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.4.2/packages/js) Updates `@nx/workspace` from 22.4.1 to 22.4.2 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.4.2/packages/workspace) Updates `@typescript-eslint/eslint-plugin` from 8.53.1 to 8.54.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.53.1 to 8.54.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/parser) Updates `nx` from 22.4.1 to 22.4.2 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.4.2/packages/nx) Updates `vitest` from 4.0.17 to 4.0.18 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest) --- updated-dependencies: - dependency-name: "@nx/js" dependency-version: 22.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@nx/workspace" dependency-version: 22.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.54.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.54.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: nx dependency-version: 22.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: vitest dependency-version: 4.0.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d07d0f commit 3c5e4b3

File tree

4 files changed

+135
-336
lines changed

4 files changed

+135
-336
lines changed

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"typescript": "^5.0.0",
4444
"vite": "^7.3.1",
4545
"vite-plugin-singlefile": "^2.3.0",
46-
"vitest": "^4.0.17"
46+
"vitest": "^4.0.18"
4747
}
4848
}

examples/weather-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"typescript": "^5.0.0",
4646
"vite": "^7.3.1",
4747
"vite-plugin-singlefile": "^2.3.0",
48-
"vitest": "^4.0.17"
48+
"vitest": "^4.0.18"
4949
}
5050
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
},
3737
"devDependencies": {
3838
"@eslint/js": "^9.39.2",
39-
"@nx/js": "^22.4.1",
40-
"@nx/workspace": "^22.4.1",
39+
"@nx/js": "^22.4.2",
40+
"@nx/workspace": "^22.4.2",
4141
"@testing-library/jest-dom": "^6.9.1",
4242
"@types/node": "^25.0.10",
43-
"@typescript-eslint/eslint-plugin": "^8.53.1",
44-
"@typescript-eslint/parser": "^8.53.1",
43+
"@typescript-eslint/eslint-plugin": "^8.54.0",
44+
"@typescript-eslint/parser": "^8.54.0",
4545
"@vitejs/plugin-react": "^5.1.2",
4646
"@vitest/coverage-v8": "^4.0.18",
4747
"eslint": "^9.39.2",
@@ -50,7 +50,7 @@
5050
"husky": "^9.1.7",
5151
"jsdom": "^27.4.0",
5252
"lint-staged": "^16.2.7",
53-
"nx": "^22.4.1",
53+
"nx": "^22.4.2",
5454
"prettier": "^3.8.1",
5555
"tsup": "^8.5.1",
5656
"typedoc": "^0.28.16",

0 commit comments

Comments
 (0)