Skip to content

Version Packages - #255

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

unional merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 7, 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

@unional/fixture@6.0.0

Major Changes

  • fa8b087: Adopt the current majors of the first-party dependencies: standard-log
    ^11.5.2 -> ^13.2.0, standard-log-color ^12.0.0 -> ^13.2.0, tersify
    ^3.12.1 -> ^4.0.7, and iso-error ^6.0.5 -> ^7.0.0.

    Why this matters to consumers. Installing @unional/fixture@5.0.0 resolved
    five majors of type-plus and two of tersify. The old standard-log@11 line
    pulls @just-func/types@0.5.1, which still depends on type-plus@^5.0.0, so
    type-plus@5.6.0 and type-plus@6.8.1 were nested under this package in every
    consumer's tree, and tersify@3.12.1 was hoisted out of it. This release
    removes all three: type-plus and tersify each resolve to a single version
    (8.0.0-beta.10 and 4.0.7), and standard-log to 13.2.0 only.

    Breaking. Logger (standard-log), IsoError (iso-error) and
    Tersible (tersify) all appear in this package's emitted .d.ts, so a
    consumer's own copies of those packages must move with it. standard-log@13
    also drops ES5 output.

    engines.node is unchanged at >= 20; iso-error@7.0.0's major was that same
    raise, which this package had already made.

    No behaviour of @unional/fixture changes. The only source change is in a
    test: createStandardLogForTest() moved to the standard-log/testing subpath
    in standard-log@12. tersify@4 preserves the source's own quote style rather
    than normalising to double quotes, but no assertion in this package's suite
    embeds tersified function source, so no expectation moved.

@unional
unional enabled auto-merge September 7, 2026 05:59
@codecov

codecov Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.40%. Comparing base (b3d8cdc) to head (61ffb6a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #255   +/-   ##
=======================================
  Coverage   94.40%   94.40%           
=======================================
  Files           9        9           
  Lines         250      250           
  Branches       64       64           
=======================================
  Hits          236      236           
  Misses          8        8           
  Partials        6        6           

☔ 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 7, 2026
Merged via the queue into main with commit 447cf6e Sep 7, 2026
10 checks passed
@unional
unional deleted the changeset-release/main branch September 7, 2026 06:02
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