Skip to content

Commit 49ba17a

Browse files
authored
Merge pull request #308 from salesforcecli/dependabot-npm_and_yarn-typescript-eslint-parser-5.59.0
chore(dev-deps): bump @typescript-eslint/parser from 5.57.0 to 5.59.0
2 parents a9b493f + 7115f71 commit 49ba17a

File tree

2 files changed

+9
-43
lines changed

2 files changed

+9
-43
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@salesforce/ts-types": "^1.5.20",
2828
"@swc/core": "^1.3.39",
2929
"@typescript-eslint/eslint-plugin": "^5.59.0",
30-
"@typescript-eslint/parser": "^5.57.0",
30+
"@typescript-eslint/parser": "^5.59.0",
3131
"chai": "^4.3.7",
3232
"eslint": "^8.35.0",
3333
"eslint-config-prettier": "^8.8.0",

yarn.lock

+8-42
Original file line numberDiff line numberDiff line change
@@ -1495,23 +1495,15 @@
14951495
semver "^7.3.7"
14961496
tsutils "^3.21.0"
14971497

1498-
"@typescript-eslint/parser@^5.57.0":
1499-
version "5.57.0"
1500-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.0.tgz#f675bf2cd1a838949fd0de5683834417b757e4fa"
1501-
integrity sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==
1502-
dependencies:
1503-
"@typescript-eslint/scope-manager" "5.57.0"
1504-
"@typescript-eslint/types" "5.57.0"
1505-
"@typescript-eslint/typescript-estree" "5.57.0"
1506-
debug "^4.3.4"
1507-
1508-
"@typescript-eslint/[email protected]":
1509-
version "5.57.0"
1510-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36"
1511-
integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==
1498+
"@typescript-eslint/parser@^5.59.0":
1499+
version "5.59.0"
1500+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.0.tgz#0ad7cd019346cc5d150363f64869eca10ca9977c"
1501+
integrity sha512-qK9TZ70eJtjojSUMrrEwA9ZDQ4N0e/AuoOIgXuNBorXYcBDk397D2r5MIe1B3cok/oCtdNC5j+lUUpVB+Dpb+w==
15121502
dependencies:
1513-
"@typescript-eslint/types" "5.57.0"
1514-
"@typescript-eslint/visitor-keys" "5.57.0"
1503+
"@typescript-eslint/scope-manager" "5.59.0"
1504+
"@typescript-eslint/types" "5.59.0"
1505+
"@typescript-eslint/typescript-estree" "5.59.0"
1506+
debug "^4.3.4"
15151507

15161508
"@typescript-eslint/[email protected]":
15171509
version "5.59.0"
@@ -1531,29 +1523,11 @@
15311523
debug "^4.3.4"
15321524
tsutils "^3.21.0"
15331525

1534-
"@typescript-eslint/[email protected]":
1535-
version "5.57.0"
1536-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
1537-
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
1538-
15391526
"@typescript-eslint/[email protected]":
15401527
version "5.59.0"
15411528
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.0.tgz#3fcdac7dbf923ec5251545acdd9f1d42d7c4fe32"
15421529
integrity sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==
15431530

1544-
"@typescript-eslint/[email protected]":
1545-
version "5.57.0"
1546-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
1547-
integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==
1548-
dependencies:
1549-
"@typescript-eslint/types" "5.57.0"
1550-
"@typescript-eslint/visitor-keys" "5.57.0"
1551-
debug "^4.3.4"
1552-
globby "^11.1.0"
1553-
is-glob "^4.0.3"
1554-
semver "^7.3.7"
1555-
tsutils "^3.21.0"
1556-
15571531
"@typescript-eslint/[email protected]":
15581532
version "5.59.0"
15591533
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz#8869156ee1dcfc5a95be3ed0e2809969ea28e965"
@@ -1581,14 +1555,6 @@
15811555
eslint-scope "^5.1.1"
15821556
semver "^7.3.7"
15831557

1584-
"@typescript-eslint/[email protected]":
1585-
version "5.57.0"
1586-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1"
1587-
integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==
1588-
dependencies:
1589-
"@typescript-eslint/types" "5.57.0"
1590-
eslint-visitor-keys "^3.3.0"
1591-
15921558
"@typescript-eslint/[email protected]":
15931559
version "5.59.0"
15941560
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz#a59913f2bf0baeb61b5cfcb6135d3926c3854365"

0 commit comments

Comments
 (0)