Skip to content

Commit 9f65025

Browse files
build(deps-dev): bump the eslint-dependencies group with 4 updates (#793)
Bumps the eslint-dependencies group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) and [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next). Updates `@typescript-eslint/eslint-plugin` from 8.25.0 to 8.26.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.26.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.25.0 to 8.26.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.26.0/packages/parser) Updates `eslint-config-prettier` from 10.0.2 to 10.1.1 - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v10.0.2...v10.1.1) Updates `eslint-config-next` from 15.2.0 to 15.2.1 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.2.1/packages/eslint-config-next) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-dependencies - dependency-name: eslint-config-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint-dependencies - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 698acb2 commit 9f65025

File tree

3 files changed

+207
-153
lines changed

3 files changed

+207
-153
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"@nx/eslint": "20.5.0",
3333
"@nx/vite": "20.5.0",
3434
"@nx/web": "20.5.0",
35-
"@typescript-eslint/eslint-plugin": "8.25.0",
36-
"@typescript-eslint/parser": "8.25.0",
35+
"@typescript-eslint/eslint-plugin": "8.26.1",
36+
"@typescript-eslint/parser": "8.26.1",
3737
"eslint": "8.57.0",
38-
"eslint-config-prettier": "10.0.2",
38+
"eslint-config-prettier": "10.1.1",
3939
"eslint-plugin-import": "2.31.0",
4040
"eslint-plugin-react": "7.37.4",
4141
"eslint-plugin-react-hooks": "5.2.0",

0 commit comments

Comments
 (0)