Skip to content

Commit 6c1d295

Browse files
committed
Update dependency eslint-config-next to v11.1.2
1 parent 00fac3b commit 6c1d295

File tree

2 files changed

+37
-11
lines changed

2 files changed

+37
-11
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/react": "17.0.11",
3030
"@typescript-eslint/eslint-plugin": "4.27.0",
3131
"eslint": "7.28.0",
32-
"eslint-config-next": "^11.0.0",
32+
"eslint-config-next": "11.1.2",
3333
"eslint-config-prettier": "8.3.0",
3434
"eslint-plugin-import": "2.23.4",
3535
"eslint-plugin-jsx-a11y": "6.4.1",

Diff for: yarn.lock

+36-10
Original file line numberDiff line numberDiff line change
@@ -988,10 +988,12 @@
988988
resolved "https://registry.yarnpkg.com/@next/env/-/env-11.0.0.tgz#bdd306a45e88ba3e4e7a36aa91806f6486bb61d0"
989989
integrity sha512-VKpmDvTYeCpEQjREg3J4pCmVs/QjEzoLmkM8shGFK6e9AmFd0G9QXOL8HGA8qKhy/XmNb7dHeMqrcMiBua4OgA==
990990

991-
"@next/eslint-plugin-next@11.0.0":
992-
version "11.0.0"
993-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-11.0.0.tgz#e6fb93a00bdaba371904f2b2698b184e6278d369"
994-
integrity sha512-fPZ0904yY1box6bRpR9rJqIkNxJdvzzxH7doXS+cdjyBAdptMR7wj3mcx1hEikBHzWduU8BOXBvRg2hWc09YDQ==
991+
"@next/eslint-plugin-next@11.1.2":
992+
version "11.1.2"
993+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-11.1.2.tgz#f26cf90bcb6cd2e4645e2ba253bbc9aaaa43a170"
994+
integrity sha512-cN+ojHRsufr9Yz0rtvjv8WI5En0RPZRJnt0y16Ha7DD+0n473evz8i1ETEJHmOLeR7iPJR0zxRrxeTN/bJMOjg==
995+
dependencies:
996+
glob "7.1.7"
995997

996998
"@next/polyfill-module@11.0.0":
997999
version "11.0.0"
@@ -2374,15 +2376,16 @@ escape-string-regexp@^4.0.0:
23742376
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
23752377
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
23762378

2377-
eslint-config-next@^11.0.0:
2378-
version "11.0.0"
2379-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-11.0.0.tgz#0638a839dd46bbf5391076b13c48b6c0cc92ec2f"
2380-
integrity sha512-pmatg4zqb5Vygu2HrSPxbsCBudXO9OZQUMKQCyrPKRvfL8PJ3lOIOzzwsiW68eMPXOZwOc1yxTRZWKNY8OJT0w==
2379+
eslint-config-next@11.1.2:
2380+
version "11.1.2"
2381+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-11.1.2.tgz#73c918f2fa6120d5f65080bf3fcf6b154905707e"
2382+
integrity sha512-dFutecxX2Z5/QVlLwdtKt+gIfmNMP8Qx6/qZh3LM/DFVdGJEAnUKrr4VwGmACB2kx/PQ5bx3R+QxnEg4fDPiTg==
23812383
dependencies:
2382-
"@next/eslint-plugin-next" "11.0.0"
2384+
"@next/eslint-plugin-next" "11.1.2"
23832385
"@rushstack/eslint-patch" "^1.0.6"
23842386
"@typescript-eslint/parser" "^4.20.0"
23852387
eslint-import-resolver-node "^0.3.4"
2388+
eslint-import-resolver-typescript "^2.4.0"
23862389
eslint-plugin-import "^2.22.1"
23872390
eslint-plugin-jsx-a11y "^6.4.1"
23882391
eslint-plugin-react "^7.23.1"
@@ -2401,6 +2404,17 @@ eslint-import-resolver-node@^0.3.4:
24012404
debug "^2.6.9"
24022405
resolve "^1.13.1"
24032406

2407+
eslint-import-resolver-typescript@^2.4.0:
2408+
version "2.5.0"
2409+
resolved "https://registry.yarnpkg.com/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-2.5.0.tgz#07661966b272d14ba97f597b51e1a588f9722f0a"
2410+
integrity sha512-qZ6e5CFr+I7K4VVhQu3M/9xGv9/YmwsEXrsm3nimw8vWaVHRDrQRp26BgCypTxBp3vUp4o5aVEJRiy0F2DFddQ==
2411+
dependencies:
2412+
debug "^4.3.1"
2413+
glob "^7.1.7"
2414+
is-glob "^4.0.1"
2415+
resolve "^1.20.0"
2416+
tsconfig-paths "^3.9.0"
2417+
24042418
eslint-module-utils@^2.6.1:
24052419
version "2.6.1"
24062420
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233"
@@ -2803,7 +2817,7 @@ glob-to-regexp@^0.4.1:
28032817
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
28042818
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
28052819

2806-
glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.6:
2820+
glob@7.1.7, glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.6:
28072821
version "7.1.7"
28082822
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
28092823
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
@@ -2815,6 +2829,18 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.6:
28152829
once "^1.3.0"
28162830
path-is-absolute "^1.0.0"
28172831

2832+
glob@^7.1.7:
2833+
version "7.2.0"
2834+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
2835+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
2836+
dependencies:
2837+
fs.realpath "^1.0.0"
2838+
inflight "^1.0.4"
2839+
inherits "2"
2840+
minimatch "^3.0.4"
2841+
once "^1.3.0"
2842+
path-is-absolute "^1.0.0"
2843+
28182844
globals@^11.1.0:
28192845
version "11.12.0"
28202846
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"

0 commit comments

Comments
 (0)