Skip to content

Version Packages - #353

Merged
unional merged 1 commit into
mainfrom
changeset-release/main
Sep 4, 2026
Merged

Version Packages#353
unional merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

assertron@11.5.5

Patch Changes

  • 419f686: Drop the last Node builtin from the shipped code.

    AssertOrder's clock imported the bare perf_hooks specifier and preferred
    process.hrtime. It now uses performance.now(), which every runtime this package
    supports provides as a global. The published esm/ and cjs/ output no longer references
    any Node builtin, so it loads unchanged on Bun, Deno, browsers and edge runtimes.

    Elapsed times from AssertOrder#end() and getTimeTaken() are still high-resolution
    milliseconds; only the clock behind them changed. The browser field's
    "perf_hooks": false mapping is removed because there is no longer an import for a
    bundler to stub.

    node:assert is unchanged and unaffected: it appears only in the test helpers and spec
    files, neither of which is published.

@unional
unional enabled auto-merge September 4, 2026 11:51
@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (da5d14e) to head (f382c9f).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #353   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           21        21           
  Lines          179       179           
  Branches        45        45           
=========================================
  Hits           179       179           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@unional
unional added this pull request to the merge queue Sep 4, 2026
Merged via the queue into main with commit 81f0427 Sep 4, 2026
10 checks passed
@unional
unional deleted the changeset-release/main branch September 4, 2026 12:00
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.

1 participant