Skip to content

Commit 49e7057

Browse files
committed
Auto merge of #3262 - rust-lang:renovate/ember-a11y-testing-4.x, r=Turbo87
Update dependency ember-a11y-testing to v4.0.1 [![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.0` -> `4.0.1`](https://renovatebot.com/diffs/npm/ember-a11y-testing/4.0.0/4.0.1) | [![age](https://badges.renovateapi.com/packages/npm/ember-a11y-testing/4.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-a11y-testing/4.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-a11y-testing/4.0.1/compatibility-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-a11y-testing/4.0.1/confidence-slim/4.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-a11y/ember-a11y-testing</summary> ### [`v4.0.1`](https://togithub.com/ember-a11y/ember-a11y-testing/blob/master/CHANGELOG.md#v401-2021-02-09) [Compare Source](https://togithub.com/ember-a11y/ember-a11y-testing/compare/v4.0.0...v4.0.1) ##### 🐛 Bug Fix - [#&#8203;233](https://togithub.com/ember-a11y/ember-a11y-testing/pull/233) Fix cannot find module `qunit` under embroider ([`@&#8203;thoov](https://togithub.com/thoov))` ##### 📝 Documentation - [#&#8203;229](https://togithub.com/ember-a11y/ember-a11y-testing/pull/229) Add info describing required peerDependency ([`@&#8203;scalvert](https://togithub.com/scalvert))` ##### 🏠 Internal - [#&#8203;234](https://togithub.com/ember-a11y/ember-a11y-testing/pull/234) Pin ember-qunit to 5.0.0. ([`@&#8203;rwjblue](https://togithub.com/rwjblue))` ##### Committers: 3 - Robert Jackson ([`@&#8203;rwjblue](https://togithub.com/rwjblue))` - Steve Calvert ([`@&#8203;scalvert](https://togithub.com/scalvert))` - Travis Hoover ([`@&#8203;thoov](https://togithub.com/thoov))` </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).
2 parents 2b179f7 + ec2c7f7 commit 49e7057

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"babel-eslint": "10.1.0",
6262
"babel-plugin-transform-object-rest-spread": "6.26.0",
6363
"broccoli-asset-rev": "3.0.0",
64-
"ember-a11y-testing": "4.0.0",
64+
"ember-a11y-testing": "4.0.1",
6565
"ember-api-actions": "0.2.9",
6666
"ember-auto-import": "1.10.1",
6767
"ember-cli": "3.24.0",

yarn.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5981,18 +5981,20 @@ elliptic@^6.5.3:
59815981
minimalistic-assert "^1.0.1"
59825982
minimalistic-crypto-utils "^1.0.1"
59835983

5984-
5985-
version "4.0.0"
5986-
resolved "https://registry.yarnpkg.com/ember-a11y-testing/-/ember-a11y-testing-4.0.0.tgz#99cf0bf7e5b840379a995ff6449de24c24f7ef13"
5987-
integrity sha512-fr9hvsQ2cPyqMMCm/v+C5EBDY6tFTbwb7Kp3rUemidXGlrQrw0XRvJddbX8KAuMkJ1I0JRqQDiLJJNWEU74Qng==
5984+
5985+
version "4.0.1"
5986+
resolved "https://registry.yarnpkg.com/ember-a11y-testing/-/ember-a11y-testing-4.0.1.tgz#a6431ea09e0ff8117df9fa0436793b2bdf86b183"
5987+
integrity sha512-gjqEiKqKqyK8ebEIClOipmA0fuLWRgqA9IxNaF7yBlCd3/J8uZTZprarIgC0NiOghNS5MVyD+RIrJ+2JjKVPXA==
59885988
dependencies:
59895989
axe-core "^4.0.1"
59905990
body-parser "^1.19.0"
59915991
broccoli-funnel "^3.0.3"
59925992
broccoli-merge-trees "^4.2.0"
59935993
date-and-time "^0.14.1"
5994+
ember-auto-import "^1.10.1"
59945995
ember-cli-babel "^7.21.0"
59955996
ember-cli-typescript "^3.0.0"
5997+
ember-cli-version-checker "^5.1.2"
59965998
ember-destroyable-polyfill "^2.0.1"
59975999
fs-extra "^9.0.1"
59986000
validate-peer-dependencies "^1.1.0"

0 commit comments

Comments
 (0)