Skip to content

Commit 5a5d066

Browse files
dependabot-preview[bot]sansyrox
authored andcommitted
chore(deps-dev): bump @typescript-eslint/parser from 4.5.0 to 4.6.0 (fossasia#5395)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.6.0/packages/parser) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 951390b commit 5a5d066

File tree

2 files changed

+43
-8
lines changed

2 files changed

+43
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@types/rsvp": "^4.0.3",
4848
"@types/url-parse": "^1.4.3",
4949
"@typescript-eslint/eslint-plugin": "^4.4.1",
50-
"@typescript-eslint/parser": "^4.4.1",
50+
"@typescript-eslint/parser": "^4.6.0",
5151
"async": "^3.2.0",
5252
"babel-eslint": "^10.1.0",
5353
"broccoli-asset-rev": "^3.0.0",

yarn.lock

Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2239,14 +2239,14 @@
22392239
eslint-scope "^5.0.0"
22402240
eslint-utils "^2.0.0"
22412241

2242-
"@typescript-eslint/parser@^4.4.1":
2243-
version "4.5.0"
2244-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.5.0.tgz#b2d659f25eec0041c7bc5660b91db1eefe8d7122"
2245-
integrity sha512-xb+gmyhQcnDWe+5+xxaQk5iCw6KqXd8VQxGiTeELTMoYeRjpocZYYRP1gFVM2C8Yl0SpUvLa1lhprwqZ00w3Iw==
2242+
"@typescript-eslint/parser@^4.6.0":
2243+
version "4.6.0"
2244+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.6.0.tgz#7e9ff7df2f21d5c8f65f17add3b99eeeec33199d"
2245+
integrity sha512-Dj6NJxBhbdbPSZ5DYsQqpR32MwujF772F2H3VojWU6iT4AqL4BKuoNWOPFCoSZvCcADDvQjDpa6OLDAaiZPz2Q==
22462246
dependencies:
2247-
"@typescript-eslint/scope-manager" "4.5.0"
2248-
"@typescript-eslint/types" "4.5.0"
2249-
"@typescript-eslint/typescript-estree" "4.5.0"
2247+
"@typescript-eslint/scope-manager" "4.6.0"
2248+
"@typescript-eslint/types" "4.6.0"
2249+
"@typescript-eslint/typescript-estree" "4.6.0"
22502250
debug "^4.1.1"
22512251

22522252
"@typescript-eslint/[email protected]":
@@ -2257,11 +2257,24 @@
22572257
"@typescript-eslint/types" "4.5.0"
22582258
"@typescript-eslint/visitor-keys" "4.5.0"
22592259

2260+
"@typescript-eslint/[email protected]":
2261+
version "4.6.0"
2262+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.6.0.tgz#b7d8b57fe354047a72dfb31881d9643092838662"
2263+
integrity sha512-uZx5KvStXP/lwrMrfQQwDNvh2ppiXzz5TmyTVHb+5TfZ3sUP7U1onlz3pjoWrK9konRyFe1czyxObWTly27Ang==
2264+
dependencies:
2265+
"@typescript-eslint/types" "4.6.0"
2266+
"@typescript-eslint/visitor-keys" "4.6.0"
2267+
22602268
"@typescript-eslint/[email protected]":
22612269
version "4.5.0"
22622270
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.5.0.tgz#98256e07bad1c8d15d0c9627ebec82fd971bb3c3"
22632271
integrity sha512-n2uQoXnyWNk0Les9MtF0gCK3JiWd987JQi97dMSxBOzVoLZXCNtxFckVqt1h8xuI1ix01t+iMY4h4rFMj/303g==
22642272

2273+
"@typescript-eslint/[email protected]":
2274+
version "4.6.0"
2275+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.0.tgz#157ca925637fd53c193c6bf226a6c02b752dde2f"
2276+
integrity sha512-5FAgjqH68SfFG4UTtIFv+rqYJg0nLjfkjD0iv+5O27a0xEeNZ5rZNDvFGZDizlCD1Ifj7MAbSW2DPMrf0E9zjA==
2277+
22652278
"@typescript-eslint/[email protected]":
22662279
version "4.5.0"
22672280
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.5.0.tgz#d50cf91ae3a89878401111031eb6fb6d03554f64"
@@ -2276,6 +2289,20 @@
22762289
semver "^7.3.2"
22772290
tsutils "^3.17.1"
22782291

2292+
"@typescript-eslint/[email protected]":
2293+
version "4.6.0"
2294+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.0.tgz#85bd98dcc8280511cfc5b2ce7b03a9ffa1732b08"
2295+
integrity sha512-s4Z9qubMrAo/tw0CbN0IN4AtfwuehGXVZM0CHNMdfYMGBDhPdwTEpBrecwhP7dRJu6d9tT9ECYNaWDHvlFSngA==
2296+
dependencies:
2297+
"@typescript-eslint/types" "4.6.0"
2298+
"@typescript-eslint/visitor-keys" "4.6.0"
2299+
debug "^4.1.1"
2300+
globby "^11.0.1"
2301+
is-glob "^4.0.1"
2302+
lodash "^4.17.15"
2303+
semver "^7.3.2"
2304+
tsutils "^3.17.1"
2305+
22792306
"@typescript-eslint/[email protected]":
22802307
version "4.5.0"
22812308
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.5.0.tgz#b59f26213ac597efe87f6b13cf2aabee70542af0"
@@ -2284,6 +2311,14 @@
22842311
"@typescript-eslint/types" "4.5.0"
22852312
eslint-visitor-keys "^2.0.0"
22862313

2314+
"@typescript-eslint/[email protected]":
2315+
version "4.6.0"
2316+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.0.tgz#fb05d6393891b0a089b243fc8f9fb8039383d5da"
2317+
integrity sha512-38Aa9Ztl0XyFPVzmutHXqDMCu15Xx8yKvUo38Gu3GhsuckCh3StPI5t2WIO9LHEsOH7MLmlGfKUisU8eW1Sjhg==
2318+
dependencies:
2319+
"@typescript-eslint/types" "4.6.0"
2320+
eslint-visitor-keys "^2.0.0"
2321+
22872322
"@webassemblyjs/[email protected]":
22882323
version "1.7.11"
22892324
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.11.tgz#b988582cafbb2b095e8b556526f30c90d057cace"

0 commit comments

Comments
 (0)