Skip to content

Commit 3b4e7d2

Browse files
chore(deps-dev): bump eslint-config-next from 14.2.5 to 14.2.6 (#554)
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.5 to 14.2.6. - [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/v14.2.6/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0de425 commit 3b4e7d2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"cross-env": "^7.0.3",
8383
"cz-conventional-changelog": "3.3.0",
8484
"eslint": "8.50.0",
85-
"eslint-config-next": "^14.2.3",
85+
"eslint-config-next": "^14.2.6",
8686
"eslint-config-prettier": "^9.0.0",
8787
"eslint-plugin-storybook": "^0.8.0",
8888
"husky": "^9.1.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,10 +2538,10 @@
25382538
resolved "https://registry.yarnpkg.com/@next/env/-/env-13.5.6.tgz#c1148e2e1aa166614f05161ee8f77ded467062bc"
25392539
integrity sha512-Yac/bV5sBGkkEXmAX5FWPS9Mmo2rthrOPRQQNfycJPkjUAUclomCPH7QFVCDQ4Mp2k2K1SSM6m0zrxYrOwtFQw==
25402540

2541-
"@next/eslint-plugin-next@14.2.5":
2542-
version "14.2.5"
2543-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.5.tgz#f7e3ff3efe40a2855e5f29bc2692175f85913ba8"
2544-
integrity sha512-LY3btOpPh+OTIpviNojDpUdIbHW9j0JBYBjsIp8IxtDFfYFyORvw3yNq6N231FVqQA7n7lwaf7xHbVJlA1ED7g==
2541+
"@next/eslint-plugin-next@14.2.6":
2542+
version "14.2.6"
2543+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.6.tgz#e5bb8851c12cc7599f14a0a507670e3f792b1639"
2544+
integrity sha512-d3+p4AjIYmhqzYHhhmkRYYN6ZU35TwZAKX08xKRfnHkz72KhWL2kxMFsDptpZs5e8bBGdepn7vn1+9DaF8iX+A==
25452545
dependencies:
25462546
glob "10.3.10"
25472547

@@ -6116,12 +6116,12 @@ escodegen@^2.0.0, escodegen@^2.1.0:
61166116
optionalDependencies:
61176117
source-map "~0.6.1"
61186118

6119-
eslint-config-next@^14.2.3:
6120-
version "14.2.5"
6121-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.5.tgz#cdd43d89047eb7391ba25445d5855b4600b6adb9"
6122-
integrity sha512-zogs9zlOiZ7ka+wgUnmcM0KBEDjo4Jis7kxN1jvC0N4wynQ2MIx/KBkg4mVF63J5EK4W0QMCn7xO3vNisjaAoA==
6119+
eslint-config-next@^14.2.6:
6120+
version "14.2.6"
6121+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.6.tgz#43623683155540feff830b08956a57ece8148d8f"
6122+
integrity sha512-z0URA5LO6y8lS/YLN0EDW/C4LEkDODjJzA37dvLVdzCPzuewjzTe1os5g3XclZAZrQ8X8hPaSMQ2JuVWwMmrTA==
61236123
dependencies:
6124-
"@next/eslint-plugin-next" "14.2.5"
6124+
"@next/eslint-plugin-next" "14.2.6"
61256125
"@rushstack/eslint-patch" "^1.3.3"
61266126
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0"
61276127
eslint-import-resolver-node "^0.3.6"

0 commit comments

Comments
 (0)