Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions .changeset/tidy-moons-invent.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# assertron

## 11.5.4

### Patch Changes

- cdcd018: Raise the minimum of every runtime dependency to the version this release is built and
tested against: `iso-error@6.0.5`, `path-equal@1.2.7`, `satisfier@5.4.4`, `tersify@4.0.6`
and `type-plus@7.6.2`. Consumers resolve the newer upstreams as a result.

The published bundles are also rebuilt by tsdown rather than three `tsc` passes. The public
API is unchanged and `esm/index.js`, `cjs/index.js` and the declarations beside them keep
their paths, but the emitted output differs: the CJS target moves from ES5 to ES2015
(rolldown's floor), a small `_virtual/` helper module set appears alongside the entry, and
per-module `.d.ts` files that were never reachable through the `exports` map are no longer
emitted. Two source files that nothing referenced — `ts/assert-order/internalInterfaces.ts`
and `ts/testUtils.ts` — are dropped from the published `ts/` sources.

## 11.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "assertron",
"version": "11.5.3",
"version": "11.5.4",
"description": "A supplementary assertion library",
"homepage": "https://github.com/cyberuni/assertron",
"bugs": {
Expand Down
Loading