107.json (9560B)
1 { 2 "number": 107, 3 "title": "Bump eslint-plugin-github from 4.9.2 to 5.1.4", 4 "state": "closed", 5 "diff_file": "107.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2024-12-29T13:43:20Z", 8 "closed_at": "2024-12-29T13:43:53Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/eslint-plugin-github-5.1.4", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [], 17 "requested_reviewers": [], 18 "body": "Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.9.2 to 5.1.4.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/github/eslint-plugin-github/releases\">eslint-plugin-github's releases</a>.</em></p>\n<blockquote>\n<h2>v5.1.4</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>chore(deps): bump the all-dependencies group with 6 updates by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/581\">github/eslint-plugin-github#581</a></li>\n<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>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/574\">github/eslint-plugin-github#574</a></li>\n<li>Update README.md by <a href=\"https://github.com/gracepark\"><code>@\u200bgracepark</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/583\">github/eslint-plugin-github#583</a></li>\n<li>Update filenames default since it is now in our repo by <a href=\"https://github.com/gracepark\"><code>@\u200bgracepark</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/584\">github/eslint-plugin-github#584</a></li>\n</ul>\n<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>\n<h2>v5.1.3</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>ESLint <v9 will maintain backwards compatibility by using the original <code>eslint-filenames-plugin</code> by <a href=\"https://github.com/gracepark\"><code>@\u200bgracepark</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/579\">github/eslint-plugin-github#579</a></li>\n<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>\n</ul>\n<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>\n<h2>v5.1.2</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Update filenames by <a href=\"https://github.com/gracepark\"><code>@\u200bgracepark</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/578\">github/eslint-plugin-github#578</a></li>\n</ul>\n<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>\n<h2>v5.1.1</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>chore(deps): bump the all-dependencies group across 1 directory with 4 updates by <a href=\"https://github.com/dependabot\"><code>@\u200bdependabot</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/575\">github/eslint-plugin-github#575</a></li>\n<li>Update package.json by <a href=\"https://github.com/gracepark\"><code>@\u200bgracepark</code></a> in <a href=\"https://redirect.github.com/github/eslint-plugin-github/pull/577\">github/eslint-plugin-github#577</a></li>\n</ul>\n<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>\n<h2>v5.1.0</h2>\n<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>\n<h3>Usage</h3>\n<pre lang=\"js\"><code>import github from 'eslint-plugin-github'\n<p>export default [\ngithub.getFlatConfigs().browser,\ngithub.getFlatConfigs().recommended,\ngithub.getFlatConfigs().react,\n...github.getFlatConfigs().typescript,\n{\nfiles: ['**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'],\nignores: ['eslint.config.mjs'],\nrules: {\n'github/array-foreach': 'error',\n'github/async-preventdefault': 'warn',\n</tr></table>\n</code></pre></p>\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<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>\n<li><a href=\"https://github.com/github/eslint-plugin-github/commit/2b0173cad4f04d437ef318d8bb73f5c12ee7975f\"><code>2b0173c</code></a> remove dash</li>\n<li><a href=\"https://github.com/github/eslint-plugin-github/commit/996a56d12293113d0fde89e6796b9f43fedfc5f4\"><code>996a56d</code></a> update doc</li>\n<li><a href=\"https://github.com/github/eslint-plugin-github/commit/5bb2f9c48f02d5b260a5344f5f1e94b73291ee29\"><code>5bb2f9c</code></a> update grammar</li>\n<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>\n<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>\n<li><a href=\"https://github.com/github/eslint-plugin-github/commit/11b8aa9994f15ea0ee5c7da8701b6b7ac9cbdfc1\"><code>11b8aa9</code></a> Update README.md</li>\n<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>\n<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>\n<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>\n<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>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", 19 "comments": [ 20 { 21 "author": "dependabot[bot]", 22 "created_at": "2024-12-29T13:43:53Z", 23 "body": "Superseded by #108." 24 } 25 ], 26 "review_comments": [] 27 }