Skip to content

Commit 25a8988

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump @typescript-eslint/parser from 5.13.0 to 5.27.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.13.0 to 5.27.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.27.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ef1135 commit 25a8988

File tree

2 files changed

+76
-12
lines changed

2 files changed

+76
-12
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/rimraf": "^3.0.2",
6161
"@types/which": "^2.0.1",
6262
"@typescript-eslint/eslint-plugin": "^5.13.0",
63-
"@typescript-eslint/parser": "^5.13.0",
63+
"@typescript-eslint/parser": "^5.27.0",
6464
"arrify": "^2.0.1",
6565
"commitizen": "^4.2.4",
6666
"concurrently": "^7.0.0",

yarn.lock

+75-11
Original file line numberDiff line numberDiff line change
@@ -1952,15 +1952,15 @@
19521952
dependencies:
19531953
"@typescript-eslint/utils" "5.10.0"
19541954

1955-
"@typescript-eslint/parser@^5.13.0", "@typescript-eslint/parser@^5.9.0":
1956-
version "5.13.0"
1957-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.13.0.tgz#0394ed8f2f849273c0bf4b811994d177112ced5c"
1958-
integrity sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==
1955+
"@typescript-eslint/parser@^5.27.0", "@typescript-eslint/parser@^5.9.0":
1956+
version "5.27.0"
1957+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.27.0.tgz#62bb091ed5cf9c7e126e80021bb563dcf36b6b12"
1958+
integrity sha512-8oGjQF46c52l7fMiPPvX4It3u3V3JipssqDfHQ2hcR0AeR8Zge+OYyKUCm5b70X72N1qXt0qgHenwN6Gc2SXZA==
19591959
dependencies:
1960-
"@typescript-eslint/scope-manager" "5.13.0"
1961-
"@typescript-eslint/types" "5.13.0"
1962-
"@typescript-eslint/typescript-estree" "5.13.0"
1963-
debug "^4.3.2"
1960+
"@typescript-eslint/scope-manager" "5.27.0"
1961+
"@typescript-eslint/types" "5.27.0"
1962+
"@typescript-eslint/typescript-estree" "5.27.0"
1963+
debug "^4.3.4"
19641964

19651965
"@typescript-eslint/[email protected]":
19661966
version "5.10.0"
@@ -1978,6 +1978,14 @@
19781978
"@typescript-eslint/types" "5.13.0"
19791979
"@typescript-eslint/visitor-keys" "5.13.0"
19801980

1981+
"@typescript-eslint/[email protected]":
1982+
version "5.27.0"
1983+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.27.0.tgz#a272178f613050ed62f51f69aae1e19e870a8bbb"
1984+
integrity sha512-VnykheBQ/sHd1Vt0LJ1JLrMH1GzHO+SzX6VTXuStISIsvRiurue/eRkTqSrG0CexHQgKG8shyJfR4o5VYioB9g==
1985+
dependencies:
1986+
"@typescript-eslint/types" "5.27.0"
1987+
"@typescript-eslint/visitor-keys" "5.27.0"
1988+
19811989
"@typescript-eslint/[email protected]":
19821990
version "5.13.0"
19831991
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.13.0.tgz#b0efd45c85b7bab1125c97b752cab3a86c7b615d"
@@ -1997,6 +2005,11 @@
19972005
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.13.0.tgz#da1de4ae905b1b9ff682cab0bed6b2e3be9c04e5"
19982006
integrity sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==
19992007

2008+
"@typescript-eslint/[email protected]":
2009+
version "5.27.0"
2010+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
2011+
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
2012+
20002013
"@typescript-eslint/[email protected]":
20012014
version "5.10.0"
20022015
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224"
@@ -2023,6 +2036,19 @@
20232036
semver "^7.3.5"
20242037
tsutils "^3.21.0"
20252038

2039+
"@typescript-eslint/[email protected]":
2040+
version "5.27.0"
2041+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.0.tgz#7965f5b553c634c5354a47dcce0b40b94611e995"
2042+
integrity sha512-QywPMFvgZ+MHSLRofLI7BDL+UczFFHyj0vF5ibeChDAJgdTV8k4xgEwF0geFhVlPc1p8r70eYewzpo6ps+9LJQ==
2043+
dependencies:
2044+
"@typescript-eslint/types" "5.27.0"
2045+
"@typescript-eslint/visitor-keys" "5.27.0"
2046+
debug "^4.3.4"
2047+
globby "^11.1.0"
2048+
is-glob "^4.0.3"
2049+
semver "^7.3.7"
2050+
tsutils "^3.21.0"
2051+
20262052
"@typescript-eslint/[email protected]":
20272053
version "5.10.0"
20282054
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65"
@@ -2063,6 +2089,14 @@
20632089
"@typescript-eslint/types" "5.13.0"
20642090
eslint-visitor-keys "^3.0.0"
20652091

2092+
"@typescript-eslint/[email protected]":
2093+
version "5.27.0"
2094+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.0.tgz#97aa9a5d2f3df8215e6d3b77f9d214a24db269bd"
2095+
integrity sha512-46cYrteA2MrIAjv9ai44OQDUoCZyHeGIc4lsjCUX2WT6r4C+kidz1bNiR4017wHOPUythYeH+Sc7/cFP97KEAA==
2096+
dependencies:
2097+
"@typescript-eslint/types" "5.27.0"
2098+
eslint-visitor-keys "^3.3.0"
2099+
20662100
20672101
version "3.2.31"
20682102
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.31.tgz#d38f06c2cf845742403b523ab4596a3fda152e89"
@@ -3106,7 +3140,7 @@ date-fns@^2.16.1:
31063140
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.18.0.tgz#08e50aee300ad0d2c5e054e3f0d10d8f9cdfe09e"
31073141
integrity sha512-NYyAg4wRmGVU4miKq5ivRACOODdZRY3q5WLmOJSq8djyzftYphU7dTHLcEtLqEvfqMKQ0jVv91P4BAwIjsXIcw==
31083142

3109-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.2, debug@^4.3.3:
3143+
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
31103144
version "4.3.4"
31113145
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
31123146
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -3887,6 +3921,17 @@ fast-glob@^3.1.1:
38873921
micromatch "^4.0.2"
38883922
picomatch "^2.2.1"
38893923

3924+
fast-glob@^3.2.9:
3925+
version "3.2.11"
3926+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
3927+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
3928+
dependencies:
3929+
"@nodelib/fs.stat" "^2.0.2"
3930+
"@nodelib/fs.walk" "^1.2.3"
3931+
glob-parent "^5.1.2"
3932+
merge2 "^1.3.0"
3933+
micromatch "^4.0.4"
3934+
38903935
[email protected], fast-json-stable-stringify@^2.0.0:
38913936
version "2.1.0"
38923937
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4118,7 +4163,7 @@ git-raw-commits@^2.0.0:
41184163
split2 "^2.0.0"
41194164
through2 "^3.0.0"
41204165

4121-
glob-parent@^5.1.0, glob-parent@~5.1.0, glob-parent@~5.1.2:
4166+
glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.0, glob-parent@~5.1.2:
41224167
version "5.1.2"
41234168
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
41244169
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -4207,6 +4252,18 @@ globby@^11.0.4:
42074252
merge2 "^1.3.0"
42084253
slash "^3.0.0"
42094254

4255+
globby@^11.1.0:
4256+
version "11.1.0"
4257+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
4258+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
4259+
dependencies:
4260+
array-union "^2.1.0"
4261+
dir-glob "^3.0.1"
4262+
fast-glob "^3.2.9"
4263+
ignore "^5.2.0"
4264+
merge2 "^1.4.1"
4265+
slash "^3.0.0"
4266+
42104267
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.9:
42114268
version "4.2.10"
42124269
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
@@ -5733,7 +5790,7 @@ merge-stream@^2.0.0:
57335790
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
57345791
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
57355792

5736-
merge2@^1.3.0:
5793+
merge2@^1.3.0, merge2@^1.4.1:
57375794
version "1.4.1"
57385795
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
57395796
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -6770,6 +6827,13 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
67706827
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
67716828
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
67726829

6830+
semver@^7.3.7:
6831+
version "7.3.7"
6832+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
6833+
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
6834+
dependencies:
6835+
lru-cache "^6.0.0"
6836+
67736837
shebang-command@^1.2.0:
67746838
version "1.2.0"
67756839
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"

0 commit comments

Comments
 (0)