Skip to content

Commit 649f611

Browse files
fix(deps): update dependency eslint-config-next to v15.3.0 (#946)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5d4c3a6 commit 649f611

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
@@ -21,7 +21,7 @@
2121
"merge-options": "3.0.4",
2222
"prettier": "2.8.8",
2323
"typescript": "5.8.3",
24-
"eslint-config-next": "15.2.5"
24+
"eslint-config-next": "15.3.0"
2525
},
2626
"devDependencies": {
2727
"semantic-release": "24.2.3"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@
135135
resolved "https://registry.yarnpkg.com/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz#291c227e93fd407a96ecd59879a35809120e432b"
136136
integrity sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==
137137

138-
"@next/eslint-plugin-next@15.2.5":
139-
version "15.2.5"
140-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.2.5.tgz#c43bb00dd50aeaef28785e74a7ded0a213d57d59"
141-
integrity sha512-Q1ncASVFKSy+AbabimYxr/2HH/h+qlKlwu1fYV48xUefGzVimS3i3nKwYsM2w+rLdpMFdJyoVowrYyjKu47rBw==
138+
"@next/eslint-plugin-next@15.3.0":
139+
version "15.3.0"
140+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.3.0.tgz#728dbaf0a8b7d269c338b66d636b62cd81afcf36"
141+
integrity sha512-511UUcpWw5GWTyKfzW58U2F/bYJyjLE9e3SlnGK/zSXq7RqLlqFO8B9bitJjumLpj317fycC96KZ2RZsjGNfBw==
142142
dependencies:
143143
fast-glob "3.3.1"
144144

@@ -2586,12 +2586,12 @@ [email protected]:
25862586
object.assign "^4.1.2"
25872587
object.entries "^1.1.5"
25882588

2589-
eslint-config-next@15.2.5:
2590-
version "15.2.5"
2591-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.2.5.tgz#1a512cd02d70a5ad47bdfeeaa2abd22bca9276f5"
2592-
integrity sha512-/aUpN5FVI3FD+OB4gY0GyD2TwIOjLk8mG0B9NxVsSn8/svNmzFaIAaS80ZO1zWaIcWxrzTy2FcPVdsCK7eiceA==
2589+
eslint-config-next@15.3.0:
2590+
version "15.3.0"
2591+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.3.0.tgz#f2930e5ab7ab8eab5aad697dd6303ff62d3f72e7"
2592+
integrity sha512-+Z3M1W9MnJjX3W4vI9CHfKlEyhTWOUHvc5dB89FyRnzPsUkJlLWZOi8+1pInuVcSztSM4MwBFB0hIHf4Rbwu4g==
25932593
dependencies:
2594-
"@next/eslint-plugin-next" "15.2.5"
2594+
"@next/eslint-plugin-next" "15.3.0"
25952595
"@rushstack/eslint-patch" "^1.10.3"
25962596
"@typescript-eslint/eslint-plugin" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
25972597
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"

0 commit comments

Comments
 (0)