Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump eslint-plugin-github from 5.0.2 to 5.1.1 in /gh_actions/third_pa…
…rty/no-response (#4051) Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 5.0.2 to 5.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/eslint-plugin-github/releases">eslint-plugin-github's releases</a>.</em></p> <blockquote> <h2>v5.1.1</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump the all-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@â��dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/575">github/eslint-plugin-github#575</a></li> <li>Update package.json by <a href="https://github.com/gracepark"><code>@â��gracepark</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/577">github/eslint-plugin-github#577</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/github/eslint-plugin-github/compare/v5.1.0...v5.1.1">https://github.com/github/eslint-plugin-github/compare/v5.1.0...v5.1.1</a></p> <h2>v5.1.0</h2> <p>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 <code>getFlatConfigs()</code>:</p> <h3>Usage</h3> <pre lang="js"><code>import github from 'eslint-plugin-github' <p>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', }, }, ] </code></pre></p> <h2>What's Changed</h2> <ul> <li>chore(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group by <a href="https://github.com/dependabot"><code>@â��dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/549">github/eslint-plugin-github#549</a></li> <li>chore(deps): bump the all-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@â��dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/552">github/eslint-plugin-github#552</a></li> <li>chore(deps): bump the all-dependencies group across 1 directory with 5 updates by <a href="https://github.com/dependabot"><code>@â��dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/557">github/eslint-plugin-github#557</a></li> <li>Actions/Node Updates by <a href="https://github.com/dgreif"><code>@â��dgreif</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/558">github/eslint-plugin-github#558</a></li> <li>[Patch] Bumping <code>eslint-plugin-escompat</code> plugin to latest version by <a href="https://github.com/dusave"><code>@â��dusave</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/560">github/eslint-plugin-github#560</a></li> <li>chore(deps): bump the all-dependencies group across 1 directory with 3 updates by <a href="https://github.com/dependabot"><code>@â��dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/561">github/eslint-plugin-github#561</a></li> <li>chore(deps): bump the all-dependencies group with 6 updates by <a href="https://github.com/dependabot"><code>@â��dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/562">github/eslint-plugin-github#562</a></li> <li>Update Dockerfile by <a href="https://github.com/gracepark"><code>@â��gracepark</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/565">github/eslint-plugin-github#565</a></li> <li>chore(deps): bump the all-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@â��dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/569">github/eslint-plugin-github#569</a></li> <li>Support flat config and upgrade eslint to v9 by <a href="https://github.com/gracepark"><code>@â��gracepark</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/571">github/eslint-plugin-github#571</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dusave"><code>@â��dusave</code></a> made their first contribution in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/560">github/eslint-plugin-github#560</a></li> <li><a href="https://github.com/gracepark"><code>@â��gracepark</code></a> made their first contribution in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/565">github/eslint-plugin-github#565</a></li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/eslint-plugin-github/commit/491ca33caac44a63f9ab2c821c637d05052326bb"><code>491ca33</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/577">#577</a> from github/gracepark-patch-legacy-config</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/bfeb02e41166b70e5415783f4b65a19ae6e81974"><code>bfeb02e</code></a> Update package.json</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/2a16854e0539ec78589b41b1e9fab50da6addb42"><code>2a16854</code></a> chore(deps): bump the all-dependencies group across 1 directory with 4 update...</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/3c52370fc1dca2cc3a281f678ed46eb9f7728ddf"><code>3c52370</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/571">#571</a> from github/gracepark-support-flat-config</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/8d79189f5a7c497f70b4ebbb4e0abefa5d163a3e"><code>8d79189</code></a> remove s</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/47c24b532986469e143dd97aae85cd4deae03b86"><code>47c24b5</code></a> update readme</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/88a304a5c7d1158a40d6bd152a91c1f9c76f9010"><code>88a304a</code></a> update to getFlatConfigs</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/f179dc0dc00fe5820573855f66d19dc0cfa63308"><code>f179dc0</code></a> update typescript tests</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/b815887cbd428b7c4937a6e84250718aa719eac0"><code>b815887</code></a> update filenames key</li> <li><a href="https://github.com/github/eslint-plugin-github/commit/3cf39da369367f27e6c3d36f9e490e0c6e8ecd53"><code>3cf39da</code></a> update to latest to compat for filenames fix</li> <li>Additional commits viewable in <a href="https://github.com/github/eslint-plugin-github/compare/v5.0.2...v5.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-github&package-manager=npm_and_yarn&previous-version=5.0.2&new-version=5.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information