-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore(deps): update testing dependencies #514
base: main
Are you sure you want to change the base?
Conversation
|
Preview URLsEnv: preview |
d61c66b
to
2cbf192
Compare
2cbf192
to
fd0fba6
Compare
fd0fba6
to
4f7c643
Compare
4f7c643
to
466fd6f
Compare
466fd6f
to
059f2c1
Compare
059f2c1
to
8a97d6a
Compare
8a97d6a
to
9ef0323
Compare
9ef0323
to
580241f
Compare
580241f
to
66e529f
Compare
66e529f
to
8d5ac27
Compare
8d5ac27
to
b01a3cc
Compare
b01a3cc
to
fa546e1
Compare
fa546e1
to
e9167fd
Compare
e9167fd
to
5d0df71
Compare
5d0df71
to
1473503
Compare
1473503
to
bade8a6
Compare
bade8a6
to
af07c8f
Compare
af07c8f
to
25d037d
Compare
25d037d
to
42f5e71
Compare
42f5e71
to
1a30988
Compare
1a30988
to
8d69996
Compare
8d69996
to
1914505
Compare
1914505
to
54a8303
Compare
This PR contains the following updates:
8.1.0
->8.1.1
2.22.0
->2.24.1
3.2.0
->3.4.0
Release Notes
emberjs/ember-qunit (ember-qunit)
v8.1.1
: Release 8.1.1Compare Source
🐛 Bug Fix
🏠 Internal
Committers: 3
qunitjs/qunit (qunit)
v2.24.1
Compare Source
==================
Fixed
error
event listeners, to improve reporting of early errors. 7c2f871ac3v2.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. #1733Configuration
📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.