Skip to content

Update dependency eslint-plugin-github to v6#328

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-github-6.x
Open

Update dependency eslint-plugin-github to v6#328
renovate[bot] wants to merge 1 commit intomainfrom
renovate/eslint-plugin-github-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 19, 2025

This PR contains the following updates:

Package Change Age Confidence
eslint-plugin-github 4.10.26.0.0 age confidence

Release Notes

github/eslint-plugin-github (eslint-plugin-github)

v6.0.0

Compare Source

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

Compare Source

What's Changed

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

v5.1.7

Compare Source

What's Changed

New Contributors

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

v5.1.6

Compare Source

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.5...v.5.1.6

v5.1.5

Compare Source

What's Changed
New Contributors

Full Changelog: github/eslint-plugin-github@v5.1.4...v5.1.5

v5.1.4

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.3...v5.1.4

v5.1.3

Compare Source

What's Changed
  • ESLint <v9 will maintain backwards compatibility by using the original eslint-filenames-plugin by @​gracepark in #​579
  • For ESLint v9+, if you configured the filenames/match-regex rule, please note we have adapted the match regex rule into eslint-plugin-github as the original eslint-filenames-plugin is no longer maintained and needed an ESLint v9 update. Please update the rule name to github/filenames-match-regex and keep the same configuration.

Full Changelog: github/eslint-plugin-github@v5.1.2...v5.1.3

v5.1.2

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.1.0...v5.1.1

v5.1.0

Compare Source

In this release we're supporting ESLint's new flat config and still maintaining legacy configs for backwards compatibility. We've created flat configs via getFlatConfigs():

Usage
import github from 'eslint-plugin-github'

export default [
  github.getFlatConfigs().browser,
  github.getFlatConfigs().recommended,
  github.getFlatConfigs().react,
  ...github.getFlatConfigs().typescript,
  {
    files: ['**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'],
    ignores: ['eslint.config.mjs'],
    rules: {
      'github/array-foreach': 'error',
      'github/async-preventdefault': 'warn',
      'github/no-then': 'error',
      'github/no-blur': 'error',
    },
  },
]

What's Changed

New Contributors

Full Changelog: github/eslint-plugin-github@v5.0.2...v5.1.0

v5.0.2

Compare Source

What's Changed

Full Changelog: github/eslint-plugin-github@v5.0.1...v5.0.2

v5.0.1

Compare Source

What's Changed

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

v5.0.0

Compare Source

Formally releasing v5.0.0!

This release includes everything in pre-release v5.0.0-2!

We notably dropped support for node 14 and node 16 in favor of node 18.

What's Changed


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added patch Create a patch version release of the action renovate-deps labels Jun 19, 2025
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch 2 times, most recently from ba8a2f6 to d2ecb43 Compare August 13, 2025 12:40
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from d2ecb43 to d911b9a Compare August 19, 2025 12:55
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from d911b9a to ff63693 Compare August 31, 2025 13:19
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from ff63693 to b1e0e56 Compare September 25, 2025 17:43
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from b1e0e56 to 00c36bf Compare October 21, 2025 18:58
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from 00c36bf to 352acef Compare October 29, 2025 09:11
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from 352acef to 0bca02e Compare November 10, 2025 22:12
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from 0bca02e to 5aa1400 Compare November 18, 2025 23:15
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from 5aa1400 to 742e3d4 Compare December 3, 2025 15:39
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch 2 times, most recently from 468133a to 7843b32 Compare December 31, 2025 13:58
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from 7843b32 to 47067f4 Compare January 8, 2026 16:24
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from 47067f4 to c12fba8 Compare January 19, 2026 17:52
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from c12fba8 to 8088896 Compare February 2, 2026 20:56
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch 2 times, most recently from 962b037 to ed9c907 Compare February 17, 2026 20:58
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from ed9c907 to fb4732e Compare March 5, 2026 16:47
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from fb4732e to 4bf75ba Compare March 13, 2026 17:45
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from 4bf75ba to cb363ed Compare April 1, 2026 17:47
@renovate renovate bot changed the title Update dependency eslint-plugin-github to v6 chore(deps): update dependency eslint-plugin-github to v6 Apr 8, 2026
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from cb363ed to 91a7296 Compare April 8, 2026 15:01
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-github to v6 Update dependency eslint-plugin-github to v6 Apr 8, 2026
@renovate renovate bot force-pushed the renovate/eslint-plugin-github-6.x branch from 91a7296 to 1575083 Compare April 9, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Create a patch version release of the action renovate-deps

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants