chore(deps):(deps-dev): bump @eslint/plugin-kit from 0.7.0 to 0.7.1#280
chore(deps):(deps-dev): bump @eslint/plugin-kit from 0.7.0 to 0.7.1#280dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit) from 0.7.0 to 0.7.1. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.7.1/packages/plugin-kit) --- updated-dependencies: - dependency-name: "@eslint/plugin-kit" dependency-version: 0.7.1 dependency-type: indirect 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 3d040dd. Configure here.
| "arm" | ||
| ], | ||
| "dev": true, | ||
| "libc": [ |
There was a problem hiding this comment.
Missing libc fields break native package resolution on Linux
High Severity
The lockfile regeneration stripped all libc fields from every native binary package (@img/sharp-*, @rolldown/binding-*, lightningcss-*). The libc field tells npm whether a package requires glibc or musl, which is essential for selecting the correct platform-specific binary on Linux. Without it, npm cannot distinguish between glibc and musl variants, potentially installing the wrong native binary or installing both variants unnecessarily. This is especially problematic in musl-based environments like Alpine Linux containers commonly used in CI/CD.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 3d040dd. Configure here.


Bumps @eslint/plugin-kit from 0.7.0 to 0.7.1.
Release notes
Sourced from
@eslint/plugin-kit's releases.Changelog
Sourced from
@eslint/plugin-kit's changelog.Commits
d2dbf7bchore: release main (#424)9b16fe1fix: revert re-export ESM types in CommonJS (#427)fe114eechore: release main (#413)7680f69feat: addlanguagesanddocs.dialectsto rulemetatypes (#421)8863791docs: Update README sponsorsef16f80fix: re-export ESM types in CommonJS (#416)835ddf9docs: Update README sponsors8cd3676docs: Update README sponsors4d73459docs: Update README sponsors41eb19fchore: release main (#380)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 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 lockfile-only dev dependency update; main risk is potential lint/tooling behavior changes or CI differences due to updated ESLint internals.
Overview
Bumps dev tooling in
package-lock.json, updating@eslint/plugin-kitfrom0.7.0to0.7.1and pulling in@eslint/core1.2.1.The lockfile is also normalized for several platform-specific optional packages by removing
libcmetadata entries, without changing runtime application code.Reviewed by Cursor Bugbot for commit 3d040dd. Bugbot is set up for automated code reviews on this repo. Configure here.