Skip to content

Commit 4bb0887

Browse files
chore(deps-dev): bump the lint group with 4 updates
Bumps the lint group with 4 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint), [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@eslint/js` from 9.39.1 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js) Updates `eslint` from 9.39.1 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.1...v9.39.2) Updates `eslint-plugin-jest` from 29.2.1 to 29.5.0 - [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.2.1...v29.5.0) Updates `typescript-eslint` from 8.49.0 to 8.50.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.50.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: eslint dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: lint - dependency-name: eslint-plugin-jest dependency-version: 29.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint - dependency-name: typescript-eslint dependency-version: 8.50.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: lint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd64346 commit 4bb0887

File tree

2 files changed

+79
-79
lines changed

2 files changed

+79
-79
lines changed

package-lock.json

Lines changed: 75 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
"prepare:husky": "husky"
1414
},
1515
"devDependencies": {
16-
"@eslint/js": "~9.39.1",
16+
"@eslint/js": "~9.39.2",
1717
"@types/eslint": "~9.6.1",
1818
"@types/node": "~20.19.1",
1919
"concurrently": "~9.2.1",
20-
"eslint": "~9.39.1",
20+
"eslint": "~9.39.2",
2121
"eslint-config-prettier": "~10.1.8",
2222
"eslint-import-resolver-typescript": "~4.4.4",
2323
"eslint-plugin-import": "~2.32.0",
24-
"eslint-plugin-jest": "~29.2.1",
24+
"eslint-plugin-jest": "~29.5.0",
2525
"eslint-plugin-jest-dom": "~5.5.0",
2626
"eslint-plugin-n": "~17.23.1",
2727
"eslint-plugin-notice": "~1.0.0",
@@ -31,7 +31,7 @@
3131
"lint-staged": "~16.2.7",
3232
"npm-run-all": "~4.1.5",
3333
"typescript": "~5.9.2",
34-
"typescript-eslint": "~8.49.0"
34+
"typescript-eslint": "~8.50.0"
3535
},
3636
"lint-staged": {
3737
"*.{js,cjs,mjs,ts,cts,mts}": [

0 commit comments

Comments
 (0)