Skip to content

Commit 41956da

Browse files
chore(deps): update dependency eslint to v9.22.0
1 parent 67d7a6f commit 41956da

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@typescript-eslint/eslint-plugin": "7.18.0",
6666
"@typescript-eslint/parser": "7.18.0",
6767
"copyfiles": "2.4.1",
68-
"eslint": "9.21.0",
68+
"eslint": "9.22.0",
6969
"eslint-config-prettier": "9.1.0",
7070
"eslint-plugin-prettier": "5.2.3",
7171
"jest": "29.7.0",

yarn.lock

+20-14
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,11 @@
555555
debug "^4.3.1"
556556
minimatch "^3.1.2"
557557

558+
"@eslint/config-helpers@^0.1.0":
559+
version "0.1.0"
560+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.1.0.tgz#62f1b7821e9d9ced1b3f512c7ea731825765d1cc"
561+
integrity sha512-kLrdPDJE1ckPo94kmPPf9Hfd0DU0Jw6oKYrhe+pwSC0iTUInmTa+w6fw8sGgcfkFJGNdWOUeOaDM4quW4a7OkA==
562+
558563
"@eslint/core@^0.12.0":
559564
version "0.12.0"
560565
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.12.0.tgz#5f960c3d57728be9f6c65bd84aa6aa613078798e"
@@ -577,10 +582,10 @@
577582
minimatch "^3.1.2"
578583
strip-json-comments "^3.1.1"
579584

580-
"@eslint/js@9.21.0":
581-
version "9.21.0"
582-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.21.0.tgz#4303ef4e07226d87c395b8fad5278763e9c15c08"
583-
integrity sha512-BqStZ3HX8Yz6LvsF5ByXYrtigrV5AXADWLAGc7PH/1SxOb7/FIYYMszZZWiUou/GB9P2lXWk2SV4d+Z8h0nknw==
585+
"@eslint/js@9.22.0":
586+
version "9.22.0"
587+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.22.0.tgz#4ff53649ded7cbce90b444b494c234137fa1aa3d"
588+
integrity sha512-vLFajx9o8d1/oL2ZkpMYbkLv8nDB6yaIwFNt7nI4+I80U/z03SxmfOMsLbvWr3p7C+Wnoh//aOu2pQW8cS0HCQ==
584589

585590
"@eslint/object-schema@^2.1.6":
586591
version "2.1.6"
@@ -2647,10 +2652,10 @@ [email protected]:
26472652
esrecurse "^4.3.0"
26482653
estraverse "^4.1.1"
26492654

2650-
eslint-scope@^8.2.0:
2651-
version "8.2.0"
2652-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.2.0.tgz#377aa6f1cb5dc7592cfd0b7f892fd0cf352ce442"
2653-
integrity sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==
2655+
eslint-scope@^8.3.0:
2656+
version "8.3.0"
2657+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.3.0.tgz#10cd3a918ffdd722f5f3f7b5b83db9b23c87340d"
2658+
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
26542659
dependencies:
26552660
esrecurse "^4.3.0"
26562661
estraverse "^5.2.0"
@@ -2675,17 +2680,18 @@ eslint-visitor-keys@^4.2.0:
26752680
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
26762681
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
26772682

2678-
eslint@9.21.0:
2679-
version "9.21.0"
2680-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.21.0.tgz#b1c9c16f5153ff219791f627b94ab8f11f811591"
2681-
integrity sha512-KjeihdFqTPhOMXTt7StsDxriV4n66ueuF/jfPNC3j/lduHwr/ijDwJMsF+wyMJethgiKi5wniIE243vi07d3pg==
2683+
eslint@9.22.0:
2684+
version "9.22.0"
2685+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
2686+
integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
26822687
dependencies:
26832688
"@eslint-community/eslint-utils" "^4.2.0"
26842689
"@eslint-community/regexpp" "^4.12.1"
26852690
"@eslint/config-array" "^0.19.2"
2691+
"@eslint/config-helpers" "^0.1.0"
26862692
"@eslint/core" "^0.12.0"
26872693
"@eslint/eslintrc" "^3.3.0"
2688-
"@eslint/js" "9.21.0"
2694+
"@eslint/js" "9.22.0"
26892695
"@eslint/plugin-kit" "^0.2.7"
26902696
"@humanfs/node" "^0.16.6"
26912697
"@humanwhocodes/module-importer" "^1.0.1"
@@ -2697,7 +2703,7 @@ [email protected]:
26972703
cross-spawn "^7.0.6"
26982704
debug "^4.3.2"
26992705
escape-string-regexp "^4.0.0"
2700-
eslint-scope "^8.2.0"
2706+
eslint-scope "^8.3.0"
27012707
eslint-visitor-keys "^4.2.0"
27022708
espree "^10.3.0"
27032709
esquery "^1.5.0"

0 commit comments

Comments
 (0)