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

Commit 39823e2

Browse files
Calciumdibromid Botcabr2-bot
authored andcommitted
Update typescript-eslint monorepo to v5.25.0 (#1357)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | minor | [`5.23.0` -> `5.25.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.23.0/5.25.0) | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint) | devDependencies | minor | [`5.23.0` -> `5.25.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/5.23.0/5.25.0) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v5.25.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5250-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5240v5250-2022-05-17) [Compare Source](typescript-eslint/typescript-eslint@v5.24.0...v5.25.0) ##### Bug Fixes - **eslint-plugin:** \[typedef] stop enforcing rule for assignment expressions ([#&#8203;4958](typescript-eslint/typescript-eslint#4958)) ([04a216c](typescript-eslint/typescript-eslint@04a216c)) - **eslint-plugin:** strict config should not extend recommended ([#&#8203;5005](typescript-eslint/typescript-eslint#5005)) ([05d71c2](typescript-eslint/typescript-eslint@05d71c2)) - **website:** correct Presets link to be Configs ([#&#8203;5004](typescript-eslint/typescript-eslint#5004)) ([e18e91c](typescript-eslint/typescript-eslint@e18e91c)) ##### Features - **eslint-plugin:** \[no-empty-function] new allow option overrideMethods ([#&#8203;4923](typescript-eslint/typescript-eslint#4923)) ([13c05ae](typescript-eslint/typescript-eslint@13c05ae)) - **eslint-plugin:** deprecate `no-duplicate-imports` in favour of `import/no-duplicates` ([#&#8203;4973](typescript-eslint/typescript-eslint#4973)) ([1d2e41a](typescript-eslint/typescript-eslint@1d2e41a)) - update to TypeScript 4.7-rc ([#&#8203;4829](typescript-eslint/typescript-eslint#4829)) ([6fe783c](typescript-eslint/typescript-eslint@6fe783c)) ### [`v5.24.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#&#8203;5240-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5230v5240-2022-05-16) [Compare Source](typescript-eslint/typescript-eslint@v5.23.0...v5.24.0) ##### Bug Fixes - **eslint-plugin:** \[array-type] in fixer add missing parens for constructor types [#&#8203;4756](typescript-eslint/typescript-eslint#4756) ([#&#8203;4971](typescript-eslint/typescript-eslint#4971)) ([0377070](typescript-eslint/typescript-eslint@0377070)) ##### Features - **eslint-plugin:** Add BigInt object type to default ban-types list ([#&#8203;4970](typescript-eslint/typescript-eslint#4970)) ([1867728](typescript-eslint/typescript-eslint@1867728)) - **eslint-plugin:** add new 'strict' config ([#&#8203;4706](typescript-eslint/typescript-eslint#4706)) ([4a500b2](typescript-eslint/typescript-eslint@4a500b2)) </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v5.25.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5250-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5240v5250-2022-05-17) [Compare Source](typescript-eslint/typescript-eslint@v5.24.0...v5.25.0) **Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) ### [`v5.24.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#&#8203;5240-httpsgithubcomtypescript-eslinttypescript-eslintcomparev5230v5240-2022-05-16) [Compare Source](typescript-eslint/typescript-eslint@v5.23.0...v5.24.0) **Note:** Version bump only for package [@&#8203;typescript-eslint/parser](https://github.com/typescript-eslint/parser) </details> --- ### Configuration 📅 **Schedule**: 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 <cabr2.help@gmail.com> Reviewed-on: https://codeberg.org/Calciumdibromid/CaBr2/pulls/1357 Reviewed-by: 6543 <6543@noreply.codeberg.org> Co-authored-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org> Co-committed-by: Calciumdibromid Bot <cabr2_bot@noreply.codeberg.org>
1 parent 42b7760 commit 39823e2

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
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-rc.10",
5555
"@types/jasmine": "4.0.3",
5656
"@types/node": "17.0.14",
57-
"@typescript-eslint/eslint-plugin": "5.23.0",
58-
"@typescript-eslint/parser": "5.23.0",
57+
"@typescript-eslint/eslint-plugin": "5.25.0",
58+
"@typescript-eslint/parser": "5.25.0",
5959
"eslint": "8.15.0",
6060
"eslint-config-airbnb-base": "15.0.0",
6161
"eslint-config-airbnb-typescript": "17.0.0",

frontend/yarn.lock

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -2036,19 +2036,19 @@
20362036
dependencies:
20372037
"@types/node" "*"
20382038

2039-
"@typescript-eslint/eslint-plugin@5.23.0":
2040-
version "5.23.0"
2041-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.23.0.tgz#bc4cbcf91fbbcc2e47e534774781b82ae25cc3d8"
2042-
integrity sha512-hEcSmG4XodSLiAp1uxv/OQSGsDY6QN3TcRU32gANp+19wGE1QQZLRS8/GV58VRUoXhnkuJ3ZxNQ3T6Z6zM59DA==
2043-
dependencies:
2044-
"@typescript-eslint/scope-manager" "5.23.0"
2045-
"@typescript-eslint/type-utils" "5.23.0"
2046-
"@typescript-eslint/utils" "5.23.0"
2047-
debug "^4.3.2"
2039+
"@typescript-eslint/eslint-plugin@5.25.0":
2040+
version "5.25.0"
2041+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.25.0.tgz#e8ce050990e4d36cc200f2de71ca0d3eb5e77a31"
2042+
integrity sha512-icYrFnUzvm+LhW0QeJNKkezBu6tJs9p/53dpPLFH8zoM9w1tfaKzVurkPotEpAqQ8Vf8uaFyL5jHd0Vs6Z0ZQg==
2043+
dependencies:
2044+
"@typescript-eslint/scope-manager" "5.25.0"
2045+
"@typescript-eslint/type-utils" "5.25.0"
2046+
"@typescript-eslint/utils" "5.25.0"
2047+
debug "^4.3.4"
20482048
functional-red-black-tree "^1.0.1"
2049-
ignore "^5.1.8"
2049+
ignore "^5.2.0"
20502050
regexpp "^3.2.0"
2051-
semver "^7.3.5"
2051+
semver "^7.3.7"
20522052
tsutils "^3.21.0"
20532053

20542054
"@typescript-eslint/experimental-utils@5.17.0":
@@ -2065,15 +2065,15 @@
20652065
dependencies:
20662066
"@typescript-eslint/utils" "5.10.0"
20672067

2068-
"@typescript-eslint/parser@5.23.0":
2069-
version "5.23.0"
2070-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.23.0.tgz#443778e1afc9a8ff180f91b5e260ac3bec5e2de1"
2071-
integrity sha512-V06cYUkqcGqpFjb8ttVgzNF53tgbB/KoQT/iB++DOIExKmzI9vBJKjZKt/6FuV9c+zrDsvJKbJ2DOCYwX91cbw==
2068+
"@typescript-eslint/parser@5.25.0":
2069+
version "5.25.0"
2070+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.25.0.tgz#fb533487147b4b9efd999a4d2da0b6c263b64f7f"
2071+
integrity sha512-r3hwrOWYbNKP1nTcIw/aZoH+8bBnh/Lh1iDHoFpyG4DnCpvEdctrSl6LOo19fZbzypjQMHdajolxs6VpYoChgA==
20722072
dependencies:
2073-
"@typescript-eslint/scope-manager" "5.23.0"
2074-
"@typescript-eslint/types" "5.23.0"
2075-
"@typescript-eslint/typescript-estree" "5.23.0"
2076-
debug "^4.3.2"
2073+
"@typescript-eslint/scope-manager" "5.25.0"
2074+
"@typescript-eslint/types" "5.25.0"
2075+
"@typescript-eslint/typescript-estree" "5.25.0"
2076+
debug "^4.3.4"
20772077

20782078
"@typescript-eslint/scope-manager@5.10.0":
20792079
version "5.10.0"
@@ -2091,21 +2091,21 @@
20912091
"@typescript-eslint/types" "5.17.0"
20922092
"@typescript-eslint/visitor-keys" "5.17.0"
20932093

2094-
"@typescript-eslint/scope-manager@5.23.0":
2095-
version "5.23.0"
2096-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.23.0.tgz#4305e61c2c8e3cfa3787d30f54e79430cc17ce1b"
2097-
integrity sha512-EhjaFELQHCRb5wTwlGsNMvzK9b8Oco4aYNleeDlNuL6qXWDF47ch4EhVNPh8Rdhf9tmqbN4sWDk/8g+Z/J8JVw==
2094+
"@typescript-eslint/scope-manager@5.25.0":
2095+
version "5.25.0"
2096+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.25.0.tgz#e78f1484bca7e484c48782075219c82c6b77a09f"
2097+
integrity sha512-p4SKTFWj+2VpreUZ5xMQsBMDdQ9XdRvODKXN4EksyBjFp2YvQdLkyHqOffakYZPuWJUDNu3jVXtHALDyTv3cww==
20982098
dependencies:
2099-
"@typescript-eslint/types" "5.23.0"
2100-
"@typescript-eslint/visitor-keys" "5.23.0"
2099+
"@typescript-eslint/types" "5.25.0"
2100+
"@typescript-eslint/visitor-keys" "5.25.0"
21012101

2102-
"@typescript-eslint/type-utils@5.23.0":
2103-
version "5.23.0"
2104-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.23.0.tgz#f852252f2fc27620d5bb279d8fed2a13d2e3685e"
2105-
integrity sha512-iuI05JsJl/SUnOTXA9f4oI+/4qS/Zcgk+s2ir+lRmXI+80D8GaGwoUqs4p+X+4AxDolPpEpVUdlEH4ADxFy4gw==
2102+
"@typescript-eslint/type-utils@5.25.0":
2103+
version "5.25.0"
2104+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.25.0.tgz#5750d26a5db4c4d68d511611e0ada04e56f613bc"
2105+
integrity sha512-B6nb3GK3Gv1Rsb2pqalebe/RyQoyG/WDy9yhj8EE0Ikds4Xa8RR28nHz+wlt4tMZk5bnAr0f3oC8TuDAd5CPrw==
21062106
dependencies:
2107-
"@typescript-eslint/utils" "5.23.0"
2108-
debug "^4.3.2"
2107+
"@typescript-eslint/utils" "5.25.0"
2108+
debug "^4.3.4"
21092109
tsutils "^3.21.0"
21102110

21112111
"@typescript-eslint/types@5.10.0":
@@ -2118,10 +2118,10 @@
21182118
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.17.0.tgz#861ec9e669ffa2aa9b873dd4d28d9b1ce26d216f"
21192119
integrity sha512-AgQ4rWzmCxOZLioFEjlzOI3Ch8giDWx8aUDxyNw9iOeCvD3GEYAB7dxWGQy4T/rPVe8iPmu73jPHuaSqcjKvxw==
21202120

2121-
"@typescript-eslint/types@5.23.0":
2122-
version "5.23.0"
2123-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.23.0.tgz#8733de0f58ae0ed318dbdd8f09868cdbf9f9ad09"
2124-
integrity sha512-NfBsV/h4dir/8mJwdZz7JFibaKC3E/QdeMEDJhiAE3/eMkoniZ7MjbEMCGXw6MZnZDMN3G9S0mH/6WUIj91dmw==
2121+
"@typescript-eslint/types@5.25.0":
2122+
version "5.25.0"
2123+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.25.0.tgz#dee51b1855788b24a2eceeae54e4adb89b088dd8"
2124+
integrity sha512-7fWqfxr0KNHj75PFqlGX24gWjdV/FDBABXL5dyvBOWHpACGyveok8Uj4ipPX/1fGU63fBkzSIycEje4XsOxUFA==
21252125

21262126
"@typescript-eslint/typescript-estree@5.10.0":
21272127
version "5.10.0"
@@ -2149,17 +2149,17 @@
21492149
semver "^7.3.5"
21502150
tsutils "^3.21.0"
21512151

2152-
"@typescript-eslint/typescript-estree@5.23.0":
2153-
version "5.23.0"
2154-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.23.0.tgz#dca5f10a0a85226db0796e8ad86addc9aee52065"
2155-
integrity sha512-xE9e0lrHhI647SlGMl+m+3E3CKPF1wzvvOEWnuE3CCjjT7UiRnDGJxmAcVKJIlFgK6DY9RB98eLr1OPigPEOGg==
2152+
"@typescript-eslint/typescript-estree@5.25.0":
2153+
version "5.25.0"
2154+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.25.0.tgz#a7ab40d32eb944e3fb5b4e3646e81b1bcdd63e00"
2155+
integrity sha512-MrPODKDych/oWs/71LCnuO7NyR681HuBly2uLnX3r5i4ME7q/yBqC4hW33kmxtuauLTM0OuBOhhkFaxCCOjEEw==
21562156
dependencies:
2157-
"@typescript-eslint/types" "5.23.0"
2158-
"@typescript-eslint/visitor-keys" "5.23.0"
2159-
debug "^4.3.2"
2160-
globby "^11.0.4"
2157+
"@typescript-eslint/types" "5.25.0"
2158+
"@typescript-eslint/visitor-keys" "5.25.0"
2159+
debug "^4.3.4"
2160+
globby "^11.1.0"
21612161
is-glob "^4.0.3"
2162-
semver "^7.3.5"
2162+
semver "^7.3.7"
21632163
tsutils "^3.21.0"
21642164

21652165
"@typescript-eslint/utils@5.10.0":
@@ -2186,15 +2186,15 @@
21862186
eslint-scope "^5.1.1"
21872187
eslint-utils "^3.0.0"
21882188

2189-
"@typescript-eslint/utils@5.23.0":
2190-
version "5.23.0"
2191-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.23.0.tgz#4691c3d1b414da2c53d8943310df36ab1c50648a"
2192-
integrity sha512-dbgaKN21drqpkbbedGMNPCtRPZo1IOUr5EI9Jrrh99r5UW5Q0dz46RKXeSBoPV+56R6dFKpbrdhgUNSJsDDRZA==
2189+
"@typescript-eslint/utils@5.25.0":
2190+
version "5.25.0"
2191+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.25.0.tgz#272751fd737733294b4ab95e16c7f2d4a75c2049"
2192+
integrity sha512-qNC9bhnz/n9Kba3yI6HQgQdBLuxDoMgdjzdhSInZh6NaDnFpTUlwNGxplUFWfY260Ya0TRPvkg9dd57qxrJI9g==
21932193
dependencies:
21942194
"@types/json-schema" "^7.0.9"
2195-
"@typescript-eslint/scope-manager" "5.23.0"
2196-
"@typescript-eslint/types" "5.23.0"
2197-
"@typescript-eslint/typescript-estree" "5.23.0"
2195+
"@typescript-eslint/scope-manager" "5.25.0"
2196+
"@typescript-eslint/types" "5.25.0"
2197+
"@typescript-eslint/typescript-estree" "5.25.0"
21982198
eslint-scope "^5.1.1"
21992199
eslint-utils "^3.0.0"
22002200

@@ -2214,13 +2214,13 @@
22142214
"@typescript-eslint/types" "5.17.0"
22152215
eslint-visitor-keys "^3.0.0"
22162216

2217-
"@typescript-eslint/visitor-keys@5.23.0":
2218-
version "5.23.0"
2219-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.23.0.tgz#057c60a7ca64667a39f991473059377a8067c87b"
2220-
integrity sha512-Vd4mFNchU62sJB8pX19ZSPog05B0Y0CE2UxAZPT5k4iqhRYjPnqyY3woMxCd0++t9OTqkgjST+1ydLBi7e2Fvg==
2217+
"@typescript-eslint/visitor-keys@5.25.0":
2218+
version "5.25.0"
2219+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.25.0.tgz#33aa5fdcc5cedb9f4c8828c6a019d58548d4474b"
2220+
integrity sha512-yd26vFgMsC4h2dgX4+LR+GeicSKIfUvZREFLf3DDjZPtqgLx5AJZr6TetMNwFP9hcKreTTeztQYBTNbNoOycwA==
22212221
dependencies:
2222-
"@typescript-eslint/types" "5.23.0"
2223-
eslint-visitor-keys "^3.0.0"
2222+
"@typescript-eslint/types" "5.25.0"
2223+
eslint-visitor-keys "^3.3.0"
22242224

22252225
"@webassemblyjs/ast@1.11.1":
22262226
version "1.11.1"
@@ -4433,7 +4433,7 @@ globals@^13.6.0, globals@^13.9.0:
44334433
dependencies:
44344434
type-fest "^0.20.2"
44354435

4436-
globby@^11.0.1:
4436+
globby@^11.0.1, globby@^11.1.0:
44374437
version "11.1.0"
44384438
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
44394439
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
@@ -4702,7 +4702,7 @@ ignore-walk@^4.0.1:
47024702
dependencies:
47034703
minimatch "^3.0.4"
47044704

4705-
ignore@5.2.0, ignore@^5.0.4, ignore@^5.1.4, ignore@^5.1.8, ignore@^5.1.9, ignore@^5.2.0:
4705+
ignore@5.2.0, ignore@^5.0.4, ignore@^5.1.4, ignore@^5.1.9, ignore@^5.2.0:
47064706
version "5.2.0"
47074707
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
47084708
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy