chore(deps): update dependency eslint-plugin-github to v5 #6

Open
prskr wants to merge 1 commit from renovate/eslint-plugin-github-5.x into main
Owner

This PR contains the following updates:

Package Type Update Change
eslint-plugin-github devDependencies major ^4.10.2 -> ^5.0.0

Release Notes

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

v5.1.4

Compare Source

What's Changed

Full Changelog: https://github.com/github/eslint-plugin-github/compare/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 https://github.com/github/eslint-plugin-github/pull/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: https://github.com/github/eslint-plugin-github/compare/v5.1.2...v5.1.3

v5.1.2

Compare Source

What's Changed

Full Changelog: https://github.com/github/eslint-plugin-github/compare/v5.1.1...v5.1.2

v5.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/github/eslint-plugin-github/compare/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: https://github.com/github/eslint-plugin-github/compare/v5.0.2...v5.1.0

v5.0.2

Compare Source

What's Changed

Full Changelog: https://github.com/github/eslint-plugin-github/compare/v5.0.1...v5.0.2

v5.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/github/eslint-plugin-github/compare/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: 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | devDependencies | major | [`^4.10.2` -> `^5.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-github/4.10.2/5.1.4) | --- ### Release Notes <details> <summary>github/eslint-plugin-github (eslint-plugin-github)</summary> ### [`v5.1.4`](https://github.com/github/eslint-plugin-github/releases/tag/v5.1.4) [Compare Source](https://github.com/github/eslint-plugin-github/compare/v5.1.3...v5.1.4) #### What's Changed - chore(deps): bump the all-dependencies group with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/581 - chore(deps-dev): bump cross-spawn from 6.0.5 to 6.0.6 in the npm_and_yarn group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/574 - Update README.md by [@&#8203;gracepark](https://github.com/gracepark) in https://github.com/github/eslint-plugin-github/pull/583 - Update filenames default since it is now in our repo by [@&#8203;gracepark](https://github.com/gracepark) in https://github.com/github/eslint-plugin-github/pull/584 **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v5.1.3...v5.1.4 ### [`v5.1.3`](https://github.com/github/eslint-plugin-github/releases/tag/v5.1.3) [Compare Source](https://github.com/github/eslint-plugin-github/compare/v5.1.2...v5.1.3) #### What's Changed - ESLint \<v9 will maintain backwards compatibility by using the original `eslint-filenames-plugin` by [@&#8203;gracepark](https://github.com/gracepark) in https://github.com/github/eslint-plugin-github/pull/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**: https://github.com/github/eslint-plugin-github/compare/v5.1.2...v5.1.3 ### [`v5.1.2`](https://github.com/github/eslint-plugin-github/releases/tag/v5.1.2) [Compare Source](https://github.com/github/eslint-plugin-github/compare/v5.1.1...v5.1.2) #### What's Changed - Update filenames by [@&#8203;gracepark](https://github.com/gracepark) in https://github.com/github/eslint-plugin-github/pull/578 **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v5.1.1...v5.1.2 ### [`v5.1.1`](https://github.com/github/eslint-plugin-github/releases/tag/v5.1.1) [Compare Source](https://github.com/github/eslint-plugin-github/compare/v5.1.0...v5.1.1) #### What's Changed - chore(deps): bump the all-dependencies group across 1 directory with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/575 - Update package.json by [@&#8203;gracepark](https://github.com/gracepark) in https://github.com/github/eslint-plugin-github/pull/577 **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v5.1.0...v5.1.1 ### [`v5.1.0`](https://github.com/github/eslint-plugin-github/releases/tag/v5.1.0) [Compare Source](https://github.com/github/eslint-plugin-github/compare/v5.0.2...v5.1.0) 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 ```js 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 - chore(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/549 - chore(deps): bump the all-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/552 - chore(deps): bump the all-dependencies group across 1 directory with 5 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/557 - Actions/Node Updates by [@&#8203;dgreif](https://github.com/dgreif) in https://github.com/github/eslint-plugin-github/pull/558 - \[Patch] Bumping `eslint-plugin-escompat` plugin to latest version by [@&#8203;dusave](https://github.com/dusave) in https://github.com/github/eslint-plugin-github/pull/560 - chore(deps): bump the all-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/561 - chore(deps): bump the all-dependencies group with 6 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/562 - Update Dockerfile by [@&#8203;gracepark](https://github.com/gracepark) in https://github.com/github/eslint-plugin-github/pull/565 - chore(deps): bump the all-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/569 - Support flat config and upgrade eslint to v9 by [@&#8203;gracepark](https://github.com/gracepark) in https://github.com/github/eslint-plugin-github/pull/571 #### New Contributors - [@&#8203;dusave](https://github.com/dusave) made their first contribution in https://github.com/github/eslint-plugin-github/pull/560 - [@&#8203;gracepark](https://github.com/gracepark) made their first contribution in https://github.com/github/eslint-plugin-github/pull/565 **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v5.0.2...v5.1.0 ### [`v5.0.2`](https://github.com/github/eslint-plugin-github/releases/tag/v5.0.2) [Compare Source](https://github.com/github/eslint-plugin-github/compare/v5.0.1...v5.0.2) #### What's Changed - chore(deps): bump the all-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/533 - chore(deps): bump braces from 3.0.2 to 3.0.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/534 - chore(deps): bump the all-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/535 - chore(deps): bump the all-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/536 - chore(deps): bump the all-dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/537 - chore(deps): bump the all-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/538 - chore(deps): bump the all-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/540 - chore(deps): bump the all-dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/541 - chore(deps): bump the all-dependencies group across 1 directory with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/543 - chore(deps): bump the all-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/544 - chore(deps): bump the all-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/545 - chore(deps): bump the all-dependencies group across 1 directory with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/551 **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v5.0.1...v5.0.2 ### [`v5.0.1`](https://github.com/github/eslint-plugin-github/releases/tag/v5.0.1) [Compare Source](https://github.com/github/eslint-plugin-github/compare/v5.0.0...v5.0.1) #### What's Changed - chore(deps): bump the all-dependencies group with 5 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/530 - Provide `no-redundant-roles` exception for `rowgroup` by [@&#8203;khiga8](https://github.com/khiga8) in https://github.com/github/eslint-plugin-github/pull/531 **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v5.0.0...v5.0.1 ### [`v5.0.0`](https://github.com/github/eslint-plugin-github/releases/tag/v5.0.0) [Compare Source](https://github.com/github/eslint-plugin-github/compare/v4.10.2...v5.0.0) Formally releasing v5.0.0! This release includes everything in pre-release [v5.0.0-2](https://github.com/github/eslint-plugin-github/releases/tag/v5.0.0-2)! We notably dropped support for node 14 and node 16 in favor of node 18. #### What's Changed - Drop node 14/16 support and fix bug in `getElementType` logic by [@&#8203;khiga8](https://github.com/khiga8) in https://github.com/github/eslint-plugin-github/pull/525 - Bump node 14 to node 18 by [@&#8203;khiga8](https://github.com/khiga8) in https://github.com/github/eslint-plugin-github/pull/529 - chore(deps): bump the all-dependencies group with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/510 - chore(deps): bump the all-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/511 - chore(deps): bump the all-dependencies group with 2 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/512 - chore(deps): bump the all-dependencies group with 3 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/514 - chore(deps): bump the all-dependencies group across 1 directory with 4 updates by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/github/eslint-plugin-github/pull/522 </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4zMy4xIiwidXBkYXRlZEluVmVyIjoiMzkuNDkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
prskr added 1 commit 2024-11-28 03:34:58 +00:00
chore(deps): update dependency eslint-plugin-github to v5
Some checks failed
Continuous Integration / TypeScript Tests (pull_request) Successful in 1m24s
Check Transpiled JavaScript / Check dist/ (pull_request) Successful in 1m31s
Continuous Integration / GitHub Actions Test (pull_request) Failing after 6s
e9dc0b7caa
prskr force-pushed renovate/eslint-plugin-github-5.x from e9dc0b7caa to c31399cfa1 2024-12-12 03:36:07 +00:00 Compare
Some checks failed
Check Transpiled JavaScript / Check dist/ (pull_request) Successful in 40s
Continuous Integration / GitHub Actions Test (pull_request) Failing after 6s
Continuous Integration / TypeScript Tests (pull_request) Successful in 59s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/eslint-plugin-github-5.x:renovate/eslint-plugin-github-5.x
git checkout renovate/eslint-plugin-github-5.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/eslint-plugin-github-5.x
git checkout renovate/eslint-plugin-github-5.x
git rebase main
git checkout main
git merge --ff-only renovate/eslint-plugin-github-5.x
git checkout renovate/eslint-plugin-github-5.x
git rebase main
git checkout main
git merge --no-ff renovate/eslint-plugin-github-5.x
git checkout main
git merge --squash renovate/eslint-plugin-github-5.x
git checkout main
git merge --ff-only renovate/eslint-plugin-github-5.x
git checkout main
git merge renovate/eslint-plugin-github-5.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: prskr/setup-hugo#6
No description provided.