Skip to content

Commit c88916b

Browse files
committed
Auto merge of #3766 - rust-lang:renovate/ember-a11y-testing-4.x, r=Turbo87
Update dependency ember-a11y-testing to v4.1.2 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-a11y-testing](https://togithub.com/ember-a11y/ember-a11y-testing) | [`4.1.1` -> `4.1.2`](https://renovatebot.com/diffs/npm/ember-a11y-testing/4.1.1/4.1.2) | [![age](https://badges.renovateapi.com/packages/npm/ember-a11y-testing/4.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-a11y-testing/4.1.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-a11y-testing/4.1.2/compatibility-slim/4.1.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-a11y-testing/4.1.2/confidence-slim/4.1.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-a11y/ember-a11y-testing</summary> ### [`v4.1.2`](https://togithub.com/ember-a11y/ember-a11y-testing/blob/master/CHANGELOG.md#v412-2021-07-01) [Compare Source](https://togithub.com/ember-a11y/ember-a11y-testing/compare/v4.1.1...v4.1.2) ##### 🐛 Bug Fix - [#&#8203;272](https://togithub.com/ember-a11y/ember-a11y-testing/pull/272) Fixes issue when violations count is reported to be 0 ([`@&#8203;scalvert](https://togithub.com/scalvert))` ##### 🏠 Internal - [#&#8203;271](https://togithub.com/ember-a11y/ember-a11y-testing/pull/271) Migrates to native dependabot ([`@&#8203;scalvert](https://togithub.com/scalvert))` ##### Committers: 1 - Steve Calvert ([`@&#8203;scalvert](https://togithub.com/scalvert))` </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents 000ee7b + 740fdf6 commit c88916b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@zestia/ember-auto-focus": "4.1.7",
6363
"babel-eslint": "10.1.0",
6464
"broccoli-asset-rev": "3.0.0",
65-
"ember-a11y-testing": "4.1.1",
65+
"ember-a11y-testing": "4.1.2",
6666
"ember-api-actions": "0.2.9",
6767
"ember-auto-import": "2.0.2",
6868
"ember-cli": "3.27.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6214,10 +6214,10 @@ elliptic@^6.5.3:
62146214
minimalistic-assert "^1.0.1"
62156215
minimalistic-crypto-utils "^1.0.1"
62166216

6217-
ember-a11y-testing@4.1.1:
6218-
version "4.1.1"
6219-
resolved "https://registry.yarnpkg.com/ember-a11y-testing/-/ember-a11y-testing-4.1.1.tgz#2a010c06bffb360aa2f754515a2dbdd957ca1255"
6220-
integrity sha512-ww9L+p4lW/Yp3ThtDRoSft/UZinXBpAjyf3sFjzWa5TlAgRA5tGWXQV5N0g/47YaillKM7vjrkSBgx+lWIcvnw==
6217+
ember-a11y-testing@4.1.2:
6218+
version "4.1.2"
6219+
resolved "https://registry.yarnpkg.com/ember-a11y-testing/-/ember-a11y-testing-4.1.2.tgz#69a9f6327e66ba446ba567a680c41a988a822e27"
6220+
integrity sha512-xZ1evAiD42RN1RHbMdU8zuHDIkQDFkCl4dhWaA3xpIt17gjlP+G90djiHjEKWsYS+J/txIQAX0hzw/r2Ef4ibw==
62216221
dependencies:
62226222
"@ember/test-waiters" "^2.4.3"
62236223
axe-core "^4.1.4"

0 commit comments

Comments
 (0)