Skip to content

Commit ff7d377

Browse files
build(deps-dev): bump eslint-config-next from 14.2.4 to 14.2.5 (chaynHQ#1021)
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.4 to 14.2.5. - [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.5/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> Co-authored-by: Anna Hughes <annaraehughes@live.co.uk>
1 parent 2a46835 commit ff7d377

File tree

2 files changed

+38
-13
lines changed

2 files changed

+38
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"cypress": "^13.2.0",
6969
"dotenv": "^16.0.3",
7070
"eslint": "8.56.0",
71-
"eslint-config-next": "^14.2.4",
71+
"eslint-config-next": "^14.2.5",
7272
"eslint-config-prettier": "^9.1.0",
7373
"husky": "^9.0.11",
7474
"identity-obj-proxy": "^3.0.0",

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,10 +2149,10 @@
21492149
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.2.4.tgz#5546813dc4f809884a37d257b254a5ce1b0248d7"
21502150
integrity sha512-3EtkY5VDkuV2+lNmKlbkibIJxcO4oIHEhBWne6PaAp+76J9KoSsGvNikp6ivzAT8dhhBMYrm6op2pS1ApG0Hzg==
21512151

2152-
"@next/eslint-plugin-next@14.2.4":
2153-
version "14.2.4"
2154-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.4.tgz#c7f965cb76f0b454e726ef0f69157c4fb4e28f53"
2155-
integrity sha512-svSFxW9f3xDaZA3idQmlFw7SusOuWTpDTAeBlO3AEPDltrraV+lqs7mAc6A27YdnpQVVIA3sODqUAAHdWhVWsA==
2152+
"@next/eslint-plugin-next@14.2.5":
2153+
version "14.2.5"
2154+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-14.2.5.tgz#f7e3ff3efe40a2855e5f29bc2692175f85913ba8"
2155+
integrity sha512-LY3btOpPh+OTIpviNojDpUdIbHW9j0JBYBjsIp8IxtDFfYFyORvw3yNq6N231FVqQA7n7lwaf7xHbVJlA1ED7g==
21562156
dependencies:
21572157
glob "10.3.10"
21582158

@@ -4269,12 +4269,12 @@ escodegen@^2.0.0:
42694269
optionalDependencies:
42704270
source-map "~0.6.1"
42714271

4272-
eslint-config-next@^14.2.4:
4273-
version "14.2.4"
4274-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.4.tgz#eb0bedfe4a894bc2aea918214bb5243ee4fa7d4b"
4275-
integrity sha512-Qr0wMgG9m6m4uYy2jrYJmyuNlYZzPRQq5Kvb9IDlYwn+7yq6W6sfMNFgb+9guM1KYwuIo6TIaiFhZJ6SnQ/Efw==
4272+
eslint-config-next@^14.2.5:
4273+
version "14.2.5"
4274+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-14.2.5.tgz#cdd43d89047eb7391ba25445d5855b4600b6adb9"
4275+
integrity sha512-zogs9zlOiZ7ka+wgUnmcM0KBEDjo4Jis7kxN1jvC0N4wynQ2MIx/KBkg4mVF63J5EK4W0QMCn7xO3vNisjaAoA==
42764276
dependencies:
4277-
"@next/eslint-plugin-next" "14.2.4"
4277+
"@next/eslint-plugin-next" "14.2.5"
42784278
"@rushstack/eslint-patch" "^1.3.3"
42794279
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || 7.0.0 - 7.2.0"
42804280
eslint-import-resolver-node "^0.3.6"
@@ -8178,7 +8178,16 @@ string-length@^4.0.1:
81788178
char-regex "^1.0.2"
81798179
strip-ansi "^6.0.0"
81808180

8181-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8181+
"string-width-cjs@npm:string-width@^4.2.0":
8182+
version "4.2.3"
8183+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8184+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8185+
dependencies:
8186+
emoji-regex "^8.0.0"
8187+
is-fullwidth-code-point "^3.0.0"
8188+
strip-ansi "^6.0.1"
8189+
8190+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
81828191
version "4.2.3"
81838192
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
81848193
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8283,7 +8292,14 @@ stringify-object@^3.3.0:
82838292
is-obj "^1.0.1"
82848293
is-regexp "^1.0.0"
82858294

8286-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8295+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
8296+
version "6.0.1"
8297+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8298+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8299+
dependencies:
8300+
ansi-regex "^5.0.1"
8301+
8302+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
82878303
version "6.0.1"
82888304
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
82898305
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9248,7 +9264,7 @@ workbox-window@6.6.1, workbox-window@^6.5.4:
92489264
"@types/trusted-types" "^2.0.2"
92499265
workbox-core "6.6.1"
92509266

9251-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9267+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
92529268
version "7.0.0"
92539269
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
92549270
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9266,6 +9282,15 @@ wrap-ansi@^6.2.0:
92669282
string-width "^4.1.0"
92679283
strip-ansi "^6.0.0"
92689284

9285+
wrap-ansi@^7.0.0:
9286+
version "7.0.0"
9287+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9288+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9289+
dependencies:
9290+
ansi-styles "^4.0.0"
9291+
string-width "^4.1.0"
9292+
strip-ansi "^6.0.0"
9293+
92699294
wrap-ansi@^8.1.0:
92709295
version "8.1.0"
92719296
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)