zola-check-manager.meta

Issues/PRs archive for MTRNord/zola-check-manager
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.meta.git
Log | Files | Refs

57.md (11564B)


      1 # PR #57 Bump eslint-plugin-github from 4.7.0 to 4.9.2
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-07-19T07:28:11Z
      6 - **Branch:** dependabot/npm_and_yarn/eslint-plugin-github-4.9.2 → main
      7 - **Closed:** 2023-08-22T09:35:38Z
      8 - **Labels:** dependencies, javascript
      9 - **Diff:** [57.diff](./57.diff)
     10 
     11 ---
     12 
     13 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.7.0 to 4.9.2.
     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>v4.9.2</h2>
     19 <h2>What's Changed</h2>
     20 <ul>
     21 <li>Use <code>getLiteralPropValue</code> for sr-only class by <a href="https://github.com/khiga8"><code>@​khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/466">github/eslint-plugin-github#466</a></li>
     22 </ul>
     23 <p><strong>Full Changelog</strong>: <a href="https://github.com/github/eslint-plugin-github/compare/v4.9.1...v4.9.2">https://github.com/github/eslint-plugin-github/compare/v4.9.1...v4.9.2</a></p>
     24 <h2>v4.9.1</h2>
     25 <h2>Bug fixes</h2>
     26 <p>This release includes bug fixes for a few accessibility rules including: <code>a11y-aria-role-supports-props</code>, <code>a11y-no-title-attribute</code>, and
     27 <code>jsx-a11y/no-interactive-element-to-noninteractive-role</code>.</p>
     28 <h2>What's Changed</h2>
     29 <ul>
     30 <li>Ignore calls to a method named innerText by <a href="https://github.com/camchenry"><code>@​camchenry</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/455">github/eslint-plugin-github#455</a></li>
     31 <li>bump <code>prettier</code> and <code>eslint-plugin-prettier</code> to latest versions by <a href="https://github.com/shiftkey"><code>@​shiftkey</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/457">github/eslint-plugin-github#457</a></li>
     32 <li>chore(deps): bump the all-dependencies group 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/458">github/eslint-plugin-github#458</a></li>
     33 <li>Set config override for false positive rule by <a href="https://github.com/khiga8"><code>@​khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/460">github/eslint-plugin-github#460</a></li>
     34 <li>Re-introduce accidentally removed testing commands by <a href="https://github.com/khiga8"><code>@​khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/459">github/eslint-plugin-github#459</a></li>
     35 <li>Fix bugs with <code>getRole</code> and <code>getElementType</code> by <a href="https://github.com/khiga8"><code>@​khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/461">github/eslint-plugin-github#461</a></li>
     36 <li>[Fix] Only look at semantic elements for <code>a11y-no-title-attribute</code>  by <a href="https://github.com/kendallgassner"><code>@​kendallgassner</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/464">github/eslint-plugin-github#464</a></li>
     37 <li>Check for presence of attribute in <code>getRole</code> rather than the value by <a href="https://github.com/khiga8"><code>@​khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/463">github/eslint-plugin-github#463</a></li>
     38 </ul>
     39 <h2>New Contributors</h2>
     40 <ul>
     41 <li><a href="https://github.com/camchenry"><code>@​camchenry</code></a> made their first contribution in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/455">github/eslint-plugin-github#455</a></li>
     42 <li><a href="https://github.com/shiftkey"><code>@​shiftkey</code></a> made their first contribution in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/457">github/eslint-plugin-github#457</a></li>
     43 </ul>
     44 <p><strong>Full Changelog</strong>: <a href="https://github.com/github/eslint-plugin-github/compare/v4.9.0...v4.9.1">https://github.com/github/eslint-plugin-github/compare/v4.9.0...v4.9.1</a></p>
     45 <h2>v4.9.0</h2>
     46 <h2>What's Changed</h2>
     47 <ul>
     48 <li>create rule: github/a11y-no-visually-hidden-interactive-element by <a href="https://github.com/kendallgassner"><code>@​kendallgassner</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/446">github/eslint-plugin-github#446</a></li>
     49 <li>Add polymorphic component check in <code>getElementType</code> by <a href="https://github.com/kendallgassner"><code>@​kendallgassner</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/449">github/eslint-plugin-github#449</a></li>
     50 <li>Adds <code>svg-has-accessible-name</code> rule by <a href="https://github.com/lindseywild"><code>@​lindseywild</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/450">github/eslint-plugin-github#450</a></li>
     51 <li>chore(deps): bump semver from 5.7.1 to 5.7.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/451">github/eslint-plugin-github#451</a></li>
     52 <li>Create rule: a11y-no-title-attribute by <a href="https://github.com/kendallgassner"><code>@​kendallgassner</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/453">github/eslint-plugin-github#453</a></li>
     53 <li>Bump aria-query and update to fix tests by <a href="https://github.com/khiga8"><code>@​khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/448">github/eslint-plugin-github#448</a></li>
     54 <li>Rename <code>role-supports-aria-props</code> to <code>a11y-</code> by <a href="https://github.com/khiga8"><code>@​khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/454">github/eslint-plugin-github#454</a></li>
     55 </ul>
     56 <h2>New Contributors</h2>
     57 <ul>
     58 <li><a href="https://github.com/kendallgassner"><code>@​kendallgassner</code></a> made their first contribution in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/446">github/eslint-plugin-github#446</a></li>
     59 <li><a href="https://github.com/lindseywild"><code>@​lindseywild</code></a> made their first contribution in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/450">github/eslint-plugin-github#450</a></li>
     60 </ul>
     61 <p><strong>Full Changelog</strong>: <a href="https://github.com/github/eslint-plugin-github/compare/v4.8.0...v4.9.0">https://github.com/github/eslint-plugin-github/compare/v4.8.0...v4.9.0</a></p>
     62 <h2>v4.8.0</h2>
     63 <h2>What's Changed</h2>
     64 <ul>
     65 <li>Update react.js to turn <code>jsx-a11y/no-autofocus</code> off by <a href="https://github.com/khiga8"><code>@​khiga8</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/442">github/eslint-plugin-github#442</a></li>
     66 <li>Dependency Updates
     67 <ul>
     68 <li>chore(deps): bump eslint-config-prettier from 8.7.0 to 8.8.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/github/eslint-plugin-github/pull/419">github/eslint-plugin-github#419</a></li>
     69 </ul>
     70 </li>
     71 </ul>
     72 <!-- raw HTML omitted -->
     73 </blockquote>
     74 <p>... (truncated)</p>
     75 </details>
     76 <details>
     77 <summary>Commits</summary>
     78 <ul>
     79 <li><a href="https://github.com/github/eslint-plugin-github/commit/cd17c09f77229f1bebb06ba231628724cd25b8d0"><code>cd17c09</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/466">#466</a> from github/kh-use-literal-prop-for-class</li>
     80 <li><a href="https://github.com/github/eslint-plugin-github/commit/c2ea115877398c9d27e63fc10a04f2b8c24ab1fc"><code>c2ea115</code></a> Use literal prop</li>
     81 <li><a href="https://github.com/github/eslint-plugin-github/commit/dd3cba1dece64ea3695c3b493ebf83b25f368164"><code>dd3cba1</code></a> Add failing test case</li>
     82 <li><a href="https://github.com/github/eslint-plugin-github/commit/0c0441fa457c71be173ddf2f722ac6be35caff48"><code>0c0441f</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/463">#463</a> from github/kh-use-prop-value</li>
     83 <li><a href="https://github.com/github/eslint-plugin-github/commit/8c5f8093e1ebeaa889a9c6af3fdf3b6f0146145c"><code>8c5f809</code></a> Merge branch 'main' into kh-use-prop-value</li>
     84 <li><a href="https://github.com/github/eslint-plugin-github/commit/125ac51b2245e4203efd168ce80d01169242ffe1"><code>125ac51</code></a> Merge pull request <a href="https://redirect.github.com/github/eslint-plugin-github/issues/464">#464</a> from github/fix-a11y-no-title-attribute</li>
     85 <li><a href="https://github.com/github/eslint-plugin-github/commit/ee9e16d01c2bc5f8fcae4f55d077d7d0180df72d"><code>ee9e16d</code></a> lint</li>
     86 <li><a href="https://github.com/github/eslint-plugin-github/commit/29ead03f37a1fec710ad42159c09d504d078e2fb"><code>29ead03</code></a> add test</li>
     87 <li><a href="https://github.com/github/eslint-plugin-github/commit/b05b0cb2556300bbc3787e1a9a9811972dd6e8cf"><code>b05b0cb</code></a> Do not look up as prop</li>
     88 <li><a href="https://github.com/github/eslint-plugin-github/commit/70361415e0a8ea32508012f9715275a4189d81fc"><code>7036141</code></a> Add logic to check for presence of attribute</li>
     89 <li>Additional commits viewable in <a href="https://github.com/github/eslint-plugin-github/compare/v4.7.0...v4.9.2">compare view</a></li>
     90 </ul>
     91 </details>
     92 <br />
     93 
     94 
     95 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-github&package-manager=npm_and_yarn&previous-version=4.7.0&new-version=4.9.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     96 
     97 You can trigger a rebase of this PR by commenting `@dependabot rebase`.
     98 
     99 [//]: # (dependabot-automerge-start)
    100 [//]: # (dependabot-automerge-end)
    101 
    102 ---
    103 
    104 <details>
    105 <summary>Dependabot commands and options</summary>
    106 <br />
    107 
    108 You can trigger Dependabot actions by commenting on this PR:
    109 - `@dependabot rebase` will rebase this PR
    110 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    111 - `@dependabot merge` will merge this PR after your CI passes on it
    112 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    113 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    114 - `@dependabot reopen` will reopen this PR if it is closed
    115 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    116 - `@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)
    117 - `@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)
    118 - `@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)
    119 
    120 
    121 </details>
    122 
    123 > **Note**
    124 > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
    125 
    126 
    127 ## Comments
    128 
    129 ### @MTRNord — 2023-08-22T09:35:21Z
    130 
    131 @dependabot rebase
    132 
    133 ### @dependabot[bot] — 2023-08-22T09:35:36Z
    134 
    135 Looks like eslint-plugin-github is up-to-date now, so this is no longer needed.
    136