takanome-dev / assign-issue-action

πŸ€– A github action that assign issues based on "/assign" command (or any trigger you want to use)
MIT License
8 stars 1 forks source link

chore(deps): update dependency eslint-plugin-github to v4.9.2 #143

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-github 4.8.0 -> 4.9.2 age adoption passing confidence

Release Notes

github/eslint-plugin-github (eslint-plugin-github) ### [`v4.9.2`](https://togithub.com/github/eslint-plugin-github/releases/tag/v4.9.2) [Compare Source](https://togithub.com/github/eslint-plugin-github/compare/v4.9.1...v4.9.2) #### What's Changed - Use `getLiteralPropValue` for sr-only class by [@​khiga8](https://togithub.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/466](https://togithub.com/github/eslint-plugin-github/pull/466) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.9.1...v4.9.2 ### [`v4.9.1`](https://togithub.com/github/eslint-plugin-github/releases/tag/v4.9.1) [Compare Source](https://togithub.com/github/eslint-plugin-github/compare/v4.9.0...v4.9.1) #### Bug fixes This release includes bug fixes for a few accessibility rules including: `a11y-aria-role-supports-props`, `a11y-no-title-attribute`, and `jsx-a11y/no-interactive-element-to-noninteractive-role`. #### What's Changed - Ignore calls to a method named innerText by [@​camchenry](https://togithub.com/camchenry) in [https://github.com/github/eslint-plugin-github/pull/455](https://togithub.com/github/eslint-plugin-github/pull/455) - bump `prettier` and `eslint-plugin-prettier` to latest versions by [@​shiftkey](https://togithub.com/shiftkey) in [https://github.com/github/eslint-plugin-github/pull/457](https://togithub.com/github/eslint-plugin-github/pull/457) - chore(deps): bump the all-dependencies group with 5 updates by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/458](https://togithub.com/github/eslint-plugin-github/pull/458) - Set config override for false positive rule by [@​khiga8](https://togithub.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/460](https://togithub.com/github/eslint-plugin-github/pull/460) - Re-introduce accidentally removed testing commands by [@​khiga8](https://togithub.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/459](https://togithub.com/github/eslint-plugin-github/pull/459) - Fix bugs with `getRole` and `getElementType` by [@​khiga8](https://togithub.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/461](https://togithub.com/github/eslint-plugin-github/pull/461) - \[Fix] Only look at semantic elements for `a11y-no-title-attribute` by [@​kendallgassner](https://togithub.com/kendallgassner) in [https://github.com/github/eslint-plugin-github/pull/464](https://togithub.com/github/eslint-plugin-github/pull/464) - Check for presence of attribute in `getRole` rather than the value by [@​khiga8](https://togithub.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/463](https://togithub.com/github/eslint-plugin-github/pull/463) #### New Contributors - [@​camchenry](https://togithub.com/camchenry) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/455](https://togithub.com/github/eslint-plugin-github/pull/455) - [@​shiftkey](https://togithub.com/shiftkey) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/457](https://togithub.com/github/eslint-plugin-github/pull/457) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.9.0...v4.9.1 ### [`v4.9.0`](https://togithub.com/github/eslint-plugin-github/releases/tag/v4.9.0) [Compare Source](https://togithub.com/github/eslint-plugin-github/compare/v4.8.0...v4.9.0) #### What's Changed - create rule: github/a11y-no-visually-hidden-interactive-element by [@​kendallgassner](https://togithub.com/kendallgassner) in [https://github.com/github/eslint-plugin-github/pull/446](https://togithub.com/github/eslint-plugin-github/pull/446) - Add polymorphic component check in `getElementType` by [@​kendallgassner](https://togithub.com/kendallgassner) in [https://github.com/github/eslint-plugin-github/pull/449](https://togithub.com/github/eslint-plugin-github/pull/449) - Adds `svg-has-accessible-name` rule by [@​lindseywild](https://togithub.com/lindseywild) in [https://github.com/github/eslint-plugin-github/pull/450](https://togithub.com/github/eslint-plugin-github/pull/450) - chore(deps): bump semver from 5.7.1 to 5.7.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/451](https://togithub.com/github/eslint-plugin-github/pull/451) - Create rule: a11y-no-title-attribute by [@​kendallgassner](https://togithub.com/kendallgassner) in [https://github.com/github/eslint-plugin-github/pull/453](https://togithub.com/github/eslint-plugin-github/pull/453) - Bump aria-query and update to fix tests by [@​khiga8](https://togithub.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/448](https://togithub.com/github/eslint-plugin-github/pull/448) - Rename `role-supports-aria-props` to `a11y-` by [@​khiga8](https://togithub.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/454](https://togithub.com/github/eslint-plugin-github/pull/454) #### New Contributors - [@​kendallgassner](https://togithub.com/kendallgassner) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/446](https://togithub.com/github/eslint-plugin-github/pull/446) - [@​lindseywild](https://togithub.com/lindseywild) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/450](https://togithub.com/github/eslint-plugin-github/pull/450) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.8.0...v4.9.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.