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 eslint dependencies #1374

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

Mend Renovate

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/parser (source) 6.18.1 -> 6.21.0 age adoption passing confidence
eslint (source) 8.56.0 -> 8.57.0 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.5 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/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.

eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.2: TypeScript 5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 dependencies Pull requests that update a dependency file label Jan 15, 2024
@renovate renovate bot enabled auto-merge (rebase) January 15, 2024 20:29
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch 7 times, most recently from 92bb73a to 95f9628 Compare January 22, 2024 06:16
@renovate renovate bot changed the title chore(deps): update eslint dependencies to v6.19.0 chore(deps): update eslint dependencies to v6.19.1 Jan 22, 2024
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch 2 times, most recently from 0e9e2f3 to 900730b Compare January 29, 2024 17:22
@renovate renovate bot changed the title chore(deps): update eslint dependencies to v6.19.1 chore(deps): update eslint dependencies to v6.20.0 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch from 900730b to 2d53093 Compare February 5, 2024 19:36
@renovate renovate bot changed the title chore(deps): update eslint dependencies to v6.20.0 chore(deps): update eslint dependencies to v6.21.0 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch 5 times, most recently from 0ca7c0f to ba5414e Compare February 13, 2024 01:43
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch 4 times, most recently from 71ae1a8 to f48a05e Compare February 20, 2024 21:41
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch from f48a05e to ba925df Compare February 22, 2024 21:49
@renovate renovate bot changed the title chore(deps): update eslint dependencies to v6.21.0 chore(deps): update eslint dependencies Feb 23, 2024
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch from ba925df to 377aacb Compare February 23, 2024 23:21
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch 6 times, most recently from 0196e59 to 26d2c09 Compare March 12, 2024 23:14
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch 7 times, most recently from 33b3b7a to b6cc5a5 Compare March 20, 2024 21:32
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch 3 times, most recently from 02b2411 to 440a707 Compare March 26, 2024 18:54
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch 3 times, most recently from 8866ec4 to 08242b1 Compare April 5, 2024 07:13
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch 5 times, most recently from 7f52536 to 2d546ea Compare April 10, 2024 22:13
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch 3 times, most recently from 29fe0b5 to d2dab6e Compare April 19, 2024 00:17
@renovate renovate bot force-pushed the renovate/eslint-dependencies branch from d2dab6e to c081271 Compare May 9, 2024 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants