Skip to content

chore(deps):(deps-dev): bump typescript-eslint from 8.58.0 to 8.58.1#281

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-eslint-8.58.1
Open

chore(deps):(deps-dev): bump typescript-eslint from 8.58.0 to 8.58.1#281
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/typescript-eslint-8.58.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps typescript-eslint from 8.58.0 to 8.58.1.

Release notes

Sourced from typescript-eslint's releases.

v8.58.1

8.58.1 (2026-04-08)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)

❤️ Thank You

See GitHub Releases for more information.

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

Changelog

Sourced from typescript-eslint's changelog.

8.58.1 (2026-04-08)

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.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Low Risk
Low risk dev-only dependency update; primary impact is lint/typechecking behavior changes from typescript-eslint version bump and regenerated lockfile metadata.

Overview
Updates the dev dependency typescript-eslint to 8.58.1 (and aligns the lockfile entries for the @typescript-eslint/* packages accordingly).

Regenerates package-lock.json, including metadata changes for several platform-specific optional dependencies (e.g., removal of libc fields), without altering application/runtime dependencies.

Reviewed by Cursor Bugbot for commit feee9e4. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.58.0 to 8.58.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.1/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-version: 8.58.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 13, 2026
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit feee9e4. Configure here.

Comment thread package-lock.json
"arm"
],
"dev": true,
"libc": [
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All libc fields removed from lockfile breaks musl builds

Medium Severity

Every libc field has been stripped from the lockfile as a side effect of this dependency bump. The Dockerfile uses node:24-alpine (musl libc) and runs npm ci --include=dev. Without the libc metadata, npm ci cannot distinguish glibc from musl optional native binaries (e.g., lightningcss-linux-x64-gnu vs lightningcss-linux-x64-musl, @rolldown/binding-linux-x64-gnu vs -musl, and @img/sharp-linux-* variants). This causes npm to attempt installing incompatible glibc binaries on Alpine, producing install warnings and potentially slower or broken Docker builds.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit feee9e4. Configure here.

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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants