Skip to content

chore(deps-dev): bump eslint-plugin-github from 5.1.8 to 6.0.0#638

Merged
fty4 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-github-6.0.0
Oct 3, 2025
Merged

chore(deps-dev): bump eslint-plugin-github from 5.1.8 to 6.0.0#638
fty4 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-github-6.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 3, 2025

Bumps eslint-plugin-github from 5.1.8 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

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 CodeRabbit

  • Chores
    • Upgraded internal linting tooling to a new major version to keep our development environment current and consistent. This change affects only build-time tooling and does not alter application behavior, features, or performance. No user-facing impact or configuration changes are required. This release contains no feature additions, bug fixes, or UI updates.

Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 5.1.8 to 6.0.0.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](github/eslint-plugin-github@v5.1.8...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] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code major labels Oct 3, 2025
@dependabot dependabot Bot requested a review from a team as a code owner October 3, 2025 09:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code major labels Oct 3, 2025
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Oct 3, 2025

Walkthrough

Dev tooling update: bumped devDependency eslint-plugin-github from ^5.1.5 to ^6.0.0 in package.json. No source code or public API changes.

Changes

Cohort / File(s) Change Summary
Dev tooling dependency updates
package.json
Update eslint-plugin-github version from ^5.1.5 to ^6.0.0 in devDependencies

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

I nudge my nose at version bumps bright,
A tidy hop from five to six in the night.
Linting winds shift, but code stays still—
Thump-thump goes my review quill.
Carrot approved, dependencies neat,
Merge it quick—light on its feet! 🥕✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title succinctly follows conventional commit style, clearly indicating a chore to bump the dev dependency eslint-plugin-github from version 5.1.8 to 6.0.0 and directly reflects the primary change in this pull request without extraneous detail.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/npm_and_yarn/eslint-plugin-github-6.0.0

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 45938c0 and 6abcb9a.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (1)
  • package.json (1 hunks)
🔇 Additional comments (1)
package.json (1)

46-46: CI Node versions satisfy v6 requirements
The check-dist and test workflows are already pinned to Node 20.x, meeting eslint-plugin-github v6’s Node ≥20 requirement.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@fty4
Copy link
Copy Markdown
Member

fty4 commented Oct 3, 2025

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Oct 3, 2025

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@fty4 fty4 merged commit 12796bc into main Oct 3, 2025
7 checks passed
@fty4 fty4 deleted the dependabot/npm_and_yarn/eslint-plugin-github-6.0.0 branch October 3, 2025 09:13
@github-actions github-actions Bot mentioned this pull request Oct 3, 2025
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 major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant