Skip to content

Commit ef2247c

Browse files
chore(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates
Bumps the dev-dependencies group with 3 updates in the / directory: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest), [globals](https://github.com/sindresorhus/globals) and [typescript](https://github.com/microsoft/TypeScript). Updates `eslint-plugin-jest` from 29.15.0 to 29.15.2 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.15.0...v29.15.2) Updates `globals` from 17.4.0 to 17.5.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.4.0...v17.5.0) Updates `typescript` from 5.9.3 to 6.0.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.15.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: globals dependency-version: 17.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3157341 commit ef2247c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"bumpp": "^11.0.1",
6969
"d3-hierarchy": "^3.1.2",
7070
"eslint": "^10.0.0",
71-
"eslint-plugin-jest": "29.15.0",
72-
"globals": "17.4.0",
71+
"eslint-plugin-jest": "29.15.2",
72+
"globals": "17.5.0",
7373
"jest": "30.3.0",
7474
"jest-environment-jsdom": "30.3.0",
7575
"jest-junit": "16.0.0",
@@ -78,7 +78,7 @@
7878
"npm-run-all": "4.1.5",
7979
"p-limit": "^7.3.0",
8080
"tsx": "^4.19.3",
81-
"typescript": "^5.8.2",
81+
"typescript": "^6.0.2",
8282
"unbuild": "^3.5.0"
8383
},
8484
"jest": {

0 commit comments

Comments
 (0)