chore(deps):(deps-dev): bump typescript-eslint from 8.58.0 to 8.58.1#281
chore(deps):(deps-dev): bump typescript-eslint from 8.58.0 to 8.58.1#281dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
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>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ 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.
| "arm" | ||
| ], | ||
| "dev": true, | ||
| "libc": [ |
There was a problem hiding this comment.
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)
Reviewed by Cursor Bugbot for commit feee9e4. Configure here.


Bumps typescript-eslint from 8.58.0 to 8.58.1.
Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
5311ed3chore(release): publish 8.58.1Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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-eslintversion bump and regenerated lockfile metadata.Overview
Updates the dev dependency
typescript-eslintto8.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 oflibcfields), 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.