Skip to content

chore(deps-dev): Bump @stacks/clarinet-sdk from 3.23.2 to 3.24.0 in the minor-and-patch group across 1 directory - #71

Merged
mattglory merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-f78c33dde9
Sep 22, 2026
Merged

mattglory merged 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-f78c33dde9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 1 update in the / directory: @stacks/clarinet-sdk.

Updates @stacks/clarinet-sdk from 3.23.2 to 3.24.0

Release notes

Sourced from @​stacks/clarinet-sdk's releases.

v3.24.0

✨ New Features

  • simnet:
    • Post-conditions in simnet (#2517) (1f102919)
    • Track account nonces in simnet (#2498) (e054f82c)
  • clarity-vscode:
    • SDK debug adapter (#2483) (50ee217c)
    • Log LSP notification timings (#2532) (08f1a6c7)
  • Add keyed events to event observer config (#2523) (4bb1877d)

🐛 Bug Fixes

  • devnet:
    • Deploy contracts and fund sBTC when booting from a snapshot (#2529) (0f65c856)
    • Epoch 4 snapshotting (#2507) (f26cc288)
    • sBTC funding (#2513) (45340efd)
    • Update pox-5 Clarity contract (#2510) (30cdeb66)
  • clarity-vscode:
    • Load the browser LSP Wasm from extensionUri (#2522) (fb76bb55, 58f4c6da)
    • Package browser Wasm, stop emitting async chunks (#2520) (d357dba6)

➰ Refactors

  • Better universal print macros (#2512) (60edfd44)

🧹 Chores

  • deps:
    • Bump vscode-languageclient to 10.1.1 (#2533) (2277f9b2)
    • Drop node-fetch (#2524) (fe0a7d3f)
    • Remove a couple unused dependencies (#2526) (11e41e01)
    • Upgrade sdk dependencies (#2519) (70d91f5a)
    • Upgrade npm dependencies (#2521) (9a30e3d4)
Changelog

Sourced from @​stacks/clarinet-sdk's changelog.

3.24.0 (2026-09-10)

New Features
  • simnet:
    • Post-conditions in simnet (#2517) (1f102919)
    • Track account nonces in simnet (#2498) (e054f82c)
  • clarity-vscode:
    • SDK debug adapter (#2483) (50ee217c)
    • Log LSP notification timings (#2532) (08f1a6c7)
  • Add keyed events to event observer config (#2523) (4bb1877d)
Bug Fixes
  • devnet:
    • Deploy contracts and fund sBTC when booting from a snapshot (#2529) (0f65c856)
    • Epoch 4 snapshotting (#2507) (f26cc288)
    • sBTC funding (#2513) (45340efd)
    • Update pox-5 Clarity contract (#2510) (30cdeb66)
  • clarity-vscode:
    • Load the browser LSP Wasm from extensionUri (#2522) (fb76bb55, 58f4c6da)
    • Package browser Wasm, stop emitting async chunks (#2520) (d357dba6)
Refactors
  • Better universal print macros (#2512) (60edfd44)
Chores
  • deps:
    • Bump vscode-languageclient to 10.1.1 (#2533) (2277f9b2)
    • Drop node-fetch (#2524) (fe0a7d3f)
    • Remove a couple unused dependencies (#2526) (11e41e01)
    • Upgrade sdk dependencies (#2519) (70d91f5a)
    • Upgrade npm dependencies (#2521) (9a30e3d4)
Commits

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 <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

Bumps the minor-and-patch group with 1 update in the / directory: [@stacks/clarinet-sdk](https://github.com/stx-labs/clarinet).


Updates `@stacks/clarinet-sdk` from 3.23.2 to 3.24.0
- [Release notes](https://github.com/stx-labs/clarinet/releases)
- [Changelog](https://github.com/stx-labs/clarinet/blob/main/CHANGELOG.md)
- [Commits](stx-labs/clarinet@v3.23.2...v3.24.0)

---
updated-dependencies:
- dependency-name: "@stacks/clarinet-sdk"
  dependency-version: 3.24.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

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 Sep 22, 2026
@vercel

vercel Bot commented Sep 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
web Ready Ready Preview Sep 22, 2026 3:24am UTC

Request Review

@mattglory mattglory left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified independently: merged cleanly with the other two open Dependabot PRs in one worktree, no conflicts. Root suite 254/254, clarinet check 211/0, root npm audit 0 vulnerabilities. Web: fresh npm ci, next build clean (Next 16.3.5, React 19.3.0, TypeScript OK, all 6 routes prerender), postcss-selector-parser resolves to 6.1.4.

@mattglory
mattglory merged commit 0349b08 into main Sep 22, 2026
7 checks passed
@mattglory
mattglory deleted the dependabot/npm_and_yarn/minor-and-patch-f78c33dde9 branch September 22, 2026 17:18

This branch was successfully deployed

1 active deployment
Preview 6865445c Deployed Sep 22, 2026 by vercel[bot]
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.

1 participant