Skip to content

Commit 8f6c113

Browse files
Update eslint monorepo to v9.39.4
1 parent 0bd1217 commit 8f6c113

File tree

3 files changed

+59
-60
lines changed

3 files changed

+59
-60
lines changed

apps/admin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"zod": "4.1.12"
2525
},
2626
"devDependencies": {
27-
"@eslint/js": "9.37.0",
27+
"@eslint/js": "9.39.4",
2828
"@testing-library/react": "14.3.1",
2929
"@types/react": "18.3.28",
3030
"@types/react-dom": "18.3.7",
3131
"@vitejs/plugin-react-swc": "4.1.0",
32-
"eslint": "9.37.0",
32+
"eslint": "9.39.4",
3333
"eslint-plugin-no-relative-import-paths": "1.6.1",
3434
"eslint-plugin-react-hooks": "5.2.0",
3535
"eslint-plugin-react-refresh": "0.4.24",

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"build"
3030
],
3131
"devDependencies": {
32-
"@eslint/js": "9.37.0",
32+
"@eslint/js": "9.39.4",
3333
"@faker-js/faker": "8.4.1",
3434
"@playwright/test": "1.59.1",
3535
"@tryghost/debug": "0.1.40",

yarn.lock

Lines changed: 56 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -3681,26 +3681,26 @@
36813681
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
36823682
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
36833683

3684-
"@eslint/config-array@^0.21.0":
3685-
version "0.21.0"
3686-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.0.tgz#abdbcbd16b124c638081766392a4d6b509f72636"
3687-
integrity sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==
3684+
"@eslint/config-array@^0.21.2":
3685+
version "0.21.2"
3686+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.2.tgz#f29e22057ad5316cf23836cee9a34c81fffcb7e6"
3687+
integrity sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==
36883688
dependencies:
3689-
"@eslint/object-schema" "^2.1.6"
3689+
"@eslint/object-schema" "^2.1.7"
36903690
debug "^4.3.1"
3691-
minimatch "^3.1.2"
3691+
minimatch "^3.1.5"
36923692

3693-
"@eslint/config-helpers@^0.4.0":
3694-
version "0.4.0"
3695-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.0.tgz#e9f94ba3b5b875e32205cb83fece18e64486e9e6"
3696-
integrity sha512-WUFvV4WoIwW8Bv0KeKCIIEgdSiFOsulyN0xrMu+7z43q/hkOLXjvb5u7UC9jDxvRzcrbEmuZBX5yJZz1741jog==
3693+
"@eslint/config-helpers@^0.4.2":
3694+
version "0.4.2"
3695+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
3696+
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
36973697
dependencies:
3698-
"@eslint/core" "^0.16.0"
3698+
"@eslint/core" "^0.17.0"
36993699

3700-
"@eslint/core@^0.16.0":
3701-
version "0.16.0"
3702-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209"
3703-
integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==
3700+
"@eslint/core@^0.17.0":
3701+
version "0.17.0"
3702+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
3703+
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
37043704
dependencies:
37053705
"@types/json-schema" "^7.0.15"
37063706

@@ -3719,42 +3719,42 @@
37193719
minimatch "^3.1.2"
37203720
strip-json-comments "^3.1.1"
37213721

3722-
"@eslint/eslintrc@^3.3.1":
3723-
version "3.3.1"
3724-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
3725-
integrity sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==
3722+
"@eslint/eslintrc@^3.3.5":
3723+
version "3.3.5"
3724+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"
3725+
integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==
37263726
dependencies:
3727-
ajv "^6.12.4"
3727+
ajv "^6.14.0"
37283728
debug "^4.3.2"
37293729
espree "^10.0.1"
37303730
globals "^14.0.0"
37313731
ignore "^5.2.0"
37323732
import-fresh "^3.2.1"
3733-
js-yaml "^4.1.0"
3734-
minimatch "^3.1.2"
3733+
js-yaml "^4.1.1"
3734+
minimatch "^3.1.5"
37353735
strip-json-comments "^3.1.1"
37363736

37373737
"@eslint/js@8.57.1":
37383738
version "8.57.1"
37393739
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
37403740
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
37413741

3742-
"@eslint/js@9.37.0":
3743-
version "9.37.0"
3744-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.37.0.tgz#0cfd5aa763fe5d1ee60bedf84cd14f54bcf9e21b"
3745-
integrity sha512-jaS+NJ+hximswBG6pjNX0uEJZkrT0zwpVi3BA3vX22aFGjJjmgSTSmPpZCRKmoBL5VY/M6p0xsSJx7rk7sy5gg==
3742+
"@eslint/js@9.39.4":
3743+
version "9.39.4"
3744+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.4.tgz#a3f83bfc6fd9bf33a853dfacd0b49b398eb596c1"
3745+
integrity sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==
37463746

3747-
"@eslint/object-schema@^2.1.6":
3748-
version "2.1.6"
3749-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.6.tgz#58369ab5b5b3ca117880c0f6c0b0f32f6950f24f"
3750-
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
3747+
"@eslint/object-schema@^2.1.7":
3748+
version "2.1.7"
3749+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
3750+
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
37513751

3752-
"@eslint/plugin-kit@^0.4.0":
3753-
version "0.4.0"
3754-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.0.tgz#f6a245b42886abf6fc9c7ab7744a932250335ab2"
3755-
integrity sha512-sB5uyeq+dwCWyPi31B2gQlVlo+j5brPlWx4yZBrEaRo/nhdDE8Xke1gsGgtiBdaBTxuTkceLVuVt/pclrasb0A==
3752+
"@eslint/plugin-kit@^0.4.1":
3753+
version "0.4.1"
3754+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
3755+
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
37563756
dependencies:
3757-
"@eslint/core" "^0.16.0"
3757+
"@eslint/core" "^0.17.0"
37583758
levn "^0.4.1"
37593759

37603760
"@exodus/bytes@^1.11.0", "@exodus/bytes@^1.15.0", "@exodus/bytes@^1.6.0":
@@ -12124,10 +12124,10 @@ ajv@8.18.0, ajv@^8.0.0, ajv@^8.0.1, ajv@^8.9.0:
1212412124
json-schema-traverse "^1.0.0"
1212512125
require-from-string "^2.0.2"
1212612126

12127-
ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
12128-
version "6.12.6"
12129-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
12130-
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
12127+
ajv@^6.1.0, ajv@^6.10.2, ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5, ajv@^6.14.0:
12128+
version "6.14.0"
12129+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a"
12130+
integrity sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==
1213112131
dependencies:
1213212132
fast-deep-equal "^3.1.1"
1213312133
fast-json-stable-stringify "^2.0.0"
@@ -20228,25 +20228,24 @@ eslint@8.57.1, eslint@^8.47.0:
2022820228
strip-ansi "^6.0.1"
2022920229
text-table "^0.2.0"
2023020230

20231-
eslint@9.37.0:
20232-
version "9.37.0"
20233-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.37.0.tgz#ac0222127f76b09c0db63036f4fe289562072d74"
20234-
integrity sha512-XyLmROnACWqSxiGYArdef1fItQd47weqB7iwtfr9JHwRrqIXZdcFMvvEcL9xHCmL0SNsOvF0c42lWyM1U5dgig==
20231+
eslint@9.39.4:
20232+
version "9.39.4"
20233+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.4.tgz#855da1b2e2ad66dc5991195f35e262bcec8117b5"
20234+
integrity sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==
2023520235
dependencies:
2023620236
"@eslint-community/eslint-utils" "^4.8.0"
2023720237
"@eslint-community/regexpp" "^4.12.1"
20238-
"@eslint/config-array" "^0.21.0"
20239-
"@eslint/config-helpers" "^0.4.0"
20240-
"@eslint/core" "^0.16.0"
20241-
"@eslint/eslintrc" "^3.3.1"
20242-
"@eslint/js" "9.37.0"
20243-
"@eslint/plugin-kit" "^0.4.0"
20238+
"@eslint/config-array" "^0.21.2"
20239+
"@eslint/config-helpers" "^0.4.2"
20240+
"@eslint/core" "^0.17.0"
20241+
"@eslint/eslintrc" "^3.3.5"
20242+
"@eslint/js" "9.39.4"
20243+
"@eslint/plugin-kit" "^0.4.1"
2024420244
"@humanfs/node" "^0.16.6"
2024520245
"@humanwhocodes/module-importer" "^1.0.1"
2024620246
"@humanwhocodes/retry" "^0.4.2"
2024720247
"@types/estree" "^1.0.6"
20248-
"@types/json-schema" "^7.0.15"
20249-
ajv "^6.12.4"
20248+
ajv "^6.14.0"
2025020249
chalk "^4.0.0"
2025120250
cross-spawn "^7.0.6"
2025220251
debug "^4.3.2"
@@ -20265,7 +20264,7 @@ eslint@9.37.0:
2026520264
is-glob "^4.0.0"
2026620265
json-stable-stringify-without-jsonify "^1.0.1"
2026720266
lodash.merge "^4.6.2"
20268-
minimatch "^3.1.2"
20267+
minimatch "^3.1.5"
2026920268
natural-compare "^1.4.0"
2027020269
optionator "^0.9.3"
2027120270

@@ -24796,7 +24795,7 @@ js-yaml@4.1.0:
2479624795
dependencies:
2479724796
argparse "^2.0.1"
2479824797

24799-
js-yaml@4.1.1, js-yaml@^4.1.0:
24798+
js-yaml@4.1.1, js-yaml@^4.1.0, js-yaml@^4.1.1:
2480024799
version "4.1.1"
2480124800
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
2480224801
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
@@ -27122,10 +27121,10 @@ minimatch@0.3:
2712227121
lru-cache "2"
2712327122
sigmund "~1.0.0"
2712427123

27125-
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
27126-
version "3.1.2"
27127-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
27128-
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
27124+
"minimatch@2 || 3", minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^3.1.5:
27125+
version "3.1.5"
27126+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
27127+
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
2712927128
dependencies:
2713027129
brace-expansion "^1.1.7"
2713127130

0 commit comments

Comments
 (0)