Skip to content

standard-log@13.0.2

Choose a tag to compare

@github-actions github-actions released this 02 Sep 04:28
· 24 commits to main since this release
f5b2329
Version Packages (#456)

This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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
## standard-log-color@13.0.2

### Patch Changes

- 760da08: Hold `supports-color` in the `^8` line so CommonJS consumers
can load the package again.

`13.0.1` raised the range to `^11.0.0`. `supports-color@9` and later are
`"type": "module"` with no `require` condition, so a CommonJS consumer
of this package's `cjs/` build fails with `SyntaxError: Unexpected token
'export'` under jest, Electron, jsdom and webpack. Modern Node hid it,
because `require(ESM)` loads the file anyway. `^8.1.1` is the newest
line that still publishes CommonJS, and is what `12.1.2` used after the
same bug was fixed the first time.

A regression test now resolves every runtime dependency under the
`require` condition and loads it with Node's `require(ESM)` support
turned off, so reintroducing an ESM-only runtime dependency fails the
suite.
## standard-log@13.0.2

## standard-log-remote@13.0.2

## standard-log-syslog@13.0.2