deps(deps): bump @scure/base from 1.2.6 to 2.2.0#740
Conversation
Bumps [@scure/base](https://github.com/paulmillr/scure-base) from 1.2.6 to 2.2.0. - [Release notes](https://github.com/paulmillr/scure-base/releases) - [Commits](paulmillr/scure-base@1.2.6...2.2.0) --- updated-dependencies: - dependency-name: "@scure/base" dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
commit: |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7f9d1ed0da
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "dependencies": { | ||
| "@gridplus/chain-core": "workspace:*", | ||
| "@scure/base": "^1.2.6" | ||
| "@scure/base": "^2.2.0" |
There was a problem hiding this comment.
Raise Node floor before adopting @scure/base v2
Updating to @scure/base v2 here can break consumers on Node 20.0–20.18: these chain packages still publish a CommonJS entry ("require": "./dist/index.cjs"), and their tsup config externalizes dependencies, so the CJS build will resolve @scure/base at runtime instead of bundling it. Since v2 is ESM-only, require() from those Node versions throws at runtime, even though this package currently advertises "engines": {"node": ">=20"}. Please either pin to v1, bump the engine floor to the actual required Node patch level, or stop exposing a CJS entry for this dependency path.
Useful? React with 👍 / 👎.
Bumps @scure/base from 1.2.6 to 2.2.0.
Release notes
Sourced from @scure/base's releases.
Commits
1389ed6Release 2.2.0.82697beChanges related to April 2026 audit2c3ecbfBump typescripts to 6.0.225b0627Fix tests14062c0Bump devdeps.5e05c4cAdd docs everywhere. Upgrade to ts 6.0-rc, jsbt 0.5. Add pkg.json scripts.4fc73d2readmebd92370Fix benche2d8d9aci: Update jsbt, fix test-slowf948c5aMerge pull request #47 from ChALkeR/chalker/perf/1Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@scure/basesince your current version.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)