Skip to content

build(deps): bump the npm-packages group across 1 directory with 9 updates - #220

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-packages-d317d22a5d
Open

build(deps): bump the npm-packages group across 1 directory with 9 updates#220
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-packages-d317d22a5d

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-packages group with 9 updates in the / directory:

Package From To
prettier 3.8.4 3.9.6
typescript 6.0.3 7.0.2
@types/node 25.9.5 26.4.1
vitest 4.1.11 5.0.0
@polkadot-api/substrate-bindings 0.20.3 0.21.1
@polkadot-labs/hdkd 0.0.28 0.0.32
@polkadot-labs/hdkd-helpers 0.0.30 0.0.34
polkadot-api 2.2.2 3.1.0
nanoevents 9.1.0 10.0.0

Updates prettier from 3.8.4 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits

Updates typescript from 6.0.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 7.0.2

https://devblogs.microsoft.com/typescript/announcing-typescript-7-0/

This tag was originally released at: https://github.com/microsoft/typescript-go/releases/tag/typescript%2Fv7.0.2

Commits
  • 1e4744d Merge branch 'main' into ts7-release
  • a5a219cmicrosoft/typescript-go#4558
  • ecfe30d Update status localization
  • 5de25b5 Hide executable name in TypeScript status
  • d7ce74a Show bundled TypeScript version for packaged servers
  • 29be66a Correct TS 7 release version to 7.0.2
  • ed2bd1b Merge branch 'main' into ts7-release
  • 8873075 Bump the github-actions group across 1 directory with 3 updates (microsoft/ty...
  • 9427131 Set up stable / nightly extension split, other prep (microsoft/typescript-go#...
  • d4eaca5microsoft/typescript-go#4549
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


Updates @types/node from 25.9.5 to 26.4.1

Commits

Updates vitest from 4.1.11 to 5.0.0

Release notes

Sourced from vitest's releases.

v5.0.0

Vitest 5 is officially out! This release focuses on performance and brings a lot of new features while fixing long-standing bugs. See our blog post for the official announcement.

   🚨 Breaking Changes

... (truncated)

Commits
  • f441c6f chore: release v5.0.0 (#11130)
  • d46a747 fix: treat test.describe as a suite during static collection (#11128)
  • 584cf30 fix: add a warning if inline project has duplicate plugins due to unexpected ...
  • f08ce4b fix: apply queued mocks from doMock() in queue order (fixes #10706) (#11127)
  • 897f51f chore: release v5.0.0-rc.4 (#11107)
  • 1339b06 chore(deps): update all non-major dependencies (#11104)
  • 51e9494 feat!: parse files statically in vitest list by default (#11088)
  • 2122ffd fix: propagate --maxWorkers to projects (#11102)
  • dc10f5f fix(browser): report the action error when a task times out (#11101)
  • d4fe198 feat: promote clearCache out of experimental (#11086)
  • Additional commits viewable in compare view

Updates @polkadot-api/substrate-bindings from 0.20.3 to 0.21.1

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​polkadot-api/substrate-bindings since your current version.


Updates @polkadot-labs/hdkd from 0.0.28 to 0.0.32

Release notes

Sourced from @​polkadot-labs/hdkd's releases.

hdkd-helpers: v0.0.32

0.0.32 (2026-08-13)

Miscellaneous Chores

  • deps-dev: bump @​biomejs/biome from 2.5.3 to 2.5.4 (#987) (02a3241)
  • deps: bump @​noble/hashes from 2.2.0 to 2.3.0 (#1013) (a2a4ce1)
  • deps: bump @​scure/base from 2.2.0 to 2.3.0 (#1016) (1246159)
  • deps: bump @​scure/sr25519 from 2.2.0 to 2.3.0 (#1017) (6268d99)

hdkd: v0.0.32

0.0.32 (2026-09-06)

Miscellaneous Chores

hdkd-helpers: v0.0.31

0.0.31 (2026-07-05)

Miscellaneous Chores

  • deps-dev: bump typescript from 5.9.3 to 6.0.3 (#914) (98ec67d)
  • deps: bump @​scure/sr25519 from 1.0.0 to 2.2.0 (#920) (5f601e1)

hdkd: v0.0.31

0.0.31 (2026-08-16)

Miscellaneous Chores

  • deps: bump @​noble/curves from 2.2.0 to 2.3.0 (#1014) (e0b5b0a)

hdkd-helpers: v0.0.30

0.0.30 (2026-04-22)

Miscellaneous Chores

  • deps: bump @​scure/base from 2.0.0 to 2.2.0 (#916) (0f92087)

hdkd: v0.0.30

0.0.30 (2026-08-13)

Miscellaneous Chores

... (truncated)

Commits
  • 181ca12 chore: release main (#1020)
  • 1c98a4b chore(deps): bump @​noble/hashes from 2.3.0 to 2.4.0 (#1032)
  • fadf543 chore(deps-dev): bump lint-staged from 17.3.0 to 17.4.1 (#1030)
  • 6e60556 chore(deps): bump @​noble/curves from 2.3.0 to 2.4.0 (#1031)
  • 09137e9 chore(deps): bump @​scure/base from 2.3.0 to 2.4.0 (#1034)
  • 3dd180a chore(deps): bump @​scure/sr25519 from 2.3.0 to 2.4.0 (#1035)
  • 7903898 chore(deps-dev): bump @​biomejs/biome from 2.5.10 to 2.5.11 (#1033)
  • ebca6ad chore(deps-dev): bump turbo from 2.10.11 to 2.10.12 (#1029)
  • 09a66d3 chore(deps-dev): bump @​types/react-dom from 19.2.4 to 19.2.5 (#1028)
  • 90427c4 chore(deps-dev): bump @​biomejs/biome from 2.5.9 to 2.5.10 (#1027)
  • Additional commits viewable in compare view

Updates @polkadot-labs/hdkd-helpers from 0.0.30 to 0.0.34

Release notes

Sourced from @​polkadot-labs/hdkd-helpers's releases.

hdkd-helpers: v0.0.34

0.0.34 (2026-09-06)

Miscellaneous Chores

  • add badges to READMEs (#1019) (d0c329b)
  • deps: bump @​noble/curves from 2.3.0 to 2.4.0 (#1031) (6e60556)
  • deps: bump @​noble/hashes from 2.3.0 to 2.4.0 (#1032) (1c98a4b)
  • deps: bump @​scure/base from 2.3.0 to 2.4.0 (#1034) (09137e9)
  • deps: bump @​scure/sr25519 from 2.3.0 to 2.4.0 (#1035) (3dd180a)

hdkd-helpers: v0.0.33

0.0.33 (2026-08-16)

Miscellaneous Chores

  • deps: bump @​noble/curves from 2.2.0 to 2.3.0 (#1014) (e0b5b0a)

hdkd-helpers: v0.0.32

0.0.32 (2026-08-13)

Miscellaneous Chores

  • deps-dev: bump @​biomejs/biome from 2.5.3 to 2.5.4 (#987) (02a3241)
  • deps: bump @​noble/hashes from 2.2.0 to 2.3.0 (#1013) (a2a4ce1)
  • deps: bump @​scure/base from 2.2.0 to 2.3.0 (#1016) (1246159)
  • deps: bump @​scure/sr25519 from 2.2.0 to 2.3.0 (#1017) (6268d99)

hdkd: v0.0.32

0.0.32 (2026-09-06)

Miscellaneous Chores

hdkd-helpers: v0.0.31

0.0.31 (2026-07-05)

Miscellaneous Chores

  • deps-dev: bump typescript from 5.9.3 to 6.0.3 (#914) (98ec67d)
  • deps: bump @​scure/sr25519 from 1.0.0 to 2.2.0 (#920) (5f601e1)

hdkd: v0.0.31

... (truncated)

Commits
  • 181ca12 chore: release main (#1020)
  • 1c98a4b chore(deps): bump @​noble/hashes from 2.3.0 to 2.4.0 (#1032)
  • fadf543 chore(deps-dev): bump lint-staged from 17.3.0 to 17.4.1 (#1030)
  • 6e60556 chore(deps): bump @​noble/curves from 2.3.0 to 2.4.0 (#1031)
  • 09137e9 chore(deps): bump @​scure/base from 2.3.0 to 2.4.0 (#1034)
  • 3dd180a chore(deps): bump @​scure/sr25519 from 2.3.0 to 2.4.0 (#1035)
  • 7903898 chore(deps-dev): bump @​biomejs/biome from 2.5.10 to 2.5.11 (#1033)
  • ebca6ad chore(deps-dev): bump turbo from 2.10.11 to 2.10.12 (#1029)
  • 09a66d3 chore(deps-dev): bump @​types/react-dom from 19.2.4 to 19.2.5 (#1028)
  • 90427c4 chore(deps-dev): bump @​biomejs/biome from 2.5.9 to 2.5.10 (#1027)
  • Additional commits viewable in compare view

Updates polkadot-api from 2.2.2 to 3.1.0

Release notes

Sourced from polkadot-api's releases.

polkadot-api@3.1.0

Added

  • Add missing OfflineApi export

Fixed

  • CLI:
    • Add support for per-chain whitelist in compilation cache

polkadot-api@3.0.0

PAPI v3 gives first-class support for general transactions (extrinsic v5). Check out the docs for a migration guide from v2: https://papi.how/v3migration

Changed

  • BREAKING: Transactions now use TxCreators. The sign, signAndSubmit, and signSubmitAndWatch methods have been replaced by create, createAndSubmit, and createSubmitAndWatch.
  • BREAKING: getPaymentInfo and getEstimatedFees now take a TxCreator instead of an account address or public key.
  • BREAKING: Offline transaction entries now use create instead of sign.
  • BREAKING: ChainDefinition now includes all extensions and descriptors include "non-default extensions"
  • BREAKING: Renamed polkadot-api/signer to polkadot-api/tx-creator
  • BREAKING: Split TxEvent { type: 'txBestBlocksState', found: boolean } into inBestBlock and notInBestBlock
  • BREAKING: Replace TxEvent type: 'signed' for type: 'created'

Added

  • Add txCreatorBindings to APIs.
  • getFakeTxCreator export
Commits

Updates nanoevents from 9.1.0 to 10.0.0

Release notes

Sourced from nanoevents's releases.

10.0.0

  • Added npm provenance.
  • Added EventsMap and DefaultEvents exports.
  • Dropped Node.js 18 and 20 support.
Changelog

Sourced from nanoevents's changelog.

10.0.0

  • Added npm provenance.
  • Added EventsMap and DefaultEvents exports.
  • Dropped Node.js 18 and 20 support.
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for nanoevents 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 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

…dates

Bumps the npm-packages group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.5` | `26.4.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.11` | `5.0.0` |
| [@polkadot-api/substrate-bindings](https://github.com/polkadot-api/polkadot-api) | `0.20.3` | `0.21.1` |
| [@polkadot-labs/hdkd](https://github.com/polkadot-labs/hdkd) | `0.0.28` | `0.0.32` |
| [@polkadot-labs/hdkd-helpers](https://github.com/polkadot-labs/hdkd) | `0.0.30` | `0.0.34` |
| [polkadot-api](https://github.com/polkadot-api/polkadot-api) | `2.2.2` | `3.1.0` |
| [nanoevents](https://github.com/ai/nanoevents) | `9.1.0` | `10.0.0` |



Updates `prettier` from 3.8.4 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.4...3.9.6)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.3...v7.0.2)

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

Updates `vitest` from 4.1.11 to 5.0.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v5.0.0/packages/vitest)

Updates `@polkadot-api/substrate-bindings` from 0.20.3 to 0.21.1
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

Updates `@polkadot-labs/hdkd` from 0.0.28 to 0.0.32
- [Release notes](https://github.com/polkadot-labs/hdkd/releases)
- [Commits](polkadot-labs/hdkd@hdkd-v0.0.28...hdkd-v0.0.32)

Updates `@polkadot-labs/hdkd-helpers` from 0.0.30 to 0.0.34
- [Release notes](https://github.com/polkadot-labs/hdkd/releases)
- [Commits](polkadot-labs/hdkd@hdkd-v0.0.30...hdkd-helpers-v0.0.34)

Updates `polkadot-api` from 2.2.2 to 3.1.0
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/compare/polkadot-api@2.2.2...polkadot-api@3.1.0)

Updates `nanoevents` from 9.1.0 to 10.0.0
- [Release notes](https://github.com/ai/nanoevents/releases)
- [Changelog](https://github.com/ai/nanoevents/blob/main/CHANGELOG.md)
- [Commits](ai/nanoevents@9.1.0...10.0.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: "@types/node"
  dependency-version: 26.4.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: vitest
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: "@polkadot-api/substrate-bindings"
  dependency-version: 0.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-packages
- dependency-name: "@polkadot-labs/hdkd"
  dependency-version: 0.0.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: "@polkadot-labs/hdkd-helpers"
  dependency-version: 0.0.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-packages
- dependency-name: polkadot-api
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
- dependency-name: nanoevents
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants