AlexRogalskiy / github-action-proverbs

✨ GitHub action for proverbs
https://github.com/AlexRogalskiy/github-action-proverbs
GNU General Public License v3.0
2 stars 0 forks source link

:arrow_up: Updates eslint-plugin-github to v5 #524

Open renovate[bot] opened 6 months ago

renovate[bot] commented 6 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-github ^4.1.1 -> ^5.1.2 age adoption passing confidence

Release Notes

github/eslint-plugin-github (eslint-plugin-github) ### [`v5.1.2`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v5.1.2) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v5.1.1...v5.1.2) #### What's Changed - Update filenames by [@​gracepark](https://redirect.github.com/gracepark) in [https://github.com/github/eslint-plugin-github/pull/578](https://redirect.github.com/github/eslint-plugin-github/pull/578) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v5.1.1...v5.1.2 ### [`v5.1.1`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v5.1.1) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v5.1.0...v5.1.1) #### What's Changed - chore(deps): bump the all-dependencies group across 1 directory with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/575](https://redirect.github.com/github/eslint-plugin-github/pull/575) - Update package.json by [@​gracepark](https://redirect.github.com/gracepark) in [https://github.com/github/eslint-plugin-github/pull/577](https://redirect.github.com/github/eslint-plugin-github/pull/577) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v5.1.0...v5.1.1 ### [`v5.1.0`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v5.0.2...v5.1.0) 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 `getFlatConfigs()`: ##### Usage ```js import github from 'eslint-plugin-github' 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', }, }, ] ``` #### What's Changed - chore(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/549](https://redirect.github.com/github/eslint-plugin-github/pull/549) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/552](https://redirect.github.com/github/eslint-plugin-github/pull/552) - chore(deps): bump the all-dependencies group across 1 directory with 5 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/557](https://redirect.github.com/github/eslint-plugin-github/pull/557) - Actions/Node Updates by [@​dgreif](https://redirect.github.com/dgreif) in [https://github.com/github/eslint-plugin-github/pull/558](https://redirect.github.com/github/eslint-plugin-github/pull/558) - \[Patch] Bumping `eslint-plugin-escompat` plugin to latest version by [@​dusave](https://redirect.github.com/dusave) in [https://github.com/github/eslint-plugin-github/pull/560](https://redirect.github.com/github/eslint-plugin-github/pull/560) - chore(deps): bump the all-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/561](https://redirect.github.com/github/eslint-plugin-github/pull/561) - chore(deps): bump the all-dependencies group with 6 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/562](https://redirect.github.com/github/eslint-plugin-github/pull/562) - Update Dockerfile by [@​gracepark](https://redirect.github.com/gracepark) in [https://github.com/github/eslint-plugin-github/pull/565](https://redirect.github.com/github/eslint-plugin-github/pull/565) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/569](https://redirect.github.com/github/eslint-plugin-github/pull/569) - Support flat config and upgrade eslint to v9 by [@​gracepark](https://redirect.github.com/gracepark) in [https://github.com/github/eslint-plugin-github/pull/571](https://redirect.github.com/github/eslint-plugin-github/pull/571) #### New Contributors - [@​dusave](https://redirect.github.com/dusave) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/560](https://redirect.github.com/github/eslint-plugin-github/pull/560) - [@​gracepark](https://redirect.github.com/gracepark) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/565](https://redirect.github.com/github/eslint-plugin-github/pull/565) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v5.0.2...v5.1.0 ### [`v5.0.2`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v5.0.2) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v5.0.1...v5.0.2) #### What's Changed - chore(deps): bump the all-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/533](https://redirect.github.com/github/eslint-plugin-github/pull/533) - chore(deps): bump braces from 3.0.2 to 3.0.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/534](https://redirect.github.com/github/eslint-plugin-github/pull/534) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/535](https://redirect.github.com/github/eslint-plugin-github/pull/535) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/536](https://redirect.github.com/github/eslint-plugin-github/pull/536) - chore(deps): bump the all-dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/537](https://redirect.github.com/github/eslint-plugin-github/pull/537) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/538](https://redirect.github.com/github/eslint-plugin-github/pull/538) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/540](https://redirect.github.com/github/eslint-plugin-github/pull/540) - chore(deps): bump the all-dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/541](https://redirect.github.com/github/eslint-plugin-github/pull/541) - chore(deps): bump the all-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/543](https://redirect.github.com/github/eslint-plugin-github/pull/543) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/544](https://redirect.github.com/github/eslint-plugin-github/pull/544) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/545](https://redirect.github.com/github/eslint-plugin-github/pull/545) - chore(deps): bump the all-dependencies group across 1 directory with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/551](https://redirect.github.com/github/eslint-plugin-github/pull/551) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v5.0.1...v5.0.2 ### [`v5.0.1`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v5.0.1) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v5.0.0...v5.0.1) #### What's Changed - chore(deps): bump the all-dependencies group with 5 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/530](https://redirect.github.com/github/eslint-plugin-github/pull/530) - Provide `no-redundant-roles` exception for `rowgroup` by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/531](https://redirect.github.com/github/eslint-plugin-github/pull/531) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v5.0.0...v5.0.1 ### [`v5.0.0`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v4.10.2...v5.0.0) Formally releasing v5.0.0! This release includes everything in pre-release [v5.0.0-2](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v5.0.0-2)! We notably dropped support for node 14 and node 16 in favor of node 18. #### What's Changed - Drop node 14/16 support and fix bug in `getElementType` logic by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/525](https://redirect.github.com/github/eslint-plugin-github/pull/525) - Bump node 14 to node 18 by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/529](https://redirect.github.com/github/eslint-plugin-github/pull/529) - chore(deps): bump the all-dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/510](https://redirect.github.com/github/eslint-plugin-github/pull/510) - chore(deps): bump the all-dependencies group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/511](https://redirect.github.com/github/eslint-plugin-github/pull/511) - chore(deps): bump the all-dependencies group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/512](https://redirect.github.com/github/eslint-plugin-github/pull/512) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/514](https://redirect.github.com/github/eslint-plugin-github/pull/514) - chore(deps): bump the all-dependencies group across 1 directory with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/522](https://redirect.github.com/github/eslint-plugin-github/pull/522) ### [`v4.10.2`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v4.10.2) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v4.10.1...v4.10.2) #### What's Changed ##### Functionality - Update no-then.md by [@​cefn](https://redirect.github.com/cefn) in [https://github.com/github/eslint-plugin-github/pull/503](https://redirect.github.com/github/eslint-plugin-github/pull/503) - fix `a11y-svg-has-accessible-name` considering whitespace JSXText by [@​nnmrts](https://redirect.github.com/nnmrts) in [https://github.com/github/eslint-plugin-github/pull/508](https://redirect.github.com/github/eslint-plugin-github/pull/508) ##### Dependancy updates - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/482](https://redirect.github.com/github/eslint-plugin-github/pull/482) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/484](https://redirect.github.com/github/eslint-plugin-github/pull/484) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/485](https://redirect.github.com/github/eslint-plugin-github/pull/485) - chore(deps): bump the all-dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/486](https://redirect.github.com/github/eslint-plugin-github/pull/486) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/487](https://redirect.github.com/github/eslint-plugin-github/pull/487) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/489](https://redirect.github.com/github/eslint-plugin-github/pull/489) - chore(deps): bump actions/setup-node from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/488](https://redirect.github.com/github/eslint-plugin-github/pull/488) - chore(deps): bump the all-dependencies group with 5 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/490](https://redirect.github.com/github/eslint-plugin-github/pull/490) - chore(deps): bump the all-dependencies group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/491](https://redirect.github.com/github/eslint-plugin-github/pull/491) - chore(deps): bump the all-dependencies group with 5 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/492](https://redirect.github.com/github/eslint-plugin-github/pull/492) - chore(deps): bump the all-dependencies group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/493](https://redirect.github.com/github/eslint-plugin-github/pull/493) - chore(deps): bump the all-dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/494](https://redirect.github.com/github/eslint-plugin-github/pull/494) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/495](https://redirect.github.com/github/eslint-plugin-github/pull/495) - chore(deps): bump the all-dependencies group with 5 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/496](https://redirect.github.com/github/eslint-plugin-github/pull/496) - chore(deps): bump the all-dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/498](https://redirect.github.com/github/eslint-plugin-github/pull/498) - chore(deps): bump the all-dependencies group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/499](https://redirect.github.com/github/eslint-plugin-github/pull/499) - chore(deps): bump the all-dependencies group with 5 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/500](https://redirect.github.com/github/eslint-plugin-github/pull/500) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/501](https://redirect.github.com/github/eslint-plugin-github/pull/501) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/502](https://redirect.github.com/github/eslint-plugin-github/pull/502) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/504](https://redirect.github.com/github/eslint-plugin-github/pull/504) - chore(deps): bump the all-dependencies group with 5 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/507](https://redirect.github.com/github/eslint-plugin-github/pull/507) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/509](https://redirect.github.com/github/eslint-plugin-github/pull/509) #### New Contributors - [@​cefn](https://redirect.github.com/cefn) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/503](https://redirect.github.com/github/eslint-plugin-github/pull/503) - [@​nnmrts](https://redirect.github.com/nnmrts) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/508](https://redirect.github.com/github/eslint-plugin-github/pull/508) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.10.1...v4.10.2 ### [`v4.10.1`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v4.10.1) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v4.10.0...v4.10.1) ##### What's Changed - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/478](https://redirect.github.com/github/eslint-plugin-github/pull/478) - chore(deps): bump actions/checkout from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/480](https://redirect.github.com/github/eslint-plugin-github/pull/480) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/479](https://redirect.github.com/github/eslint-plugin-github/pull/479) - chore(deps): bump the all-dependencies group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/481](https://redirect.github.com/github/eslint-plugin-github/pull/481) - Bug: Don't fallback to checking implicit role if `role` is set by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/483](https://redirect.github.com/github/eslint-plugin-github/pull/483) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.10.0...v4.10.1 ### [`v4.10.0`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v4.10.0) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v4.9.2...v4.10.0) #### What's Changed - Update a11y-no-visually-hidden-interactive-element.md by [@​kendallgassner](https://redirect.github.com/kendallgassner) in [https://github.com/github/eslint-plugin-github/pull/468](https://redirect.github.com/github/eslint-plugin-github/pull/468) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/469](https://redirect.github.com/github/eslint-plugin-github/pull/469) - chore(deps): bump the all-dependencies group with 6 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/471](https://redirect.github.com/github/eslint-plugin-github/pull/471) - chore(deps): bump the all-dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/472](https://redirect.github.com/github/eslint-plugin-github/pull/472) - chore(deps): bump the all-dependencies group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/473](https://redirect.github.com/github/eslint-plugin-github/pull/473) - chore(deps): bump the all-dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/474](https://redirect.github.com/github/eslint-plugin-github/pull/474) - chore(deps): bump the all-dependencies group with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/475](https://redirect.github.com/github/eslint-plugin-github/pull/475) - Override rule config temporarily to address false positive by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/476](https://redirect.github.com/github/eslint-plugin-github/pull/476) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.9.2...v4.10.0 ### [`v4.9.2`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v4.9.2) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v4.9.1...v4.9.2) #### What's Changed - Use `getLiteralPropValue` for sr-only class by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/466](https://redirect.github.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://redirect.github.com/github/eslint-plugin-github/releases/tag/v4.9.1) [Compare Source](https://redirect.github.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://redirect.github.com/camchenry) in [https://github.com/github/eslint-plugin-github/pull/455](https://redirect.github.com/github/eslint-plugin-github/pull/455) - bump `prettier` and `eslint-plugin-prettier` to latest versions by [@​shiftkey](https://redirect.github.com/shiftkey) in [https://github.com/github/eslint-plugin-github/pull/457](https://redirect.github.com/github/eslint-plugin-github/pull/457) - chore(deps): bump the all-dependencies group with 5 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/458](https://redirect.github.com/github/eslint-plugin-github/pull/458) - Set config override for false positive rule by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/460](https://redirect.github.com/github/eslint-plugin-github/pull/460) - Re-introduce accidentally removed testing commands by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/459](https://redirect.github.com/github/eslint-plugin-github/pull/459) - Fix bugs with `getRole` and `getElementType` by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/461](https://redirect.github.com/github/eslint-plugin-github/pull/461) - \[Fix] Only look at semantic elements for `a11y-no-title-attribute` by [@​kendallgassner](https://redirect.github.com/kendallgassner) in [https://github.com/github/eslint-plugin-github/pull/464](https://redirect.github.com/github/eslint-plugin-github/pull/464) - Check for presence of attribute in `getRole` rather than the value by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/463](https://redirect.github.com/github/eslint-plugin-github/pull/463) #### New Contributors - [@​camchenry](https://redirect.github.com/camchenry) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/455](https://redirect.github.com/github/eslint-plugin-github/pull/455) - [@​shiftkey](https://redirect.github.com/shiftkey) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/457](https://redirect.github.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://redirect.github.com/github/eslint-plugin-github/releases/tag/v4.9.0) [Compare Source](https://redirect.github.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://redirect.github.com/kendallgassner) in [https://github.com/github/eslint-plugin-github/pull/446](https://redirect.github.com/github/eslint-plugin-github/pull/446) - Add polymorphic component check in `getElementType` by [@​kendallgassner](https://redirect.github.com/kendallgassner) in [https://github.com/github/eslint-plugin-github/pull/449](https://redirect.github.com/github/eslint-plugin-github/pull/449) - Adds `svg-has-accessible-name` rule by [@​lindseywild](https://redirect.github.com/lindseywild) in [https://github.com/github/eslint-plugin-github/pull/450](https://redirect.github.com/github/eslint-plugin-github/pull/450) - chore(deps): bump semver from 5.7.1 to 5.7.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/451](https://redirect.github.com/github/eslint-plugin-github/pull/451) - Create rule: a11y-no-title-attribute by [@​kendallgassner](https://redirect.github.com/kendallgassner) in [https://github.com/github/eslint-plugin-github/pull/453](https://redirect.github.com/github/eslint-plugin-github/pull/453) - Bump aria-query and update to fix tests by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/448](https://redirect.github.com/github/eslint-plugin-github/pull/448) - Rename `role-supports-aria-props` to `a11y-` by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/454](https://redirect.github.com/github/eslint-plugin-github/pull/454) #### New Contributors - [@​kendallgassner](https://redirect.github.com/kendallgassner) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/446](https://redirect.github.com/github/eslint-plugin-github/pull/446) - [@​lindseywild](https://redirect.github.com/lindseywild) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/450](https://redirect.github.com/github/eslint-plugin-github/pull/450) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.8.0...v4.9.0 ### [`v4.8.0`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v4.8.0) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v4.7.0...v4.8.0) #### What's Changed - Update react.js to turn `jsx-a11y/no-autofocus` off by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/442](https://redirect.github.com/github/eslint-plugin-github/pull/442) - Dependency Updates - chore(deps): bump eslint-config-prettier from 8.7.0 to 8.8.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/419](https://redirect.github.com/github/eslint-plugin-github/pull/419) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.55.0 to 5.56.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/420](https://redirect.github.com/github/eslint-plugin-github/pull/420) - chore(deps): bump prettier from 2.8.4 to 2.8.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/421](https://redirect.github.com/github/eslint-plugin-github/pull/421) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.55.0 to 5.56.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/422](https://redirect.github.com/github/eslint-plugin-github/pull/422) - chore(deps-dev): bump eslint from 8.36.0 to 8.37.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/425](https://redirect.github.com/github/eslint-plugin-github/pull/425) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.56.0 to 5.57.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/424](https://redirect.github.com/github/eslint-plugin-github/pull/424) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.56.0 to 5.57.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/423](https://redirect.github.com/github/eslint-plugin-github/pull/423) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.57.0 to 5.57.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/426](https://redirect.github.com/github/eslint-plugin-github/pull/426) - chore(deps-dev): bump eslint from 8.37.0 to 8.38.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/427](https://redirect.github.com/github/eslint-plugin-github/pull/427) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.57.0 to 5.57.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/428](https://redirect.github.com/github/eslint-plugin-github/pull/428) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.57.1 to 5.58.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/430](https://redirect.github.com/github/eslint-plugin-github/pull/430) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.57.1 to 5.58.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/429](https://redirect.github.com/github/eslint-plugin-github/pull/429) - chore(deps): bump prettier from 2.8.7 to 2.8.8 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/431](https://redirect.github.com/github/eslint-plugin-github/pull/431) - chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/434](https://redirect.github.com/github/eslint-plugin-github/pull/434) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.58.0 to 5.59.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/433](https://redirect.github.com/github/eslint-plugin-github/pull/433) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.58.0 to 5.59.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/432](https://redirect.github.com/github/eslint-plugin-github/pull/432) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.59.0 to 5.59.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/435](https://redirect.github.com/github/eslint-plugin-github/pull/435) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.59.0 to 5.59.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/437](https://redirect.github.com/github/eslint-plugin-github/pull/437) - chore(deps-dev): bump eslint from 8.39.0 to 8.40.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/438](https://redirect.github.com/github/eslint-plugin-github/pull/438) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.59.1 to 5.59.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/439](https://redirect.github.com/github/eslint-plugin-github/pull/439) - Group dependabot updates by [@​manuelpuyol](https://redirect.github.com/manuelpuyol) in [https://github.com/github/eslint-plugin-github/pull/441](https://redirect.github.com/github/eslint-plugin-github/pull/441) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.7.0...v4.8.0 ### [`v4.7.0`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v4.7.0) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v4.6.1...v4.7.0) #### What's Changed - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.51.0 to 5.52.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/403](https://redirect.github.com/github/eslint-plugin-github/pull/403) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.51.0 to 5.52.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/405](https://redirect.github.com/github/eslint-plugin-github/pull/405) - chore(deps): bump eslint-plugin-escompat from 3.3.4 to 3.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/404](https://redirect.github.com/github/eslint-plugin-github/pull/404) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.52.0 to 5.53.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/409](https://redirect.github.com/github/eslint-plugin-github/pull/409) - chore(deps-dev): bump eslint from 8.34.0 to 8.35.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/408](https://redirect.github.com/github/eslint-plugin-github/pull/408) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.52.0 to 5.53.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/407](https://redirect.github.com/github/eslint-plugin-github/pull/407) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.53.0 to 5.54.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/410](https://redirect.github.com/github/eslint-plugin-github/pull/410) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.53.0 to 5.54.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/411](https://redirect.github.com/github/eslint-plugin-github/pull/411) - chore(deps): bump eslint-config-prettier from 8.6.0 to 8.7.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/415](https://redirect.github.com/github/eslint-plugin-github/pull/415) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.54.0 to 5.54.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/414](https://redirect.github.com/github/eslint-plugin-github/pull/414) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.54.0 to 5.54.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/412](https://redirect.github.com/github/eslint-plugin-github/pull/412) - chore(deps-dev): bump eslint from 8.35.0 to 8.36.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/413](https://redirect.github.com/github/eslint-plugin-github/pull/413) - Automate docs with eslint-doc-generator by [@​bmish](https://redirect.github.com/bmish) in [https://github.com/github/eslint-plugin-github/pull/398](https://redirect.github.com/github/eslint-plugin-github/pull/398) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.54.1 to 5.55.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/417](https://redirect.github.com/github/eslint-plugin-github/pull/417) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.54.1 to 5.55.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/416](https://redirect.github.com/github/eslint-plugin-github/pull/416) - Update no-inner-html.md by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/381](https://redirect.github.com/github/eslint-plugin-github/pull/381) - New rule to flag invalid aria-label format by [@​khiga8](https://redirect.github.com/khiga8) in [https://github.com/github/eslint-plugin-github/pull/418](https://redirect.github.com/github/eslint-plugin-github/pull/418) #### New Contributors - [@​bmish](https://redirect.github.com/bmish) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/398](https://redirect.github.com/github/eslint-plugin-github/pull/398) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.6.1...v4.7.0 ### [`v4.6.1`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v4.6.1) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v4.6.0...v4.6.1) #### What's Changed - Update events handled by `no-useless-passive` and `require-passive-events` by [@​boris-petrov](https://redirect.github.com/boris-petrov) in [https://github.com/github/eslint-plugin-github/pull/354](https://redirect.github.com/github/eslint-plugin-github/pull/354) - feat: `role-supports-aria-props` rule (no `aria-label`-misuse) by [@​smockle](https://redirect.github.com/smockle) in [https://github.com/github/eslint-plugin-github/pull/362](https://redirect.github.com/github/eslint-plugin-github/pull/362) - Updated dependencies #### New Contributors - [@​boris-petrov](https://redirect.github.com/boris-petrov) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/354](https://redirect.github.com/github/eslint-plugin-github/pull/354) - [@​smockle](https://redirect.github.com/smockle) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/362](https://redirect.github.com/github/eslint-plugin-github/pull/362) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.6.0...v4.6.1 ### [`v4.6.0`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v4.6.0) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v4.5.0...v4.6.0) #### What's Changed - Allow wildcard `*.*.*` prefix extension by [@​theinterned](https://redirect.github.com/theinterned) in [https://github.com/github/eslint-plugin-github/pull/357](https://redirect.github.com/github/eslint-plugin-github/pull/357) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.5.0...v4.6.0 ### [`v4.5.0`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v4.5.0) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v4.4.1...v4.5.0) #### What's Changed - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.41.0 to 5.42.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/337](https://redirect.github.com/github/eslint-plugin-github/pull/337) - chore(deps-dev): bump eslint from 8.26.0 to 8.27.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/339](https://redirect.github.com/github/eslint-plugin-github/pull/339) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.41.0 to 5.42.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/338](https://redirect.github.com/github/eslint-plugin-github/pull/338) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.42.0 to 5.42.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/342](https://redirect.github.com/github/eslint-plugin-github/pull/342) - chore(deps-dev): bump chai from 4.3.6 to 4.3.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/341](https://redirect.github.com/github/eslint-plugin-github/pull/341) - bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.42.0 to 5.42.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/340](https://redirect.github.com/github/eslint-plugin-github/pull/340) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.42.1 to 5.44.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/348](https://redirect.github.com/github/eslint-plugin-github/pull/348) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.42.1 to 5.44.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/349](https://redirect.github.com/github/eslint-plugin-github/pull/349) - chore(deps): bump prettier from 2.7.1 to 2.8.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/347](https://redirect.github.com/github/eslint-plugin-github/pull/347) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.44.0 to 5.45.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/353](https://redirect.github.com/github/eslint-plugin-github/pull/353) - chore(deps-dev): bump eslint from 8.27.0 to 8.29.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/351](https://redirect.github.com/github/eslint-plugin-github/pull/351) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.44.0 to 5.45.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/350](https://redirect.github.com/github/eslint-plugin-github/pull/350) - allow `.server.*` file extension by [@​theinterned](https://redirect.github.com/theinterned) in [https://github.com/github/eslint-plugin-github/pull/343](https://redirect.github.com/github/eslint-plugin-github/pull/343) #### New Contributors - [@​theinterned](https://redirect.github.com/theinterned) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/343](https://redirect.github.com/github/eslint-plugin-github/pull/343) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.4.1...v4.5.0 ### [`v4.4.1`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v4.4.1) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v4.4.0...v4.4.1) #### What's Changed - Use eslint-plugin-escompat in typescript config by [@​bdragon](https://redirect.github.com/bdragon) in [https://github.com/github/eslint-plugin-github/pull/326](https://redirect.github.com/github/eslint-plugin-github/pull/326) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.39.0 to 5.40.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/327](https://redirect.github.com/github/eslint-plugin-github/pull/327) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.39.0 to 5.40.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/329](https://redirect.github.com/github/eslint-plugin-github/pull/329) - chore(deps-dev): bump mocha from 10.0.0 to 10.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/328](https://redirect.github.com/github/eslint-plugin-github/pull/328) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.40.0 to 5.40.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/334](https://redirect.github.com/github/eslint-plugin-github/pull/334) - chore(deps-dev): bump eslint from 8.25.0 to 8.26.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/333](https://redirect.github.com/github/eslint-plugin-github/pull/333) - chore(deps): bump eslint-plugin-no-only-tests from 3.0.0 to 3.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/332](https://redirect.github.com/github/eslint-plugin-github/pull/332) - chore(deps): bump eslint-plugin-escompat from 3.3.3 to 3.3.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/331](https://redirect.github.com/github/eslint-plugin-github/pull/331) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.40.0 to 5.40.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/330](https://redirect.github.com/github/eslint-plugin-github/pull/330) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.40.1 to 5.41.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/335](https://redirect.github.com/github/eslint-plugin-github/pull/335) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.40.1 to 5.41.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/336](https://redirect.github.com/github/eslint-plugin-github/pull/336) #### New Contributors - [@​bdragon](https://redirect.github.com/bdragon) made their first contribution in [https://github.com/github/eslint-plugin-github/pull/326](https://redirect.github.com/github/eslint-plugin-github/pull/326) **Full Changelog**: https://github.com/github/eslint-plugin-github/compare/v4.4.0...v4.4.1 ### [`v4.4.0`](https://redirect.github.com/github/eslint-plugin-github/releases/tag/v4.4.0) [Compare Source](https://redirect.github.com/github/eslint-plugin-github/compare/v4.3.7...v4.4.0) #### What's Changed - chore(deps): bump eslint-plugin-no-only-tests from 2.6.0 to 3.0.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/286](https://redirect.github.com/github/eslint-plugin-github/pull/286) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.30.6 to 5.30.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/285](https://redirect.github.com/github/eslint-plugin-github/pull/285) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.30.6 to 5.30.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/287](https://redirect.github.com/github/eslint-plugin-github/pull/287) - chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.0.0 to 5.0.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/288](https://redirect.github.com/github/eslint-plugin-github/pull/288) - chore(deps): bump eslint-plugin-jsx-a11y from 6.6.0 to 6.6.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/289](https://redirect.github.com/github/eslint-plugin-github/pull/289) - chore(deps): bump prettier from 2.6.2 to 2.7.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/264](https://redirect.github.com/github/eslint-plugin-github/pull/264) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.30.7 to 5.31.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/291](https://redirect.github.com/github/eslint-plugin-github/pull/291) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.30.7 to 5.31.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/290](https://redirect.github.com/github/eslint-plugin-github/pull/290) - chore(deps-dev): bump eslint from 8.20.0 to 8.21.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/292](https://redirect.github.com/github/eslint-plugin-github/pull/292) - chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.0.1 to 5.0.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/293](https://redirect.github.com/github/eslint-plugin-github/pull/293) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.31.0 to 5.32.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/294](https://redirect.github.com/github/eslint-plugin-github/pull/294) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.31.0 to 5.32.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/295](https://redirect.github.com/github/eslint-plugin-github/pull/295) - chore(deps-dev): bump eslint-plugin-eslint-plugin from 5.0.2 to 5.0.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/296](https://redirect.github.com/github/eslint-plugin-github/pull/296) - chore(deps): bump jsx-ast-utils from 3.3.2 to 3.3.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/298](https://redirect.github.com/github/eslint-plugin-github/pull/298) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.32.0 to 5.33.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/299](https://redirect.github.com/github/eslint-plugin-github/pull/299) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.32.0 to 5.33.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/300](https://redirect.github.com/github/eslint-plugin-github/pull/300) - chore(deps-dev): bump eslint from 8.21.0 to 8.22.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/297](https://redirect.github.com/github/eslint-plugin-github/pull/297) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.33.0 to 5.33.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/301](https://redirect.github.com/github/eslint-plugin-github/pull/301) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.33.0 to 5.33.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/303](https://redirect.github.com/github/eslint-plugin-github/pull/303) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.33.1 to 5.35.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/306](https://redirect.github.com/github/eslint-plugin-github/pull/306) - chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/305](https://redirect.github.com/github/eslint-plugin-github/pull/305) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 5.33.1 to 5.35.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/307](https://redirect.github.com/github/eslint-plugin-github/pull/307) - chore(deps): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 5.35.1 to 5.36.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/github/eslint-plugin-github/pull/308](https://redirect.github.com/github/eslint-plugin-github/pull/308) - chore(deps): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, 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 was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 6 months ago

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

github-actions[bot] commented 6 months ago

🏷️ [bumpr] Next version:v2.0.2 Changes:v2.0.1...AlexRogalskiy:renovate/eslint-plugin-github-5.x

socket-security[bot] commented 5 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@eslint-community/eslint-utils@4.4.1 None +1 410 kB eslint-community-bot, michaeldeboey
npm/@eslint-community/regexpp@4.12.1 None 0 473 kB eslint-community-bot, michaeldeboey
npm/@eslint/compat@1.2.3 None 0 49.2 kB eslintbot
npm/@eslint/js@9.15.0 None 0 14.9 kB eslintbot, openjsfoundation
npm/@github/browserslist-config@1.0.0 None 0 3.39 kB koddsson
npm/@pkgr/core@0.1.1 None 0 8.54 kB jounqin
npm/@rtsao/scc@1.1.0 None 0 3.61 kB rtsao
npm/@typescript-eslint/eslint-plugin@8.16.0 None +1 2.81 MB bradzacher, jameshenry
npm/@typescript-eslint/parser@8.16.0 Transitive: environment +1 42.1 kB
npm/@typescript-eslint/scope-manager@8.16.0 None 0 626 kB bradzacher, jameshenry
npm/@typescript-eslint/type-utils@8.16.0 None 0 126 kB bradzacher, jameshenry
npm/@typescript-eslint/types@8.16.0 None 0 174 kB bradzacher, jameshenry
npm/@typescript-eslint/typescript-estree@8.16.0 None 0 593 kB bradzacher, jameshenry
npm/@typescript-eslint/utils@8.16.0 None 0 288 kB bradzacher, jameshenry
npm/@typescript-eslint/visitor-keys@8.16.0 None +1 55.7 kB bradzacher, jameshenry
npm/aria-query@5.3.2 None 0 176 kB ljharb
npm/array-buffer-byte-length@1.0.1 None 0 13.5 kB ljharb
npm/array.prototype.findlastindex@1.2.5 None 0 29.4 kB ljharb
npm/array.prototype.flatmap@1.3.2 None +1 31.9 kB ljharb
npm/arraybuffer.prototype.slice@1.0.3 None +1 42.3 kB ljharb
npm/ast-types-flow@0.0.8 None 0 126 kB kyldvs
npm/available-typed-arrays@1.0.7 None 0 20.4 kB ljharb
npm/axe-core@4.10.2 None 0 2.79 MB dqlabs, dylanb, npmdeque, ...1 more
npm/axobject-query@4.1.0 None 0 111 kB ljharb
npm/damerau-levenshtein@1.0.8 None 0 11.8 kB lazurski
npm/data-view-buffer@1.0.1 None 0 12.3 kB ljharb
npm/data-view-byte-length@1.0.1 None 0 9.99 kB ljharb
npm/data-view-byte-offset@1.0.0 None 0 12.2 kB ljharb
npm/define-data-property@1.1.4 None 0 30.9 kB ljharb
npm/es-define-property@1.0.0 None 0 11.8 kB ljharb
npm/es-errors@1.3.0 None 0 12.3 kB ljharb
npm/es-object-atoms@1.0.0 None 0 9.17 kB ljharb
npm/es-set-tostringtag@2.0.3 None 0 13.9 kB ljharb
npm/es-shim-unscopables@1.0.2 None 0 11 kB ljharb
npm/eslint-plugin-escompat@3.11.4 Transitive: environment, filesystem +1 91 kB keithamus
npm/eslint-plugin-github@5.1.2 None +1 755 kB githubbot
npm/eslint-plugin-i18n-text@1.0.1 None 0 9.72 kB dgraham
npm/eslint-plugin-jsx-a11y@6.10.2 None +1 779 kB evcohen, jessebeach, lencioni, ...1 more
npm/eslint-plugin-no-only-tests@3.3.0 None 0 11.6 kB levibuzolic
npm/for-each@0.3.3 None 0 13 kB ljharb
npm/function.prototype.name@1.1.6 None 0 25.5 kB ljharb
npm/functions-have-names@1.2.3 None 0 16.7 kB ljharb
npm/get-symbol-description@1.0.2 None 0 14.3 kB ljharb
npm/globalthis@1.0.4 None 0 23.7 kB ljharb
npm/gopd@1.0.1 None 0 7.7 kB ljharb
npm/graphemer@1.4.0 None 0 812 kB mattpauldavies
npm/has-bigints@1.0.2 None 0 12.8 kB ljharb
npm/has-property-descriptors@1.0.2 None 0 10.9 kB ljharb
npm/has-proto@1.0.3 None 0 12 kB ljharb
npm/has-tostringtag@1.0.2 None 0 17.6 kB ljharb
npm/hasown@2.0.2 None 0 8.77 kB ljharb
npm/internal-slot@1.0.7 None 0 20.5 kB ljharb
npm/is-array-buffer@3.0.4 None 0 17.6 kB ljharb
npm/is-async-function@2.0.0 eval 0 19.5 kB ljharb
npm/is-bigint@1.0.4 None 0 14.8 kB ljharb
npm/is-boolean-object@1.1.2 None 0 22.1 kB ljharb
npm/is-data-view@1.0.1 None 0 15.6 kB ljharb
npm/is-finalizationregistry@1.1.0 None 0 16.2 kB ljharb
npm/is-generator-function@1.0.10 eval 0 31.9 kB ljharb
npm/is-map@2.0.3 None 0 20.4 kB ljharb
npm/is-number-object@1.0.7 None 0 22.2 kB ljharb
npm/is-set@2.0.3 None 0 19.7 kB ljharb
npm/is-shared-array-buffer@1.0.3 None 0 18.7 kB ljharb
npm/is-typed-array@1.1.13 None 0 23.3 kB ljharb
npm/is-weakmap@2.0.2 None 0 20.6 kB ljharb
npm/is-weakref@1.0.2 None 0 12.1 kB ljharb
npm/is-weakset@2.0.3 None 0 21.2 kB ljharb
npm/jsx-ast-utils@3.3.5 None 0 236 kB ljharb
npm/language-subtag-registry@0.3.23 None 0 1.54 MB mcg
npm/language-tags@1.0.9 None 0 32 kB mcg
npm/object.fromentries@2.0.8 None 0 16.3 kB ljharb
npm/object.groupby@1.0.3 None 0 14.6 kB ljharb
npm/picocolors@1.1.1 None 0 6.37 kB alexeyraspopov
npm/possible-typed-array-names@1.0.0 None 0 10.9 kB ljharb
npm/reflect.getprototypeof@1.0.7 None 0 22.1 kB ljharb
npm/regexp.prototype.flags@1.5.3 None 0 43.7 kB ljharb
npm/safe-array-concat@1.1.2 None 0 16.4 kB ljharb
npm/safe-regex-test@1.0.3 None 0 10.2 kB ljharb
npm/set-function-length@1.2.2 None 0 14.7 kB ljharb
npm/set-function-name@2.0.2 None 0 16.7 kB ljharb
npm/side-channel@1.0.6 None 0 23.2 kB ljharb
npm/string.prototype.includes@2.0.1 None 0 16.2 kB nicolo-ribaudo
npm/string.prototype.trim@1.2.9 None 0 33.5 kB ljharb
npm/supports-preserve-symlinks-flag@1.0.0 None 0 9.18 kB ljharb
npm/synckit@0.9.2 environment 0 59.8 kB jounqin
npm/ts-api-utils@1.4.1 None 0 1.19 MB joshuakgoldberg
npm/typed-array-buffer@1.0.2 None 0 13.1 kB ljharb
npm/typed-array-byte-length@1.0.1 None 0 20 kB ljharb
npm/typed-array-byte-offset@1.0.3 None 0 18.1 kB ljharb
npm/typed-array-length@1.0.7 None 0 24.2 kB ljharb
npm/typescript-eslint@8.16.0 None 0 103 kB jameshenry
npm/unbox-primitive@1.0.2 None 0 14.9 kB ljharb
npm/update-browserslist-db@1.1.1 environment, filesystem, shell 0 14.8 kB ai
npm/which-boxed-primitive@1.0.2 None 0 15 kB ljharb
npm/which-builtin-type@1.2.0 None 0 29 kB ljharb
npm/which-collection@1.0.2 None 0 20.1 kB ljharb
npm/which-typed-array@1.1.15 None 0 40.7 kB ljharb

🚮 Removed packages: npm/@typescript-eslint/eslint-plugin@4.15.0, npm/@typescript-eslint/experimental-utils@4.15.0, npm/@typescript-eslint/parser@4.15.0, npm/@typescript-eslint/scope-manager@4.15.0, npm/@typescript-eslint/types@4.15.0, npm/@typescript-eslint/typescript-estree@4.15.0, npm/@typescript-eslint/visitor-keys@4.15.0, npm/eslint-plugin-github@4.1.1

View full report↗︎