Skip to content

Commit b3f342d

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.30.7 to 5.31.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.30.7 to 5.31.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.31.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]>
1 parent d8dff75 commit b3f342d

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2618,13 +2618,13 @@
26182618
tsutils "^3.21.0"
26192619

26202620
"@typescript-eslint/parser@^5.9.0":
2621-
version "5.30.7"
2622-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.7.tgz#99d09729392aec9e64b1de45cd63cb81a4ddd980"
2623-
integrity sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A==
2621+
version "5.31.0"
2622+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.31.0.tgz#7f42d7dcc68a0a6d80a0f3d9a65063aee7bb8d2c"
2623+
integrity sha512-UStjQiZ9OFTFReTrN+iGrC6O/ko9LVDhreEK5S3edmXgR396JGq7CoX2TWIptqt/ESzU2iRKXAHfSF2WJFcWHw==
26242624
dependencies:
2625-
"@typescript-eslint/scope-manager" "5.30.7"
2626-
"@typescript-eslint/types" "5.30.7"
2627-
"@typescript-eslint/typescript-estree" "5.30.7"
2625+
"@typescript-eslint/scope-manager" "5.31.0"
2626+
"@typescript-eslint/types" "5.31.0"
2627+
"@typescript-eslint/typescript-estree" "5.31.0"
26282628
debug "^4.3.4"
26292629

26302630
"@typescript-eslint/[email protected]":
@@ -2635,6 +2635,14 @@
26352635
"@typescript-eslint/types" "5.30.7"
26362636
"@typescript-eslint/visitor-keys" "5.30.7"
26372637

2638+
"@typescript-eslint/[email protected]":
2639+
version "5.31.0"
2640+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.31.0.tgz#f47a794ba84d9b818ab7f8f44fff55a61016c606"
2641+
integrity sha512-8jfEzBYDBG88rcXFxajdVavGxb5/XKXyvWgvD8Qix3EEJLCFIdVloJw+r9ww0wbyNLOTYyBsR+4ALNGdlalLLg==
2642+
dependencies:
2643+
"@typescript-eslint/types" "5.31.0"
2644+
"@typescript-eslint/visitor-keys" "5.31.0"
2645+
26382646
"@typescript-eslint/[email protected]":
26392647
version "5.30.7"
26402648
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.7.tgz#5693dc3db6f313f302764282d614cfdbc8a9fcfd"
@@ -2649,6 +2657,11 @@
26492657
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.7.tgz#18331487cc92d0f1fb1a6f580c8ec832528079d0"
26502658
integrity sha512-ocVkETUs82+U+HowkovV6uxf1AnVRKCmDRNUBUUo46/5SQv1owC/EBFkiu4MOHeZqhKz2ktZ3kvJJ1uFqQ8QPg==
26512659

2660+
"@typescript-eslint/[email protected]":
2661+
version "5.31.0"
2662+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.31.0.tgz#7aa389122b64b18e473c1672fb3b8310e5f07a9a"
2663+
integrity sha512-/f/rMaEseux+I4wmR6mfpM2wvtNZb1p9hAV77hWfuKc3pmaANp5dLAZSiE3/8oXTYTt3uV9KW5yZKJsMievp6g==
2664+
26522665
"@typescript-eslint/[email protected]":
26532666
version "5.30.7"
26542667
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.7.tgz#05da9f1b281985bfedcf62349847f8d168eecc07"
@@ -2662,6 +2675,19 @@
26622675
semver "^7.3.7"
26632676
tsutils "^3.21.0"
26642677

2678+
"@typescript-eslint/[email protected]":
2679+
version "5.31.0"
2680+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.31.0.tgz#eb92970c9d6e3946690d50c346fb9b1d745ee882"
2681+
integrity sha512-3S625TMcARX71wBc2qubHaoUwMEn+l9TCsaIzYI/ET31Xm2c9YQ+zhGgpydjorwQO9pLfR/6peTzS/0G3J/hDw==
2682+
dependencies:
2683+
"@typescript-eslint/types" "5.31.0"
2684+
"@typescript-eslint/visitor-keys" "5.31.0"
2685+
debug "^4.3.4"
2686+
globby "^11.1.0"
2687+
is-glob "^4.0.3"
2688+
semver "^7.3.7"
2689+
tsutils "^3.21.0"
2690+
26652691
"@typescript-eslint/[email protected]":
26662692
version "5.30.7"
26672693
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.7.tgz#7135be070349e9f7caa262b0ca59dc96123351bb"
@@ -2682,6 +2708,14 @@
26822708
"@typescript-eslint/types" "5.30.7"
26832709
eslint-visitor-keys "^3.3.0"
26842710

2711+
"@typescript-eslint/[email protected]":
2712+
version "5.31.0"
2713+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.31.0.tgz#b0eca264df01ce85dceb76aebff3784629258f54"
2714+
integrity sha512-ZK0jVxSjS4gnPirpVjXHz7mgdOsZUHzNYSfTw2yPa3agfbt9YfqaBiBZFSSxeBWnpWkzCxTfUpnzA3Vily/CSg==
2715+
dependencies:
2716+
"@typescript-eslint/types" "5.31.0"
2717+
eslint-visitor-keys "^3.3.0"
2718+
26852719
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
26862720
version "1.2.1"
26872721
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81"

0 commit comments

Comments
 (0)