Skip to content

fix(deps): update eslint#629

Open
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/eslint
Open

fix(deps): update eslint#629
renovate[bot] wants to merge 2 commits into
mainfrom
renovate/eslint

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 2, 2026

This PR contains the following updates:

Package Change Age Confidence
@eslint/compat (source) 2.0.42.1.0 age confidence
@eslint/config-helpers (source) 0.5.40.6.0 age confidence
@typescript-eslint/utils (source) 8.57.28.59.3 age confidence
astro-eslint-parser 1.3.01.4.0 age confidence
eslint-config-flat-gitignore 2.2.12.3.0 age confidence
eslint-plugin-astro (source) 1.6.01.7.0 age confidence
eslint-plugin-perfectionist (source) 5.7.05.9.0 age confidence
eslint-plugin-react-hooks (source) 7.0.17.1.1 age confidence
eslint-plugin-react-you-might-not-need-an-effect 0.9.20.10.1 age confidence
globals 17.4.017.6.0 age confidence
typescript-eslint (source) 8.57.28.59.3 age confidence

Release Notes

eslint/rewrite (@​eslint/compat)

v2.1.0

Compare Source

Features

v2.0.5

Compare Source

Dependencies
  • The following workspace dependencies were updated
eslint/rewrite (@​eslint/config-helpers)

v0.6.0

Compare Source

Features

v0.5.5

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated
typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.59.3

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.59.2

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.59.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.59.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] report more cases based on assignability (#​11789)
❤️ Thank You
  • Ulrich Stark

See GitHub Releases for more information.

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

v8.58.2

Compare Source

🩹 Fixes
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

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

v8.58.1

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.58.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

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

ota-meshi/astro-eslint-parser (astro-eslint-parser)

v1.4.0

Compare Source

Minor Changes

v1.3.2

Compare Source

Patch Changes

v1.3.1

Compare Source

Patch Changes
antfu/eslint-config-flat-gitignore (eslint-config-flat-gitignore)

v2.3.0

Compare Source

   🚀 Features
    View changes on GitHub
ota-meshi/eslint-plugin-astro (eslint-plugin-astro)

v1.7.0

Compare Source

Minor Changes
  • #​550 40fef30 Thanks @​jp-knj! - add astro/no-prerender-export-outside-pages rule that disallow prerender export outside of pages/ directory
azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)

v5.9.0

Compare Source

compare changes

🚀 Features
  • Export class option types
    (b98c82d9)
  • Support configurable spacing between overload signatures
    (a4b425db)
🐞 Bug Fixes
  • sort-imports: Add submodule imports as internal patterns
    (c05d1b14)
  • Preserve uncased character positions
    (3d75ce26)
❤️ Contributors

v5.8.0

Compare Source

compare changes

🚀 Features
🐞 Bug Fixes
  • Add oxlint rule tester and fix issue in sort-classes
    (4949b1d7)
  • sort-modules: Add missing partition cases
    (7244ff1e)
❤️ Contributors
facebook/react (eslint-plugin-react-hooks)

v7.1.1

Compare Source

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #​36307)

v7.1.0

Compare Source

This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better set-state-in-effect detection, improved ref validation, and more helpful error reporting.

nickjvandyke/eslint-plugin-react-you-might-not-need-an-effect (eslint-plugin-react-you-might-not-need-an-effect)

v0.10.1

Compare Source

Features
  • more idiomatic recommendation for passing to parent inside custom hooks (b0dacf4)
  • no-event-handler: flag props (d246668)
Bug Fixes
  • no-initialize-state: analyze effects that only have setter in deps (1a7174f)
  • when deps is missing, still run rules that don't rely on them (cefdfcd)

v0.10.0

Compare Source

⚠ BREAKING CHANGES
  • no-empty-effect: remove rule (#​67)
Features

v0.9.3

Compare Source

Refactors
  • build: use tsdown, add publish validation (cc2101a)
Miscellaneous Chores
sindresorhus/globals (globals)

v17.6.0

Compare Source

v17.5.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.59.3

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.59.2

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.59.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.59.0

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.58.2

Compare Source

🩹 Fixes
  • remove tsbuildinfo cache file from published packages (#​12187)
❤️ Thank You

See GitHub Releases for more information.

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

v8.58.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

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

v8.58.0

Compare Source

🚀 Features
❤️ Thank You

See GitHub Releases for more information.

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


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "before 4:00am on Friday"
  • 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.

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

@renovate renovate Bot added the renovate Created by renovate label Apr 2, 2026
@github-actions github-actions Bot added the eslint issues about eslint label Apr 2, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 2, 2026

🦋 Changeset detected

Latest commit: 66a4df7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@virtual-live-lab/eslint-config Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 2, 2026

🚨 Snapshot test failed

See the details: workflow run

Errors

  • ESLint

⏭️ Next Steps

If snapshot changes are...

expected: update the snapshots by adding update-snapshot label

unexpected: check diff and fix rules

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 2, 2026

Open in StackBlitz

npm i https://pkg.pr.new/@virtual-live-lab/eslint-config@629

commit: 66a4df7

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 2, 2026

🦋 Changeset detected

Latest commit: a167994

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@virtual-live-lab/eslint-config Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate Bot force-pushed the renovate/eslint branch 5 times, most recently from 157af23 to 8b01c4e Compare April 9, 2026 18:05
@renovate renovate Bot force-pushed the renovate/eslint branch 4 times, most recently from 2a1b946 to a7a39e2 Compare April 16, 2026 20:13
@renovate renovate Bot force-pushed the renovate/eslint branch 4 times, most recently from 6af126c to e75cc79 Compare April 23, 2026 18:52
@renovate renovate Bot force-pushed the renovate/eslint branch 4 times, most recently from e2cf1b0 to e08b6c9 Compare May 5, 2026 18:33
@renovate renovate Bot force-pushed the renovate/eslint branch 4 times, most recently from afb5299 to dca9c36 Compare May 12, 2026 15:34
@renovate renovate Bot force-pushed the renovate/eslint branch from f668fd2 to 0e12c49 Compare May 14, 2026 21:46
@renovate renovate Bot force-pushed the renovate/eslint branch from 3dc1457 to 7e27fae Compare May 18, 2026 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

eslint issues about eslint renovate Created by renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants