Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps the dev-dependencies group with 12 updates in the / directory:

Package From To
@stacks/blockchain-api-client 8.13.4 8.13.6
@stacks/connect 8.2.2 8.2.4
@stacks/encryption 7.2.0 7.3.1
@stacks/stacking 7.2.0 7.3.1
@stacks/transactions 7.2.0 7.3.1
commander 14.0.2 14.0.3
eta 3.5.0 4.5.0
ora 8.2.0 9.1.0
@types/bun 1.3.1 1.3.8
@types/node 24.10.0 25.2.0
bun-types 1.3.1 1.3.8
tsup 8.5.0 8.5.1

Updates @stacks/blockchain-api-client from 8.13.4 to 8.13.6

Release notes

Sourced from @​stacks/blockchain-api-client's releases.

v8.13.6

8.13.6 (2025-12-22)

Release Type: ⚠️ REQUIRED DB Migration Required: ✅ No
Compatibility: ✅ Backwards compatible with v8.x.x


Release Summary

Version 8.13.6 is a bug fix release that adds support for smart contracts that have empty source codes. Without this fix, attempting to look at these transactions via API endpoints resulted in an Unexpected nullish smart_contract_source_code error.


What's Changed

Bug Fixes

  • Fixed: allow nullish smart contract source code in tx metadata (#2412) (e13c3b9)
    • Impact: Adds empty smart contract source code support

Breaking Changes

None - This is a backwards-compatible release.


Upgrade Priority

User Type Priority Recommended Timeline
Production API Operators High As soon as possible
Development Teams High As soon as possible
High-Traffic Applications High As soon as possible

v8.13.5

8.13.5 (2025-12-02)

Release Type: ⚠️ REQUIRED DB Migration Required: ✅ No
Compatibility: ✅ Backwards compatible with v8.x.x


Release Summary

Version 8.13.5 is a bug fix release that adds support for new SIP-034 tenure extend causes that will be available in the next Stacks core release. This is a required upgrade to avoid the API from stalling once these new extensions are live on mainnet and testnet.

... (truncated)

Changelog

Sourced from @​stacks/blockchain-api-client's changelog.

8.13.6 (2025-12-22)

Bug Fixes

  • allow nullish smart contract source code in tx metadata (#2412) (e13c3b9)

8.13.5 (2025-12-02)

Bug Fixes

  • support new sip-034 tenure change causes (#2384) (399908f)
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stacks/blockchain-api-client since your current version.


Updates @stacks/connect from 8.2.2 to 8.2.4

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stacks/connect since your current version.


Updates @stacks/encryption from 7.2.0 to 7.3.1

Changelog

Sourced from @​stacks/encryption's changelog.

7.3.1 (2025-12-16)

Bug Fixes

7.3.0 (2025-11-12)

Features

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stacks/encryption since your current version.


Updates @stacks/stacking from 7.2.0 to 7.3.1

Changelog

Sourced from @​stacks/stacking's changelog.

7.3.1 (2025-12-16)

Bug Fixes

7.3.0 (2025-11-12)

Features

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stacks/stacking since your current version.


Updates @stacks/transactions from 7.2.0 to 7.3.1

Changelog

Sourced from @​stacks/transactions's changelog.

7.3.1 (2025-12-16)

Bug Fixes

7.3.0 (2025-11-12)

Features

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​stacks/transactions since your current version.


Updates commander from 14.0.2 to 14.0.3

Release notes

Sourced from commander's releases.

v14.0.3

Added

  • Release Policy document (#2462)

Changes

  • old major versions now supported for 12 months instead of just previous major version, to give predictable end-of-life date (#2462)
  • clarify typing for deprecated callback parameter to .outputHelp() (#2427)
  • simple readability improvements to README (#2465)
Changelog

Sourced from commander's changelog.

[14.0.3] (2026-01-31)

Added

  • Release Policy document (#2462)

Changes

  • old major versions now supported for 12 months instead of just previous major version, to give predictable end-of-life date (#2462)
  • clarify typing for deprecated callback parameter to .outputHelp() (#2427)
  • simple readability improvements to README (#2465)
Commits

Updates eta from 3.5.0 to 4.5.0

Release notes

Sourced from eta's releases.

eta: v4.0.0-beta.1

4.0.0-beta.1 (2025-09-13)

Features

Bug Fixes

Miscellaneous Chores

eta: v4.0.0-alpha.2

4.0.0-alpha.2 (2025-09-10)

Bug Fixes

eta: v4.0.0-alpha.1

4.0.0-alpha.1 (2025-09-10)

Features

Bug Fixes

Miscellaneous Chores

Changelog

Sourced from eta's changelog.

4.5.0 (2025-12-12)

Features

  • add require field for core module in package.json (#357) (29f52f8)

4.4.1 (2025-11-13)

Bug Fixes

  • revert "eta/core" to ESM build (37cc1ab)

4.4.0 (2025-11-13)

Features

  • add ts-base to README, update rmWhitespace explanation (d6db743)

4.3.1 (2025-11-13)

Bug Fixes

  • exports are .mjs not .js (f870aaf)

4.3.0 (2025-11-13)

Features

Bug Fixes

  • generate a CJS build, update build and type exports (65cafd0)

4.2.0 (2025-11-12)

Features

  • add prepare script to allow installation from Git (#348) (d8bacbb)

Bug Fixes

... (truncated)

Commits
  • 0a7b5a4 chore(main): release 4.5.0 (#358)
  • 29f52f8 feat: add require field for core module in package.json (#357)
  • ba7eec0 chore(main): release 4.4.1 (#355)
  • 37cc1ab fix: revert "eta/core" to ESM build
  • 76bda4f chore(main): release 4.4.0 (#353)
  • d6db743 feat: add ts-base to README, update rmWhitespace explanation
  • 9522e67 chore(main): release 4.3.1 (#352)
  • f870aaf fix: exports are .mjs not .js
  • 8e58e4a chore(main): release 4.3.0 (#351)
  • 65cafd0 fix: generate a CJS build, update build and type exports
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eta since your current version.


Updates ora from 8.2.0 to 9.1.0

Release notes

Sourced from ora's releases.

v9.1.0

  • Support external writes to stream (console.log) while spinning d2b543a
  • Replace strip-ansi dependency with native stripVTControlCharacters (#249) 68d50e5

sindresorhus/ora@v9.0.0...v9.1.0

v9.0.0

Breaking

  • Require Node.js 20 7aca06d

Fixes

  • Fix clearing in some cases aa51538
  • Fix frame() not displaying dynamic prefixText/suffixText from functions 0f19f57
  • Fix multiline text exceeding console height leaving garbage when scrolling 45d30ad

sindresorhus/ora@v8.2.0...v9.0.0

Commits
  • d7e3a94 9.1.0
  • d2b543a Support external writes to stream while spinning
  • 68d50e5 Replace strip-ansi with native stripVTControlCharacters (#249)
  • 20d4bdb 9.0.0
  • 7aca06d Require Node.js 20
  • aa51538 Fix clearing in some cases
  • 9125620 Add FAQs
  • 0f19f57 Fix frame() not displaying dynamic prefixText/suffixText from functions
  • 45d30ad Fix multiline text exceeding console height leaving garbage when scrolling
  • See full diff in compare view

Updates @types/bun from 1.3.1 to 1.3.8

Commits

Updates @types/node from 24.10.0 to 25.2.0

Commits

Updates bun-types from 1.3.1 to 1.3.8

Release notes

Sourced from bun-types's releases.

Bun v1.3.8

To install Bun v1.3.8

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.8:

bun upgrade

Read Bun v1.3.8's release notes on Bun's blog

Thanks to 4 contributors!

Bun v1.3.7

To install Bun v1.3.7

curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.3.7:

bun upgrade

Read Bun v1.3.7's release notes on Bun's blog

Thanks to 11 contributors!

... (truncated)

Commits
  • 1bfe5c6 feat(md): Zig markdown parser with Bun.markdown API (#26440)
  • b59c77a feat: add native JSON5 parser (Bun.JSON5) (#26439)
  • e8b2455 feat: add Bun.JSONL.parse() for streaming newline-delimited JSON parsing (#...
  • 93d5cc6 fix: rename compile "Target" ➜ "CompileTarget"
  • 37c4113 feat(transpiler): add replMode option for REPL transforms (#26246)
  • 44df912 Add Bun.wrapAnsi() for text wrapping with ANSI escape code preservation (#26061)
  • 959169d feat(archive): change API to constructor-based with S3 support (#25940)
  • beccd01 fix(FileSink): add Promise\<number> to FileSink.write() return type (#25962)
  • 7076a49 feat(archive): add TypeScript types, docs, and files() benchmark (#25922)
  • 50daf5d fix(io): respect mode option when copying files with Bun.write() (#25906)
  • Additional commits viewable in compare view

Updates tsup from 8.5.0 to 8.5.1

Release notes

Sourced from tsup's releases.

v8.5.1

   🐞 Bug Fixes

    View changes on GitHub
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for tsup since 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…12 updates

Bumps the dev-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@stacks/blockchain-api-client](https://github.com/hirosystems/stacks-blockchain-api/tree/HEAD/client) | `8.13.4` | `8.13.6` |
| [@stacks/connect](https://github.com/stx-labs/connect) | `8.2.2` | `8.2.4` |
| [@stacks/encryption](https://github.com/stx-labs/stacks.js) | `7.2.0` | `7.3.1` |
| [@stacks/stacking](https://github.com/stx-labs/stacks.js) | `7.2.0` | `7.3.1` |
| [@stacks/transactions](https://github.com/stx-labs/stacks.js) | `7.2.0` | `7.3.1` |
| [commander](https://github.com/tj/commander.js) | `14.0.2` | `14.0.3` |
| [eta](https://github.com/bgub/eta) | `3.5.0` | `4.5.0` |
| [ora](https://github.com/sindresorhus/ora) | `8.2.0` | `9.1.0` |
| [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) | `1.3.1` | `1.3.8` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.0` | `25.2.0` |
| [bun-types](https://github.com/oven-sh/bun/tree/HEAD/packages/bun-types) | `1.3.1` | `1.3.8` |
| [tsup](https://github.com/egoist/tsup) | `8.5.0` | `8.5.1` |



Updates `@stacks/blockchain-api-client` from 8.13.4 to 8.13.6
- [Release notes](https://github.com/hirosystems/stacks-blockchain-api/releases)
- [Changelog](https://github.com/hirosystems/stacks-blockchain-api/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/hirosystems/stacks-blockchain-api/commits/v8.13.6/client)

Updates `@stacks/connect` from 8.2.2 to 8.2.4
- [Release notes](https://github.com/stx-labs/connect/releases)
- [Changelog](https://github.com/stx-labs/connect/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stx-labs/connect/commits)

Updates `@stacks/encryption` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/stx-labs/stacks.js/releases)
- [Changelog](https://github.com/stx-labs/stacks.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stx-labs/stacks.js/commits)

Updates `@stacks/stacking` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/stx-labs/stacks.js/releases)
- [Changelog](https://github.com/stx-labs/stacks.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stx-labs/stacks.js/commits)

Updates `@stacks/transactions` from 7.2.0 to 7.3.1
- [Release notes](https://github.com/stx-labs/stacks.js/releases)
- [Changelog](https://github.com/stx-labs/stacks.js/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stx-labs/stacks.js/commits)

Updates `commander` from 14.0.2 to 14.0.3
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v14.0.2...v14.0.3)

Updates `eta` from 3.5.0 to 4.5.0
- [Release notes](https://github.com/bgub/eta/releases)
- [Changelog](https://github.com/bgub/eta/blob/main/CHANGELOG.md)
- [Commits](bgub/eta@v3.5.0...v4.5.0)

Updates `ora` from 8.2.0 to 9.1.0
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v8.2.0...v9.1.0)

Updates `@types/bun` from 1.3.1 to 1.3.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun)

Updates `@types/node` from 24.10.0 to 25.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `bun-types` from 1.3.1 to 1.3.8
- [Release notes](https://github.com/oven-sh/bun/releases)
- [Commits](https://github.com/oven-sh/bun/commits/bun-v1.3.8/packages/bun-types)

Updates `tsup` from 8.5.0 to 8.5.1
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](egoist/tsup@v8.5.0...v8.5.1)

---
updated-dependencies:
- dependency-name: "@stacks/blockchain-api-client"
  dependency-version: 8.13.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@stacks/connect"
  dependency-version: 8.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@stacks/encryption"
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@stacks/stacking"
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@stacks/transactions"
  dependency-version: 7.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: commander
  dependency-version: 14.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eta
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: ora
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@types/bun"
  dependency-version: 1.3.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: bun-types
  dependency-version: 1.3.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tsup
  dependency-version: 8.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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 Feb 2, 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