Skip to content

Commit 1b6667e

Browse files
Bump eslint-config-next from 14.0.4 to 14.2.7
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.0.4 to 14.2.7. - [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.7/packages/eslint-config-next) --- updated-dependencies: - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e9ccc9 commit 1b6667e

File tree

2 files changed

+61
-58
lines changed

2 files changed

+61
-58
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"format": "prettier '**/*' --ignore-unknown --write"
1414
},
1515
"dependencies": {
16-
"eslint-config-next": "^14.0.4",
16+
"eslint-config-next": "^14.2.7",
1717
"next": "^14.1.4",
1818
"nextra": "^2.13.2",
1919
"nextra-theme-docs": "^2.13.2",

Diff for: yarn.lock

+60-57
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,12 @@
220220
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.1.4.tgz#432e80651733fbd67230bf262aee28be65252674"
221221
integrity sha512-e7X7bbn3Z6DWnDi75UWn+REgAbLEqxI8Tq2pkFOFAMpWAWApz/YCUhtWMWn410h8Q2fYiYL7Yg5OlxMOCfFjJQ==
222222

223-
"@next/eslint-plugin-next@14.0.4":
224-
version "14.0.4"
225-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.0.4.tgz#474fd88d92209270021186043513fbdc4203f5ec"
226-
integrity sha512-U3qMNHmEZoVmHA0j/57nRfi3AscXNvkOnxDmle/69Jz/G0o/gWjXTDdlgILZdrxQ0Lw/jv2mPW8PGy0EGIHXhQ==
223+
"@next/eslint-plugin-next@14.2.7":
224+
version "14.2.7"
225+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.7.tgz#22154d5833124fdd439d158b91a9cf87ea53f5fa"
226+
integrity sha512-+7xh142AdhZGjY9/L0iFo7mqRBMJHe+q+uOL+hto1Lfo9DeWCGcR6no4StlFbVSVcA6fQLKEX6y6qhMsSKbgNQ==
227227
dependencies:
228-
glob "7.1.7"
228+
glob "10.3.10"
229229

230230
231231
version "14.1.4"
@@ -533,50 +533,50 @@
533533
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.10.tgz#04ffa7f406ab628f7f7e97ca23e290cd8ab15efc"
534534
integrity sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==
535535

536-
"@typescript-eslint/parser@^5.4.2 || ^6.0.0":
537-
version "6.18.1"
538-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.18.1.tgz#3c3987e186b38c77b30b6bfa5edf7c98ae2ec9d3"
539-
integrity sha512-zct/MdJnVaRRNy9e84XnVtRv9Vf91/qqe+hZJtKanjojud4wAVy/7lXxJmMyX6X6J+xc6c//YEWvpeif8cAhWA==
536+
"@typescript-eslint/parser@^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0":
537+
version "7.2.0"
538+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.2.0.tgz#44356312aea8852a3a82deebdacd52ba614ec07a"
539+
integrity sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==
540540
dependencies:
541-
"@typescript-eslint/scope-manager" "6.18.1"
542-
"@typescript-eslint/types" "6.18.1"
543-
"@typescript-eslint/typescript-estree" "6.18.1"
544-
"@typescript-eslint/visitor-keys" "6.18.1"
541+
"@typescript-eslint/scope-manager" "7.2.0"
542+
"@typescript-eslint/types" "7.2.0"
543+
"@typescript-eslint/typescript-estree" "7.2.0"
544+
"@typescript-eslint/visitor-keys" "7.2.0"
545545
debug "^4.3.4"
546546

547-
"@typescript-eslint/scope-manager@6.18.1":
548-
version "6.18.1"
549-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.18.1.tgz#28c31c60f6e5827996aa3560a538693cb4bd3848"
550-
integrity sha512-BgdBwXPFmZzaZUuw6wKiHKIovms97a7eTImjkXCZE04TGHysG+0hDQPmygyvgtkoB/aOQwSM/nWv3LzrOIQOBw==
547+
"@typescript-eslint/scope-manager@7.2.0":
548+
version "7.2.0"
549+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.2.0.tgz#cfb437b09a84f95a0930a76b066e89e35d94e3da"
550+
integrity sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==
551551
dependencies:
552-
"@typescript-eslint/types" "6.18.1"
553-
"@typescript-eslint/visitor-keys" "6.18.1"
552+
"@typescript-eslint/types" "7.2.0"
553+
"@typescript-eslint/visitor-keys" "7.2.0"
554554

555-
"@typescript-eslint/types@6.18.1":
556-
version "6.18.1"
557-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.1.tgz#91617d8080bcd99ac355d9157079970d1d49fefc"
558-
integrity sha512-4TuMAe+tc5oA7wwfqMtB0Y5OrREPF1GeJBAjqwgZh1lEMH5PJQgWgHGfYufVB51LtjD+peZylmeyxUXPfENLCw==
555+
"@typescript-eslint/types@7.2.0":
556+
version "7.2.0"
557+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.2.0.tgz#0feb685f16de320e8520f13cca30779c8b7c403f"
558+
integrity sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==
559559

560-
"@typescript-eslint/typescript-estree@6.18.1":
561-
version "6.18.1"
562-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.1.tgz#a12b6440175b4cbc9d09ab3c4966c6b245215ab4"
563-
integrity sha512-fv9B94UAhywPRhUeeV/v+3SBDvcPiLxRZJw/xZeeGgRLQZ6rLMG+8krrJUyIf6s1ecWTzlsbp0rlw7n9sjufHA==
560+
"@typescript-eslint/typescript-estree@7.2.0":
561+
version "7.2.0"
562+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.2.0.tgz#5beda2876c4137f8440c5a84b4f0370828682556"
563+
integrity sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==
564564
dependencies:
565-
"@typescript-eslint/types" "6.18.1"
566-
"@typescript-eslint/visitor-keys" "6.18.1"
565+
"@typescript-eslint/types" "7.2.0"
566+
"@typescript-eslint/visitor-keys" "7.2.0"
567567
debug "^4.3.4"
568568
globby "^11.1.0"
569569
is-glob "^4.0.3"
570570
minimatch "9.0.3"
571571
semver "^7.5.4"
572572
ts-api-utils "^1.0.1"
573573

574-
"@typescript-eslint/visitor-keys@6.18.1":
575-
version "6.18.1"
576-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.18.1.tgz#704d789bda2565a15475e7d22f145b8fe77443f4"
577-
integrity sha512-/kvt0C5lRqGoCfsbmm7/CwMqoSkY3zzHLIjdhHZQW3VFrnz7ATecOHR7nb7V+xn4286MBxfnQfQhAmCI0u+bJA==
574+
"@typescript-eslint/visitor-keys@7.2.0":
575+
version "7.2.0"
576+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.2.0.tgz#5035f177752538a5750cca1af6044b633610bf9e"
577+
integrity sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==
578578
dependencies:
579-
"@typescript-eslint/types" "6.18.1"
579+
"@typescript-eslint/types" "7.2.0"
580580
eslint-visitor-keys "^3.4.1"
581581

582582
"@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -1583,14 +1583,14 @@ escape-string-regexp@^5.0.0:
15831583
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-5.0.0.tgz#4683126b500b61762f2dbebace1806e8be31b1c8"
15841584
integrity sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
15851585

1586-
eslint-config-next@^14.0.4:
1587-
version "14.0.4"
1588-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.0.4.tgz#7cd2c0a3b310203d41cf0dbf9d31f9b0a6235b4a"
1589-
integrity sha512-9/xbOHEQOmQtqvQ1UsTQZpnA7SlDMBtuKJ//S4JnoyK3oGLhILKXdBgu/UO7lQo/2xOykQULS1qQ6p2+EpHgAQ==
1586+
eslint-config-next@^14.2.7:
1587+
version "14.2.7"
1588+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.7.tgz#25c5c821740453db5e5fc8a857ec80c4784f36d5"
1589+
integrity sha512-ppmy+QdQ7qkuCHGDlPjWaoSbJvjGpWSBD4zEW8f1eWlxYXYpZK7QzBOer1EcHKT3uKhlY1JjUus9g7Kvv712rw==
15901590
dependencies:
1591-
"@next/eslint-plugin-next" "14.0.4"
1591+
"@next/eslint-plugin-next" "14.2.7"
15921592
"@rushstack/eslint-patch" "^1.3.3"
1593-
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0"
1593+
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0"
15941594
eslint-import-resolver-node "^0.3.6"
15951595
eslint-import-resolver-typescript "^3.5.2"
15961596
eslint-plugin-import "^2.28.1"
@@ -2107,19 +2107,7 @@ glob-parent@^6.0.2:
21072107
dependencies:
21082108
is-glob "^4.0.3"
21092109

2110-
2111-
version "7.1.7"
2112-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
2113-
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
2114-
dependencies:
2115-
fs.realpath "^1.0.0"
2116-
inflight "^1.0.4"
2117-
inherits "2"
2118-
minimatch "^3.0.4"
2119-
once "^1.3.0"
2120-
path-is-absolute "^1.0.0"
2121-
2122-
glob@^10.2.2:
2110+
[email protected], glob@^10.2.2:
21232111
version "10.3.10"
21242112
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
21252113
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
@@ -3700,7 +3688,7 @@ [email protected], minimatch@^9.0.0, minimatch@^9.0.1:
37003688
dependencies:
37013689
brace-expansion "^2.0.1"
37023690

3703-
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
3691+
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
37043692
version "3.1.2"
37053693
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
37063694
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -4570,8 +4558,16 @@ streamsearch@^1.1.0:
45704558
resolved "https://registry.yarnpkg.com/streamsearch/-/streamsearch-1.1.0.tgz#404dd1e2247ca94af554e841a8ef0eaa238da764"
45714559
integrity sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==
45724560

4573-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
4574-
name string-width-cjs
4561+
"string-width-cjs@npm:string-width@^4.2.0":
4562+
version "4.2.3"
4563+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
4564+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
4565+
dependencies:
4566+
emoji-regex "^8.0.0"
4567+
is-fullwidth-code-point "^3.0.0"
4568+
strip-ansi "^6.0.1"
4569+
4570+
string-width@^4.1.0:
45754571
version "4.2.3"
45764572
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
45774573
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -4646,7 +4642,14 @@ stringify-entities@^4.0.0:
46464642
character-entities-html4 "^2.0.0"
46474643
character-entities-legacy "^3.0.0"
46484644

4649-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
4645+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
4646+
version "6.0.1"
4647+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
4648+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
4649+
dependencies:
4650+
ansi-regex "^5.0.1"
4651+
4652+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
46504653
version "6.0.1"
46514654
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
46524655
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)