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 v6.21.0 #6

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 16, 2024

This PR contains the following updates:

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

Release Notes

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

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata

  • allow parserOptions.project: false

  • eslint-plugin: add rule prefer-find

🩹 Fixes
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression

  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values

  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions

  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option

  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists

  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword

❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

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

v6.21.0

Compare Source

🚀 Features
  • export plugin metadata (#​8331)
  • allow parserOptions.project: false (#​8339)
  • eslint-plugin: add rule prefer-find (#​8216)
  • typescript-estree: forbid duplicated accessibility modifiers (#​8257)
  • utils: improve eslint types (#​8344)
🩹 Fixes
  • ast-spec: add JSXElement type to the JSXAttribute['value'] (#​8285)
  • eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression (#​8265)
  • eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values (#​8250)
  • eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions (#​8332)
  • eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option (#​8249)
  • eslint-plugin: [class-literal-property-style] allow getter when same key setter exists (#​8277)
  • eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before as keyword (#​8326)
  • rule-tester: fix a phantom dependency on the "semver" package (#​8260)
❤️ Thank You

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering (#​8248)
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result (#​8283)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable (#​8262)
  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN (#​8295)
  • eslint-plugin: [prefer-readonly] disable checking accessors (#​8300)
❤️ Thank You

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

v6.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable (#​8235)
  • type-utils: preventing isUnsafeAssignment infinite recursive calls (#​8237)
❤️ Thank You

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule (#​8011)
  • eslint-plugin: [no-array-delete] add new rule (#​8067)
  • eslint-plugin: [no-useless-template-literals] add fix suggestions (#​8065)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression (#​8143)
  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable (#​8089)
  • typescript-estree: add JSDocParsingMode enum merge for typescript/lib/tsserverlibrary (#​8193)
  • typescript-estree: disallow using as the variable keyword for for..in loops (#​7649)
  • typescript-estree: fix incorrect backwards-compat augmentation in TS 5.3 (#​8181)
❤️ Thank You

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

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

v6.21.0

Compare Source

🚀 Features
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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

v6.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.

v6.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.

v6.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.


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.


  • 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

github-actions bot commented Jan 16, 2024

Pull Request Test Coverage Report for Build 7794024482

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 37.5%

Totals Coverage Status
Change from base Build 7504046285: 0.0%
Covered Lines: 6
Relevant Lines: 16

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from af2110c to b98ab1d Compare January 22, 2024 20:55
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v6.19.0 chore(deps): update typescript-eslint monorepo to v6.19.1 Jan 22, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from b98ab1d to f06cc3f Compare January 30, 2024 09:00
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v6.19.1 chore(deps): update typescript-eslint monorepo to v6.20.0 Jan 30, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from f06cc3f to e5b26d5 Compare February 6, 2024 02:56
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v6.20.0 chore(deps): update typescript-eslint monorepo to v6.21.0 Feb 6, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e5b26d5 to 3439efd Compare February 26, 2024 05:49
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 3439efd to 8b67391 Compare June 5, 2024 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants