Skip to content

chore(deps): bump sisteransi from 1.0.5 to 2.0.0#68

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sisteransi-2.0.0
Open

chore(deps): bump sisteransi from 1.0.5 to 2.0.0#68
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/sisteransi-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps sisteransi from 1.0.5 to 2.0.0.

Release notes

Sourced from sisteransi's releases.

v2.0.0

Modernizes sisteransi for the current Node.js ecosystem while keeping the ANSI escape-code runtime behavior unchanged.

Breaking changes

  • sisteransi is now ESM-only.
  • Runtime support now requires Node.js >=20.
  • CommonJS consumers should stay on the 1.x release line.

Changed

  • Migrated source to TypeScript.
  • Added generated type declarations from the build.
  • Added a modern exports map.
  • Replaced the old test setup with Node’s built-in test runner.
  • Refreshed CI for Node.js 20, 22, and 24.
  • Switched npm releases to trusted, staged publishing with 2FA approval.
  • Hardened GitHub Actions by pinning action SHAs and disabling persisted checkout credentials.

Migration

// before
const { cursor } = require('sisteransi')
// after
import { cursor } from 'sisteransi'

Thanks to @​43081j for the release workflow hardening and staged publishing improvements!

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for sisteransi since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sisteransi](https://github.com/terkelg/sisteransi) from 1.0.5 to 2.0.0.
- [Release notes](https://github.com/terkelg/sisteransi/releases)
- [Commits](terkelg/sisteransi@v1.0.5...v2.0.0)

---
updated-dependencies:
- dependency-name: sisteransi
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants