Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency eslint-plugin-github to v5.1.2 (#152)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-github](https://redirect.github.com/github/eslint-plugin-github) | [`5.0.2` -> `5.1.2`](https://renovatebot.com/diffs/npm/eslint-plugin-github/5.0.2/5.1.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-github/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-github/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-github/5.0.2/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-github/5.0.2/5.1.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>github/eslint-plugin-github (eslint-plugin-github)</summary> ### [`v5.1.2`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v5.1.2) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v5.1.1...v5.1.2) #### What's Changed - Update filenames by [@​gracepark](https://redirect.github.com/gracepark) in [https://github.com/github/eslint-plugin-github/pull/578](https://redirect.github.com/github/eslint-plugin-github/pull/578) **Full Changelog**: github/eslint-plugin-github@v5.1.1...v5.1.2 ### [`v5.1.1`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v5.1.1) [Compare Source](https://redirect.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 [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/575](https://redirect.github.com/github/eslint-plugin-github/pull/575) - Update package.json by [@​gracepark](https://redirect.github.com/gracepark) in [https://github.com/github/eslint-plugin-github/pull/577](https://redirect.github.com/github/eslint-plugin-github/pull/577) **Full Changelog**: github/eslint-plugin-github@v5.1.0...v5.1.1 ### [`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**: github/eslint-plugin-github@v5.0.2...v5.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on tuesday" (UTC), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/hetznercloud/setup-hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information