107.md (9140B)
1 # PR #107 Bump eslint-plugin-github from 4.9.2 to 5.1.4 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2024-12-29T13:43:20Z 6 - **Branch:** dependabot/npm_and_yarn/eslint-plugin-github-5.1.4 → main 7 - **Closed:** 2024-12-29T13:43:53Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [107.diff](./107.diff) 10 11 --- 12 13 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.9.2 to 5.1.4. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/github/eslint-plugin-github/releases">eslint-plugin-github's releases</a>.</em></p> 17 <blockquote> 18 <h2>v5.1.4</h2> 19 <h2>What's Changed</h2> 20 <ul> 21 <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/581">github/eslint-plugin-github#581</a></li> 22 <li>chore(deps-dev): bump cross-spawn from 6.0.5 to 6.0.6 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/574">github/eslint-plugin-github#574</a></li> 23 <li>Update README.md by <a href="https://github.com/gracepark"><code>@gracepark</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/583">github/eslint-plugin-github#583</a></li> 24 <li>Update filenames default since it is now in our repo by <a href="https://github.com/gracepark"><code>@gracepark</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/584">github/eslint-plugin-github#584</a></li> 25 </ul> 26 <p><strong>Full Changelog</strong>: <a href="https://github.com/github/eslint-plugin-github/compare/v5.1.3...v5.1.4">https://github.com/github/eslint-plugin-github/compare/v5.1.3...v5.1.4</a></p> 27 <h2>v5.1.3</h2> 28 <h2>What's Changed</h2> 29 <ul> 30 <li>ESLint <v9 will maintain backwards compatibility by using the original <code>eslint-filenames-plugin</code> by <a href="https://github.com/gracepark"><code>@gracepark</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/579">github/eslint-plugin-github#579</a></li> 31 <li>For ESLint v9+, if you configured the <code>filenames/match-regex</code> rule, please note we have adapted the match regex rule into <code>eslint-plugin-github</code> as the original <code>eslint-filenames-plugin</code> is no longer maintained and needed an ESLint v9 update. Please update the rule name to <code>github/filenames-match-regex</code> and keep the same configuration.</li> 32 </ul> 33 <p><strong>Full Changelog</strong>: <a href="https://github.com/github/eslint-plugin-github/compare/v5.1.2...v5.1.3">https://github.com/github/eslint-plugin-github/compare/v5.1.2...v5.1.3</a></p> 34 <h2>v5.1.2</h2> 35 <h2>What's Changed</h2> 36 <ul> 37 <li>Update filenames by <a href="https://github.com/gracepark"><code>@gracepark</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/578">github/eslint-plugin-github#578</a></li> 38 </ul> 39 <p><strong>Full Changelog</strong>: <a href="https://github.com/github/eslint-plugin-github/compare/v5.1.1...v5.1.2">https://github.com/github/eslint-plugin-github/compare/v5.1.1...v5.1.2</a></p> 40 <h2>v5.1.1</h2> 41 <h2>What's Changed</h2> 42 <ul> 43 <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> 44 <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> 45 </ul> 46 <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> 47 <h2>v5.1.0</h2> 48 <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> 49 <h3>Usage</h3> 50 <pre lang="js"><code>import github from 'eslint-plugin-github' 51 <p>export default [ 52 github.getFlatConfigs().browser, 53 github.getFlatConfigs().recommended, 54 github.getFlatConfigs().react, 55 ...github.getFlatConfigs().typescript, 56 { 57 files: ['**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'], 58 ignores: ['eslint.config.mjs'], 59 rules: { 60 'github/array-foreach': 'error', 61 'github/async-preventdefault': 'warn', 62 </tr></table> 63 </code></pre></p> 64 </blockquote> 65 <p>... (truncated)</p> 66 </details> 67 <details> 68 <summary>Commits</summary> 69 <ul> 70 <li><a href="https://github.com/github/eslint-plugin-github/commit/abcfc3bdfb4628c75fcbdca1b6fae1fa82cddb1c"><code>abcfc3b</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/584">#584</a> from github/gracepark/filenames-default-update</li> 71 <li><a href="https://github.com/github/eslint-plugin-github/commit/2b0173cad4f04d437ef318d8bb73f5c12ee7975f"><code>2b0173c</code></a> remove dash</li> 72 <li><a href="https://github.com/github/eslint-plugin-github/commit/996a56d12293113d0fde89e6796b9f43fedfc5f4"><code>996a56d</code></a> update doc</li> 73 <li><a href="https://github.com/github/eslint-plugin-github/commit/5bb2f9c48f02d5b260a5344f5f1e94b73291ee29"><code>5bb2f9c</code></a> update grammar</li> 74 <li><a href="https://github.com/github/eslint-plugin-github/commit/1373fa2ae4dc12ce61f4b7501ad41828fa9076c1"><code>1373fa2</code></a> update filenames default since it is now in our repo</li> 75 <li><a href="https://github.com/github/eslint-plugin-github/commit/5bb75fb4013cda777e87607e88971e6d4c0e3bbf"><code>5bb75fb</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/583">#583</a> from github/gracepark-update-note-filenames</li> 76 <li><a href="https://github.com/github/eslint-plugin-github/commit/11b8aa9994f15ea0ee5c7da8701b6b7ac9cbdfc1"><code>11b8aa9</code></a> Update README.md</li> 77 <li><a href="https://github.com/github/eslint-plugin-github/commit/1e930ed4edb69dddd29400a072f5b660fc3af89a"><code>1e930ed</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/574">#574</a> from github/dependabot/npm_and_yarn/npm_and_yarn-52c6...</li> 78 <li><a href="https://github.com/github/eslint-plugin-github/commit/ad727ac8878c7006492a4aa2a835c625196a6ef2"><code>ad727ac</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/581">#581</a> from github/dependabot/npm_and_yarn/all-dependencies-...</li> 79 <li><a href="https://github.com/github/eslint-plugin-github/commit/0c780c76bd35d0ba09d9eea18b2f90f35d8a7c69"><code>0c780c7</code></a> chore(deps): bump the all-dependencies group with 6 updates</li> 80 <li>Additional commits viewable in <a href="https://github.com/github/eslint-plugin-github/compare/v4.9.2...v5.1.4">compare view</a></li> 81 </ul> 82 </details> 83 <br /> 84 85 86 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 87 88 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`. 89 90 [//]: # (dependabot-automerge-start) 91 [//]: # (dependabot-automerge-end) 92 93 --- 94 95 <details> 96 <summary>Dependabot commands and options</summary> 97 <br /> 98 99 You can trigger Dependabot actions by commenting on this PR: 100 - `@dependabot rebase` will rebase this PR 101 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 102 - `@dependabot merge` will merge this PR after your CI passes on it 103 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 104 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 105 - `@dependabot reopen` will reopen this PR if it is closed 106 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 107 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency 108 - `@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) 109 - `@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) 110 - `@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) 111 112 113 </details> 114 115 116 ## Comments 117 118 ### @dependabot[bot] — 2024-12-29T13:43:53Z 119 120 Superseded by #108. 121