Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2023

This PR contains the following updates:

Package Change Age Confidence
qunit (source) 2.17.2 -> 2.24.1 age 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)

v2.19.4

Compare Source

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

Fixed
  • Core: Fix memory leak via config.timeoutHandler from last async test. (Sergey Astapov) #​1708

v2.19.3

Compare Source

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

Fixed
  • Assert: Restore how deepEqual treats imposter objects. (Timo Tijhof) #​1706

v2.19.2

Compare Source

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

Changed
  • Core: Faster diffing for config.noglobals by refactoring slow mutations. (Izel Nakri) #​1697
  • Assert: Improve performance of assert.deepEqual() and QUnit.equiv(). (Izel Nakri) #​1700
  • Assert: Faster deepEqual for Map values by avoiding typeEquiv calls. (Timo Tijhof)
  • Assert: Faster deepEqual by reducing internal objectType checks. (Timo Tijhof)
  • Assert: Faster deepEqual by using re-assignment for internal pairs. (Timo Tijhof)
Fixed
  • Core: Fix inaccurate count in reporter output after re-run. #​1687
  • CLI: Fix MaxListeners warning in long-running watch mode. #​1692

v2.19.1

Compare Source

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

Fixed
  • HTML Reporter: Restore float-clear for narrow viewports. 87c90ce2e0

v2.19.0

Compare Source

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

Added
Fixed
  • Core: Fix event "runtime" data to be rounded to milliseconds.
  • Core: Fix pretty stacktrace shortening to work on Windows.
  • HTML Reporter: Faster toolbar setup by reusing beginDetails.modules. e31c8d37b6 #​1664

v2.18.2

Compare Source

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

Changed
  • HTML Reporter: Improve accessibility and design of the module filter. (Timo Tijhof) #​1664
  • HTML Reporter: Improve fuzzy-matching of the module filter. (Timo Tijhof) #​1685
Fixed
  • HTML Reporter: Faster rendering of module filter results. #​1685, #​1664
  • HTML Reporter: Fix retention of state over multiple module searches. #​1683
  • HTML Reporter: Fix runtime to be rounded in Chromium. #​1678

v2.18.1

Compare Source

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

Fixed
  • HTML Reporter: Fix source attribution for test definitions. (Phani Rithvij) #​1679
  • Core: Fix preconfig support in SpiderMonkey and other environments. 0befe2aafe
  • Core: Improve performance of async pauses with native Map when available. aa7314b431

v2.18.0

Compare Source

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

Added
  • Assert: New assert.propContains() for partial object comparison. (Izel Nakri) #​1668
  • Core: Add QUnit.hooks to globally add beforeEach and afterEach. (Timo Tijhof) #​1475
  • CLI: Add support for watching .ts files when TypeScript is used. (Timo Tijhof) #​1669
  • CLI: Add support for watching .json, .cjs, and .mjs files. #​1676
Fixed
  • CLI: Fix ESM file imports on Windows to use file-protocol URLs. (Timo Tijhof) #​1667
  • CLI: Improve performance of watch mode by recursively ignoring directories. (Timo Tijhof) #​1676

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.

🔕 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.

@netlify
Copy link

netlify bot commented Oct 30, 2023

Deploy Preview for whyember ready!

Name Link
🔨 Latest commit d60b658
🔍 Latest deploy log https://app.netlify.com/sites/whyember/deploys/679603b58ea33100085ea4fd
😎 Deploy Preview https://deploy-preview-46--whyember.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot changed the title Update dependency qunit to v2.20.0 Update dependency qunit to v2.20.1 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/qunit-2.x branch from e78c44c to 4660704 Compare February 15, 2024 23:00
@renovate renovate bot force-pushed the renovate/qunit-2.x branch from 4660704 to dc1df10 Compare May 29, 2024 19:42
@renovate renovate bot changed the title Update dependency qunit to v2.20.1 Update dependency qunit to v2.21.0 May 29, 2024
@renovate renovate bot force-pushed the renovate/qunit-2.x branch from dc1df10 to 59d79f7 Compare July 20, 2024 02:19
@renovate renovate bot changed the title Update dependency qunit to v2.21.0 Update dependency qunit to v2.21.1 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/qunit-2.x branch from 59d79f7 to e330f8b Compare August 18, 2024 22:49
@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 e330f8b to 9c1a43b Compare August 27, 2024 20:45
@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 9c1a43b to 96f2d02 Compare December 3, 2024 20:43
@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 from 96f2d02 to 5d26ce5 Compare December 6, 2024 21:30
@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 5d26ce5 to a0579d2 Compare January 20, 2025 04:57
@renovate renovate bot force-pushed the renovate/qunit-2.x branch from a0579d2 to d60b658 Compare January 26, 2025 09:43
@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