Commit 1f37a76
authored
chore(deps): update typescript-eslint monorepo to v8.13.0 (#795)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`8.12.2` ->
`8.13.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.12.2/8.13.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`8.12.2` ->
`8.13.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.12.2/8.13.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/eslint-plugin)</summary>
###
[`v8.13.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8130-2024-11-04)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.2...ac1f63250859313a3dc330d6e0c4c3f7fc234959)
##### 🚀 Features
- **eslint-plugin:** \[only-throw-error] add allow option
([#​10221](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10221))
- **eslint-plugin:** \[prefer-nullish-coalescing] add option
`ignoreBooleanCoercion`
([#​9924](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9924))
- **eslint-plugin:** disable `no-class-assign` rule in
`eslint-recommended` config
([#​10250](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10250))
##### 🩹 Fixes
- **eslint-plugin:** \[switch-exhaustiveness-check] add support for
covering a missing property with `undefined`
([#​10232](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10232))
- **eslint-plugin:** \[consistent-type-definitions] don't leave trailing
parens when fixing type to interface
([#​10235](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10235))
- **eslint-plugin:** \[no-deprecated] report when exported class
implements/extends deprecated entity
([#​10259](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10259))
- **eslint-plugin:** \[no-deprecated] report on deprecated variables
used inside dynamic imports
([#​10261](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10261))
- **eslint-plugin:** \[no-unnecessary-condition] falsey bigint should be
falsey
([#​10205](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10205))
##### ❤️ Thank You
- auvred [@​auvred](https://redirect.github.com/auvred)
- Kim Sang Du
[@​developer-bandi](https://redirect.github.com/developer-bandi)
- Kirk Waiblinger
[@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger)
- Mark de Dios
[@​peanutenthusiast](https://redirect.github.com/peanutenthusiast)
- Ronen Amiel
- YeonJuan [@​yeonjuan](https://redirect.github.com/yeonjuan)
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(@​typescript-eslint/parser)</summary>
###
[`v8.13.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8130-2024-11-04)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.12.2...ac1f63250859313a3dc330d6e0c4c3f7fc234959)
This was a version bump only for parser to align it with other projects,
there were no code changes.
You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-feature/openfeature.dev).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNCIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 0461cec commit 1f37a76
2 files changed
+52
-52
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3209 | 3209 | | |
3210 | 3210 | | |
3211 | 3211 | | |
3212 | | - | |
3213 | | - | |
3214 | | - | |
3215 | | - | |
| 3212 | + | |
| 3213 | + | |
| 3214 | + | |
| 3215 | + | |
3216 | 3216 | | |
3217 | 3217 | | |
3218 | | - | |
3219 | | - | |
3220 | | - | |
3221 | | - | |
| 3218 | + | |
| 3219 | + | |
| 3220 | + | |
| 3221 | + | |
3222 | 3222 | | |
3223 | 3223 | | |
3224 | 3224 | | |
3225 | 3225 | | |
3226 | 3226 | | |
3227 | | - | |
3228 | | - | |
3229 | | - | |
3230 | | - | |
| 3227 | + | |
| 3228 | + | |
| 3229 | + | |
| 3230 | + | |
3231 | 3231 | | |
3232 | | - | |
3233 | | - | |
3234 | | - | |
3235 | | - | |
| 3232 | + | |
| 3233 | + | |
| 3234 | + | |
| 3235 | + | |
3236 | 3236 | | |
3237 | 3237 | | |
3238 | 3238 | | |
| |||
3243 | 3243 | | |
3244 | 3244 | | |
3245 | 3245 | | |
3246 | | - | |
3247 | | - | |
3248 | | - | |
3249 | | - | |
| 3246 | + | |
| 3247 | + | |
| 3248 | + | |
| 3249 | + | |
3250 | 3250 | | |
3251 | | - | |
3252 | | - | |
| 3251 | + | |
| 3252 | + | |
3253 | 3253 | | |
3254 | | - | |
3255 | | - | |
3256 | | - | |
3257 | | - | |
| 3254 | + | |
| 3255 | + | |
| 3256 | + | |
| 3257 | + | |
3258 | 3258 | | |
3259 | | - | |
3260 | | - | |
| 3259 | + | |
| 3260 | + | |
3261 | 3261 | | |
3262 | 3262 | | |
3263 | 3263 | | |
| |||
3266 | 3266 | | |
3267 | 3267 | | |
3268 | 3268 | | |
3269 | | - | |
3270 | | - | |
3271 | | - | |
3272 | | - | |
| 3269 | + | |
| 3270 | + | |
| 3271 | + | |
| 3272 | + | |
3273 | 3273 | | |
3274 | 3274 | | |
3275 | 3275 | | |
| |||
3284 | 3284 | | |
3285 | 3285 | | |
3286 | 3286 | | |
3287 | | - | |
3288 | | - | |
3289 | | - | |
3290 | | - | |
| 3287 | + | |
| 3288 | + | |
| 3289 | + | |
| 3290 | + | |
3291 | 3291 | | |
3292 | | - | |
3293 | | - | |
| 3292 | + | |
| 3293 | + | |
3294 | 3294 | | |
3295 | 3295 | | |
3296 | 3296 | | |
3297 | 3297 | | |
3298 | 3298 | | |
3299 | 3299 | | |
3300 | 3300 | | |
3301 | | - | |
3302 | | - | |
3303 | | - | |
3304 | | - | |
| 3301 | + | |
| 3302 | + | |
| 3303 | + | |
| 3304 | + | |
3305 | 3305 | | |
3306 | 3306 | | |
3307 | | - | |
3308 | | - | |
3309 | | - | |
| 3307 | + | |
| 3308 | + | |
| 3309 | + | |
3310 | 3310 | | |
3311 | 3311 | | |
3312 | 3312 | | |
| |||
3330 | 3330 | | |
3331 | 3331 | | |
3332 | 3332 | | |
3333 | | - | |
3334 | | - | |
3335 | | - | |
3336 | | - | |
| 3333 | + | |
| 3334 | + | |
| 3335 | + | |
| 3336 | + | |
3337 | 3337 | | |
3338 | | - | |
| 3338 | + | |
3339 | 3339 | | |
3340 | 3340 | | |
3341 | 3341 | | |
| |||
0 commit comments