Closed renovate[bot] closed 3 days ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
This PR contains the following updates:
5.0.2
->5.1.0
Release Notes
github/eslint-plugin-github (eslint-plugin-github)
### [`v5.1.0`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v5.1.0) [Compare Source](https://redirect.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 [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/549](https://redirect.github.com/github/eslint-plugin-github/pull/549) - chore(deps): bump the all-dependencies group with 3 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/552](https://redirect.github.com/github/eslint-plugin-github/pull/552) - chore(deps): bump the all-dependencies group across 1 directory with 5 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/557](https://redirect.github.com/github/eslint-plugin-github/pull/557) - Actions/Node Updates by [@dgreif](https://redirect.github.com/dgreif) in [https://github.com/github/eslint-plugin-github/pull/558](https://redirect.github.com/github/eslint-plugin-github/pull/558) - \[Patch] Bumping `eslint-plugin-escompat` plugin to latest version by [@dusave](https://redirect.github.com/dusave) in [https://github.com/github/eslint-plugin-github/pull/560](https://redirect.github.com/github/eslint-plugin-github/pull/560) - chore(deps): bump the all-dependencies group across 1 directory with 3 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/561](https://redirect.github.com/github/eslint-plugin-github/pull/561) - chore(deps): bump the all-dependencies group with 6 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/562](https://redirect.github.com/github/eslint-plugin-github/pull/562) - Update Dockerfile by [@gracepark](https://redirect.github.com/gracepark) in [https://github.com/github/eslint-plugin-github/pull/565](https://redirect.github.com/github/eslint-plugin-github/pull/565) - chore(deps): bump the all-dependencies group with 3 updates by [@dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/569](https://redirect.github.com/github/eslint-plugin-github/pull/569) - Support flat config and upgrade eslint to v9 by [@gracepark](https://redirect.github.com/gracepark) in [https://github.com/github/eslint-plugin-github/pull/571](https://redirect.github.com/github/eslint-plugin-github/pull/571) #### New Contributors - [@dusave](https://redirect.github.com/dusave) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/560](https://redirect.github.com/github/eslint-plugin-github/pull/560) - [@gracepark](https://redirect.github.com/gracepark) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/565](https://redirect.github.com/github/eslint-plugin-github/pull/565) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v5.0.2...v5.1.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.