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

fix(deps): update typescript-eslint monorepo to ^6.21.0 (minor) #1151

Merged
merged 2 commits into from
Feb 13, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) ^6.17.0 -> ^6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) ^6.17.0 -> ^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.

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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.

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

v6.18.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 - "after 9pm,before 9am" in timezone Asia/Tokyo, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Jan 6, 2024
Copy link

socket-security bot commented Jan 6, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@typescript-eslint/eslint-plugin@6.21.0 Transitive: environment, eval, filesystem, shell, unsafe +128 48.5 MB jameshenry
npm/@typescript-eslint/parser@6.21.0 Transitive: environment, eval, filesystem, shell, unsafe +123 45.4 MB jameshenry

🚮 Removed packages: npm/@typescript-eslint/eslint-plugin@6.17.0, npm/@typescript-eslint/parser@6.17.0

View full report↗︎

@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^6.18.0 (minor) fix(deps): update typescript-eslint monorepo (minor) Jan 8, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 0c09ee4 to f18d0e9 Compare January 8, 2024 22:44
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo (minor) fix(deps): update typescript-eslint monorepo to ^6.18.1 (minor) Jan 9, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 6626dd7 to c9f484a Compare January 11, 2024 17:20
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^6.18.1 (minor) fix(deps): update typescript-eslint monorepo to ^6.19.0 (minor) Jan 15, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c9f484a to 25625d1 Compare January 15, 2024 19:49
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^6.19.0 (minor) fix(deps): update typescript-eslint monorepo to ^6.19.1 (minor) Jan 22, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 25625d1 to 11f17c0 Compare January 22, 2024 19:09
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 11f17c0 to a382533 Compare January 29, 2024 20:05
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^6.19.1 (minor) fix(deps): update typescript-eslint monorepo to ^6.20.0 (minor) Jan 29, 2024
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from a382533 to 44561d2 Compare February 5, 2024 20:01
@renovate renovate bot changed the title fix(deps): update typescript-eslint monorepo to ^6.20.0 (minor) fix(deps): update typescript-eslint monorepo to ^6.21.0 (minor) Feb 5, 2024
@teppeis teppeis merged commit 1b67b72 into main Feb 13, 2024
5 checks passed
@teppeis teppeis deleted the renovate/typescript-eslint-monorepo branch February 13, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant