Skip to content

Commit

Permalink
Bump typescript-eslint
Browse files Browse the repository at this point in the history
Bumps the typescript-eslint group with 1 update in the /backend directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `typescript-eslint` from 8.0.0-alpha.18 to 8.0.0-alpha.30
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/HEAD/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript-eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 3ea8e21 commit 1372c94
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 31 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prettier": "3.3.2",
"tsx": "^4.15.1",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0-alpha.18",
"typescript-eslint": "^8.0.0-alpha.30",
"vitest": "^1.6.0"
},
"resolutions": {
Expand Down
95 changes: 65 additions & 30 deletions backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -750,30 +750,30 @@
dependencies:
"@types/webidl-conversions" "*"

"@typescript-eslint/eslint-plugin@8.0.0-alpha.18":
version "8.0.0-alpha.18"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.18.tgz#5482034bdecf7a46bf333113efa3e5ca1db10a73"
integrity sha512-xZPpYaoO2HMBlI46kfvs9+Rq8BtsruP3cY2xG3ovpVDz4zDuENXhUOywgd5Xl3LAJNVAB+sj1lsATkxnAbEYaQ==
"@typescript-eslint/eslint-plugin@8.0.0-alpha.30":
version "8.0.0-alpha.30"
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.30.tgz#f8202c578529c8adfb8fda7a58ee8c1572fe79d9"
integrity sha512-2CBUupdkfbE3eATph4QeZejvT+M+1bVur+zXlVx09WN31phap51ps/qemeclnCbGEz6kTgBDmScrr9XmmF8/Pg==
dependencies:
"@eslint-community/regexpp" "^4.10.0"
"@typescript-eslint/scope-manager" "8.0.0-alpha.18"
"@typescript-eslint/type-utils" "8.0.0-alpha.18"
"@typescript-eslint/utils" "8.0.0-alpha.18"
"@typescript-eslint/visitor-keys" "8.0.0-alpha.18"
"@typescript-eslint/scope-manager" "8.0.0-alpha.30"
"@typescript-eslint/type-utils" "8.0.0-alpha.30"
"@typescript-eslint/utils" "8.0.0-alpha.30"
"@typescript-eslint/visitor-keys" "8.0.0-alpha.30"
graphemer "^1.4.0"
ignore "^5.3.1"
natural-compare "^1.4.0"
ts-api-utils "^1.3.0"

"@typescript-eslint/parser@8.0.0-alpha.18":
version "8.0.0-alpha.18"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0-alpha.18.tgz#8f18d2c748db634e0806cb7adf85e9c6f9993814"
integrity sha512-E2ot032IE5Vu2PfH4pMNWxf/Ihp9h+baZHnL8iNN1kfno2IKL9BxZ/3lHSnNxQQSQ63Cb7J5lrzrKh2lfjTHcQ==
"@typescript-eslint/parser@8.0.0-alpha.30":
version "8.0.0-alpha.30"
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0-alpha.30.tgz#91cca362cbc61595c0a9392713a4ac0fd1fca6df"
integrity sha512-tAYgFmgXU1MlCK3nbblUvJlDSibBvxtAQXGrF3IG0KmnRza9FXILZifHWL0rrwacDn40K53K607Fk2QkMjiGgw==
dependencies:
"@typescript-eslint/scope-manager" "8.0.0-alpha.18"
"@typescript-eslint/types" "8.0.0-alpha.18"
"@typescript-eslint/typescript-estree" "8.0.0-alpha.18"
"@typescript-eslint/visitor-keys" "8.0.0-alpha.18"
"@typescript-eslint/scope-manager" "8.0.0-alpha.30"
"@typescript-eslint/types" "8.0.0-alpha.30"
"@typescript-eslint/typescript-estree" "8.0.0-alpha.30"
"@typescript-eslint/visitor-keys" "8.0.0-alpha.30"
debug "^4.3.4"

"@typescript-eslint/scope-manager@8.0.0-alpha.18":
Expand All @@ -784,13 +784,21 @@
"@typescript-eslint/types" "8.0.0-alpha.18"
"@typescript-eslint/visitor-keys" "8.0.0-alpha.18"

"@typescript-eslint/type-utils@8.0.0-alpha.18":
version "8.0.0-alpha.18"
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.18.tgz#d07b630cb0b0456cd66ce5751373d1b8ce535d31"
integrity sha512-BbrQWvBmnOKf/LuGvfJDAsRKJ6kjqjYKheKP5DysDQUTqxqcxMQINjFAf7bqdMtcS7ZmtDTVhjnIEqiVGnWw1A==
"@typescript-eslint/scope-manager@8.0.0-alpha.30":
version "8.0.0-alpha.30"
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.30.tgz#851e38a30884b4247485de1ad10b072c3df80a4a"
integrity sha512-FGW/iPWGyPFamAVZ60oCAthMqQrqafUGebF8UKuq/ha+e9SVG6YhJoRzurlQXOVf8dHfOhJ0ADMXyFnMc53clg==
dependencies:
"@typescript-eslint/typescript-estree" "8.0.0-alpha.18"
"@typescript-eslint/utils" "8.0.0-alpha.18"
"@typescript-eslint/types" "8.0.0-alpha.30"
"@typescript-eslint/visitor-keys" "8.0.0-alpha.30"

"@typescript-eslint/type-utils@8.0.0-alpha.30":
version "8.0.0-alpha.30"
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.30.tgz#efa19d96f5925d38c298274448cba926ca352057"
integrity sha512-FrnhlCKEKZKRbpDviHkIU9tayIUGTOfa+SjvrRv6p/AJIUv6QT8oRboRjLH/cCuwUEbM0k5UtRWYug4albHUqQ==
dependencies:
"@typescript-eslint/typescript-estree" "8.0.0-alpha.30"
"@typescript-eslint/utils" "8.0.0-alpha.30"
debug "^4.3.4"
ts-api-utils "^1.3.0"

Expand All @@ -799,6 +807,11 @@
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0-alpha.18.tgz#5384ba80d904ab3dd9e814dfe714d35ae96ac1da"
integrity sha512-HCOpBQpmRio9njMBRLC7sSGo9A0z9RBcePI5SBr4FNCzfsWRyND5UixJiKLrB5KB4EzS8xD9zlykmZZwI5qwAw==

"@typescript-eslint/types@8.0.0-alpha.30":
version "8.0.0-alpha.30"
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0-alpha.30.tgz#149ae5b6aa99e2491cb79a90ad70cdbc98b7586a"
integrity sha512-4WzLlw27SO9pK9UFj/Hu7WGo8WveT0SEiIpFVsV2WwtQmLps6kouwtVCB8GJPZKJyurhZhcqCoQVQFmpv441Vg==

"@typescript-eslint/typescript-estree@8.0.0-alpha.18":
version "8.0.0-alpha.18"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.18.tgz#284788f21c6fd1f13523c86894753d5a51f9fb9a"
Expand All @@ -813,7 +826,21 @@
semver "^7.6.0"
ts-api-utils "^1.3.0"

"@typescript-eslint/utils@8.0.0-alpha.18", "@typescript-eslint/utils@^7.4.0", "@typescript-eslint/utils@^8.0.0-alpha.18":
"@typescript-eslint/typescript-estree@8.0.0-alpha.30":
version "8.0.0-alpha.30"
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.30.tgz#acd674b63e204af9022b33ff031261e2e3a88b8d"
integrity sha512-WSXbc9ZcXI+7yC+6q95u77i8FXz6HOLsw3ST+vMUlFy1lFbXyFL/3e6HDKQCm2Clt0krnoCPiTGvIn+GkYPn4Q==
dependencies:
"@typescript-eslint/types" "8.0.0-alpha.30"
"@typescript-eslint/visitor-keys" "8.0.0-alpha.30"
debug "^4.3.4"
globby "^11.1.0"
is-glob "^4.0.3"
minimatch "^9.0.4"
semver "^7.6.0"
ts-api-utils "^1.3.0"

"@typescript-eslint/utils@8.0.0-alpha.30", "@typescript-eslint/utils@^7.4.0", "@typescript-eslint/utils@^8.0.0-alpha.18":
version "8.0.0-alpha.18"
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0-alpha.18.tgz#2aa834d669b59e0715b79803baebed1aa8f335c4"
integrity sha512-jh49v88o8/wtYz+8mjBYguQFfB5v6X5keDCR3b6WMK186uSI6J2rtfUqi/X6InNaGJbm/abdWCgzH2wMzsHPlw==
Expand All @@ -831,6 +858,14 @@
"@typescript-eslint/types" "8.0.0-alpha.18"
eslint-visitor-keys "^3.4.3"

"@typescript-eslint/visitor-keys@8.0.0-alpha.30":
version "8.0.0-alpha.30"
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.30.tgz#8424b5eb2ca73cb58a8fa1c4bfb6ab72693d3a7f"
integrity sha512-XZuNurZxBqmr6ZIRIwWFq7j5RZd6ZlkId/HZEWyfciK+CWoyOxSF9Pv2VXH9Rlu2ZG2PfbhLz2Veszl4Pfn7yA==
dependencies:
"@typescript-eslint/types" "8.0.0-alpha.30"
eslint-visitor-keys "^3.4.3"

"@vitest/expect@1.6.0":
version "1.6.0"
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-1.6.0.tgz#0b3ba0914f738508464983f4d811bc122b51fb30"
Expand Down Expand Up @@ -3628,14 +3663,14 @@ type-is@^1.6.18, type-is@~1.6.18:
media-typer "0.3.0"
mime-types "~2.1.24"

typescript-eslint@^8.0.0-alpha.18:
version "8.0.0-alpha.18"
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.0.0-alpha.18.tgz#725e50d59a96704ca74b286a57f3263f2bd71113"
integrity sha512-2xpCZAL0ta9GkvlssfLAhlfgCii1tjlofdBadTH1M+h2mg4QnXuumdMq4WzxQ0l0WM0oOZ4uCJ+WhtKCvyIzfw==
typescript-eslint@^8.0.0-alpha.30:
version "8.0.0-alpha.30"
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.0.0-alpha.30.tgz#555fce8f5b84c7e6dd9b05dbdc59f7a794f0218c"
integrity sha512-/vGhBMsK1TpadQh1eQ02c5pyiPGmKR9cVzX5C9plZ+LC0HPLpWoJbbTVfQN7BkIK7tUxDt2BFr3pFL5hDDrx7g==
dependencies:
"@typescript-eslint/eslint-plugin" "8.0.0-alpha.18"
"@typescript-eslint/parser" "8.0.0-alpha.18"
"@typescript-eslint/utils" "8.0.0-alpha.18"
"@typescript-eslint/eslint-plugin" "8.0.0-alpha.30"
"@typescript-eslint/parser" "8.0.0-alpha.30"
"@typescript-eslint/utils" "8.0.0-alpha.30"

typescript@^5.4.5:
version "5.4.5"
Expand Down

0 comments on commit 1372c94

Please sign in to comment.