run-runbook-action
run-runbook-action copied to clipboard
chore(deps): update dependency eslint-plugin-github to v4.10.2
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
eslint-plugin-github | 4.6.1 -> 4.10.2 |
Release Notes
github/eslint-plugin-github (eslint-plugin-github)
v4.10.2
What's Changed
Functionality
- Update no-then.md by @cefn in https://github.com/github/eslint-plugin-github/pull/503
- fix
a11y-svg-has-accessible-name
considering whitespace JSXText by @nnmrts in https://github.com/github/eslint-plugin-github/pull/508
Dependancy updates
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/482
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/484
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/485
- chore(deps): bump the all-dependencies group with 4 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/486
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/487
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/489
- chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in https://github.com/github/eslint-plugin-github/pull/488
- chore(deps): bump the all-dependencies group with 5 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/490
- chore(deps): bump the all-dependencies group with 2 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/491
- chore(deps): bump the all-dependencies group with 5 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/492
- chore(deps): bump the all-dependencies group with 2 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/493
- chore(deps): bump the all-dependencies group with 4 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/494
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/495
- chore(deps): bump the all-dependencies group with 5 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/496
- chore(deps): bump the all-dependencies group with 4 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/498
- chore(deps): bump the all-dependencies group with 2 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/499
- chore(deps): bump the all-dependencies group with 5 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/500
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/501
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/502
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/504
- chore(deps): bump the all-dependencies group with 5 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/507
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/509
New Contributors
- @cefn made their first contribution in https://github.com/github/eslint-plugin-github/pull/503
- @nnmrts made their first contribution in https://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
What's Changed
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/478
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/github/eslint-plugin-github/pull/480
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/479
- chore(deps): bump the all-dependencies group with 2 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/481
- Bug: Don't fallback to checking implicit role if
role
is set by @khiga8 in https://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
What's Changed
- Update a11y-no-visually-hidden-interactive-element.md by @kendallgassner in https://github.com/github/eslint-plugin-github/pull/468
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/469
- chore(deps): bump the all-dependencies group with 6 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/471
- chore(deps): bump the all-dependencies group with 4 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/472
- chore(deps): bump the all-dependencies group with 3 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/473
- chore(deps): bump the all-dependencies group with 4 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/474
- chore(deps): bump the all-dependencies group with 4 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/475
- Override rule config temporarily to address false positive by @khiga8 in https://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
What's Changed
- Use
getLiteralPropValue
for sr-only class by @khiga8 in https://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
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 in https://github.com/github/eslint-plugin-github/pull/455
- bump
prettier
andeslint-plugin-prettier
to latest versions by @shiftkey in https://github.com/github/eslint-plugin-github/pull/457 - chore(deps): bump the all-dependencies group with 5 updates by @dependabot in https://github.com/github/eslint-plugin-github/pull/458
- Set config override for false positive rule by @khiga8 in https://github.com/github/eslint-plugin-github/pull/460
- Re-introduce accidentally removed testing commands by @khiga8 in https://github.com/github/eslint-plugin-github/pull/459
- Fix bugs with
getRole
andgetElementType
by @khiga8 in https://github.com/github/eslint-plugin-github/pull/461 - [Fix] Only look at semantic elements for
a11y-no-title-attribute
by @kendallgassner in https://github.com/github/eslint-plugin-github/pull/464 - Check for presence of attribute in
getRole
rather than the value by @khiga8 in https://github.com/github/eslint-plugin-github/pull/463
New Contributors
- @camchenry made their first contribution in https://github.com/github/eslint-plugin-github/pull/455
- @shiftkey made their first contribution in https://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
What's Changed
- create rule: github/a11y-no-visually-hidden-interactive-element by @kendallgassner in https://github.com/github/eslint-plugin-github/pull/446
- Add polymorphic component check in
getElementType
by @kendallgassner in https://github.com/github/eslint-plugin-github/pull/449 - Adds
svg-has-accessible-name
rule by @lindseywild in https://github.com/github/eslint-plugin-github/pull/450 - chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in https://github.com/github/eslint-plugin-github/pull/451
- Create rule: a11y-no-title-attribute by @kendallgassner in https://github.com/github/eslint-plugin-github/pull/453
- Bump aria-query and update to fix tests by @khiga8 in https://github.com/github/eslint-plugin-github/pull/448
- Rename
role-supports-aria-props
toa11y-
by @khiga8 in https://github.com/github/eslint-plugin-github/pull/454
New Contributors
- @kendallgassner made their first contribution in https://github.com/github/eslint-plugin-github/pull/446
- @lindseywild made their first contribution in https://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
What's Changed
- Update react.js to turn
jsx-a11y/no-autofocus
off by @khiga8 in https://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 in https://github.com/github/eslint-plugin-github/pull/419
- chore(deps): bump @typescript-eslint/eslint-plugin from 5.55.0 to 5.56.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/420
- chore(deps): bump prettier from 2.8.4 to 2.8.7 by @dependabot in https://github.com/github/eslint-plugin-github/pull/421
- chore(deps): bump @typescript-eslint/parser from 5.55.0 to 5.56.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/422
- chore(deps-dev): bump eslint from 8.36.0 to 8.37.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/425
- chore(deps): bump @typescript-eslint/parser from 5.56.0 to 5.57.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/424
- chore(deps): bump @typescript-eslint/eslint-plugin from 5.56.0 to 5.57.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/423
- chore(deps): bump @typescript-eslint/parser from 5.57.0 to 5.57.1 by @dependabot in https://github.com/github/eslint-plugin-github/pull/426
- chore(deps-dev): bump eslint from 8.37.0 to 8.38.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/427
- chore(deps): bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.57.1 by @dependabot in https://github.com/github/eslint-plugin-github/pull/428
- chore(deps): bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.58.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/430
- chore(deps): bump @typescript-eslint/parser from 5.57.1 to 5.58.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/429
- chore(deps): bump prettier from 2.8.7 to 2.8.8 by @dependabot in https://github.com/github/eslint-plugin-github/pull/431
- chore(deps-dev): bump eslint from 8.38.0 to 8.39.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/434
- chore(deps): bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/433
- chore(deps): bump @typescript-eslint/parser from 5.58.0 to 5.59.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/432
- chore(deps): bump @typescript-eslint/eslint-plugin from 5.59.0 to 5.59.1 by @dependabot in https://github.com/github/eslint-plugin-github/pull/435
- chore(deps): bump @typescript-eslint/parser from 5.59.0 to 5.59.2 by @dependabot in https://github.com/github/eslint-plugin-github/pull/437
- chore(deps-dev): bump eslint from 8.39.0 to 8.40.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/438
- chore(deps): bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.2 by @dependabot in https://github.com/github/eslint-plugin-github/pull/439
- Group dependabot updates by @manuelpuyol in https://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
What's Changed
- chore(deps): bump @typescript-eslint/eslint-plugin from 5.51.0 to 5.52.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/403
- chore(deps): bump @typescript-eslint/parser from 5.51.0 to 5.52.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/405
- chore(deps): bump eslint-plugin-escompat from 3.3.4 to 3.4.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/404
- chore(deps): bump @typescript-eslint/eslint-plugin from 5.52.0 to 5.53.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/409
- chore(deps-dev): bump eslint from 8.34.0 to 8.35.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/408
- chore(deps): bump @typescript-eslint/parser from 5.52.0 to 5.53.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/407
- chore(deps): bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/410
- chore(deps): bump @typescript-eslint/parser from 5.53.0 to 5.54.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/411
- chore(deps): bump eslint-config-prettier from 8.6.0 to 8.7.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/415
- chore(deps): bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.54.1 by @dependabot in https://github.com/github/eslint-plugin-github/pull/414
- chore(deps): bump @typescript-eslint/parser from 5.54.0 to 5.54.1 by @dependabot in https://github.com/github/eslint-plugin-github/pull/412
- chore(deps-dev): bump eslint from 8.35.0 to 8.36.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/413
- Automate docs with eslint-doc-generator by @bmish in https://github.com/github/eslint-plugin-github/pull/398
- chore(deps): bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.55.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/417
- chore(deps): bump @typescript-eslint/parser from 5.54.1 to 5.55.0 by @dependabot in https://github.com/github/eslint-plugin-github/pull/416
- Update no-inner-html.md by @khiga8 in https://github.com/github/eslint-plugin-github/pull/381
- New rule to flag invalid aria-label format by @khiga8 in https://github.com/github/eslint-plugin-github/pull/418
New Contributors
- @bmish made their first contribution in https://github.com/github/eslint-plugin-github/pull/398
Full Changelog: https://github.com/github/eslint-plugin-github/compare/v4.6.1...v4.7.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package.json
Command failed: npm install && npm run build
Oops! Something went wrong! :(
ESLint: 8.57.0
ESLint couldn't find the plugin "eslint-plugin-prettier".
(The package "eslint-plugin-prettier" was not found when loaded as a Node module from the directory "/tmp/renovate/repos/github/OctopusDeploy/run-runbook-action".)
It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
npm install eslint-plugin-prettier@latest --save-dev
The plugin "eslint-plugin-prettier" was referenced from the config file in ".eslintrc.json » plugin:github/recommended".
If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package.json
Command failed: npm install && npm run build
Oops! Something went wrong! :(
ESLint: 8.57.1
ESLint couldn't find the plugin "eslint-plugin-prettier".
(The package "eslint-plugin-prettier" was not found when loaded as a Node module from the directory "/tmp/renovate/repos/github/OctopusDeploy/run-runbook-action".)
It's likely that the plugin isn't installed correctly. Try reinstalling by running the following:
npm install eslint-plugin-prettier@latest --save-dev
The plugin "eslint-plugin-prettier" was referenced from the config file in ".eslintrc.json » plugin:github/recommended".
If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team.