Skip to content

Commit

Permalink
Auto merge of #3326 - rust-lang:renovate/ember-a11y-testing-4.x, r=Tu…
Browse files Browse the repository at this point in the history
…rbo87

Update dependency ember-a11y-testing to v4.0.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.0.1` -> `4.0.2`](https://renovatebot.com/diffs/npm/ember-a11y-testing/4.0.1/4.0.2) | [![age](https://badges.renovateapi.com/packages/npm/ember-a11y-testing/4.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-a11y-testing/4.0.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-a11y-testing/4.0.2/compatibility-slim/4.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-a11y-testing/4.0.2/confidence-slim/4.0.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>ember-a11y/ember-a11y-testing</summary>

### [`v4.0.2`](https://togithub.com/ember-a11y/ember-a11y-testing/blob/master/CHANGELOG.md#v402-2021-02-25)

[Compare Source](https://togithub.com/ember-a11y/ember-a11y-testing/compare/v4.0.1...v4.0.2)

##### 🐛 Bug Fix

-   [#&#8203;238](https://togithub.com/ember-a11y/ember-a11y-testing/pull/238) Fix testing container CSS overrides ([`@&#8203;drewlee](https://togithub.com/drewlee))`

##### 🏠 Internal

-   [#&#8203;238](https://togithub.com/ember-a11y/ember-a11y-testing/pull/238) Unpin ember-qunit ([`@&#8203;drewlee](https://togithub.com/drewlee))`

##### Committers: 1

-   Andrew A Lee ([`@&#8203;drewlee](https://togithub.com/drewlee))`

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

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

:recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: **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).
  • Loading branch information
bors committed Feb 25, 2021
2 parents 8363da4 + a695060 commit 33ced22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"babel-eslint": "10.1.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"broccoli-asset-rev": "3.0.0",
"ember-a11y-testing": "4.0.1",
"ember-a11y-testing": "4.0.2",
"ember-api-actions": "0.2.9",
"ember-auto-import": "1.10.1",
"ember-cli": "3.25.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2763,7 +2763,7 @@ aws4@^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.11.0.tgz#d61f46d83b2519250e2784daf5b09479a8b41c59"
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==

axe-core@^4.0.1:
axe-core@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.1.2.tgz#7cf783331320098bfbef620df3b3c770147bc224"
integrity sha512-V+Nq70NxKhYt89ArVcaNL9FDryB3vQOd+BFXZIfO3RP6rwtj+2yqqqdHEkacutglPaZLkJeuXKCjCJDMGPtPqg==
Expand Down Expand Up @@ -5950,12 +5950,12 @@ elliptic@^6.5.3:
minimalistic-assert "^1.0.1"
minimalistic-crypto-utils "^1.0.1"

[email protected].1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/ember-a11y-testing/-/ember-a11y-testing-4.0.1.tgz#a6431ea09e0ff8117df9fa0436793b2bdf86b183"
integrity sha512-gjqEiKqKqyK8ebEIClOipmA0fuLWRgqA9IxNaF7yBlCd3/J8uZTZprarIgC0NiOghNS5MVyD+RIrJ+2JjKVPXA==
[email protected].2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/ember-a11y-testing/-/ember-a11y-testing-4.0.2.tgz#960ee9582bd315bd16d9dedbf450fd508d021d99"
integrity sha512-3pa+6bibbY4Vsl3uKFpD0OH4Mzd8NQUwenaWWWngiJo+R/U6AgJllxo/apORzRgvLxKtBCEpXVocUp/gkZ3rOQ==
dependencies:
axe-core "^4.0.1"
axe-core "^4.1.2"
body-parser "^1.19.0"
broccoli-funnel "^3.0.3"
broccoli-merge-trees "^4.2.0"
Expand Down

0 comments on commit 33ced22

Please sign in to comment.