Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update typescript-eslint monorepo to v8.21.0 #419

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 8.17.0 -> 8.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.17.0 -> 8.21.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#​10523)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#​10550)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#​10548)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#​10543)
  • eslint-plugin: [no-base-to-string] check array generic type (#​10437)
❤️ Thank You
  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

You can read about our versioning strategy and releases on our website.

v8.19.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#​10106)
🩹 Fixes
  • eslint-plugin: [member-ordering] ignore method overloading (#​10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#​10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#​10496)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#​10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#​10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#​10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#​10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#​10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#​10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#​10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#​10498)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.1

Compare Source

🩹 Fixes
  • scope-manager: visit params decorator before nest scope (#​10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#​10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#​10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#​10474)
  • eslint-plugin: handle string like index type (#​10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#​10444)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.0

Compare Source

🚀 Features
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#​10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#​10397)
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#​10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#​10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#​10374)
  • typescript peer dependency (#​10373)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.21.0

Compare Source

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 and releases on our website.

v8.20.0

Compare Source

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 and releases on our website.

v8.19.1

Compare Source

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 and releases on our website.

v8.19.0

Compare Source

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 and releases on our website.

v8.18.2

Compare Source

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 and releases on our website.

v8.18.1

Compare Source

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 and releases on our website.

v8.18.0

Compare Source

🩹 Fixes
❤️ Thank You
  • rtritto

You can read about our versioning strategy and releases on our website.


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

stackblitz bot commented May 13, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

netlify bot commented May 13, 2024

Deploy Preview for cientos-tresjs ready!

Name Link
🔨 Latest commit c448e6c
🔍 Latest deploy log https://app.netlify.com/sites/cientos-tresjs/deploys/678ec6daee9b720008172e9c
😎 Deploy Preview https://deploy-preview-419--cientos-tresjs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 7e0332d to 4d07261 Compare May 17, 2024 14:53
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.9.0 chore(deps): update typescript-eslint monorepo to v7.10.0 May 20, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.10.0 chore(deps): update typescript-eslint monorepo to v7.11.0 May 27, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.11.0 chore(deps): update typescript-eslint monorepo to v7.12.0 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 4d07261 to 2a525c7 Compare June 9, 2024 20:07
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.12.0 chore(deps): update typescript-eslint monorepo to v7.13.0 Jun 10, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.13.0 chore(deps): update typescript-eslint monorepo to v7.13.1 Jun 17, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.13.1 chore(deps): update typescript-eslint monorepo to v7.14.1 Jun 24, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.14.1 chore(deps): update typescript-eslint monorepo to v7.15.0 Jul 1, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.15.0 chore(deps): update typescript-eslint monorepo to v7.16.0 Jul 8, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.16.0 chore(deps): update typescript-eslint monorepo to v7.16.1 Jul 15, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.16.1 chore(deps): update typescript-eslint monorepo to v7.17.0 Jul 22, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.17.0 chore(deps): update typescript-eslint monorepo to v7.18.0 Jul 29, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.18.0 chore(deps): update typescript-eslint monorepo to v7.18.0 - autoclosed Aug 20, 2024
@renovate renovate bot closed this Aug 20, 2024
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch August 20, 2024 06:55
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch August 26, 2024 19:47
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.18.0 - autoclosed chore(deps): update typescript-eslint monorepo to v7.18.0 Aug 26, 2024
@renovate renovate bot reopened this Aug 26, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 2a525c7 to 3d7b5d6 Compare August 26, 2024 22:16
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v7.18.0 chore(deps): update typescript-eslint monorepo to v8.3.0 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 88c806f to b1a0a28 Compare August 30, 2024 08:54
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.3.0 chore(deps): update typescript-eslint monorepo to v8.3.0 - autoclosed Aug 30, 2024
@renovate renovate bot closed this Aug 30, 2024
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch August 30, 2024 11:25
@renovate renovate bot restored the renovate/typescript-eslint-monorepo branch September 2, 2024 18:41
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.3.0 - autoclosed chore(deps): update typescript-eslint monorepo to v8.3.0 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from a373f73 to 01a391a Compare December 4, 2024 06:50
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.17.0 chore(deps): update typescript-eslint monorepo to v8.17.0 - autoclosed Dec 4, 2024
@renovate renovate bot closed this Dec 4, 2024
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch December 4, 2024 07:59
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.17.0 - autoclosed chore(deps): update typescript-eslint monorepo to v8.17.0 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from a7d829b to 01a391a Compare December 9, 2024 20:32
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.17.0 chore(deps): update typescript-eslint monorepo to v8.18.0 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 6 times, most recently from 6e2befa to cf8b9fc Compare December 16, 2024 09:10
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.18.0 chore(deps): update typescript-eslint monorepo to v8.18.1 Dec 16, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.18.1 chore(deps): update typescript-eslint monorepo to v8.18.2 Dec 23, 2024
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.18.2 chore(deps): update typescript-eslint monorepo to v8.19.0 Dec 30, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 3 times, most recently from d1ba775 to de2b2f6 Compare January 5, 2025 18:13
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.19.0 chore(deps): update typescript-eslint monorepo to v8.19.1 Jan 8, 2025
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.19.1 chore(deps): update typescript-eslint monorepo to v8.20.0 Jan 13, 2025
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 4 times, most recently from 9854101 to 0d56d29 Compare January 18, 2025 16:31
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 0d56d29 to c448e6c Compare January 20, 2025 21:57
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v8.20.0 chore(deps): update typescript-eslint monorepo to v8.21.0 Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

0 participants