Skip to content

Commit d7344c8

Browse files
chore(dev-deps): bump @typescript-eslint/parser from 5.50.0 to 5.53.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.50.0 to 5.53.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.53.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1a7e66 commit d7344c8

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@swc/core": "^1.3.26",
2626
"@types/shelljs": "^0.8.11",
2727
"@typescript-eslint/eslint-plugin": "^5.45.0",
28-
"@typescript-eslint/parser": "^5.50.0",
28+
"@typescript-eslint/parser": "^5.53.0",
2929
"chai": "^4.3.7",
3030
"eslint": "^8.34.0",
3131
"eslint-config-prettier": "^8.6.0",

yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,14 +1682,14 @@
16821682
semver "^7.3.7"
16831683
tsutils "^3.21.0"
16841684

1685-
"@typescript-eslint/parser@^5.50.0":
1686-
version "5.50.0"
1687-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.50.0.tgz#a33f44b2cc83d1b7176ec854fbecd55605b0b032"
1688-
integrity sha512-KCcSyNaogUDftK2G9RXfQyOCt51uB5yqC6pkUYqhYh8Kgt+DwR5M0EwEAxGPy/+DH6hnmKeGsNhiZRQxjH71uQ==
1689-
dependencies:
1690-
"@typescript-eslint/scope-manager" "5.50.0"
1691-
"@typescript-eslint/types" "5.50.0"
1692-
"@typescript-eslint/typescript-estree" "5.50.0"
1685+
"@typescript-eslint/parser@^5.53.0":
1686+
version "5.53.0"
1687+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.53.0.tgz#a1f2b9ae73b83181098747e96683f1b249ecab52"
1688+
integrity sha512-MKBw9i0DLYlmdOb3Oq/526+al20AJZpANdT6Ct9ffxcV8nKCHz63t/S0IhlTFNsBIHJv+GY5SFJ0XfqVeydQrQ==
1689+
dependencies:
1690+
"@typescript-eslint/scope-manager" "5.53.0"
1691+
"@typescript-eslint/types" "5.53.0"
1692+
"@typescript-eslint/typescript-estree" "5.53.0"
16931693
debug "^4.3.4"
16941694

16951695
"@typescript-eslint/scope-manager@5.45.0":
@@ -1700,13 +1700,13 @@
17001700
"@typescript-eslint/types" "5.45.0"
17011701
"@typescript-eslint/visitor-keys" "5.45.0"
17021702

1703-
"@typescript-eslint/scope-manager@5.50.0":
1704-
version "5.50.0"
1705-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.50.0.tgz#90b8a3b337ad2c52bbfe4eac38f9164614e40584"
1706-
integrity sha512-rt03kaX+iZrhssaT974BCmoUikYtZI24Vp/kwTSy841XhiYShlqoshRFDvN1FKKvU2S3gK+kcBW1EA7kNUrogg==
1703+
"@typescript-eslint/scope-manager@5.53.0":
1704+
version "5.53.0"
1705+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.53.0.tgz#42b54f280e33c82939275a42649701024f3fafef"
1706+
integrity sha512-Opy3dqNsp/9kBBeCPhkCNR7fmdSQqA+47r21hr9a14Bx0xnkElEQmhoHga+VoaoQ6uDHjDKmQPIYcUcKJifS7w==
17071707
dependencies:
1708-
"@typescript-eslint/types" "5.50.0"
1709-
"@typescript-eslint/visitor-keys" "5.50.0"
1708+
"@typescript-eslint/types" "5.53.0"
1709+
"@typescript-eslint/visitor-keys" "5.53.0"
17101710

17111711
"@typescript-eslint/type-utils@5.45.0":
17121712
version "5.45.0"
@@ -1723,10 +1723,10 @@
17231723
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.45.0.tgz#794760b9037ee4154c09549ef5a96599621109c5"
17241724
integrity sha512-QQij+u/vgskA66azc9dCmx+rev79PzX8uDHpsqSjEFtfF2gBUTRCpvYMh2gw2ghkJabNkPlSUCimsyBEQZd1DA==
17251725

1726-
"@typescript-eslint/types@5.50.0":
1727-
version "5.50.0"
1728-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.50.0.tgz#c461d3671a6bec6c2f41f38ed60bd87aa8a30093"
1729-
integrity sha512-atruOuJpir4OtyNdKahiHZobPKFvZnBnfDiyEaBf6d9vy9visE7gDjlmhl+y29uxZ2ZDgvXijcungGFjGGex7w==
1726+
"@typescript-eslint/types@5.53.0":
1727+
version "5.53.0"
1728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f"
1729+
integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==
17301730

17311731
"@typescript-eslint/typescript-estree@5.45.0":
17321732
version "5.45.0"
@@ -1741,13 +1741,13 @@
17411741
semver "^7.3.7"
17421742
tsutils "^3.21.0"
17431743

1744-
"@typescript-eslint/typescript-estree@5.50.0":
1745-
version "5.50.0"
1746-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.50.0.tgz#0b9b82975bdfa40db9a81fdabc7f93396867ea97"
1747-
integrity sha512-Gq4zapso+OtIZlv8YNAStFtT6d05zyVCK7Fx3h5inlLBx2hWuc/0465C2mg/EQDDU2LKe52+/jN4f0g9bd+kow==
1744+
"@typescript-eslint/typescript-estree@5.53.0":
1745+
version "5.53.0"
1746+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690"
1747+
integrity sha512-eKmipH7QyScpHSkhbptBBYh9v8FxtngLquq292YTEQ1pxVs39yFBlLC1xeIZcPPz1RWGqb7YgERJRGkjw8ZV7w==
17481748
dependencies:
1749-
"@typescript-eslint/types" "5.50.0"
1750-
"@typescript-eslint/visitor-keys" "5.50.0"
1749+
"@typescript-eslint/types" "5.53.0"
1750+
"@typescript-eslint/visitor-keys" "5.53.0"
17511751
debug "^4.3.4"
17521752
globby "^11.1.0"
17531753
is-glob "^4.0.3"
@@ -1776,12 +1776,12 @@
17761776
"@typescript-eslint/types" "5.45.0"
17771777
eslint-visitor-keys "^3.3.0"
17781778

1779-
"@typescript-eslint/visitor-keys@5.50.0":
1780-
version "5.50.0"
1781-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.50.0.tgz#b752ffc143841f3d7bc57d6dd01ac5c40f8c4903"
1782-
integrity sha512-cdMeD9HGu6EXIeGOh2yVW6oGf9wq8asBgZx7nsR/D36gTfQ0odE5kcRYe5M81vjEFAcPeugXrHg78Imu55F6gg==
1779+
"@typescript-eslint/visitor-keys@5.53.0":
1780+
version "5.53.0"
1781+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.53.0.tgz#8a5126623937cdd909c30d8fa72f79fa56cc1a9f"
1782+
integrity sha512-JqNLnX3leaHFZEN0gCh81sIvgrp/2GOACZNgO4+Tkf64u51kTpAyWFOY8XHx8XuXr3N2C9zgPPHtcpMg6z1g0w==
17831783
dependencies:
1784-
"@typescript-eslint/types" "5.50.0"
1784+
"@typescript-eslint/types" "5.53.0"
17851785
eslint-visitor-keys "^3.3.0"
17861786

17871787
"@ungap/promise-all-settled@1.1.2":

0 commit comments

Comments
 (0)