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

fix(deps): update testing #9560

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

fix(deps): update testing #9560

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ember/test-helpers 3.3.0 -> 3.3.1 age adoption passing confidence
@embroider/test-setup (source) 4.0.1-unstable.4070ba7 -> 4.0.1-unstable.f779011 age adoption passing confidence
ember-qunit ^8.0.2 -> ^8.1.1 age adoption passing confidence
ember-qunit 8.0.2 -> 8.1.1 age adoption passing confidence
qunit (source) ^2.20.1 -> ^2.24.0 age adoption passing confidence
qunit (source) ^2.22.0 -> ^2.24.0 age adoption passing confidence
qunit (source) ^2.20.1 -> ^2.24.0 age adoption passing confidence
qunit (source) ^2.18.0 -> ^2.24.0 age adoption passing confidence
qunit (source) ^2.18.0 -> ^2.24.0 age adoption passing confidence
qunit (source) 2.19.4 -> 2.24.0 age adoption passing confidence
qunit-dom ^3.1.1 -> ^3.4.0 age adoption passing confidence
qunit-dom ^3.3.0 -> ^3.4.0 age adoption passing confidence
testem ^3.12.0 -> ^3.15.2 age adoption passing confidence
testem ~3.11.0 -> ~3.15.2 age adoption passing confidence

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

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 3

v8.1.0: Release 8.1.0

Compare Source

🚀 Enhancement
Committers: 1
qunitjs/qunit (qunit)

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


  • 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 added :dependabot: 🏷️ dependencies Pull requests that update a dependency file labels Oct 19, 2024
Copy link
Contributor Author

renovate bot commented Oct 19, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 50 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 30, reused 19, downloaded 7, added 0
Progress: resolved 49, reused 19, downloaded 26, added 0
Progress: resolved 88, reused 19, downloaded 65, added 0
Progress: resolved 139, reused 19, downloaded 116, added 0
Progress: resolved 184, reused 23, downloaded 159, added 0
Progress: resolved 193, reused 23, downloaded 169, added 0
Progress: resolved 261, reused 23, downloaded 223, added 0
Progress: resolved 304, reused 23, downloaded 266, added 0
Progress: resolved 420, reused 23, downloaded 382, added 0
Progress: resolved 462, reused 23, downloaded 424, added 0
Progress: resolved 531, reused 23, downloaded 494, added 0
Progress: resolved 615, reused 23, downloaded 578, added 0
Progress: resolved 699, reused 23, downloaded 662, added 0
Progress: resolved 719, reused 23, downloaded 682, added 0
Progress: resolved 772, reused 23, downloaded 736, added 0
Progress: resolved 790, reused 23, downloaded 754, added 0
Progress: resolved 831, reused 23, downloaded 795, added 0
Progress: resolved 889, reused 23, downloaded 853, added 0
Progress: resolved 988, reused 23, downloaded 948, added 0
Progress: resolved 1069, reused 23, downloaded 974, added 0
Progress: resolved 1090, reused 23, downloaded 975, added 0
Progress: resolved 1111, reused 23, downloaded 1001, added 0
Progress: resolved 1190, reused 23, downloaded 1080, added 0
Progress: resolved 1299, reused 23, downloaded 1189, added 0
Progress: resolved 1421, reused 23, downloaded 1305, added 0
Progress: resolved 1485, reused 23, downloaded 1361, added 0
Progress: resolved 1485, reused 23, downloaded 1362, added 0
Progress: resolved 1528, reused 23, downloaded 1414, added 0
Progress: resolved 1632, reused 23, downloaded 1515, added 0
Progress: resolved 1732, reused 23, downloaded 1616, added 0
Progress: resolved 1877, reused 23, downloaded 1764, added 0
Progress: resolved 2012, reused 23, downloaded 1904, added 0
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: [email protected], [email protected], @ember/[email protected]

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

@renovate renovate bot force-pushed the renovate/testing branch 4 times, most recently from 1f602ca to 9b628fb Compare October 21, 2024 21:44
@renovate renovate bot force-pushed the renovate/testing branch 3 times, most recently from 23c91be to 2d4b7dd Compare November 8, 2024 20:21
@renovate renovate bot force-pushed the renovate/testing branch 6 times, most recently from 1401d6b to 72f5c16 Compare November 15, 2024 20:23
@renovate renovate bot force-pushed the renovate/testing branch 2 times, most recently from 17651a2 to b30b3ed Compare November 22, 2024 20:25
@renovate renovate bot force-pushed the renovate/testing branch 3 times, most recently from 1839a11 to 0003554 Compare December 6, 2024 20:00
@renovate renovate bot force-pushed the renovate/testing branch from 0003554 to 2f29d1f Compare December 9, 2024 21:31
@renovate renovate bot changed the title chore(deps): update testing fix(deps): update testing Dec 10, 2024
@renovate renovate bot force-pushed the renovate/testing branch 6 times, most recently from 6e9bdba to cfec7b6 Compare December 20, 2024 20:23
@renovate renovate bot force-pushed the renovate/testing branch from cfec7b6 to e598e29 Compare January 14, 2025 20:17
@renovate renovate bot force-pushed the renovate/testing branch from e598e29 to 2f82074 Compare January 19, 2025 08:49
@renovate renovate bot force-pushed the renovate/testing branch from 2f82074 to f9f0bb6 Compare January 23, 2025 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:dependabot: 🏷️ dependencies Pull requests that update a dependency file
Projects
Status: needs triage
Development

Successfully merging this pull request may close these issues.

0 participants