Skip to content

Commit 1ec5527

Browse files
Bump eslint-config-next from 15.5.0 to 15.5.1 (#1420)
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.5.0 to 15.5.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.5.1/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-version: 15.5.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a077cc commit 1ec5527

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
@@ -27,7 +27,7 @@
2727
"@types/react": "^17.0.43",
2828
"@types/react-dom": "^18.3.0",
2929
"eslint": "^8",
30-
"eslint-config-next": "15.5.0",
30+
"eslint-config-next": "15.5.1",
3131
"firebase-tools": "^14.14.0",
3232
"typescript": "^5.9.2"
3333
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1336,10 +1336,10 @@
13361336
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.5.0.tgz#5d66f1bf61a7e041ed0cb870923dc041a9be507f"
13371337
integrity sha512-sDaprBAfzCQiOgo2pO+LhnV0Wt2wBgartjrr+dpcTORYVnnXD0gwhHhiiyIih9hQbq+JnbqH4odgcFWhqCGidw==
13381338

1339-
1340-
version "15.5.0"
1341-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.0.tgz#bee716b8d435e3c8496391770c6eff5dcf848e51"
1342-
integrity sha512-+k83U/fST66eQBjTltX2T9qUYd43ntAe+NZ5qeZVTQyTiFiHvTLtkpLKug4AnZAtuI/lwz5tl/4QDJymjVkybg==
1339+
1340+
version "15.5.1"
1341+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.1.tgz#c65c9ad73ec30ffffa8f20f4d21e6d5118310446"
1342+
integrity sha512-u8chjIoGrGMs5J/yg/xGX83A33qbVS/al2PEqsgJEhLLKihPXOkPoqj65bZ8KASGpDd/j9/nZ1tsCQFau0hITA==
13431343
dependencies:
13441344
fast-glob "3.3.1"
13451345

@@ -3639,12 +3639,12 @@ escodegen@^2.1.0:
36393639
optionalDependencies:
36403640
source-map "~0.6.1"
36413641

3642-
3643-
version "15.5.0"
3644-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.5.0.tgz#3b9ec8ceb175986a7781b4106646da6a8d09c08f"
3645-
integrity sha512-Yl4hlOdBqstAuHnlBfx2RimBzWQwysM2SJNu5EzYVa2qS2ItPs7lgxL0sJJDudEx5ZZHfWPZ/6U8+FtDFWs7/w==
3642+
3643+
version "15.5.1"
3644+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.5.1.tgz#cb6d35e19960483590c173b5eca07240da7fe85e"
3645+
integrity sha512-sqYppdNWT7KehpKD0lt+2rm7SgnXc821QFTURFOyeh1aO/TYA3zadh0q84XfW0b8JNIkeay85Bx1hR/vA+6kfw==
36463646
dependencies:
3647-
"@next/eslint-plugin-next" "15.5.0"
3647+
"@next/eslint-plugin-next" "15.5.1"
36483648
"@rushstack/eslint-patch" "^1.10.3"
36493649
"@typescript-eslint/eslint-plugin" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
36503650
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"

0 commit comments

Comments
 (0)