chore(deps): update testing
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @ember/test-helpers | 3.3.0 -> 3.3.1 |
||||
| ember-qunit | ^8.0.2 -> ^8.1.0 |
||||
| qunit (source) | ^2.20.1 -> ^2.22.0 |
||||
| qunit (source) | ^2.20.1 -> ^2.22.0 |
||||
| qunit (source) | ^2.18.0 -> ^2.22.0 |
||||
| qunit (source) | ^2.18.0 -> ^2.22.0 |
||||
| qunit (source) | 2.19.4 -> 2.22.0 |
||||
| qunit-dom | ^3.1.1 -> ^3.2.1 |
||||
| testem | ^3.12.0 -> ^3.15.2 |
||||
| testem | ~3.11.0 -> ~3.15.2 |
Release Notes
emberjs/ember-qunit (ember-qunit)
v8.1.0: Release 8.1.0
:rocket: Enhancement
-
#1166 feat: introduce
themeconfig and addqunit-theme-emberas option (@IgnaceMaes)
Committers: 1
- Ignace Maes (@IgnaceMaes)
qunitjs/qunit (qunit)
v2.22.0
==================
Added
- Core: Add
QUnit.test.if()andQUnit.module.if(). (Timo Tijhof) #1772
v2.21.1
==================
Deprecated
- Assert: Add notice about upcoming change in how
assert.expect()counts steps forassert.verifySteps(). #1226
Fixed
- Core: Fix missing second frame in
QUnit.stack()in Safari. #1776 - Core: Fix stacktrace cleaner to also support clean traces on URLs with host ports. #1769
- HTML Reporter: Fix reversed order after clicking "Hide passed". #1763
- HTML Reporter: Fix encoding of label for urlConfig multi-value item.
v2.21.0
==================
Added
- Assert: Add
assert.closeTo(). (Timo Tijhof) #1735 - Core: Add support for flat preconfig via environment/global variables. (Timo Tijhof)
Deprecated
- Core: Deprecate
QUnit.load()and document migration path at https://qunitjs.com/api/QUnit/load/. (Timo Tijhof) #1743 - Core: Deprecate unset testTimeout for tests taking longer than 3 seconds. (Timo Tijhof) #1483
v2.20.1
==================
Fixed
- Core: Fix compatibility with
sinon.useFakeTimersin IE 10 and IE 11. (Timmy Willison) #1738 - Core: Fix hanging
assert.async()afterassert.timeout(). (Timo Tijhof) #1705
v2.20.0
==================
Added
- Core: Add
QUnit.reporters.perf. (Timo Tijhof) #1714
Changed
- Assert: Add type check for
assert.async()parameter. (Zixin Yin) #1721 - HTML Reporter: Remove units for 0 values in qunit.css. (Hareesh) #1715
Fixed
- Core: Faster
inArrayby using Array.prototype.includes when possible. (Izel Nakri)
mainmatter/qunit-dom (qunit-dom)
v3.2.0
:rocket: Enhancement
-
qunit-dom,test-types-resolution-node,test-types-resolution-node16,test-types- #2087 feature: support IDOMElementDescriptors (@bendemboski)
:house: Internal
-
qunit-dom- #2107 Tighter null checks (@bendemboski)
Committers: 1
- Ben Demboski (@bendemboski)
testem/testem (testem)
v3.15.2
What's Changed
- Downgrade dev dependencies to fix CI by @johanneswuerbach in https://github.com/testem/testem/pull/1839
- fix: Provide more context when launcher is not available by @MichalBryxi in https://github.com/testem/testem/pull/1838
- FIX: Don't proxy testem file requests by @CvX in https://github.com/testem/testem/pull/1834
- fix: Make sure that multi-word launcher names are not confused by @MichalBryxi in https://github.com/testem/testem/pull/1840
New Contributors
- @MichalBryxi made their first contribution in https://github.com/testem/testem/pull/1838
- @CvX made their first contribution in https://github.com/testem/testem/pull/1834
Full Changelog: https://github.com/testem/testem/compare/v3.15.1...v3.15.2
v3.15.1
What's Changed
- Replace lodash per-method dependencies with lodash v4.17.21 by @VladMoglan-eaton in https://github.com/testem/testem/pull/1826
New Contributors
- @VladMoglan-eaton made their first contribution in https://github.com/testem/testem/pull/1826
Full Changelog: https://github.com/testem/testem/compare/v3.15.0...v3.15.1
v3.15.0
What's Changed
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in https://github.com/testem/testem/pull/1805
- build(deps-dev): bump eslint-plugin-chai-expect from 3.0.0 to 3.1.0 by @dependabot in https://github.com/testem/testem/pull/1806
- build(deps-dev): bump tape from 5.7.5 to 5.8.1 by @dependabot in https://github.com/testem/testem/pull/1808
- 🔥 remove package-lock, add .npmrc by @ctcpip in https://github.com/testem/testem/pull/1814
- ⬆️ Upgrade wireform to 0.7.2 by @Jasonlgrd in https://github.com/testem/testem/pull/1809
New Contributors
- @Jasonlgrd made their first contribution in https://github.com/testem/testem/pull/1809
Full Changelog: https://github.com/testem/testem/compare/v3.14.0...v3.15.0
v3.14.0
What's Changed
- build(deps-dev): bump eslint-plugin-mocha from 10.4.1 to 10.4.2 by @dependabot in https://github.com/testem/testem/pull/1786
- build(deps-dev): bump eslint-plugin-mocha from 10.4.2 to 10.4.3 by @dependabot in https://github.com/testem/testem/pull/1788
- 💚 update CI config, remove phantomjs by @ctcpip in https://github.com/testem/testem/pull/1799
- build(deps): bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in https://github.com/testem/testem/pull/1789
- build(deps-dev): bump qs from 6.5.2 to 6.5.3 by @dependabot in https://github.com/testem/testem/pull/1802
- 🔧 add log_processor config option by @ctcpip in https://github.com/testem/testem/pull/1463
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in https://github.com/testem/testem/pull/1719
New Contributors
- @ctcpip made their first contribution in https://github.com/testem/testem/pull/1799
Full Changelog: https://github.com/testem/testem/compare/v3.13.0...v3.14.0
v3.13.0
What's Changed
- build(deps-dev): bump eslint-plugin-mocha from 10.3.0 to 10.4.1 by @dependabot in https://github.com/testem/testem/pull/1773
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in https://github.com/testem/testem/pull/1770
- build(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in https://github.com/testem/testem/pull/1774
- build(deps): bump socket.io from 4.7.4 to 4.7.5 by @dependabot in https://github.com/testem/testem/pull/1776
- build(deps-dev): bump socket.io-client from 4.7.4 to 4.7.5 by @dependabot in https://github.com/testem/testem/pull/1775
- build(deps): bump express from 4.18.2 to 4.19.2 by @dependabot in https://github.com/testem/testem/pull/1777
- build(deps): bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in https://github.com/testem/testem/pull/1778
- Apply middleware before all served assets. by @brettburley in https://github.com/testem/testem/pull/1785
New Contributors
- @brettburley made their first contribution in https://github.com/testem/testem/pull/1785
Full Changelog: https://github.com/testem/testem/compare/v3.12.0...v3.13.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.