chore(deps-dev): bump eslint-plugin-github from 4.9.0 to 5.1.4
Bumps eslint-plugin-github from 4.9.0 to 5.1.4.
Release notes
Sourced from eslint-plugin-github's releases.
v5.1.4
What's Changed
- chore(deps): bump the all-dependencies group with 6 updates by
@dependabotin github/eslint-plugin-github#581- chore(deps-dev): bump cross-spawn from 6.0.5 to 6.0.6 in the npm_and_yarn group by
@dependabotin github/eslint-plugin-github#574- Update README.md by
@graceparkin github/eslint-plugin-github#583- Update filenames default since it is now in our repo by
@graceparkin github/eslint-plugin-github#584Full Changelog: https://github.com/github/eslint-plugin-github/compare/v5.1.3...v5.1.4
v5.1.3
What's Changed
- ESLint <v9 will maintain backwards compatibility by using the original
eslint-filenames-pluginby@graceparkin github/eslint-plugin-github#579- For ESLint v9+, if you configured the
filenames/match-regexrule, please note we have adapted the match regex rule intoeslint-plugin-githubas the originaleslint-filenames-pluginis no longer maintained and needed an ESLint v9 update. Please update the rule name togithub/filenames-match-regexand keep the same configuration.Full Changelog: https://github.com/github/eslint-plugin-github/compare/v5.1.2...v5.1.3
v5.1.2
What's Changed
- Update filenames by
@graceparkin github/eslint-plugin-github#578Full Changelog: https://github.com/github/eslint-plugin-github/compare/v5.1.1...v5.1.2
v5.1.1
What's Changed
- chore(deps): bump the all-dependencies group across 1 directory with 4 updates by
@dependabotin github/eslint-plugin-github#575- Update package.json by
@graceparkin github/eslint-plugin-github#577Full Changelog: https://github.com/github/eslint-plugin-github/compare/v5.1.0...v5.1.1
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
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', </tr></table>
... (truncated)
Commits
abcfc3bMerge pull request #584 from github/gracepark/filenames-default-update2b0173cremove dash996a56dupdate doc5bb2f9cupdate grammar1373fa2update filenames default since it is now in our repo5bb75fbMerge pull request #583 from github/gracepark-update-note-filenames11b8aa9Update README.md1e930edMerge pull request #574 from github/dependabot/npm_and_yarn/npm_and_yarn-52c6...ad727acMerge pull request #581 from github/dependabot/npm_and_yarn/all-dependencies-...0c780c7chore(deps): bump the all-dependencies group with 6 updates- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)