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

Update ember-a11y-testing to the latest version 🚀 #9

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Mar 22, 2017

Version 0.4.0 of ember-a11y-testing just got published.

Dependency ember-a11y-testing
Current Version 0.2.1
Type devDependency

The version 0.4.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of ember-a11y-testing.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes 0.4.0
  • Update readme with new features/info
  • Support passing options as a single argument to a11yAudit
  • feat(a11yAudit): opt in to a11yAudit
  • Fix axe-component error test
  • Ensure super call is bounded
Commits

The new version differs by 22 commits .

  • 50633a3 Release v0.4.0
  • 2c05c28 Merge pull request #72 from trentmwillis/options-arg
  • ee29e80 Update readme with new features/info
  • 37f9c81 Support passing options as a single argument to a11yAudit
  • 09be645 Merge pull request #70 from sarbbottam/feat/opt-in
  • 5ab9e75 feat(a11yAudit): opt in to a11yAudit
  • 9ebea55 Merge pull request #71 from ember-a11y/test-fix
  • 9419320 Fix axe-component error test
  • 47c867a Merge pull request #67 from samselikoff/patch-1
  • 9765119 Ensure super call is bounded
  • fdd686d Released v0.3.0
  • df8ee9b Merge pull request #66 from trentmwillis/eslint
  • cc2541f Replace jshint with eslint
  • c91f2d9 Merge pull request #64 from trentmwillis/remove-auto-run
  • b5ff7e6 Released v0.2.2

There are 22 commits in total. See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@abought
Copy link
Contributor

abought commented Mar 24, 2017

This slightly changes the default behavior- acceptance tests will no longer run accessibility audit by default (see https://github.com/ember-a11y/ember-a11y-testing#testing-usage ).

Since we don't have any acceptance tests in the demo app, the impact here is minimal. However, when I try to make an acceptance test with deliberate errors (and run in ember t -s mode), the tests hang or throw chrome errors about call stack being exceeded. In the absence of time to debug right now I'll hold this for a bit and revisit bug reporting later.

@abought abought force-pushed the greenkeeper/ember-a11y-testing-0.4.0 branch from f6b9a05 to 6327f8c Compare March 24, 2017 20:12
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 24, 2017

Version 0.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits .

  • 76032e6 Released v0.4.1
  • c7e234a Merge pull request #74 from ember-a11y/fix-production-builds
  • 3a40686 Don't include content for production builds

See the full diff.

greenkeeper bot added a commit that referenced this pull request May 20, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 20, 2017

Version 0.4.2 just got published.

Update to this version instead 🚀

Release Notes 0.4.2
  • Add release notes
  • Update axe-core version and range
Commits

The new version differs by 5 commits.

  • 858a682 0.4.2
  • 658b7cc Update CHANGELOG for 0.4.1 and 0.4.2
  • 2f90a84 Add release notes
  • 186c945 Merge pull request #80 from trentmwillis/axe-version
  • 6f3f459 Update axe-core version and range

See the full diff

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

Successfully merging this pull request may close these issues.

1 participant