Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ember-a11y-testing from 0.5.0 to 2.0.0 #1988

Merged
merged 1 commit into from
Dec 19, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 18, 2019

Bumps ember-a11y-testing from 0.5.0 to 2.0.0.

Release notes

Sourced from ember-a11y-testing's releases.

2.0.0

  • Upgrade Ember CLI to 3.12 LTS and drop Node.js 6 support (#138)

1.1.1

  • Fixes code included in production builds #108 (#134)

1.1.0

  • Bumps axe-core to v3.3
  • Adds concurrent-axe strict check to counter next() 0 value
  • Fixes #124, allows a11yAudit to account for axe inlude/exclude context param
  • Fixes #127, removes use of Ember.Logger
  • Fixes #107 by adding app re-exports

Been there, one that

  • updated to Ember v3.8
  • updated other dependencies
  • dropped support for node 6

ember-a11y/ember-a11y-testing@v0.5.7...v1.0.0

0.5.7

  • Axe-core version bump to 3.2.2

0.5.6

  • Use process.env.EMBER_ENV for env check
  • Adds user timing mechanism for performance profiling

0.5.5

  • Fixes #113: provides empty object if axeOptions are not defined to prevent axe.run from failing

0.5.4

  • Fix services for engines, add option to exclude axe-core for component audits

0.5.3

  • Update axe-core to 3.1.2 (#109)
  • Make aXe v3 compatible with component audit
  • Fix “Visual Noise Level” demo page

0.5.2

  • Improve Test Failure Messages (#103)
  • Update README with aXe Options and Scoped Auditing (#104)
  • Upgrade axe-core to 2.6.1 (#98)
  • Fix: a11yAudit not using default axeOptions (#100)
Changelog

Sourced from ember-a11y-testing's changelog.

2.0.0 / 2019-11-21

  • Upgrade Ember CLI to 3.12 LTS and drop Node.js 6 support (#138)

1.1.1 / 2019-09-29

  • Fixes code included in production builds #108 (#134)

1.1.0 / 2019-09-09

  • Bumps axe-core to v3.3
  • Adds concurrent-axe strict check to counter next() 0 value
  • Fixes #124, allows a11yAudit to account for axe inlude/exclude context param
  • Fixes #127, removes use of Ember.Logger
  • Fixes #107 by adding app re-exports

0.5.7 / 2019-03-08

  • Axe-core version bump to 3.2.2

0.5.6 / 2018-11-22

  • Adds user timing mechanism for performance profiling
  • Use process.env.EMBER_ENV for env check

0.5.5 / 2018-11-04

  • Fixes #113: provides empty object if axeOptions are not defined to prevent axe.run from failing

0.5.4 / 2018-10-22

  • Fix services for engines, add option to exclude axe-core for component audits

0.5.3 / 2018-10-01

  • Update axe-core to 3.1.2 (#109)
  • Make aXe v3 compatible with component audit
  • Fix “Visual Noise Level” demo page

0.5.2 / 2018-06-05

0.5.1 / 2018-02-20

... (truncated)
Commits
Maintainer changes

This version was pushed to npm by drewlee, a new releaser for ember-a11y-testing since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@rust-highfive
Copy link

r? @carols10cents

(rust_highfive has picked a reviewer for you, use r? to override)

@Turbo87
Copy link
Member

Turbo87 commented Dec 18, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 18, 2019

📌 Commit 09988c8 has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Dec 18, 2019

⌛ Testing commit 09988c8 with merge 196f45f...

bors added a commit that referenced this pull request Dec 18, 2019
…sting-2.0.0, r=Turbo87

Bump ember-a11y-testing from 0.5.0 to 2.0.0

Bumps [ember-a11y-testing](https://github.com/ember-a11y/ember-a11y-testing) from 0.5.0 to 2.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ember-a11y/ember-a11y-testing/releases">ember-a11y-testing's releases</a>.</em></p>
<blockquote>
<h2>2.0.0</h2>
<ul>
<li>Upgrade Ember CLI to 3.12 LTS and drop Node.js 6 support (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/138">#138</a>)</li>
</ul>
<h2>1.1.1</h2>
<ul>
<li>Fixes code included in production builds <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/108">#108</a> (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/134">#134</a>)</li>
</ul>
<h2>1.1.0</h2>
<ul>
<li>Bumps axe-core to v3.3</li>
<li>Adds concurrent-axe strict check to counter next() 0 value</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/124">#124</a>, allows a11yAudit to account for axe inlude/exclude context param</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/127">#127</a>, removes use of Ember.Logger</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/107">#107</a> by adding app re-exports</li>
</ul>
<h2>Been there, one that</h2>
<ul>
<li>updated to Ember v3.8</li>
<li>updated other dependencies</li>
<li>dropped support for node 6</li>
</ul>
<p><a href="https://github.com/ember-a11y/ember-a11y-testing/compare/v0.5.7...v1.0.0">https://github.com/ember-a11y/ember-a11y-testing/compare/v0.5.7...v1.0.0</a></p>
<h2>0.5.7</h2>
<ul>
<li>Axe-core version bump to 3.2.2</li>
</ul>
<h2>0.5.6</h2>
<ul>
<li>Use process.env.EMBER_ENV for env check</li>
<li>Adds user timing mechanism for performance profiling</li>
</ul>
<h2>0.5.5</h2>
<ul>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/113">#113</a>: provides empty object if axeOptions are not defined to prevent axe.run from failing</li>
</ul>
<h2>0.5.4</h2>
<ul>
<li>Fix services for engines, add option to exclude axe-core for component audits</li>
</ul>
<h2>0.5.3</h2>
<ul>
<li>Update axe-core to 3.1.2 (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/109">#109</a>)</li>
<li>Make aXe v3 compatible with component audit</li>
<li>Fix “Visual Noise Level” demo page</li>
</ul>
<h2>0.5.2</h2>
<ul>
<li>Improve Test Failure Messages (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/103">#103</a>)</li>
<li>Update README with aXe Options and Scoped Auditing (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/104">#104</a>)</li>
<li>Upgrade axe-core to 2.6.1 (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/98">#98</a>)</li>
<li>Fix: <code>a11yAudit</code> not using default <code>axeOptions</code> (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/100">#100</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ember-a11y/ember-a11y-testing/blob/master/CHANGELOG.md">ember-a11y-testing's changelog</a>.</em></p>
<blockquote>
<h1>2.0.0 / 2019-11-21</h1>
<ul>
<li>Upgrade Ember CLI to 3.12 LTS and drop Node.js 6 support (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/138">#138</a>)</li>
</ul>
<h1>1.1.1 / 2019-09-29</h1>
<ul>
<li>Fixes code included in production builds <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/108">#108</a> (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/134">#134</a>)</li>
</ul>
<h1>1.1.0 / 2019-09-09</h1>
<ul>
<li>Bumps axe-core to v3.3</li>
<li>Adds concurrent-axe strict check to counter next() 0 value</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/124">#124</a>, allows a11yAudit to account for axe inlude/exclude context param</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/127">#127</a>, removes use of Ember.Logger</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/107">#107</a> by adding app re-exports</li>
</ul>
<h1>0.5.7 / 2019-03-08</h1>
<ul>
<li>Axe-core version bump to 3.2.2</li>
</ul>
<h1>0.5.6 / 2018-11-22</h1>
<ul>
<li>Adds user timing mechanism for performance profiling</li>
<li>Use process.env.EMBER_ENV for env check</li>
</ul>
<h1>0.5.5 / 2018-11-04</h1>
<ul>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/113">#113</a>: provides empty object if axeOptions are not defined to prevent axe.run from failing</li>
</ul>
<h1>0.5.4 / 2018-10-22</h1>
<ul>
<li>Fix services for engines, add option to exclude axe-core for component audits</li>
</ul>
<h1>0.5.3 / 2018-10-01</h1>
<ul>
<li>Update axe-core to 3.1.2 (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/109">#109</a>)</li>
<li>Make aXe v3 compatible with component audit</li>
<li>Fix “Visual Noise Level” demo page</li>
</ul>
<h1>0.5.2 / 2018-06-05</h1>
<ul>
<li>Improve Test Failure Messages (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/103">#103</a>)</li>
<li>Update README with aXe Options and Scoped Auditing (<a href="(https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/104)">#104</a>)</li>
<li>Upgrade axe-core to 2.6.1 (<a href="(https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/98)">#98</a>)</li>
<li>Fix: <code>a11yAudit</code> not using default <code>axeOptions</code> (<a href="(https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/100)">#100</a>)</li>
</ul>
<h1>0.5.1 / 2018-02-20</h1>
<ul>
<li>Update Ember-CLI to 2.18.x (<a href="(https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/94)">#94</a>)</li>
<li>Add check of <code>isDestroyed</code> when running an audit (<a href="(https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/92)">#92</a>)</li>
</ul>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/5bbb6b393527cbc36a349484d0e9ceec710adf58"><code>5bbb6b3</code></a> Release v2.0.0</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/0e65a5407cfb724d15c76af4111c4c59ed7ab790"><code>0e65a54</code></a> Upgrade Ember CLI to 3.12 LTS (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/138">#138</a>)</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/f094f2983edb403fc08767bf3c00f835bfddfd43"><code>f094f29</code></a> Fix typo in README (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/137">#137</a>)</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/7372be62fd72003c5c167499511bf769f8de60e9"><code>7372be6</code></a> Release v1.1.1</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/b671586d28f2da484635a695fd1dc1c03c95a4ef"><code>b671586</code></a> Fixes code included in production builds <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/108">#108</a> (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/134">#134</a>)</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/eddb7cb5ab1df0c335f2f03d4c12bf6816d3f1a2"><code>eddb7cb</code></a> add async/await syntax to readme (closes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/95">#95</a>) (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/96">#96</a>)</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/85dde5278d6ec8846f7fde69fa369a46761e2191"><code>85dde52</code></a> Release v1.1.0</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/58ecd565fe64f9c53febff6897a44ac80dc151bf"><code>58ecd56</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/133">#133</a> from drewlee/master</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/3baf18c0bb56872796d7f02d981c94a8dab174f7"><code>3baf18c</code></a> Bumps axe-core to v3.3 for new release</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/7ec9c50fc19e11459530110562002a63cdb30d64"><code>7ec9c50</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/132">#132</a> from drewlee/master</li>
<li>Additional commits viewable in <a href="https://github.com/ember-a11y/ember-a11y-testing/compare/v0.5.0...v2.0.0">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~drewlee">drewlee</a>, a new releaser for ember-a11y-testing since your current version.</p>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-a11y-testing&package-manager=npm_and_yarn&previous-version=0.5.0&new-version=2.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=ember-a11y-testing&package-manager=npm_and_yarn&previous-version=0.5.0&new-version=2.0.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/ember-a11y-testing-2.0.0 branch from 09988c8 to f491b24 Compare December 18, 2019 19:20
@carols10cents
Copy link
Member

@bors retry

@carols10cents
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Dec 18, 2019

📌 Commit f491b24 has been approved by carols10cents

bors added a commit that referenced this pull request Dec 19, 2019
…sting-2.0.0, r=carols10cents

Bump ember-a11y-testing from 0.5.0 to 2.0.0

Bumps [ember-a11y-testing](https://github.com/ember-a11y/ember-a11y-testing) from 0.5.0 to 2.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ember-a11y/ember-a11y-testing/releases">ember-a11y-testing's releases</a>.</em></p>
<blockquote>
<h2>2.0.0</h2>
<ul>
<li>Upgrade Ember CLI to 3.12 LTS and drop Node.js 6 support (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/138">#138</a>)</li>
</ul>
<h2>1.1.1</h2>
<ul>
<li>Fixes code included in production builds <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/108">#108</a> (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/134">#134</a>)</li>
</ul>
<h2>1.1.0</h2>
<ul>
<li>Bumps axe-core to v3.3</li>
<li>Adds concurrent-axe strict check to counter next() 0 value</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/124">#124</a>, allows a11yAudit to account for axe inlude/exclude context param</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/127">#127</a>, removes use of Ember.Logger</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/107">#107</a> by adding app re-exports</li>
</ul>
<h2>Been there, one that</h2>
<ul>
<li>updated to Ember v3.8</li>
<li>updated other dependencies</li>
<li>dropped support for node 6</li>
</ul>
<p><a href="https://github.com/ember-a11y/ember-a11y-testing/compare/v0.5.7...v1.0.0">https://github.com/ember-a11y/ember-a11y-testing/compare/v0.5.7...v1.0.0</a></p>
<h2>0.5.7</h2>
<ul>
<li>Axe-core version bump to 3.2.2</li>
</ul>
<h2>0.5.6</h2>
<ul>
<li>Use process.env.EMBER_ENV for env check</li>
<li>Adds user timing mechanism for performance profiling</li>
</ul>
<h2>0.5.5</h2>
<ul>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/113">#113</a>: provides empty object if axeOptions are not defined to prevent axe.run from failing</li>
</ul>
<h2>0.5.4</h2>
<ul>
<li>Fix services for engines, add option to exclude axe-core for component audits</li>
</ul>
<h2>0.5.3</h2>
<ul>
<li>Update axe-core to 3.1.2 (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/109">#109</a>)</li>
<li>Make aXe v3 compatible with component audit</li>
<li>Fix “Visual Noise Level” demo page</li>
</ul>
<h2>0.5.2</h2>
<ul>
<li>Improve Test Failure Messages (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/103">#103</a>)</li>
<li>Update README with aXe Options and Scoped Auditing (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/104">#104</a>)</li>
<li>Upgrade axe-core to 2.6.1 (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/98">#98</a>)</li>
<li>Fix: <code>a11yAudit</code> not using default <code>axeOptions</code> (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/100">#100</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ember-a11y/ember-a11y-testing/blob/master/CHANGELOG.md">ember-a11y-testing's changelog</a>.</em></p>
<blockquote>
<h1>2.0.0 / 2019-11-21</h1>
<ul>
<li>Upgrade Ember CLI to 3.12 LTS and drop Node.js 6 support (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/138">#138</a>)</li>
</ul>
<h1>1.1.1 / 2019-09-29</h1>
<ul>
<li>Fixes code included in production builds <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/108">#108</a> (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/134">#134</a>)</li>
</ul>
<h1>1.1.0 / 2019-09-09</h1>
<ul>
<li>Bumps axe-core to v3.3</li>
<li>Adds concurrent-axe strict check to counter next() 0 value</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/124">#124</a>, allows a11yAudit to account for axe inlude/exclude context param</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/127">#127</a>, removes use of Ember.Logger</li>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/107">#107</a> by adding app re-exports</li>
</ul>
<h1>0.5.7 / 2019-03-08</h1>
<ul>
<li>Axe-core version bump to 3.2.2</li>
</ul>
<h1>0.5.6 / 2018-11-22</h1>
<ul>
<li>Adds user timing mechanism for performance profiling</li>
<li>Use process.env.EMBER_ENV for env check</li>
</ul>
<h1>0.5.5 / 2018-11-04</h1>
<ul>
<li>Fixes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/113">#113</a>: provides empty object if axeOptions are not defined to prevent axe.run from failing</li>
</ul>
<h1>0.5.4 / 2018-10-22</h1>
<ul>
<li>Fix services for engines, add option to exclude axe-core for component audits</li>
</ul>
<h1>0.5.3 / 2018-10-01</h1>
<ul>
<li>Update axe-core to 3.1.2 (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/109">#109</a>)</li>
<li>Make aXe v3 compatible with component audit</li>
<li>Fix “Visual Noise Level” demo page</li>
</ul>
<h1>0.5.2 / 2018-06-05</h1>
<ul>
<li>Improve Test Failure Messages (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/103">#103</a>)</li>
<li>Update README with aXe Options and Scoped Auditing (<a href="(https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/104)">#104</a>)</li>
<li>Upgrade axe-core to 2.6.1 (<a href="(https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/98)">#98</a>)</li>
<li>Fix: <code>a11yAudit</code> not using default <code>axeOptions</code> (<a href="(https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/100)">#100</a>)</li>
</ul>
<h1>0.5.1 / 2018-02-20</h1>
<ul>
<li>Update Ember-CLI to 2.18.x (<a href="(https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/94)">#94</a>)</li>
<li>Add check of <code>isDestroyed</code> when running an audit (<a href="(https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/pull/92)">#92</a>)</li>
</ul>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/5bbb6b393527cbc36a349484d0e9ceec710adf58"><code>5bbb6b3</code></a> Release v2.0.0</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/0e65a5407cfb724d15c76af4111c4c59ed7ab790"><code>0e65a54</code></a> Upgrade Ember CLI to 3.12 LTS (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/138">#138</a>)</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/f094f2983edb403fc08767bf3c00f835bfddfd43"><code>f094f29</code></a> Fix typo in README (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/137">#137</a>)</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/7372be62fd72003c5c167499511bf769f8de60e9"><code>7372be6</code></a> Release v1.1.1</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/b671586d28f2da484635a695fd1dc1c03c95a4ef"><code>b671586</code></a> Fixes code included in production builds <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/108">#108</a> (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/134">#134</a>)</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/eddb7cb5ab1df0c335f2f03d4c12bf6816d3f1a2"><code>eddb7cb</code></a> add async/await syntax to readme (closes <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/95">#95</a>) (<a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/96">#96</a>)</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/85dde5278d6ec8846f7fde69fa369a46761e2191"><code>85dde52</code></a> Release v1.1.0</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/58ecd565fe64f9c53febff6897a44ac80dc151bf"><code>58ecd56</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/133">#133</a> from drewlee/master</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/3baf18c0bb56872796d7f02d981c94a8dab174f7"><code>3baf18c</code></a> Bumps axe-core to v3.3 for new release</li>
<li><a href="https://github.com/ember-a11y/ember-a11y-testing/commit/7ec9c50fc19e11459530110562002a63cdb30d64"><code>7ec9c50</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ember-a11y/ember-a11y-testing/issues/132">#132</a> from drewlee/master</li>
<li>Additional commits viewable in <a href="https://github.com/ember-a11y/ember-a11y-testing/compare/v0.5.0...v2.0.0">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~drewlee">drewlee</a>, a new releaser for ember-a11y-testing since your current version.</p>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-a11y-testing&package-manager=npm_and_yarn&previous-version=0.5.0&new-version=2.0.0)](https://dependabot.com/compatibility-score.html?dependency-name=ember-a11y-testing&package-manager=npm_and_yarn&previous-version=0.5.0&new-version=2.0.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
@bors
Copy link
Contributor

bors commented Dec 19, 2019

⌛ Testing commit f491b24 with merge 2754612...

@bors
Copy link
Contributor

bors commented Dec 19, 2019

☀️ Test successful - checks-travis
Approved by: carols10cents
Pushing 2754612 to master...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants