Skip to content

chore(deps):(deps-dev): bump @eslint/plugin-kit from 0.7.0 to 0.7.1#280

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint/plugin-kit-0.7.1
Open

chore(deps):(deps-dev): bump @eslint/plugin-kit from 0.7.0 to 0.7.1#280
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint/plugin-kit-0.7.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps @eslint/plugin-kit from 0.7.0 to 0.7.1.

Release notes

Sourced from @​eslint/plugin-kit's releases.

plugin-kit: v0.7.1

0.7.1 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1
Changelog

Sourced from @​eslint/plugin-kit's changelog.

0.7.1 (2026-04-08)

Bug Fixes

  • revert re-export ESM types in CommonJS (#427) (9b16fe1)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^1.2.0 to ^1.2.1
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 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-kit from 0.7.0 to 0.7.1 and pulling in @eslint/core 1.2.1.

The lockfile is also normalized for several platform-specific optional packages by removing libc metadata 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.

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>
@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 3d040dd. 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.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3d040dd. 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