Skip to content

bump(deps): update eslint#518

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint
Open

bump(deps): update eslint#518
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/eslint

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) ^8.20.0 -> ^8.26.1 age adoption passing confidence
@typescript-eslint/parser (source) ^8.20.0 -> ^8.26.1 age adoption passing confidence
eslint-config-next (source) ^14.2.23 -> ^14.2.25 age adoption passing confidence
eslint-plugin-cypress ^4.1.0 -> ^4.2.0 age adoption passing confidence
eslint-plugin-n ^17.15.1 -> ^17.16.2 age adoption passing confidence
eslint-plugin-prettier ^5.2.1 -> ^5.2.3 age adoption passing confidence
eslint-plugin-react-hooks (source) 5.1.0 -> 5.2.0 age adoption passing confidence

Release Notes

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

v8.26.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-return] handle recursive type (#​10883)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#​10865)
❤️ Thank You

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

v8.26.0

Compare Source

🚀 Features
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#​10781)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#​10889)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#​10714)
  • support TypeScript 5.8 (#​10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#​9536)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#​10875)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#​10864)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#​10806)
❤️ Thank You

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

v8.25.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add suggestions (#​10719)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#​10708)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#​10844)
  • eslint-plugin: [unified-signatures] handle getter-setter (#​10818)
❤️ Thank You

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

v8.24.1

Compare Source

🩹 Fixes
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#​10796)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#​10814)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#​10813)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#​10805)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#​10804)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#​10794)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#​10789)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#​10785)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#​10782)
  • eslint-plugin: [no-inferrable-types] handle accessor (#​10780)
❤️ Thank You
  • Ronen Amiel
  • YeonJuan

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

v8.24.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#​10639)
🩹 Fixes
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#​10751)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#​10737)
❤️ Thank You
  • Josh Goldberg ✨
  • noah
  • Ronen Amiel

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

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

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

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

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

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.

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

v8.26.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.26.0

Compare Source

🚀 Features
❤️ Thank You

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

v8.25.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.24.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.24.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.23.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.22.0

Compare Source

🚀 Features
  • parser: add standalone isolatedDeclarations option (#​10499)
❤️ Thank You
  • Josh Goldberg ✨

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

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.

vercel/next.js (eslint-config-next)

v14.2.25

Compare Source

v14.2.24

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​ztanner for helping!

cypress-io/eslint-plugin-cypress (eslint-plugin-cypress)

v4.2.0

Compare Source

Bug Fixes
Features
  • add rule disallow usage of cypress-xpath (1ae902a)
eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.16.2

Compare Source

🩹 Fixes
  • Revert "feat: add support for ignoring sync methods from certain locations" (#​416) (0779e2f)

v17.16.1

Compare Source

🩹 Fixes
🧹 Chores
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes
facebook/react (eslint-plugin-react-hooks)

v5.2.0

Compare Source


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@github-actions github-actions Bot added the kind/dependencies Pull requests that update a dependency file label Jan 13, 2025
@renovate renovate Bot changed the title bump(deps): update dependency eslint-plugin-react to ^7.37.4 bump(deps): update eslint Jan 13, 2025
@renovate renovate Bot force-pushed the renovate/eslint branch 4 times, most recently from f6700c6 to 7aebc8a Compare January 14, 2025 04:24
@renovate renovate Bot changed the title bump(deps): update eslint bump(deps): update eslint - autoclosed Jan 15, 2025
@renovate renovate Bot closed this Jan 15, 2025
@renovate renovate Bot deleted the renovate/eslint branch January 15, 2025 04:19
@renovate renovate Bot changed the title bump(deps): update eslint - autoclosed bump(deps): update eslint Jan 15, 2025
@renovate renovate Bot reopened this Jan 15, 2025
@renovate renovate Bot force-pushed the renovate/eslint branch from 307c8c0 to 7aebc8a Compare January 15, 2025 13:13
@renovate renovate Bot changed the title bump(deps): update eslint bump(deps): update dependency eslint-plugin-prettier to ^5.2.2 Jan 15, 2025
@renovate renovate Bot force-pushed the renovate/eslint branch 2 times, most recently from 626881b to b7f0e67 Compare January 19, 2025 09:57
@renovate renovate Bot changed the title bump(deps): update dependency eslint-plugin-prettier to ^5.2.2 bump(deps): update dependency eslint-plugin-prettier to ^5.2.3 Jan 19, 2025
@renovate renovate Bot force-pushed the renovate/eslint branch from b7f0e67 to 1ea9785 Compare January 21, 2025 08:44
@renovate renovate Bot changed the title bump(deps): update dependency eslint-plugin-prettier to ^5.2.3 bump(deps): update eslint Jan 21, 2025
@renovate renovate Bot force-pushed the renovate/eslint branch from 1ea9785 to 9e83326 Compare January 27, 2025 20:42
@renovate renovate Bot force-pushed the renovate/eslint branch from 9e83326 to 52a2977 Compare February 3, 2025 21:05
@renovate renovate Bot force-pushed the renovate/eslint branch 3 times, most recently from 43c91f1 to 6974791 Compare February 17, 2025 19:19
@renovate renovate Bot force-pushed the renovate/eslint branch 4 times, most recently from 36f5bfe to b7d3f75 Compare March 3, 2025 22:10
@renovate renovate Bot force-pushed the renovate/eslint branch from b7d3f75 to 551ce69 Compare March 4, 2025 23:15
@renovate renovate Bot force-pushed the renovate/eslint branch 2 times, most recently from 125daa5 to 3a74855 Compare March 10, 2025 19:41
@renovate renovate Bot force-pushed the renovate/eslint branch from 3a74855 to f365fa3 Compare March 17, 2025 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants