Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 3998d8a

Browse files
Calciumdibromid Botcabr2-bot
authored andcommitted
Update typescript-eslint monorepo to v5.30.0 (#1436)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | minor | [`5.29.0` -> `5.30.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.29.0/5.30.0) | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | minor | [`5.29.0` -> `5.30.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.29.0/5.30.0) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v5.30.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5300-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5290v5300-2022-06-27) [Compare Source](typescript-eslint/typescript-eslint@v5.29.0...v5.30.0) ##### Features - **eslint-plugin:** \[no-shadow] add shadowed variable location to the error message ([#&#8203;5183](typescript-eslint/typescript-eslint#5183)) ([8ca08e9](typescript-eslint/typescript-eslint@8ca08e9)) - treat `this` in `typeof this` as a `ThisExpression` ([#&#8203;4382](typescript-eslint/typescript-eslint#4382)) ([b04b2ce](typescript-eslint/typescript-eslint@b04b2ce)) </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v5.30.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5300-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5290v5300-2022-06-27) [Compare Source](typescript-eslint/typescript-eslint@v5.29.0...v5.30.0) **Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: cabr2-bot <[email protected]> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1436 Reviewed-by: Epsilon_02 <[email protected]> Co-authored-by: Calciumdibromid Bot <[email protected]> Co-committed-by: Calciumdibromid Bot <[email protected]>
1 parent 0afd907 commit 3998d8a

File tree

2 files changed

+68
-22
lines changed

2 files changed

+68
-22
lines changed

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@tauri-apps/cli": "1.0.0",
5555
"@types/jasmine": "4.0.3",
5656
"@types/node": "17.0.14",
57-
"@typescript-eslint/eslint-plugin": "5.29.0",
58-
"@typescript-eslint/parser": "5.29.0",
57+
"@typescript-eslint/eslint-plugin": "5.30.0",
58+
"@typescript-eslint/parser": "5.30.0",
5959
"eslint": "8.18.0",
6060
"eslint-config-airbnb-base": "15.0.0",
6161
"eslint-config-airbnb-typescript": "17.0.0",

frontend/yarn.lock

Lines changed: 66 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,14 +2317,14 @@
23172317
dependencies:
23182318
"@types/node" "*"
23192319

2320-
"@typescript-eslint/eslint-plugin@5.29.0":
2321-
version "5.29.0"
2322-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.29.0.tgz#c67794d2b0fd0b4a47f50266088acdc52a08aab6"
2323-
integrity sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w==
2324-
dependencies:
2325-
"@typescript-eslint/scope-manager" "5.29.0"
2326-
"@typescript-eslint/type-utils" "5.29.0"
2327-
"@typescript-eslint/utils" "5.29.0"
2320+
"@typescript-eslint/eslint-plugin@5.30.0":
2321+
version "5.30.0"
2322+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.0.tgz#524a11e15c09701733033c96943ecf33f55d9ca1"
2323+
integrity sha512-lvhRJ2pGe2V9MEU46ELTdiHgiAFZPKtLhiU5wlnaYpMc2+c1R8fh8i80ZAa665drvjHKUJyRRGg3gEm1If54ow==
2324+
dependencies:
2325+
"@typescript-eslint/scope-manager" "5.30.0"
2326+
"@typescript-eslint/type-utils" "5.30.0"
2327+
"@typescript-eslint/utils" "5.30.0"
23282328
debug "^4.3.4"
23292329
functional-red-black-tree "^1.0.1"
23302330
ignore "^5.2.0"
@@ -2339,14 +2339,14 @@
23392339
dependencies:
23402340
"@typescript-eslint/utils" "5.10.0"
23412341

2342-
"@typescript-eslint/parser@5.29.0":
2343-
version "5.29.0"
2344-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.29.0.tgz#41314b195b34d44ff38220caa55f3f93cfca43cf"
2345-
integrity sha512-ruKWTv+x0OOxbzIw9nW5oWlUopvP/IQDjB5ZqmTglLIoDTctLlAJpAQFpNPJP/ZI7hTT9sARBosEfaKbcFuECw==
2342+
"@typescript-eslint/parser@5.30.0":
2343+
version "5.30.0"
2344+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.0.tgz#a2184fb5f8ef2bf1db0ae61a43907e2e32aa1b8f"
2345+
integrity sha512-2oYYUws5o2liX6SrFQ5RB88+PuRymaM2EU02/9Ppoyu70vllPnHVO7ioxDdq/ypXHA277R04SVjxvwI8HmZpzA==
23462346
dependencies:
2347-
"@typescript-eslint/scope-manager" "5.29.0"
2348-
"@typescript-eslint/types" "5.29.0"
2349-
"@typescript-eslint/typescript-estree" "5.29.0"
2347+
"@typescript-eslint/scope-manager" "5.30.0"
2348+
"@typescript-eslint/types" "5.30.0"
2349+
"@typescript-eslint/typescript-estree" "5.30.0"
23502350
debug "^4.3.4"
23512351

23522352
"@typescript-eslint/[email protected]":
@@ -2365,12 +2365,20 @@
23652365
"@typescript-eslint/types" "5.29.0"
23662366
"@typescript-eslint/visitor-keys" "5.29.0"
23672367

2368-
"@typescript-eslint/type-utils@5.29.0":
2369-
version "5.29.0"
2370-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.29.0.tgz#241918001d164044020b37d26d5b9f4e37cc3d5d"
2371-
integrity sha512-JK6bAaaiJozbox3K220VRfCzLa9n0ib/J+FHIwnaV3Enw/TO267qe0pM1b1QrrEuy6xun374XEAsRlA86JJnyg==
2368+
"@typescript-eslint/scope-manager@5.30.0":
2369+
version "5.30.0"
2370+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.0.tgz#bf585ee801ab4ad84db2f840174e171a6bb002c7"
2371+
integrity sha512-3TZxvlQcK5fhTBw5solQucWSJvonXf5yua5nx8OqK94hxdrT7/6W3/CS42MLd/f1BmlmmbGEgQcTHHCktUX5bQ==
23722372
dependencies:
2373-
"@typescript-eslint/utils" "5.29.0"
2373+
"@typescript-eslint/types" "5.30.0"
2374+
"@typescript-eslint/visitor-keys" "5.30.0"
2375+
2376+
"@typescript-eslint/[email protected]":
2377+
version "5.30.0"
2378+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.0.tgz#98f3af926a5099153f092d4dad87148df21fbaae"
2379+
integrity sha512-GF8JZbZqSS+azehzlv/lmQQ3EU3VfWYzCczdZjJRxSEeXDQkqFhCBgFhallLDbPwQOEQ4MHpiPfkjKk7zlmeNg==
2380+
dependencies:
2381+
"@typescript-eslint/utils" "5.30.0"
23742382
debug "^4.3.4"
23752383
tsutils "^3.21.0"
23762384

@@ -2384,6 +2392,11 @@
23842392
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab"
23852393
integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==
23862394

2395+
"@typescript-eslint/[email protected]":
2396+
version "5.30.0"
2397+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.0.tgz#db7d81d585a3da3801432a9c1d2fafbff125e110"
2398+
integrity sha512-vfqcBrsRNWw/LBXyncMF/KrUTYYzzygCSsVqlZ1qGu1QtGs6vMkt3US0VNSQ05grXi5Yadp3qv5XZdYLjpp8ag==
2399+
23872400
"@typescript-eslint/[email protected]":
23882401
version "5.10.0"
23892402
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz#4be24a3dea0f930bb1397c46187d0efdd955a224"
@@ -2410,6 +2423,19 @@
24102423
semver "^7.3.7"
24112424
tsutils "^3.21.0"
24122425

2426+
"@typescript-eslint/[email protected]":
2427+
version "5.30.0"
2428+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.0.tgz#4565ee8a6d2ac368996e20b2344ea0eab1a8f0bb"
2429+
integrity sha512-hDEawogreZB4n1zoqcrrtg/wPyyiCxmhPLpZ6kmWfKF5M5G0clRLaEexpuWr31fZ42F96SlD/5xCt1bT5Qm4Nw==
2430+
dependencies:
2431+
"@typescript-eslint/types" "5.30.0"
2432+
"@typescript-eslint/visitor-keys" "5.30.0"
2433+
debug "^4.3.4"
2434+
globby "^11.1.0"
2435+
is-glob "^4.0.3"
2436+
semver "^7.3.7"
2437+
tsutils "^3.21.0"
2438+
24132439
"@typescript-eslint/[email protected]":
24142440
version "5.10.0"
24152441
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.10.0.tgz#c3d152a85da77c400e37281355561c72fb1b5a65"
@@ -2434,6 +2460,18 @@
24342460
eslint-scope "^5.1.1"
24352461
eslint-utils "^3.0.0"
24362462

2463+
"@typescript-eslint/[email protected]":
2464+
version "5.30.0"
2465+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.0.tgz#1dac771fead5eab40d31860716de219356f5f754"
2466+
integrity sha512-0bIgOgZflLKIcZsWvfklsaQTM3ZUbmtH0rJ1hKyV3raoUYyeZwcjQ8ZUJTzS7KnhNcsVT1Rxs7zeeMHEhGlltw==
2467+
dependencies:
2468+
"@types/json-schema" "^7.0.9"
2469+
"@typescript-eslint/scope-manager" "5.30.0"
2470+
"@typescript-eslint/types" "5.30.0"
2471+
"@typescript-eslint/typescript-estree" "5.30.0"
2472+
eslint-scope "^5.1.1"
2473+
eslint-utils "^3.0.0"
2474+
24372475
"@typescript-eslint/[email protected]":
24382476
version "5.10.0"
24392477
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.0.tgz#770215497ad67cd15a572b52089991d5dfe06281"
@@ -2450,6 +2488,14 @@
24502488
"@typescript-eslint/types" "5.29.0"
24512489
eslint-visitor-keys "^3.3.0"
24522490

2491+
"@typescript-eslint/[email protected]":
2492+
version "5.30.0"
2493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.0.tgz#07721d23daca2ec4c2da7f1e660d41cd78bacac3"
2494+
integrity sha512-6WcIeRk2DQ3pHKxU1Ni0qMXJkjO/zLjBymlYBy/53qxe7yjEFSvzKLDToJjURUhSl2Fzhkl4SMXQoETauF74cw==
2495+
dependencies:
2496+
"@typescript-eslint/types" "5.30.0"
2497+
eslint-visitor-keys "^3.3.0"
2498+
24532499
"@webassemblyjs/[email protected]":
24542500
version "1.11.1"
24552501
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"

0 commit comments

Comments
 (0)