ember-a11y / ember-a11y-testing

A suite of accessibility tests that can be run within the Ember testing framework
MIT License
137 stars 49 forks source link

Bump ember-qunit from 5.1.5 to 6.0.0 #476

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ember-qunit from 5.1.5 to 6.0.0.

Release notes

Sourced from ember-qunit's releases.

Release 6.0.0

:boom: Breaking Change

:rocket: Enhancement

  • #972 Add support for Ember v4, drop support for < Ember 3.24 and deprecated features (@​chriskrycho)

:bug: Bug Fix

  • #912 Make sure focus related tests don't fail when the test container is hidden (@​bertdeblock)

:house: Internal

Committers: 3

Changelog

Sourced from ember-qunit's changelog.

v6.0.0 (2022-10-07)

:boom: Breaking Change

:rocket: Enhancement

  • #972 Add support for Ember v4, drop support for < Ember 3.24 and deprecated features (@​chriskrycho)

:bug: Bug Fix

  • #912 Make sure focus related tests don't fail when the test container is hidden (@​bertdeblock)

:house: Internal

Committers: 3

Commits
  • 37a2065 Release 6.0.0
  • 443da09 Merge pull request #972 from emberjs/ember-v4-support
  • d26de30 Add Ember 4.4 LTS to CI
  • 8460250 Drop support for Ember < 3.24
  • de6ad72 Drop support for jQuery and Classic
  • f945a76 Bump ember-source from 3.28.8 to 4.7.0
  • eaacc83 Merge pull request #971 from emberjs/dependabot/npm_and_yarn/ember-angle-brac...
  • ddc1f6b Merge pull request #967 from emberjs/dependabot/npm_and_yarn/prettier-2.7.1
  • d9737c6 Merge pull request #968 from emberjs/dependabot/npm_and_yarn/eslint-config-pr...
  • ca06f9b Bump prettier from 2.4.1 to 2.7.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by chriskrycho, a new releaser for ember-qunit 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.


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[bot] commented 1 year ago

Superseded by #481.