Skip to content

chore(deps)(deps): bump the all-dependencies group across 1 directory with 179 updates#28

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-5bb97515c3
Open

chore(deps)(deps): bump the all-dependencies group across 1 directory with 179 updates#28
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-dependencies-5bb97515c3

Conversation

@dependabot
Copy link

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

Bumps the all-dependencies group with 21 updates in the / directory:

Package From To
@changesets/cli 2.29.7 2.29.8
@types/node 24.10.0 24.10.9
lint-staged 16.2.6 16.2.7
typedoc 0.28.14 0.28.16
vitest 4.0.7 4.0.18
@cosmjs/tendermint-rpc 0.36.0 0.38.1
cosmjs-types 0.10.1 0.11.0
fastify 5.6.1 5.7.2
pg 8.16.3 8.18.0
@types/pg 8.15.6 8.16.0
winston 3.18.3 3.19.0
@eslint/js 9.39.1 9.39.2
@stylistic/eslint-plugin 5.5.0 5.7.1
eslint 9.39.1 9.39.2
tsdown 0.16.0 0.20.1
typescript-eslint 8.46.3 8.54.0
@cosmjs/encoding 0.36.0 0.38.1
@cosmjs/proto-signing 0.36.0 0.38.1
json-with-bigint 3.4.4 3.5.3
lru-cache 11.2.2 11.2.5
fs-extra 11.3.2 11.3.3

Updates @changesets/cli from 2.29.7 to 2.29.8

Commits

Updates @types/node from 24.10.0 to 24.10.9

Commits

Updates lint-staged from 16.2.6 to 16.2.7

Release notes

Sourced from lint-staged's releases.

v16.2.7

Patch Changes

  • #1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.
Changelog

Sourced from lint-staged's changelog.

16.2.7

Patch Changes

  • #1711 ef74c8d Thanks @​iiroj! - Do not display a "failed to spawn" error message when a task fails normally. This message is reserved for when the task didn't run because spawning it failed.
Commits
  • 0c1b000 chore(changeset): release
  • 595b202 build(deps): update dependencies
  • ef74c8d fix: do display "failed to spawn" message when task fails normally
  • 5cf2a1e style: do not autofix when running lint-staged
  • ba40012 chore: drop npx from commit-msg hook
  • d67de9a chore: fix pre-push hook usage with changeset
  • 8017d1d build(deps): update dependencies
  • 922d7f4 ci: remove dependabot integration, it's not useful
  • 6aeeef1 docs: add PR template
  • a5728b5 docs: add AGENTS.md
  • Additional commits viewable in compare view

Updates typedoc from 0.28.14 to 0.28.16

Release notes

Sourced from typedoc's releases.

v0.28.16

Bug Fixes

  • Fixed an issue causing TypeDoc to fail to generate documentation when implementing interfaces, #3052.
  • Fixed an issue preventing automatic entry point discovery on Windows, #3057.
  • Improved vertical positioning of text icons, #3056.
  • TypeDoc no longer includes source location information for type literal reflections. This could sometimes cause TypeDoc to infer the wrong path when resolving base paths for display.
  • Adjusted markdown rendering to allow markdownItLoader to override more rendering #3055.

Features

  • Added support for regions for @include in .tsx, .cjs, and .mjs file references #3048.
  • Comments for TS-in-JS @typedef tags may now specify modifier tags with the inline tag syntax {@mod}. This makes it possible to add modifier tags to these members, which previously was not possible as TypeScript's parsing stops for these members at the next non-braced tag, #2916 and #3050.
  • A typedoc-config.schema.json is now included in the root of the package with a JSON schema for TypeDoc's configuration file. The schema for the latest version is also published at https://typedoc.org/schema.json and will automatically be picked up when writing typedoc.json files if you are using VSCode, #3054.

Thanks!

v0.28.15

Features

  • The gitRevision option now accepts the special value {branch}, which indicates source links should use the current git branch for links, #3041.
  • Introduced validation.invalidPath for suppressing warnings caused by referencing relative paths which do not exist when building the documentation, #3033.
  • API: Introduced Logger.validationWarning for validation which occurs during conversion rather than during TypeDoc's normal validation step, #3033.
Changelog

Sourced from typedoc's changelog.

v0.28.16 (2026-01-12)

Bug Fixes

  • Fixed an issue causing TypeDoc to fail to generate documentation when implementing interfaces, #3052.
  • Fixed an issue preventing automatic entry point discovery on Windows, #3057.
  • Improved vertical positioning of text icons, #3056.
  • TypeDoc no longer includes source location information for type literal reflections. This could sometimes cause TypeDoc to infer the wrong path when resolving base paths for display.
  • Adjusted markdown rendering to allow markdownItLoader to override more rendering #3055.

Features

  • Added support for regions for @include in .tsx, .cjs, and .mjs file references #3048.
  • Comments for TS-in-JS @typedef tags may now specify modifier tags with the inline tag syntax {@mod}. This makes it possible to add modifier tags to these members, which previously was not possible as TypeScript's parsing stops for these members at the next non-braced tag, #2916 and #3050.
  • A typedoc-config.schema.json is now included in the root of the package with a JSON schema for TypeDoc's configuration file. The schema for the latest version is also published at https://typedoc.org/schema.json and will automatically be picked up when writing typedoc.json files if you are using VSCode, #3054.

Thanks!

v0.28.15 (2025-11-29)

Features

  • The gitRevision option now accepts the special value {branch}, which indicates source links should use the current git branch for links, #3041.
  • Introduced validation.invalidPath for suppressing warnings caused by referencing relative paths which do not exist when building the documentation, #3033.
  • API: Introduced Logger.validationWarning for validation which occurs during conversion rather than during TypeDoc's normal validation step, #3033.
Commits
Maintainer changes

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


Updates vitest from 4.0.7 to 4.0.18

Release notes

Sourced from vitest's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.17

   🚀 Experimental Features

   🐞 Bug Fixes

... (truncated)

Commits

Updates @cosmjs/tendermint-rpc from 0.36.0 to 0.38.1

Release notes

Sourced from @​cosmjs/tendermint-rpc's releases.

0.38.0

Highlights in this release

  • Add Support for dynamic gas price (via feemarket or Osmosis)
  • Add support for Cosmos EVM key handling and signing
  • Add support ts-proto v2 code generation
  • Decimal type now supports negative values

Housekeeping

  • Use ReadonlyDate from readonly-date-esm
  • Remove Tendermint 0.34 client
  • Rename package @​cosmjs/cosmwasm-stargate to @​cosmjs/cosmwasm

Important notes

  • Users now require TypeScript 5.7+ since we return Uint8Array generics whenever possible
  • This is the last version that supports Node.js 20. Please upgrade to version 22 or 24.

Changelog: https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md#0380---2025-12-30 All changes: cosmos/cosmjs@v0.37.0...v0.38.0

0.37.0

Highlights in this release

  • Add client for CometBFT 1.x (Comet1Client)
  • Modernize dependencies to reduce bundle size and reliability
  • Set exports field to all packages. This prevents users from importing non-public interfaces and prepares for and ESM world.
  • Deprecate executeKdf from both @​cosmjs/amino and @​cosmjs/proto-signing as wallet encryption will be removed (cosmos/cosmjs#1796).

Changelog: https://github.com/cosmos/cosmjs/blob/main/CHANGELOG.md#0370---2025-10-29 All changes: cosmos/cosmjs@v0.36.1...v0.37.0

Changelog

Sourced from @​cosmjs/tendermint-rpc's changelog.

[0.38.1] - 2025-12-31

  • Bring back main/types fields for bundlephobia support. (#1942)

#1942: cosmos/cosmjs#1942

[0.38.0] - 2025-12-30

Added

  • @​cosmjs/encoding: Add fixUint8Array which takes an Uint8Array<ArrayBufferLike> and returns Uint8Array<ArrayBuffer>. This can be used in cases where a data source returns an Uint8Array without specifying the buffer type but you need an ArrayBuffer. Internally it might perform a copy but in the vast majority of cases it will just change the type after ensuring ArrayBuffer is used. (#1883)
  • @​cosmjs/math: Add Decimal.adjustFractionalDigits which allows you to change the fractional digits of a Decimal without changing its value. (#1916)
  • @​cosmjs/stargate, @​cosmjs/cosmwasm-stargate: Add option to configure dynamic gas price in SigningCosmWasmClientOptions and SigningStargateClientOptions using the DynamicGasPriceConfig interface for gasPrice. This then uses Osmosis' EIP-1559 implementation or the Skip fee market module to get the gas price from the chain. (#1926)
  • @​cosmjs/cosmwasm-stargate: Add the ability to specify a custom account parser for CosmWasmClient. (#1928)
  • Add support for Cosmos EVM key handling and signing. (#1932)
  • @​cosmjs/proto-signing: Add support for ts-proto v2 through the newly added TsProto2GeneratedType interface. As long as the existing TsProtoGeneratedType is not removed, ts-proto v1 remains supported. (#1613)

#1613: cosmos/cosmjs#1613 #1883: cosmos/cosmjs#1883 #1916: cosmos/cosmjs#1916 #1926: cosmos/cosmjs#1926 #1928: cosmos/cosmjs#1928 #1932: cosmos/cosmjs#1932

Changed

  • all: return Uint8Array<ArrayBuffer> instead of Uint8Array = Uint8Array<ArrayBufferLike> whenever CosmJS creates binary data for users. This allows users to stick it into APIs that require ArrayBuffer such as many APIs from Subtle crypto. You can still assign Uint8Array<ArrayBuffer> to any Uint8Array in an existing codebase like this:

    const myVar: Uint8Array = fromHex("aabb");

... (truncated)

Commits
  • c1e00ef Set version 0.38.1
  • 9d9e735 Bring back main/types fields for bundlephobia support (#1942)
  • 37377b7 Fix @​cosmjs/cosmwasm package name in README
  • b28d7d8 Set version 0.38.0
  • 27b7de9 Update some credits
  • e232235 Merge pull request #1934 from cosmos/spliteria
  • 3cc8083 Rename renaming libsodum module to ed25519
  • 6bf92d6 Pull Xchacha20poly1305 code out of libsodium module
  • b82b285 Pull argon2 code out of libsolium module
  • 02592ac Set version 0.38.0-rc.1
  • Additional commits viewable in compare view

Updates cosmjs-types from 0.10.1 to 0.11.0

Changelog

Sourced from cosmjs-types's changelog.

[0.11.0] - 2025-11-22

  • Migrate from @​cosmology/telescope to @​hyperweb/telescope.

  • Set exports field in package.json. This disallows importing paths with are not explicitly exported. In case you used the import style with file extension, you need to convert to the extension-less style:

    -import { TxRaw } from "cosmjs-types/cosmos/tx/v1beta1/tx.js"
    +import { TxRaw } from "cosmjs-types/cosmos/tx/v1beta1/tx"
  • The TypeScript build target and lib is now ES2022, analogue to CosmJS 0.35.

  • Upgrade types

    • Cosmos SDK to 0.53.4
    • ibc-go to 0.10.3
    • wasmd 0.61.6
Commits
  • e84d3cc Set version 0.11.0
  • b86e0f3 Merge pull request #113 from dynst/exports-block-js
  • 7ede971 Merge pull request #115 from dynst/node-minimum
  • ca7716d document minimum supported nodejs version
  • 0dd0a7b explicitly forbid .js exports
  • 617cd6a Set version 0.11.0-rc.0
  • 90c3895 Merge pull request #111 from cosmos/update-deps
  • 946e505 Use autoFixUndefinedEnumDefault to fix utf8Validation default
  • b54d8f0 Automatically remove stray semicolons
  • f43e2ea Re-generate
  • Additional commits viewable in compare view

Updates fastify from 5.6.1 to 5.7.2

Release notes

Sourced from fastify's releases.

v5.7.2

⚠️ Notice ⚠️

Parsing of the content-type header has been improved to a strict parser in PR #6414. This means only header values in the form described in RFC 9110 are accepted.

What's Changed

New Contributors

Full Changelog: fastify/fastify@v5.7.1...v5.7.2

v5.7.1

What's Changed

Full Changelog: fastify/fastify@v5.7.0...v5.7.1

v5.7.0

What's Changed

... (truncated)

Commits

Updates pg from 8.16.3 to 8.18.0

Changelog

Sourced from pg's changelog.

pg@8.18.0

pg@8.17.0

  • Throw correct error if database URL parsing fails.

pg@8.16.0

pg@8.15.0

  • Add support for esm importing. CommonJS importing is still also supported.

pg@8.14.0

pg@8.13.0

pg@8.12.0

pg-pool@8.10.0

  • Emit release event when client is returned to the pool.

pg@8.9.0

pg@8.8.0

pg-pool@3.5.0

... (truncated)

Commits

Updates @types/pg from 8.15.6 to 8.16.0

Commits

Updates winston from 3.18.3 to 3.19.0

Release notes

Sourced from winston's releases.

v3.19.0

  • Run npm audit fix e7ccdc4
  • Don&#39;t include jest.config.js in npm package 5a63c8c
  • fix: append error cause when using logger.child() (#2467) e74a7ae
  • Bump rimraf from 5.0.1 to 5.0.10 (#2517) 8a956fd
  • fix: ensure File transport flushes all data before emitting finish (#2594) 86c890f
  • Bump actions/setup-node from 4 to 6 (#2589) 3b8be02
  • Bump @​babel/core from 7.28.0 to 7.28.5 (#2591) f4c3e2c
  • Bump actions/checkout from 4 to 6 (#2593) dd7906e
  • chore: migrate test runner from mocha to jest (#2567) 2e9eb18

winstonjs/winston@v3.18.3...v3.19.0

Commits

Updates @eslint/js from 9.39.1 to 9.39.2

Release notes

Sourced from @​eslint/js's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)
Commits

Updates @stylistic/eslint-plugin from 5.5.0 to 5.7.1

Release notes

Sourced from @​stylistic/eslint-plugin's releases.

v5.7.1

5.7.1 (2026-01-23)

Bug Fixes

  • add meta to plugin (#1102) (f9d8a21)
  • deps: revert eslint-visitor-keys and espree to compatible versions (#1111) (572f1ab)
  • disable-legacy: disable multiline-comment-style (#1103) (03fc476)
  • no-whitespace-before-property: detect whitespace in TSIndexedAccessType with parens (#1099) (60aafcb)
  • upgrade deps (#1112) (29a1d0a)

Documentation

Chores

  • extract safeReplaceTextBetween to reuse common fix logic (#1104) (

… with 179 updates

Bumps the all-dependencies group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.29.7` | `2.29.8` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.0` | `24.10.9` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.6` | `16.2.7` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.14` | `0.28.16` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.7` | `4.0.18` |
| [@cosmjs/tendermint-rpc](https://github.com/cosmos/cosmjs) | `0.36.0` | `0.38.1` |
| [cosmjs-types](https://github.com/confio/cosmjs-types) | `0.10.1` | `0.11.0` |
| [fastify](https://github.com/fastify/fastify) | `5.6.1` | `5.7.2` |
| [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) | `8.16.3` | `8.18.0` |
| [@types/pg](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg) | `8.15.6` | `8.16.0` |
| [winston](https://github.com/winstonjs/winston) | `3.18.3` | `3.19.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.39.1` | `9.39.2` |
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) | `5.5.0` | `5.7.1` |
| [eslint](https://github.com/eslint/eslint) | `9.39.1` | `9.39.2` |
| [tsdown](https://github.com/rolldown/tsdown) | `0.16.0` | `0.20.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.3` | `8.54.0` |
| [@cosmjs/encoding](https://github.com/cosmos/cosmjs) | `0.36.0` | `0.38.1` |
| [@cosmjs/proto-signing](https://github.com/cosmos/cosmjs) | `0.36.0` | `0.38.1` |
| [json-with-bigint](https://github.com/Ivan-Korolenko/json-with-bigint) | `3.4.4` | `3.5.3` |
| [lru-cache](https://github.com/isaacs/node-lru-cache) | `11.2.2` | `11.2.5` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.2` | `11.3.3` |



Updates `@changesets/cli` from 2.29.7 to 2.29.8
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/commits)

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

Updates `lint-staged` from 16.2.6 to 16.2.7
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.2.6...v16.2.7)

Updates `typedoc` from 0.28.14 to 0.28.16
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.28.14...v0.28.16)

Updates `vitest` from 4.0.7 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)

Updates `@cosmjs/tendermint-rpc` from 0.36.0 to 0.38.1
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/v0.38.1/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmjs/compare/v0.36.0...v0.38.1)

Updates `cosmjs-types` from 0.10.1 to 0.11.0
- [Changelog](https://github.com/cosmos/cosmjs-types/blob/main/CHANGELOG.md)
- [Commits](https://github.com/confio/cosmjs-types/compare/v0.10.1...v0.11.0)

Updates `fastify` from 5.6.1 to 5.7.2
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](https://github.com/fastify/fastify/compare/v5.6.1...v5.7.2)

Updates `pg` from 8.16.3 to 8.18.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.18.0/packages/pg)

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

Updates `winston` from 3.18.3 to 3.19.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.18.3...v3.19.0)

Updates `@eslint/js` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `@stylistic/eslint-plugin` from 5.5.0 to 5.7.1
- [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases)
- [Changelog](https://github.com/eslint-stylistic/eslint-stylistic/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v5.7.1/packages/eslint-plugin)

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

Updates `eslint` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.39.1...v9.39.2)

Updates `tsdown` from 0.16.0 to 0.20.1
- [Release notes](https://github.com/rolldown/tsdown/releases)
- [Commits](https://github.com/rolldown/tsdown/compare/v0.16.0...v0.20.1)

Updates `typescript-eslint` from 8.46.3 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-eslint)

Updates `@cosmjs/encoding` from 0.36.0 to 0.38.1
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/v0.38.1/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmjs/compare/v0.36.0...v0.38.1)

Updates `@cosmjs/proto-signing` from 0.36.0 to 0.38.1
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/v0.38.1/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmjs/compare/v0.36.0...v0.38.1)

Updates `json-with-bigint` from 3.4.4 to 3.5.3
- [Commits](https://github.com/Ivan-Korolenko/json-with-bigint/commits)

Updates `lru-cache` from 11.2.2 to 11.2.5
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-lru-cache/compare/v11.2.2...v11.2.5)

Updates `fs-extra` from 11.3.2 to 11.3.3
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.3.2...11.3.3)

Updates `@babel/generator` from 7.28.5 to 8.0.0-beta.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v8.0.0-beta.4/packages/babel-generator)

Updates `@babel/helper-string-parser` from 7.27.1 to 8.0.0-rc.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v8.0.0-rc.1/packages/babel-helper-string-parser)

Updates `@babel/helper-validator-identifier` from 7.28.5 to 8.0.0-rc.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v8.0.0-rc.1/packages/babel-helper-validator-identifier)

Updates `@babel/parser` from 7.28.5 to 8.0.0-beta.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v8.0.0-beta.4/packages/babel-parser)

Updates `@babel/runtime` from 7.28.4 to 7.28.6
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-runtime)

Updates `@babel/types` from 7.28.5 to 8.0.0-beta.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v8.0.0-beta.4/packages/babel-types)

Updates `@changesets/apply-release-plan` from 7.0.13 to 7.0.14
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/commits)

Updates `@changesets/config` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/commits)

Updates `@changesets/get-release-plan` from 4.0.13 to 4.0.14
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/commits)

Updates `@changesets/parse` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/parse@0.4.1...bolt-check@0.4.2)

Updates `@changesets/read` from 0.6.5 to 0.6.6
- [Release notes](https://github.com/changesets/changesets/releases)
- [Commits](https://github.com/changesets/changesets/commits)

Updates `@cosmjs/amino` from 0.36.0 to 0.38.1
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/v0.38.1/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmjs/compare/v0.36.0...v0.38.1)

Updates `@cosmjs/crypto` from 0.36.0 to 0.38.1
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/v0.38.1/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmjs/compare/v0.36.0...v0.38.1)

Updates `@cosmjs/json-rpc` from 0.36.0 to 0.38.1
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/v0.38.1/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmjs/compare/v0.36.0...v0.38.1)

Updates `@cosmjs/math` from 0.36.0 to 0.38.1
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/v0.38.1/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmjs/compare/v0.36.0...v0.38.1)

Updates `@cosmjs/socket` from 0.36.0 to 0.38.1
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/v0.38.1/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmjs/compare/v0.36.0...v0.38.1)

Updates `@cosmjs/stream` from 0.36.0 to 0.38.1
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/v0.38.1/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmjs/compare/v0.36.0...v0.38.1)

Updates `@cosmjs/utils` from 0.36.0 to 0.38.1
- [Release notes](https://github.com/cosmos/cosmjs/releases)
- [Changelog](https://github.com/cosmos/cosmjs/blob/v0.38.1/CHANGELOG.md)
- [Commits](https://github.com/cosmos/cosmjs/compare/v0.36.0...v0.38.1)

Updates `@emnapi/core` from 1.5.0 to 1.8.1
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](https://github.com/toyobayashi/emnapi/compare/v1.5.0...v1.8.1)

Updates `@emnapi/runtime` from 1.5.0 to 1.8.1
- [Release notes](https://github.com/toyobayashi/emnapi/releases)
- [Commits](https://github.com/toyobayashi/emnapi/compare/v1.5.0...v1.8.1)

Updates `@esbuild/aix-ppc64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/android-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/android-arm` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/android-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/darwin-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/darwin-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/freebsd-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/freebsd-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-arm` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-ia32` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-loong64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-mips64el` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-ppc64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-riscv64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-s390x` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/linux-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/netbsd-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/netbsd-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/openbsd-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/openbsd-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/openharmony-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/sunos-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/win32-arm64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/win32-ia32` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@esbuild/win32-x64` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `@eslint-community/eslint-utils` from 4.9.0 to 4.9.1
- [Release notes](https://github.com/eslint-community/eslint-utils/releases)
- [Commits](https://github.com/eslint-community/eslint-utils/compare/v4.9.0...v4.9.1)

Updates `@eslint-community/regexpp` from 4.12.1 to 4.12.2
- [Release notes](https://github.com/eslint-community/regexpp/releases)
- [Commits](https://github.com/eslint-community/regexpp/compare/v4.12.1...v4.12.2)

Updates `@eslint/eslintrc` from 3.3.1 to 3.3.3
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslintrc/compare/v3.3.1...eslintrc-v3.3.3)

Updates `@fastify/ajv-compiler` from 4.0.2 to 4.0.5
- [Release notes](https://github.com/fastify/ajv-compiler/releases)
- [Commits](https://github.com/fastify/ajv-compiler/compare/v4.0.2...v4.0.5)

Updates `@fastify/forwarded` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/fastify/forwarded/releases)
- [Commits](https://github.com/fastify/forwarded/compare/v3.0.0...v3.0.1)

Updates `@fastify/proxy-addr` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/fastify/proxy-addr/releases)
- [Commits](https://github.com/fastify/proxy-addr/compare/v5.0.0...v5.1.0)

Updates `@gerrit0/mini-shiki` from 3.14.0 to 3.22.0
- [Changelog](https://github.com/Gerrit0/mini-shiki/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Gerrit0/mini-shiki/compare/v3.14.0...v3.22.0)

Updates `@inquirer/external-editor` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/external-editor@1.0.2...@inquirer/external-editor@1.0.3)

Updates `@napi-rs/wasm-runtime` from 1.0.7 to 1.1.1
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/commits/@napi-rs/wasm-runtime@1.1.1/wasi-runtime)

Updates `@oxc-project/types` from 0.96.0 to 0.110.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxc-types/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.110.0/npm/oxc-types)

Updates `@quansync/fs` from 0.1.5 to 1.0.0
- [Release notes](https://github.com/quansync-dev/fs/releases)
- [Commits](https://github.com/quansync-dev/fs/compare/v0.1.5...v1.0.0)

Updates `@rolldown/binding-android-arm64` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `@rolldown/binding-darwin-arm64` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `@rolldown/binding-darwin-x64` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `@rolldown/binding-freebsd-x64` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `@rolldown/binding-linux-arm-gnueabihf` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-gnu` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-musl` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `@rolldown/binding-linux-x64-gnu` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `@rolldown/binding-linux-x64-musl` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `@rolldown/binding-openharmony-arm64` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `@rolldown/binding-wasm32-wasi` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `@rolldown/binding-win32-arm64-msvc` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `@rolldown/binding-win32-x64-msvc` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `@rolldown/pluginutils` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/pluginutils)

Updates `@rollup/rollup-android-arm-eabi` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-android-arm64` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-darwin-arm64` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-darwin-x64` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-freebsd-arm64` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-freebsd-x64` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-linux-arm-gnueabihf` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-linux-arm-musleabihf` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-linux-arm64-gnu` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-linux-arm64-musl` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-linux-loong64-gnu` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-linux-ppc64-gnu` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-linux-riscv64-gnu` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-linux-riscv64-musl` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-linux-s390x-gnu` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-linux-x64-gnu` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-linux-x64-musl` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-openharmony-arm64` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-win32-arm64-msvc` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-win32-ia32-msvc` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@rollup/rollup-win32-x64-msvc` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `@shikijs/engine-oniguruma` from 3.14.0 to 3.22.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.22.0/packages/engine-oniguruma)

Updates `@shikijs/langs` from 3.14.0 to 3.22.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.22.0/packages/langs)

Updates `@shikijs/themes` from 3.14.0 to 3.22.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.22.0/packages/themes)

Updates `@shikijs/types` from 3.14.0 to 3.22.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.22.0/packages/types)

Updates `@standard-schema/spec` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/standard-schema/standard-schema/releases)
- [Commits](https://github.com/standard-schema/standard-schema/compare/v1.0.0...v1.1.0)

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

Updates `@typescript-eslint/eslint-plugin` from 8.46.3 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.3 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/parser)

Updates `@typescript-eslint/project-service` from 8.46.3 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/project-service/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/project-service)

Updates `@typescript-eslint/scope-manager` from 8.46.3 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/scope-manager/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/scope-manager)

Updates `@typescript-eslint/tsconfig-utils` from 8.46.3 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/tsconfig-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/tsconfig-utils)

Updates `@typescript-eslint/type-utils` from 8.46.3 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/type-utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/type-utils)

Updates `@typescript-eslint/types` from 8.46.3 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/types)

Updates `@typescript-eslint/typescript-estree` from 8.46.3 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-estree/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/typescript-estree)

Updates `@typescript-eslint/utils` from 8.46.3 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/utils/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/utils)

Updates `@typescript-eslint/visitor-keys` from 8.46.3 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/visitor-keys/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/visitor-keys)

Updates `@vitest/expect` from 4.0.7 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/expect)

Updates `@vitest/mocker` from 4.0.7 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/mocker)

Updates `@vitest/pretty-format` from 4.0.7 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/pretty-format)

Updates `@vitest/runner` from 4.0.7 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/runner)

Updates `@vitest/snapshot` from 4.0.7 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/snapshot)

Updates `@vitest/spy` from 4.0.7 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/spy)

Updates `@vitest/utils` from 4.0.7 to 4.0.18
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/utils)

Updates `ast-kit` from 2.1.3 to 3.0.0-beta.1
- [Release notes](https://github.com/sxzz/ast-kit/releases)
- [Commits](https://github.com/sxzz/ast-kit/compare/v2.1.3...v3.0.0-beta.1)

Updates `birpc` from 2.7.0 to 4.0.0
- [Release notes](https://github.com/antfu-collective/birpc/releases)
- [Commits](https://github.com/antfu-collective/birpc/compare/v2.7.0...v4.0.0)

Updates `chai` from 6.2.0 to 6.2.2
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/main/History.md)
- [Commits](https://github.com/chaijs/chai/compare/v6.2.0...v6.2.2)

Updates `chardet` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/runk/node-chardet/releases)
- [Commits](https://github.com/runk/node-chardet/compare/v2.1.0...v2.1.1)

Updates `color-string` from 2.1.2 to 2.1.4
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/compare/2.1.2...2.1.4)

Updates `color` from 5.0.2 to 5.0.3
- [Release notes](https://github.com/Qix-/color/releases)
- [Commits](https://github.com/Qix-/color/compare/5.0.2...5.0.3)

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](https://github.com/tj/commander.js/compare/v14.0.2...v14.0.3)

Updates `cookie` from 1.0.2 to 1.1.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v1.0.2...v1.1.1)

Updates `dts-resolver` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/sxzz/dts-resolver/releases)
- [Commits](https://github.com/sxzz/dts-resolver/compare/v2.1.2...v2.1.3)

Updates `esbuild` from 0.25.10 to 0.27.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.25.10...v0.27.2)

Updates `esquery` from 1.6.0 to 1.7.0
- [Commits](https://github.com/estools/esquery/commits)

Updates `eventemitter3` from 5.0.1 to 5.0.4
- [Release notes](https://github.com/primus/eventemitter3/releases)
- [Commits](https://github.com/primus/eventemitter3/compare/5.0.1...5.0.4)

Updates `expect-type` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/mmkal/expect-type/releases)
- [Commits](https://github.com/mmkal/expect-type/compare/v1.2.2...v1.3.0)

Updates `fast-json-stringify` from 6.0.1 to 6.2.0
- [Release notes](https://github.com/fastify/fast-json-stringify/releases)
- [Commits](https://github.com/fastify/fast-json-stringify/compare/v6.0.1...v6.2.0)

Updates `fastq` from 1.19.1 to 1.20.1
- [Release notes](https://github.com/mcollina/fastq/releases)
- [Commits](https://github.com/mcollina/fastq/compare/v1.19.1...v1.20.1)

Updates `find-my-way` from 9.3.0 to 9.4.0
- [Release notes](https://github.com/delvedor/find-my-way/releases)
- [Commits](https://github.com/delvedor/find-my-way/compare/v9.3.0...v9.4.0)

Updates `get-tsconfig` from 4.13.0 to 4.13.1
- [Release notes](https://github.com/privatenumber/get-tsconfig/releases)
- [Commits](https://github.com/privatenumber/get-tsconfig/compare/v4.13.0...v4.13.1)

Updates `hookable` from 5.5.3 to 6.0.1
- [Release notes](https://github.com/unjs/hookable/releases)
- [Changelog](https://github.com/unjs/hookable/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/hookable/compare/v5.5.3...v6.0.1)

Updates `human-id` from 4.1.1 to 4.1.3
- [Commits](https://github.com/RienNeVaPlus/human-id/commits)

Updates `iconv-lite` from 0.7.0 to 0.7.2
- [Release notes](https://github.com/pillarjs/iconv-lite/releases)
- [Changelog](https://github.com/pillarjs/iconv-lite/blob/master/Changelog.md)
- [Commits](https://github.com/pillarjs/iconv-lite/compare/v0.7.0...v0.7.2)

Updates `ipaddr.js` from 2.2.0 to 2.3.0
- [Changelog](https://github.com/whitequark/ipaddr.js/blob/main/Changes.md)
- [Commits](https://github.com/whitequark/ipaddr.js/compare/v2.2.0...v2.3.0)

Updates `js-yaml` from 3.14.1 to 3.14.2
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2)

Updates `json-schema-ref-resolver` from 2.0.1 to 3.0.0
- [Release notes](https://github.com/fastify/json-schema-ref-resolver/releases)
- [Commits](https://github.com/fastify/json-schema-ref-resolver/compare/v2.0.1...v3.0.0)

Updates `magic-string` from 0.30.19 to 0.30.21
- [Release notes](https://github.com/Rich-Harris/magic-string/releases)
- [Changelog](https://github.com/Rich-Harris/magic-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Rich-Harris/magic-string/compare/v0.30.19...v0.30.21)

Updates `pg-cloudflare` from 1.2.7 to 1.3.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg-cloudflare@1.3.0/packages/pg-cloudflare)

Updates `pg-connection-string` from 2.9.1 to 2.11.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg-connection-string@2.11.0/packages/pg-connection-string)

Updates `pg-pool` from 3.10.1 to 3.11.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg-pool@3.11.0/packages/pg-pool)

Updates `pg-protocol` from 1.10.3 to 1.11.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg-protocol@1.11.0/packages/pg-protocol)

Updates `pino-abstract-transport` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/pinojs/pino-abstract-transport/releases)
- [Commits](https://github.com/pinojs/pino-abstract-transport/compare/v2.0.0...v3.0.0)

Updates `pino-std-serializers` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/pinojs/pino-std-serializers/releases)
- [Commits](https://github.com/pinojs/pino-std-serializers/commits)

Updates `pino` from 9.10.0 to 10.3.0
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](https://github.com/pinojs/pino/compare/v9.10.0...v10.3.0)

Updates `postgres-bytea` from 1.0.0 to 1.0.1
- [Commits](https://github.com/bendrucker/postgres-bytea/compare/v1.0.0...v1.0.1)

Updates `rolldown-plugin-dts` from 0.17.3 to 0.21.8
- [Release notes](https://github.com/sxzz/rolldown-plugin-dts/releases)
- [Commits](https://github.com/sxzz/rolldown-plugin-dts/compare/v0.17.3...v0.21.8)

Updates `rolldown` from 1.0.0-beta.46 to 1.0.0-rc.1
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/v1.0.0-rc.1/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.1/packages/rolldown)

Updates `rollup` from 4.50.2 to 4.57.1
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.50.2...v4.57.1)

Updates `secure-json-parse` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/fastify/secure-json-parse/releases)
- [Commits](https://github.com/fastify/secure-json-parse/compare/v4.0.0...v4.1.0)

Updates `set-cookie-parser` from 2.7.1 to 2.7.2
- [Changelog](https://github.com/nfriedly/set-cookie-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nfriedly/set-cookie-parser/compare/v2.7.1...v2.7.2)

Updates `std-env` from 3.9.0 to 3.10.0
- [Release notes](https://github.com/unjs/std-env/releases)
- [Changelog](https://github.com/unjs/std-env/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unjs/std-env/compare/v3.9.0...v3.10.0)

Updates `thread-stream` from 3.1.0 to 4.0.0
- [Release notes](https://github.com/mcollina/thread-stream/releases)
- [Commits](https://github.com/mcollina/thread-stream/compare/v3.1.0...v4.0.0)

Updates `tinyexec` from 0.3.2 to 1.0.2
- [Release notes](https://github.com/tinylibs/tinyexec/releases)
- [Commits](https://github.com/tinylibs/tinyexec/compare/0.3.2...1.0.2)

Updates `ts-api-utils` from 2.1.0 to 2.4.0
- [Release notes](https://github.com/JoshuaKGoldberg/ts-api-utils/releases)
- [Changelog](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/CHANGELOG.md)
- [Commits](https://github.com/JoshuaKGoldberg/ts-api-utils/commits)

Updates `vite` from 7.1.6 to 7.3.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.1/packages/vite)

Updates `yaml` from 2.8.1 to 2.8.2
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.8.1...v2.8.2)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-version: 2.29.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.10.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: lint-staged
  dependency-version: 16.2.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: typedoc
  dependency-version: 0.28.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: vitest
  dependency-version: 4.0.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@cosmjs/tendermint-rpc"
  dependency-version: 0.38.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: cosmjs-types
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: fastify
  dependency-version: 5.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pg
  dependency-version: 8.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/pg"
  dependency-version: 8.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: winston
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@stylistic/eslint-plugin"
  dependency-version: 5.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@types/pg"
  dependency-version: 8.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tsdown
  dependency-version: 0.20.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.54.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@cosmjs/encoding"
  dependency-version: 0.38.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@cosmjs/proto-signing"
  dependency-version: 0.38.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: json-with-bigint
  dependency-version: 3.5.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: lru-cache
  dependency-version: 11.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: fs-extra
  dependency-version: 11.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@babel/generator"
  dependency-version: 8.0.0-beta.4
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@babel/helper-string-parser"
  dependency-version: 8.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@babel/helper-validator-identifier"
  dependency-version: 8.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@babel/parser"
  dependency-version: 8.0.0-beta.4
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@babel/runtime"
  dependency-version: 7.28.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@babel/types"
  dependency-version: 8.0.0-beta.4
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@changesets/apply-release-plan"
  dependency-version: 7.0.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@changesets/config"
  dependency-version: 3.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@changesets/get-release-plan"
  dependency-version: 4.0.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@changesets/parse"
  dependency-version: 0.4.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@changesets/read"
  dependency-version: 0.6.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@cosmjs/amino"
  dependency-version: 0.38.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@cosmjs/crypto"
  dependency-version: 0.38.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@cosmjs/json-rpc"
  dependency-version: 0.38.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@cosmjs/math"
  dependency-version: 0.38.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@cosmjs/socket"
  dependency-version: 0.38.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@cosmjs/stream"
  dependency-version: 0.38.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@cosmjs/utils"
  dependency-version: 0.38.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@emnapi/core"
  dependency-version: 1.8.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@emnapi/runtime"
  dependency-version: 1.8.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/aix-ppc64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/android-arm64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/android-arm"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/android-x64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/darwin-arm64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/darwin-x64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/freebsd-arm64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/freebsd-x64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/linux-arm64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/linux-arm"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/linux-ia32"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/linux-loong64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/linux-mips64el"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/linux-ppc64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/linux-riscv64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/linux-s390x"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/linux-x64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/netbsd-arm64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/netbsd-x64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/openbsd-arm64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/openbsd-x64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/openharmony-arm64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/sunos-x64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/win32-arm64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/win32-ia32"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@esbuild/win32-x64"
  dependency-version: 0.27.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@eslint-community/eslint-utils"
  dependency-version: 4.9.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@eslint-community/regexpp"
  dependency-version: 4.12.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@eslint/eslintrc"
  dependency-version: 3.3.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@fastify/ajv-compiler"
  dependency-version: 4.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@fastify/forwarded"
  dependency-version: 3.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@fastify/proxy-addr"
  dependency-version: 5.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@gerrit0/mini-shiki"
  dependency-version: 3.22.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@inquirer/external-editor"
  dependency-version: 1.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@napi-rs/wasm-runtime"
  dependency-version: 1.1.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@oxc-project/types"
  dependency-version: 0.110.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@quansync/fs"
  dependency-version: 1.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-android-arm64"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-darwin-arm64"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-darwin-x64"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-freebsd-x64"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-linux-arm-gnueabihf"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-linux-arm64-gnu"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-linux-arm64-musl"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-linux-x64-gnu"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-linux-x64-musl"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-openharmony-arm64"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-wasm32-wasi"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-win32-arm64-msvc"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/binding-win32-x64-msvc"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rolldown/pluginutils"
  dependency-version: 1.0.0-rc.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: "@rollup/rollup-android-arm-eabi"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rollup/rollup-android-arm64"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rollup/rollup-darwin-arm64"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rollup/rollup-darwin-x64"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rollup/rollup-freebsd-arm64"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rollup/rollup-freebsd-x64"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rollup/rollup-linux-arm-gnueabihf"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rollup/rollup-linux-arm-musleabihf"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rollup/rollup-linux-arm64-gnu"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rollup/rollup-linux-arm64-musl"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rollup/rollup-linux-loong64-gnu"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rollup/rollup-linux-ppc64-gnu"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: "@rollup/rollup-linux-riscv64-gnu"
  dependency-version: 4.57.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 2, 2026

Assignees

The following users could not be added as assignees: allinbits/eclesia-maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants