Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps eslint-plugin-github from 4.10.2 to 6.0.0.

Release notes

Sourced from eslint-plugin-github's releases.

v6.0.0

What's Changed

BREAKING CHANGE: This project is now ESM. Users of Node < 20.x will need to upgrade their version of Node, or continue to use v5.x of this library.

New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.8...v6.0.0

v5.1.8

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.7...v5.1.8

v5.1.7

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.6...v5.1.7

v5.1.6

What's Changed

New Contributors

... (truncated)

Commits
  • 139bf63 Merge pull request #622 from 43081j/esm-only
  • ba655ea Merge branch 'main' into esm-only
  • 88ccca2 Merge pull request #621 from 43081j/meta-lints
  • 2174e40 feat: move to esm-only
  • def8cea chore: update rule meta to satisfiy lint rules
  • 4832156 Merge pull request #620 from github/dependabot/npm_and_yarn/all-dependencies-...
  • c613603 chore(deps): bump the all-dependencies group with 4 updates
  • 83669fa chore(deps): bump the all-dependencies group with 8 updates (#619)
  • 632d445 chore(deps): bump eslint-config-prettier in the all-dependencies group (#618)
  • ea508d2 Merge pull request #617 from github/dependabot/npm_and_yarn/all-dependencies-...
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
### Summary by AIGNE

Release Notes

Chore:

  • Updated eslint-plugin-github from v4.10.2 to v6.0.0

⚠️ Breaking Changes:

  • Requires Node.js 20.x or higher
  • Package is now ESM-only

This update improves security and compatibility with modern JavaScript tooling. Users on Node.js versions below 20.x should continue using eslint-plugin-github v5.x until they can upgrade their Node.js environment.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 4, 2025
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.10.2 to 6.0.0.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v4.10.2...v6.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-github
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-github-6.0.0 branch from dce1f74 to 5c02348 Compare August 27, 2025 04:00
Copy link

github-actions bot commented Aug 27, 2025

Image description AIGNE CodeSmith

Walkthrough

This update focuses on upgrading the eslint-plugin-github dependency from v4.10.2 to v6.0.0. The major version change introduces ESM-only format and requires Node.js 20.x+. The upgrade includes significant updates to core dependencies like TypeScript, Prettier, and ESLint-related packages, along with enhanced security patches and compatibility improvements.

Changes

Files Summary
package.json
pnpm-lock.yaml
Updates eslint-plugin-github to v6.0.0, introducing ESM-only format, Node.js 20.x requirement, and dependency updates including TypeScript, Prettier, and ESLint packages. Includes security patches and compatibility improvements.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Image description AIGNE CodeSmith

Commits Files that changed from the base of the PR and between 4c6103e and 5c02348 commits.
Files selected (2)
  • package.json (1)
  • pnpm-lock.yaml (71)
Review comments generated (5)
  • Review: 4
  • LGTM: 1

提示

Image description AIGNE CodeSmith (@codesmith) 聊天

  • 回复此机器人留下的审查评论以提出后续问题。审查评论是对差异或文件的评论。
  • 通过在回复中标记 @codesmith 邀请机器人加入审查评论链。

代码建议

  • 机器人可能会提出代码建议,但在提交前请仔细审查它们,因为行号范围可能会不对齐。
  • 你可以编辑机器人做出的评论,并在建议稍有偏差时手动调整。

暂停增量审查

  • 在 PR 描述中的任何位置添加 @codesmith: ignore 以暂停机器人的进一步审查。

[email protected]:
resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options.

Choose a reason for hiding this comment

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

Image description AIGNE CodeSmith

The version of ESLint being used (8.57.1) is marked as deprecated with a warning message. This could lead to future compatibility issues and security vulnerabilities.

- [email protected]:
+ # Consider upgrading to a supported ESLint version per https://eslint.org/version-support

eslint-plugin-filenames: 1.3.2([email protected])
eslint-plugin-i18n-text: 1.0.1([email protected])
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@7.18.0([email protected])(typescript@4.9.5))([email protected])
eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.41.0([email protected])(typescript@5.9.2))([email protected])

Choose a reason for hiding this comment

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

Image description AIGNE CodeSmith

There's a potential version mismatch in the dependency chain where eslint-plugin-import is using a newer TypeScript parser version (8.41.0) than what's specified in the project. This could cause type checking inconsistencies.

prettier: 3.5.3
prettier: 3.6.2
svg-element-attributes: 1.3.1
typescript: 5.9.2

Choose a reason for hiding this comment

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

Image description AIGNE CodeSmith

The TypeScript version is being specified multiple times with different versions (4.9.5 and 5.9.2) which could lead to inconsistent type checking behavior across the project.

Comment on lines +7752 to +7753
eslint: 8.57.1
typescript: 5.9.2

Choose a reason for hiding this comment

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

Image description AIGNE CodeSmith

The typescript-eslint package has both ESLint and TypeScript as direct dependencies which could cause version conflicts with the project's peer dependencies.

The rest of the changes appear to be routine dependency updates and version synchronization changes that don't present critical issues.

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