v11.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
andtype-plus@7.6.2. Consumers resolve the newer upstreams as a result.The published bundles are also rebuilt by tsdown rather than three
tscpasses. The public
API is unchanged andesm/index.js,cjs/index.jsand 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.tsfiles that were never reachable through theexportsmap are no longer
emitted. Two source files that nothing referenced —ts/assert-order/internalInterfaces.ts
andts/testUtils.ts— are dropped from the publishedts/sources.