-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix(deps): update testing #9560
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/testing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
renovate
bot
force-pushed
the
renovate/testing
branch
4 times, most recently
from
October 21, 2024 21:44
1f602ca
to
9b628fb
Compare
renovate
bot
force-pushed
the
renovate/testing
branch
3 times, most recently
from
November 8, 2024 20:21
23c91be
to
2d4b7dd
Compare
renovate
bot
force-pushed
the
renovate/testing
branch
6 times, most recently
from
November 15, 2024 20:23
1401d6b
to
72f5c16
Compare
renovate
bot
force-pushed
the
renovate/testing
branch
2 times, most recently
from
November 22, 2024 20:25
17651a2
to
b30b3ed
Compare
renovate
bot
force-pushed
the
renovate/testing
branch
3 times, most recently
from
December 6, 2024 20:00
1839a11
to
0003554
Compare
renovate
bot
force-pushed
the
renovate/testing
branch
from
December 9, 2024 21:31
0003554
to
2f29d1f
Compare
renovate
bot
force-pushed
the
renovate/testing
branch
6 times, most recently
from
December 20, 2024 20:23
6e9bdba
to
cfec7b6
Compare
renovate
bot
force-pushed
the
renovate/testing
branch
from
January 14, 2025 20:17
cfec7b6
to
e598e29
Compare
renovate
bot
force-pushed
the
renovate/testing
branch
from
January 19, 2025 08:49
e598e29
to
2f82074
Compare
renovate
bot
force-pushed
the
renovate/testing
branch
from
January 23, 2025 05:33
2f82074
to
f9f0bb6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.3.0
->3.3.1
4.0.1-unstable.4070ba7
->4.0.1-unstable.f779011
^8.0.2
->^8.1.1
8.0.2
->8.1.1
^2.20.1
->^2.24.0
^2.22.0
->^2.24.0
^2.20.1
->^2.24.0
^2.18.0
->^2.24.0
^2.18.0
->^2.24.0
2.19.4
->2.24.0
^3.1.1
->^3.4.0
^3.3.0
->^3.4.0
^3.12.0
->^3.15.2
~3.11.0
->~3.15.2
Release Notes
embroider-build/embroider (@embroider/test-setup)
v4.0.1-unstable.efd6c9a
Compare Source
v4.0.1-unstable.e5ef9b9
Compare Source
v4.0.1-unstable.d7336b2
Compare Source
v4.0.1-unstable.ccbf41f
Compare Source
v4.0.1-unstable.ccbb0a6
Compare Source
v4.0.1-unstable.9f1e74e
Compare Source
v4.0.1-unstable.9c504b3
Compare Source
v4.0.1-unstable.718cc64
Compare Source
v4.0.1-unstable.4d74274
Compare Source
emberjs/ember-qunit (ember-qunit)
v8.1.1
: Release 8.1.1Compare Source
🐛 Bug Fix
🏠 Internal
Committers: 3
v8.1.0
: Release 8.1.0Compare Source
🚀 Enhancement
theme
config and addqunit-theme-ember
as option (@IgnaceMaes)Committers: 1
qunitjs/qunit (qunit)
v2.24.0
Compare Source
==================
FYI:
Including best practices and examples for async tests, callbacks, and event-based code.
Added
CLI: Add
.mjs
and.cjs
to the default file extensions when reading a test directory.These have been monitored by watch mode since QUnit 2.18, but were not loaded or executed
unless you passed them as individual files, or used your own glob like
test/*.{js,mjs,cjs}
.If you currently pass a directory to the QUnit CLI and have matching
.mjs
or.cjs
files that should not be executed, you can opt-out by passing
test/*.js
ortest/**/*.js
explicitly instead oftest/
.CLI: Add stacktrace cleaning by omitting or greying out internal QUnit and Node.js frames in TAP reporter. #1795. #1789
Learn more about Cleaner stack traces on the QUnit Blog.
Core: Add
QUnit.config.reporters.tap
for enabling TAP via preconfig. #1711Core: Add memory to the
runEnd
event to allow late listeners. This helps browser integrations that only relay a summary. 27a33d1593Fixed
v2.23.1
Compare Source
==================
Fixed
--seed
option eating the file argument. #1691expected: undefined
under error messages in TAP reporter. #1794<label>
to wrap<select>
for multi-value urlConfig item. #1773v2.23.0
Compare Source
==================
Added
QUnit.test.each()
to simple array values. #1733v2.22.0
Compare Source
==================
Added
QUnit.test.if()
andQUnit.module.if()
. (Timo Tijhof) #1772v2.21.1
Compare Source
==================
Deprecated
assert.expect()
counts steps forassert.verifySteps()
. #1226Fixed
QUnit.stack()
in Safari. #1776v2.21.0
Compare Source
==================
Added
assert.closeTo()
. (Timo Tijhof) #1735Deprecated
QUnit.load()
and document migration path at https://qunitjs.com/api/QUnit/load/. (Timo Tijhof) #1743v2.20.1
Compare Source
==================
Fixed
sinon.useFakeTimers
in IE 10 and IE 11. (Timmy Willison) #1738assert.async()
afterassert.timeout()
. (Timo Tijhof) #1705v2.20.0
Compare Source
==================
Added
QUnit.reporters.perf
. (Timo Tijhof) #1714Changed
assert.async()
parameter. (Zixin Yin) #1721Fixed
inArray
by using Array.prototype.includes when possible. (Izel Nakri)testem/testem (testem)
v3.15.2
Compare Source
What's Changed
New Contributors
Full Changelog: testem/testem@v3.15.1...v3.15.2
v3.15.1
Compare Source
What's Changed
New Contributors
Full Changelog: testem/testem@v3.15.0...v3.15.1
v3.15.0
Compare Source
What's Changed
New Contributors
Full Changelog: testem/testem@v3.14.0...v3.15.0
v3.14.0
Compare Source
What's Changed
New Contributors
Full Changelog: testem/testem@v3.13.0...v3.14.0
v3.13.0
Compare Source
What's Changed
New Contributors
Full Changelog: testem/testem@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.
This PR was generated by Mend Renovate. View the repository job log.