Skip to content

Commit 3ebc610

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.19.0 to 5.20.0 (#1437)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.19.0 to 5.20.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.20.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70beac5 commit 3ebc610

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/node": "17.0.23",
2424
"@types/pretty": "^2.0.1",
2525
"@typescript-eslint/eslint-plugin": "^5.19.0",
26-
"@typescript-eslint/parser": "^5.19.0",
26+
"@typescript-eslint/parser": "^5.20.0",
2727
"@vue/babel-plugin-jsx": "^1.1.1",
2828
"@vue/compat": "3.2.32",
2929
"@vue/compiler-dom": "3.2.32",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,14 +1612,14 @@
16121612
semver "^7.3.5"
16131613
tsutils "^3.21.0"
16141614

1615-
"@typescript-eslint/parser@^5.19.0":
1616-
version "5.19.0"
1617-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.19.0.tgz#05e587c1492868929b931afa0cb5579b0f728e75"
1618-
integrity sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==
1619-
dependencies:
1620-
"@typescript-eslint/scope-manager" "5.19.0"
1621-
"@typescript-eslint/types" "5.19.0"
1622-
"@typescript-eslint/typescript-estree" "5.19.0"
1615+
"@typescript-eslint/parser@^5.20.0":
1616+
version "5.20.0"
1617+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.20.0.tgz#4991c4ee0344315c2afc2a62f156565f689c8d0b"
1618+
integrity sha512-UWKibrCZQCYvobmu3/N8TWbEeo/EPQbS41Ux1F9XqPzGuV7pfg6n50ZrFo6hryynD8qOTTfLHtHjjdQtxJ0h/w==
1619+
dependencies:
1620+
"@typescript-eslint/scope-manager" "5.20.0"
1621+
"@typescript-eslint/types" "5.20.0"
1622+
"@typescript-eslint/typescript-estree" "5.20.0"
16231623
debug "^4.3.2"
16241624

16251625
"@typescript-eslint/[email protected]":
@@ -1630,6 +1630,14 @@
16301630
"@typescript-eslint/types" "5.19.0"
16311631
"@typescript-eslint/visitor-keys" "5.19.0"
16321632

1633+
"@typescript-eslint/[email protected]":
1634+
version "5.20.0"
1635+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.20.0.tgz#79c7fb8598d2942e45b3c881ced95319818c7980"
1636+
integrity sha512-h9KtuPZ4D/JuX7rpp1iKg3zOH0WNEa+ZIXwpW/KWmEFDxlA/HSfCMhiyF1HS/drTICjIbpA6OqkAhrP/zkCStg==
1637+
dependencies:
1638+
"@typescript-eslint/types" "5.20.0"
1639+
"@typescript-eslint/visitor-keys" "5.20.0"
1640+
16331641
"@typescript-eslint/[email protected]":
16341642
version "5.19.0"
16351643
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.19.0.tgz#80f2125b0dfe82494bbae1ea99f1c0186d420282"
@@ -1644,6 +1652,11 @@
16441652
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.19.0.tgz#12d3d600d754259da771806ee8b2c842d3be8d12"
16451653
integrity sha512-zR1ithF4Iyq1wLwkDcT+qFnhs8L5VUtjgac212ftiOP/ZZUOCuuF2DeGiZZGQXGoHA50OreZqLH5NjDcDqn34w==
16461654

1655+
"@typescript-eslint/[email protected]":
1656+
version "5.20.0"
1657+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.20.0.tgz#fa39c3c2aa786568302318f1cb51fcf64258c20c"
1658+
integrity sha512-+d8wprF9GyvPwtoB4CxBAR/s0rpP25XKgnOvMf/gMXYDvlUC3rPFHupdTQ/ow9vn7UDe5rX02ovGYQbv/IUCbg==
1659+
16471660
"@typescript-eslint/[email protected]":
16481661
version "5.19.0"
16491662
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.19.0.tgz#fc987b8f62883f9ea6a5b488bdbcd20d33c0025f"
@@ -1657,6 +1670,19 @@
16571670
semver "^7.3.5"
16581671
tsutils "^3.21.0"
16591672

1673+
"@typescript-eslint/[email protected]":
1674+
version "5.20.0"
1675+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.20.0.tgz#ab73686ab18c8781bbf249c9459a55dc9417d6b0"
1676+
integrity sha512-36xLjP/+bXusLMrT9fMMYy1KJAGgHhlER2TqpUVDYUQg4w0q/NW/sg4UGAgVwAqb8V4zYg43KMUpM8vV2lve6w==
1677+
dependencies:
1678+
"@typescript-eslint/types" "5.20.0"
1679+
"@typescript-eslint/visitor-keys" "5.20.0"
1680+
debug "^4.3.2"
1681+
globby "^11.0.4"
1682+
is-glob "^4.0.3"
1683+
semver "^7.3.5"
1684+
tsutils "^3.21.0"
1685+
16601686
"@typescript-eslint/[email protected]":
16611687
version "5.19.0"
16621688
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.19.0.tgz#fe87f1e3003d9973ec361ed10d36b4342f1ded1e"
@@ -1677,6 +1703,14 @@
16771703
"@typescript-eslint/types" "5.19.0"
16781704
eslint-visitor-keys "^3.0.0"
16791705

1706+
"@typescript-eslint/[email protected]":
1707+
version "5.20.0"
1708+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.20.0.tgz#70236b5c6b67fbaf8b2f58bf3414b76c1e826c2a"
1709+
integrity sha512-1flRpNF+0CAQkMNlTJ6L/Z5jiODG/e5+7mk6XwtPOUS3UrTz3UOiAg9jG2VtKsWI6rZQfy4C6a232QNRZTRGlg==
1710+
dependencies:
1711+
"@typescript-eslint/types" "5.20.0"
1712+
eslint-visitor-keys "^3.0.0"
1713+
16801714
"@vitejs/plugin-vue@^2.2.0":
16811715
version "2.2.0"
16821716
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.2.0.tgz#a0affe3ee09f70a9a1415bd39c0f8a58fa78b419"

0 commit comments

Comments
 (0)