Skip to content

chore(deps): bump the example-dependencies group across 10 directories with 15 updates#651

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/components/bundled-esbuild/example-dependencies-6641a6e51f
Open

chore(deps): bump the example-dependencies group across 10 directories with 15 updates#651
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/components/bundled-esbuild/example-dependencies-6641a6e51f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the example-dependencies group with 4 updates in the /examples/components/bundled-esbuild directory: fast-xml-parser, remeda, @bytecodealliance/jco and @types/node.
Bumps the example-dependencies group with 5 updates in the /examples/components/bundled-rsbuild directory:

Package From To
remeda 2.34.0 2.37.0
@bytecodealliance/jco 1.19.0 1.20.0
@types/node 24.12.2 24.12.4
@rsbuild/plugin-node-polyfill 1.4.4 1.4.5
@rslib/core 0.21.3 0.22.0

Bumps the example-dependencies group with 6 updates in the /examples/components/http-axios directory:

Package From To
@bytecodealliance/jco 1.19.0 1.20.0
@types/node 24.12.3 24.12.4
axios 1.16.0 1.16.1
@bytecodealliance/componentize-js 0.20.0 0.21.0
@rollup/plugin-commonjs 29.0.2 29.0.3
rollup 4.60.3 4.61.0

Bumps the example-dependencies group with 2 updates in the /examples/components/http-hello-world directory: @bytecodealliance/jco and @types/node.
Bumps the example-dependencies group with 4 updates in the /examples/components/http-password-checker directory: @bytecodealliance/jco, @types/node, rollup and valibot.
Bumps the example-dependencies group with 4 updates in the /examples/components/http-server-with-hono directory: @bytecodealliance/jco, @types/node, rollup and hono.
Bumps the example-dependencies group with 4 updates in the /examples/components/http-stdio directory: @bytecodealliance/jco, hono, @bytecodealliance/jco-std and rolldown.
Bumps the example-dependencies group with 2 updates in the /examples/components/http-streaming directory: @bytecodealliance/jco and @types/node.
Bumps the example-dependencies group with 4 updates in the /examples/components/wasi-config-from-k8s-env directory: @bytecodealliance/jco, hono, @bytecodealliance/jco-std and rolldown.
Bumps the example-dependencies group with 7 updates in the /examples/components/webgpu-tensorflow directory:

Package From To
@bytecodealliance/jco 1.19.0 1.20.0
typescript 5.9.3 6.0.3
@bytecodealliance/componentize-js 0.20.0 0.21.0
@rollup/plugin-commonjs 29.0.2 29.0.3
rollup 4.60.3 4.61.0
hono 4.12.18 4.12.23
@bytecodealliance/jco-std 0.1.3 0.2.0

Updates fast-xml-parser from 5.7.2 to 5.8.0

Release notes

Sourced from fast-xml-parser's releases.

update strnum, FXB. Use xml-naming for DOCTYPE

  • integrate xml-naming to validate DOCTYPE entity name and notation name (using qname because of backward compatibility)
    • This will consider xml-version as well. '1.0' is default
  • update strnum to 2.3.0
    • You can set octal and binary parsing which is by deault off
  • update fast-xml-builder to 1.2.0
    • can sanitize tag names if found invalid
    • fix format output

fix minor old bugs and update builder

  • fix: alwaysCreateTextNode should create text node when attributes are present for self closing node
  • fix stop node expression when ns prefix is removed (found by iruizsalinas)
  • update XML Builder to 1.1.7
  • mark addEntity deprecated
Changelog

Sourced from fast-xml-parser's changelog.

Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

Note: Due to some last quick changes on v4, detail of v4.5.3 & v4.5.4 are not updated here. v4.5.4x is the last tag of v4 in github repository. I'm extremely sorry for the confusion

*5.8.0 / 2026-05-12

  • integrate xml-naming to validate DOCTYPE entity name and notation name (using qname becaue of backward compatibility)
    • This will consider xml-version as well. '1.0' is default
  • update strnum to 2.3.0
    • You can set octal and binary parsing which is bydeault off
  • update fast-xml-builder to 1.2.0
    • can sanitize tag names if found invalid
    • fix format output

5.7.3 / 2006-05-05

  • fix: alwaysCreateTextNode should create text node when attributes are present for self closing node
  • fix stop node expression when ns prefix is removed (found by iruizsalinas)
  • update XML Builder to 1.1.7
  • mark addEntity deprecated

5.7.2 / 2026-04-25

  • allow numerical external entity for backward compatibility
  • fix #705: attributesGroupName working with preserveOrder
  • fix #817: stackoverflow when tag expression is very long

5.7.1 / 2026-04-20

  • fix typo in CJS typing file

5.7.0 / 2026-04-17

  • Use @nodable/entities v2.1.0
    • breaking changes
      • single entity scan. You're not allowed to user entity value to form another entity name.
      • you cant add numeric external entity
      • entity error message when expantion limit is crossed might change
    • typings are updated for new options related to process entity
    • please follow documentation of @nodable/entities for more detail.
    • performance
      • if processEntities is false, then there should not be impact on performance.
      • if processEntities is true, but you dont pass entity decoder separately then performance may degrade by approx 8-10%
      • if processEntities is true, and you pass entity decoder separately
        • if no entity then performance should be same as before
        • if there are entities then performance should be increased from past versions
    • ignoreAttributes is not required to be set to set xml version for NCR entity value
  • update 'fast-xml-builder' to sanitize malicious CDATA and comment's content

5.6.0 / 2026-04-15

  • fix: entity replacement for numeric entities
  • use @​nodable/entities to replace entities
    • this may change some error messages related to entities expansion limit or inavlid use
    • post check would be exposed in future version

... (truncated)

Commits

Updates remeda from 2.34.0 to 2.37.0

Release notes

Sourced from remeda's releases.

v2.37.0

2.37.0 (2026-05-26)

Bug Fixes

  • splice: move data-last inference to curried data param (#1358) (16338d8)

v2.36.0

2.36.0 (2026-05-26)

Bug Fixes

  • sample: typechecking perf issue with large literal tuples (#1355) (542185d)

v2.35.0

2.35.0 (2026-05-25)

Bug Fixes

v2.34.1

2.34.1 (2026-05-13)

Features

Commits
  • 16338d8 fix(splice): move data-last inference to curried data param (#1358)
  • cd38f0d chore(node): explicitly limit node engine to 18+ (#1357)
  • e579853 chore(canary): TypeScript 7.0 (tsgo) daily canary checks (#1356)
  • 542185d fix(sample): typechecking perf issue with large literal tuples (#1355)
  • ee955e7 fix(only): typing issue with union types (#1354)
  • 4137721 chore(deps-dev): bump qs from 6.15.1 to 6.15.2 (#1352)
  • f08c1a9 chore(deps): bump devalue from 5.8.0 to 5.8.1 (#1350)
  • 03d2f98 chore(jsr): workaround for deno issue 29671 (#1349)
  • 3c80f28 feat(hasProp): add hasProp (#1344)
  • c9feae9 chore(agent): generalize our agent harness (#1348)
  • Additional commits viewable in compare view

Updates @bytecodealliance/jco from 1.19.0 to 1.20.0

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.20.0

[1.20.0] - 2026-05-27

🚀 Features

🐛 Bug Fixes

🧪 Testing

... (truncated)

Commits
  • abbfb8b release: jco v1.20.0
  • bd8a1f8 chore(jco): update preview3-shim to v0.1.0
  • 0f9719f chore(deps): add bare-jco pkg
  • dccf842 chore(bare-jco): add cliff.toml
  • 82f9a16 feat(ci): add support for bare-jco automated releases
  • 5888e20 feat(bare-jco): add bare-jco pkg
  • ea29fb9 chore(ops): add bare-jco
  • 628451c release: preview3-shim v0.1.0
  • 9617fb7 test(jco): add trasmit tests
  • 754cca0 test(jco): add async poll tests
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 24.12.4

Commits

Updates remeda from 2.34.0 to 2.37.0

Release notes

Sourced from remeda's releases.

v2.37.0

2.37.0 (2026-05-26)

Bug Fixes

  • splice: move data-last inference to curried data param (#1358) (16338d8)

v2.36.0

2.36.0 (2026-05-26)

Bug Fixes

  • sample: typechecking perf issue with large literal tuples (#1355) (542185d)

v2.35.0

2.35.0 (2026-05-25)

Bug Fixes

v2.34.1

2.34.1 (2026-05-13)

Features

Commits
  • 16338d8 fix(splice): move data-last inference to curried data param (#1358)
  • cd38f0d chore(node): explicitly limit node engine to 18+ (#1357)
  • e579853 chore(canary): TypeScript 7.0 (tsgo) daily canary checks (#1356)
  • 542185d fix(sample): typechecking perf issue with large literal tuples (#1355)
  • ee955e7 fix(only): typing issue with union types (#1354)
  • 4137721 chore(deps-dev): bump qs from 6.15.1 to 6.15.2 (#1352)
  • f08c1a9 chore(deps): bump devalue from 5.8.0 to 5.8.1 (#1350)
  • 03d2f98 chore(jsr): workaround for deno issue 29671 (#1349)
  • 3c80f28 feat(hasProp): add hasProp (#1344)
  • c9feae9 chore(agent): generalize our agent harness (#1348)
  • Additional commits viewable in compare view

Updates @bytecodealliance/jco from 1.19.0 to 1.20.0

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.20.0

[1.20.0] - 2026-05-27

🚀 Features

🐛 Bug Fixes

🧪 Testing

... (truncated)

Commits
  • abbfb8b release: jco v1.20.0
  • bd8a1f8 chore(jco): update preview3-shim to v0.1.0
  • 0f9719f chore(deps): add bare-jco pkg
  • dccf842 chore(bare-jco): add cliff.toml
  • 82f9a16 feat(ci): add support for bare-jco automated releases
  • 5888e20 feat(bare-jco): add bare-jco pkg
  • ea29fb9 chore(ops): add bare-jco
  • 628451c release: preview3-shim v0.1.0
  • 9617fb7 test(jco): add trasmit tests
  • 754cca0 test(jco): add async poll tests
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 24.12.4

Commits

Updates @bytecodealliance/jco from 1.19.0 to 1.20.0

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.20.0

[1.20.0] - 2026-05-27

🚀 Features

🐛 Bug Fixes

🧪 Testing

... (truncated)

Commits
  • abbfb8b release: jco v1.20.0
  • bd8a1f8 chore(jco): update preview3-shim to v0.1.0
  • 0f9719f chore(deps): add bare-jco pkg
  • dccf842 chore(bare-jco): add cliff.toml
  • 82f9a16 feat(ci): add support for bare-jco automated releases
  • 5888e20 feat(bare-jco): add bare-jco pkg
  • ea29fb9 chore(ops): add bare-jco
  • 628451c release: preview3-shim v0.1.0
  • 9617fb7 test(jco): add trasmit tests
  • 754cca0 test(jco): add async poll tests
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 24.12.4

Commits

Updates @bytecodealliance/jco from 1.19.0 to 1.20.0

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.20.0

[1.20.0] - 2026-05-27

🚀 Features

🐛 Bug Fixes

🧪 Testing

... (truncated)

Commits
  • abbfb8b release: jco v1.20.0
  • bd8a1f8 chore(jco): update preview3-shim to v0.1.0
  • 0f9719f chore(deps): add bare-jco pkg
  • dccf842 chore(bare-jco): add cliff.toml
  • 82f9a16 feat(ci): add support for bare-jco automated releases
  • 5888e20 feat(bare-jco): add bare-jco pkg
  • ea29fb9 chore(ops): add bare-jco
  • 628451c release: preview3-shim v0.1.0
  • 9617fb7 test(jco): add trasmit tests
  • 754cca0 test(jco): add async poll tests
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 24.12.4

Commits

Updates @bytecodealliance/jco from 1.19.0 to 1.20.0

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.20.0

[1.20.0] - 2026-05-27

🚀 Features

🐛 Bug Fixes

🧪 Testing

... (truncated)

Commits
  • abbfb8b release: jco v1.20.0
  • bd8a1f8 chore(jco): update preview3-shim to v0.1.0
  • 0f9719f chore(deps): add bare-jco pkg
  • dccf842 chore(bare-jco): add cliff.toml
  • 82f9a16 feat(ci): add support for bare-jco automated releases
  • 5888e20 feat(bare-jco): add bare-jco pkg
  • ea29fb9 chore(ops): add bare-jco
  • 628451c release: preview3-shim v0.1.0
  • 9617fb7 test(jco): add trasmit tests
  • 754cca0 test(jco): add async poll tests
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 24.12.4

Commits

Updates @bytecodealliance/jco from 1.19.0 to 1.20.0

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.20.0

[1.20.0] - 2026-05-27

🚀 Features

🐛 Bug Fixes

🧪 Testing

... (truncated)

Commits
  • abbfb8b release: jco v1.20.0
  • bd8a1f8 chore(jco): update preview3-shim to v0.1.0
  • 0f9719f chore(deps): add bare-jco pkg
  • dccf842 chore(bare-jco): add cliff.toml
  • 82f9a16 feat(ci): add support for bare-jco automated releases
  • 5888e20 feat(bare-jco): add bare-jco pkg
  • ea29fb9 chore(ops): add bare-jco
  • 628451c release: preview3-shim v0.1.0
  • 9617fb7 test(jco): add trasmit tests
  • 754cca0 test(jco): add async poll tests
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 24.12.4

Commits

Updates @bytecodealliance/jco from 1.19.0 to 1.20.0

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.20.0

[1.20.0] - 2026-05-27

🚀 Features

🐛 Bug Fixes

🧪 Testing

... (truncated)

Commits
  • abbfb8b release: jco v1.20.0
  • bd8a1f8 chore(jco): update preview3-shim to v0.1.0
  • 0f9719f chore(deps): add bare-jco pkg
  • dccf842 chore(bare-jco): add cliff.toml
  • 82f9a16 feat(ci): add support for bare-jco automated releases
  • 5888e20 feat(bare-jco): add bare-jco pkg
  • ea29fb9 chore(ops): add bare-jco
  • 628451c release: preview3-shim v0.1.0
  • 9617fb7 test(jco): add trasmit tests
  • 754cca0 test(jco): add async poll tests
  • Additional commits viewable in compare view

Updates @bytecodealliance/jco from 1.19.0 to 1.20.0

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.20.0

[1.20.0] - 2026-05-27

🚀 Features

🐛 Bug Fixes

🧪 Testing

…s with 15 updates

Bumps the example-dependencies group with 4 updates in the /examples/components/bundled-esbuild directory: [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser), [remeda](https://github.com/remeda/remeda), [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the example-dependencies group with 5 updates in the /examples/components/bundled-rsbuild directory:

| Package | From | To |
| --- | --- | --- |
| [remeda](https://github.com/remeda/remeda) | `2.34.0` | `2.37.0` |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.20.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.2` | `24.12.4` |
| [@rsbuild/plugin-node-polyfill](https://github.com/rstackjs/rsbuild-plugin-node-polyfill) | `1.4.4` | `1.4.5` |
| [@rslib/core](https://github.com/web-infra-dev/rslib/tree/HEAD/packages/core) | `0.21.3` | `0.22.0` |

Bumps the example-dependencies group with 6 updates in the /examples/components/http-axios directory:

| Package | From | To |
| --- | --- | --- |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.20.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.3` | `24.12.4` |
| [axios](https://github.com/axios/axios) | `1.16.0` | `1.16.1` |
| [@bytecodealliance/componentize-js](https://github.com/bytecodealliance/ComponentizeJS) | `0.20.0` | `0.21.0` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `29.0.2` | `29.0.3` |
| [rollup](https://github.com/rollup/rollup) | `4.60.3` | `4.61.0` |

Bumps the example-dependencies group with 2 updates in the /examples/components/http-hello-world directory: [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the example-dependencies group with 4 updates in the /examples/components/http-password-checker directory: [@bytecodealliance/jco](https://github.com/bytecodealliance/jco), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [rollup](https://github.com/rollup/rollup) and [valibot](https://github.com/open-circle/valibot).
Bumps the example-dependencies group with 4 updates in the /examples/components/http-server-with-hono directory: [@bytecodealliance/jco](https://github.com/bytecodealliance/jco), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [rollup](https://github.com/rollup/rollup) and [hono](https://github.com/honojs/hono).
Bumps the example-dependencies group with 4 updates in the /examples/components/http-stdio directory: [@bytecodealliance/jco](https://github.com/bytecodealliance/jco), [hono](https://github.com/honojs/hono), [@bytecodealliance/jco-std](https://github.com/bytecodealliance/jco) and [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown).
Bumps the example-dependencies group with 2 updates in the /examples/components/http-streaming directory: [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Bumps the example-dependencies group with 4 updates in the /examples/components/wasi-config-from-k8s-env directory: [@bytecodealliance/jco](https://github.com/bytecodealliance/jco), [hono](https://github.com/honojs/hono), [@bytecodealliance/jco-std](https://github.com/bytecodealliance/jco) and [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown).
Bumps the example-dependencies group with 7 updates in the /examples/components/webgpu-tensorflow directory:

| Package | From | To |
| --- | --- | --- |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.20.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` |
| [@bytecodealliance/componentize-js](https://github.com/bytecodealliance/ComponentizeJS) | `0.20.0` | `0.21.0` |
| [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) | `29.0.2` | `29.0.3` |
| [rollup](https://github.com/rollup/rollup) | `4.60.3` | `4.61.0` |
| [hono](https://github.com/honojs/hono) | `4.12.18` | `4.12.23` |
| [@bytecodealliance/jco-std](https://github.com/bytecodealliance/jco) | `0.1.3` | `0.2.0` |



Updates `fast-xml-parser` from 5.7.2 to 5.8.0
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.7.2...v5.8.0)

Updates `remeda` from 2.34.0 to 2.37.0
- [Release notes](https://github.com/remeda/remeda/releases)
- [Commits](https://github.com/remeda/remeda/compare/v2.34.0...v2.37.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `remeda` from 2.34.0 to 2.37.0
- [Release notes](https://github.com/remeda/remeda/releases)
- [Commits](https://github.com/remeda/remeda/compare/v2.34.0...v2.37.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `remeda` from 2.34.0 to 2.37.0
- [Release notes](https://github.com/remeda/remeda/releases)
- [Commits](https://github.com/remeda/remeda/compare/v2.34.0...v2.37.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `remeda` from 2.34.0 to 2.37.0
- [Release notes](https://github.com/remeda/remeda/releases)
- [Commits](https://github.com/remeda/remeda/compare/v2.34.0...v2.37.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@rsbuild/plugin-node-polyfill` from 1.4.4 to 1.4.5
- [Release notes](https://github.com/rstackjs/rsbuild-plugin-node-polyfill/releases)
- [Commits](https://github.com/rstackjs/rsbuild-plugin-node-polyfill/compare/v1.4.4...v1.4.5)

Updates `@rslib/core` from 0.21.3 to 0.22.0
- [Release notes](https://github.com/web-infra-dev/rslib/releases)
- [Commits](https://github.com/web-infra-dev/rslib/commits/v0.22.0/packages/core)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `axios` from 1.16.0 to 1.16.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.16.0...v1.16.1)

Updates `@bytecodealliance/componentize-js` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/bytecodealliance/ComponentizeJS/releases)
- [Changelog](https://github.com/bytecodealliance/ComponentizeJS/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bytecodealliance/ComponentizeJS/compare/0.20.0...0.21.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@rollup/plugin-commonjs` from 29.0.2 to 29.0.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v29.0.3/packages/commonjs)

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

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/componentize-js` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/bytecodealliance/ComponentizeJS/releases)
- [Changelog](https://github.com/bytecodealliance/ComponentizeJS/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bytecodealliance/ComponentizeJS/compare/0.20.0...0.21.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@rollup/plugin-commonjs` from 29.0.2 to 29.0.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v29.0.3/packages/commonjs)

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `valibot` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/open-circle/valibot/releases)
- [Commits](https://github.com/open-circle/valibot/compare/v1.4.0...v1.4.1)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco-std` from 0.1.3 to 0.2.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...jco-std-v0.2.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `rolldown` from 1.0.0 to 1.0.3
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.3/packages/rolldown)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco-std` from 0.1.3 to 0.2.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...jco-std-v0.2.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `rolldown` from 1.0.0 to 1.0.3
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.3/packages/rolldown)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco-std` from 0.1.3 to 0.2.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...jco-std-v0.2.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco-std` from 0.1.3 to 0.2.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...jco-std-v0.2.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `rolldown` from 1.0.0 to 1.0.3
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.3/packages/rolldown)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco-std` from 0.1.3 to 0.2.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...jco-std-v0.2.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `rolldown` from 1.0.0 to 1.0.3
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.0.3/packages/rolldown)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@bytecodealliance/jco-std` from 0.1.3 to 0.2.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...jco-std-v0.2.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

Updates `@bytecodealliance/componentize-js` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/bytecodealliance/ComponentizeJS/releases)
- [Changelog](https://github.com/bytecodealliance/ComponentizeJS/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bytecodealliance/ComponentizeJS/compare/0.20.0...0.21.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@rollup/plugin-commonjs` from 29.0.2 to 29.0.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v29.0.3/packages/commonjs)

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

Updates `@bytecodealliance/jco-std` from 0.1.3 to 0.2.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...jco-std-v0.2.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

Updates `@bytecodealliance/jco-std` from 0.1.3 to 0.2.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...jco-std-v0.2.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

Updates `@bytecodealliance/componentize-js` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/bytecodealliance/ComponentizeJS/releases)
- [Changelog](https://github.com/bytecodealliance/ComponentizeJS/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bytecodealliance/ComponentizeJS/compare/0.20.0...0.21.0)

Updates `@bytecodealliance/jco` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.20.0)

Updates `@rollup/plugin-commonjs` from 29.0.2 to 29.0.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v29.0.3/packages/commonjs)

Updates `rollup` from 4.60.3 to 4.61.0
- [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.60.3...v4.61.0)

Updates `typescript` from 5.9.3 to 6.0.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3)

Updates `@bytecodealliance/jco-std` from 0.1.3 to 0.2.0
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...jco-std-v0.2.0)

Updates `hono` from 4.12.18 to 4.12.23
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.18...v4.12.23)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: remeda
  dependency-version: 2.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: remeda
  dependency-version: 2.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: remeda
  dependency-version: 2.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: remeda
  dependency-version: 2.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@rsbuild/plugin-node-polyfill"
  dependency-version: 1.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@rslib/core"
  dependency-version: 0.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: axios
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/componentize-js"
  dependency-version: 0.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@rollup/plugin-commonjs"
  dependency-version: 29.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: rollup
  dependency-version: 4.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: rollup
  dependency-version: 4.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: rollup
  dependency-version: 4.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/componentize-js"
  dependency-version: 0.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@rollup/plugin-commonjs"
  dependency-version: 29.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: rollup
  dependency-version: 4.61.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.12.4
  dependency-type: dire...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested review from a team as code owners June 2, 2026 14:27
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants