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 dependency qunit to v2.24.1 #1234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
qunit (source) 2.19.4 -> 2.24.1 age adoption passing confidence

Release Notes

qunitjs/qunit (qunit)

v2.24.1

Compare Source

==================

Fixed
  • CLI: Fix TAP compliance for actual/expected indent and skip/todo colors. b4d48fc710
  • CLI: Fix TAP compliance for early errors (e.g. syntax error in test file). 01f7780bd8
  • Core: Add memory to late error event listeners, to improve reporting of early errors. 7c2f871ac3

v2.24.0

Compare Source

==================

FYI:

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 or
    test/**/*.js explicitly instead of test/.

  • 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. #​1711

  • Core: Add memory to the runEnd event to allow late listeners. This helps browser integrations that only relay a summary. 27a33d1593

Fixed
  • HTML Reporter: Fix unexpected pointer cursor on "Source:" label. f8cce2bb06
  • HTML Reporter: Faster "Hide passed" toggling on large test suites. b13ade0fd7

v2.23.1

Compare Source

==================

Fixed

v2.23.0

Compare Source

==================

Added

v2.22.0

Compare Source

==================

Added

v2.21.1

Compare Source

==================

Deprecated
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

Compare Source

==================

Added
Deprecated

v2.20.1

Compare Source

==================

Fixed
  • Core: Fix compatibility with sinon.useFakeTimers in IE 10 and IE 11. (Timmy Willison) #​1738
  • Core: Fix hanging assert.async() after assert.timeout(). (Timo Tijhof) #​1705

v2.20.0

Compare Source

==================

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 inArray by using Array.prototype.includes when possible. (Izel Nakri)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/qunit-2.x branch 17 times, most recently from 75f327d to 65f30ef Compare July 25, 2024 13:43
@renovate renovate bot force-pushed the renovate/qunit-2.x branch from 65f30ef to d4487c6 Compare August 18, 2024 22:18
@renovate renovate bot changed the title Update dependency qunit to v2.21.1 Update dependency qunit to v2.22.0 Aug 18, 2024
@renovate renovate bot force-pushed the renovate/qunit-2.x branch from d4487c6 to b802207 Compare August 31, 2024 10:29
@renovate renovate bot force-pushed the renovate/qunit-2.x branch 10 times, most recently from 3045c2c to 73e2b18 Compare November 13, 2024 06:08
@renovate renovate bot force-pushed the renovate/qunit-2.x branch 7 times, most recently from 7e88088 to 620fd68 Compare November 14, 2024 04:37
@renovate renovate bot force-pushed the renovate/qunit-2.x branch from 620fd68 to 804da21 Compare December 3, 2024 20:51
@renovate renovate bot changed the title Update dependency qunit to v2.22.0 Update dependency qunit to v2.23.0 Dec 3, 2024
@renovate renovate bot force-pushed the renovate/qunit-2.x branch from 804da21 to 7175fd7 Compare December 6, 2024 21:11
@renovate renovate bot changed the title Update dependency qunit to v2.23.0 Update dependency qunit to v2.23.1 Dec 6, 2024
@renovate renovate bot force-pushed the renovate/qunit-2.x branch 5 times, most recently from 1d213f4 to 6414bf0 Compare January 7, 2025 05:20
@renovate renovate bot force-pushed the renovate/qunit-2.x branch 2 times, most recently from 4ab0a0f to 448fec2 Compare January 20, 2025 04:45
@renovate renovate bot changed the title Update dependency qunit to v2.23.1 Update dependency qunit to v2.24.0 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/qunit-2.x branch from 448fec2 to fe69248 Compare January 26, 2025 08:24
@renovate renovate bot changed the title Update dependency qunit to v2.24.0 Update dependency qunit to v2.24.1 Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants