Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/examples/components/bundled-esbuild/example-dependencies-52af372c26
Closed

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the example-dependencies group with 5 updates in the /examples/components/bundled-esbuild directory:

Package From To
fast-xml-parser 5.7.2 5.10.1
remeda 2.34.0 2.39.0
@bytecodealliance/jco 1.19.0 1.25.2
@types/node 24.12.2 26.1.1
typescript 6.0.3 7.0.2

Bumps the example-dependencies group with 6 updates in the /examples/components/bundled-rsbuild directory:

Package From To
remeda 2.34.0 2.39.0
@bytecodealliance/jco 1.19.0 1.25.2
@types/node 24.12.2 26.1.1
typescript 6.0.3 7.0.2
@rsbuild/plugin-node-polyfill 1.4.4 1.4.6
@rslib/core 0.21.3 0.23.2

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

Package From To
@bytecodealliance/jco 1.19.0 1.25.2
@types/node 24.12.3 26.1.1
typescript 6.0.3 7.0.2
axios 1.18.0 1.18.1
@bytecodealliance/componentize-js 0.20.0 0.21.0
@rollup/plugin-commonjs 29.0.2 29.0.3
rollup 4.60.3 4.62.2

Bumps the example-dependencies group with 3 updates in the /examples/components/http-hello-world directory: @bytecodealliance/jco, @types/node and typescript.
Bumps the example-dependencies group with 5 updates in the /examples/components/http-password-checker directory:

Package From To
@bytecodealliance/jco 1.19.0 1.25.2
@types/node 24.12.3 26.1.1
typescript 6.0.3 7.0.2
rollup 4.60.3 4.62.2
valibot 1.4.0 1.4.2

Bumps the example-dependencies group with 5 updates in the /examples/components/http-server-with-hono directory:

Package From To
@bytecodealliance/jco 1.19.0 1.25.2
@types/node 24.12.3 26.1.1
typescript 6.0.3 7.0.2
rollup 4.60.3 4.62.2
hono 4.12.27 4.12.31

Bumps the example-dependencies group with 5 updates in the /examples/components/http-stdio directory:

Package From To
@bytecodealliance/jco 1.19.0 1.25.2
typescript 6.0.3 7.0.2
hono 4.12.27 4.12.31
@bytecodealliance/jco-std 0.1.3 0.2.0
rolldown 1.0.0 1.2.0

Bumps the example-dependencies group with 3 updates in the /examples/components/http-streaming directory: @bytecodealliance/jco, @types/node and typescript.
Bumps the example-dependencies group with 5 updates in the /examples/components/wasi-config-from-k8s-env directory:

Package From To
@bytecodealliance/jco 1.19.0 1.25.2
typescript 6.0.3 7.0.2
hono 4.12.27 4.12.31
@bytecodealliance/jco-std 0.1.3 0.2.0
rolldown 1.0.0 1.2.0

Bumps the example-dependencies group with 7 updates in the /examples/components/webgpu-tensorflow directory:

Package From To
@bytecodealliance/jco 1.19.0 1.25.2
typescript 5.9.3 7.0.2
@bytecodealliance/componentize-js 0.20.0 0.21.0
@rollup/plugin-commonjs 29.0.2 29.0.3
rollup 4.60.3 4.62.2
hono 4.12.27 4.12.31
@bytecodealliance/jco-std 0.1.3 0.2.0

Updates fast-xml-parser from 5.7.2 to 5.10.1

Release notes

Sourced from fast-xml-parser's releases.

v5.10.1

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.10.0...v5.10.1

v5.10.0

What's Changed

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.3...v5.10.0

v5.9.3

What's Changed

New Contributors

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.2...v5.9.3

v5.9.2

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.1...v5.9.2

v5.9.1

Full Changelog: NaturalIntelligence/fast-xml-parser@v5.9.0...v5.9.1

update strnum, use is-unsafe

  • update strnum to 2.3.0
    • you can set hex, binary, enotation, infinity, unicode
  • validate unsafe HTML or XML data in doctype entities unsing 'is-unsafe' library. User can override rules by overriding EntityDecoder.

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.10.1 / 2026-07-17

  • fix: multiple DOCTYPE declarations.
  • deps: @nodable/entities for treeshaking

5.10.0 / 2026-07-11

  • upgrade:
    • xml-naming v0.3.0: cache support
    • PEM v1.6.2: sibling bug fix
    • is-unsafe v2.0.0: tree shaking

*5.9.3 / 2026-06-19

  • update strnum

*5.9.2 / 2026-06-17

  • dummy release to test changes in github action

*5.9.1 / 2026-06-17

  • dummy release to test release from github action

*5.9.0 / 2026-06-15

  • update strnum to 2.3.0
    • you can set hex, binary, enotation, infinity, unicode
  • validate unsafe HTML or XML data in doctype entities unsing 'is-unsafe' library. User can override rules by overriding EntityDecoder.

*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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for fast-xml-parser since your current version.


Updates remeda from 2.34.0 to 2.39.0

Release notes

Sourced from remeda's releases.

v2.39.0

2.39.0 (2026-06-09)

Bug Fixes

  • map, mapWithFeedback: Correct types through NoInfer (#1368) (53d22a6), closes #1364

v2.38.0

2.38.0 (2026-06-07)

Bug Fixes

  • drop,filter,groupBy,indexBy,isEmptyish,mapKeys,omit,pick,prop,sample,...: Remove trivial type-fest utilities (#1366) (c8a7c2b)

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
  • 53d22a6 fix(map, mapWithFeedback): Correct types through NoInfer (#1368)
  • c8a7c2b fix(drop,filter,groupBy,indexBy,isEmptyish,mapKeys,omit,pick,prop,sample,...)...
  • 0650fd7 chore(deps): bump @​astrojs/mdx from 5.0.4 to 6.0.2 (#1362)
  • 6453888 chore(deps-dev): bump eslint-plugin-jsdoc from 62.9.0 to 63.0.2 (#1363)
  • 9659ed9 chore(deps-dev): bump hono from 4.12.18 to 4.12.23 (#1365)
  • ff16ec8 chore(deps): bump the minor group across 1 directory with 9 updates (#1367)
  • b48c652 chore(deps): bump the actions group with 4 updates (#1359)
  • fb94335 chore(deps): bump the patches group with 16 updates (#1360)
  • 16338d8 fix(splice): move data-last inference to curried data param (#1358)
  • cd38f0d chore(node): explicitly limit node engine to 18+ (#1357)
  • Additional commits viewable in compare view

Updates @bytecodealliance/jco from 1.19.0 to 1.25.2

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.25.2

[1.25.2] - 2026-07-09

⚙️ Miscellaneous Tasks

jco-v1.25.1

[1.25.1] - 2026-07-07

⚙️ Miscellaneous Tasks

jco-v1.25.0

[1.25.0] - 2026-07-06

🚜 Refactor

⚙️ Miscellaneous Tasks

jco-v1.24.6

[1.24.6] - 2026-06-30

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.24.5

[1.24.5] - 2026-06-29

... (truncated)

Commits
  • 95228c7 release: jco v1.25.2
  • 13306d0 chore(jco): update jco-transpile to v0.4.2
  • 79859f7 release: jco-transpile v0.4.2
  • 170b126 release: js-component-bindgen v2.0.11
  • 4a49143 fix(bindgen): async host import stream/future result lowering
  • 66fb1da fix(bindgen): render string encode intrinsics for flat string lowering
  • f7736a3 fix(ci): build the release fresh, drop build caches
  • 03550b6 release: jco v1.25.1
  • 0a40115 chore(jco): update jco-transpile to v0.4.1
  • 7ad0ae5 release: jco-transpile v0.4.1
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 26.1.1

Commits

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

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


Updates remeda from 2.34.0 to 2.39.0

Release notes

Sourced from remeda's releases.

v2.39.0

2.39.0 (2026-06-09)

Bug Fixes

  • map, mapWithFeedback: Correct types through NoInfer (#1368) (53d22a6), closes #1364

v2.38.0

2.38.0 (2026-06-07)

Bug Fixes

  • drop,filter,groupBy,indexBy,isEmptyish,mapKeys,omit,pick,prop,sample,...: Remove trivial type-fest utilities (#1366) (c8a7c2b)

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
  • 53d22a6 fix(map, mapWithFeedback): Correct types through NoInfer (#1368)
  • c8a7c2b fix(drop,filter,groupBy,indexBy,isEmptyish,mapKeys,omit,pick,prop,sample,...)...
  • 0650fd7 chore(deps): bump @​astrojs/mdx from 5.0.4 to 6.0.2 (#1362)
  • 6453888 chore(deps-dev): bump eslint-plugin-jsdoc from 62.9.0 to 63.0.2 (#1363)
  • 9659ed9 chore(deps-dev): bump hono from 4.12.18 to 4.12.23 (#1365)
  • ff16ec8 chore(deps): bump the minor group across 1 directory with 9 updates (#1367)
  • b48c652 chore(deps): bump the actions group with 4 updates (#1359)
  • fb94335 chore(deps): bump the patches group with 16 updates (#1360)
  • 16338d8 fix(splice): move data-last inference to curried data param (#1358)
  • cd38f0d chore(node): explicitly limit node engine to 18+ (#1357)
  • Additional commits viewable in compare view

Updates @bytecodealliance/jco from 1.19.0 to 1.25.2

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.25.2

[1.25.2] - 2026-07-09

⚙️ Miscellaneous Tasks

jco-v1.25.1

[1.25.1] - 2026-07-07

⚙️ Miscellaneous Tasks

jco-v1.25.0

[1.25.0] - 2026-07-06

🚜 Refactor

⚙️ Miscellaneous Tasks

jco-v1.24.6

[1.24.6] - 2026-06-30

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.24.5

[1.24.5] - 2026-06-29

... (truncated)

Commits
  • 95228c7 release: jco v1.25.2
  • 13306d0 chore(jco): update jco-transpile to v0.4.2
  • 79859f7 release: jco-transpile v0.4.2
  • 170b126 release: js-component-bindgen v2.0.11
  • 4a49143 fix(bindgen): async host import stream/future result lowering
  • 66fb1da fix(bindgen): render string encode intrinsics for flat string lowering
  • f7736a3 fix(ci): build the release fresh, drop build caches
  • 03550b6 release: jco v1.25.1
  • 0a40115 chore(jco): update jco-transpile to v0.4.1
  • 7ad0ae5 release: jco-transpile v0.4.1
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 26.1.1

Commits

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

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


Updates @bytecodealliance/jco from 1.19.0 to 1.25.2

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.25.2

[1.25.2] - 2026-07-09

⚙️ Miscellaneous Tasks

jco-v1.25.1

[1.25.1] - 2026-07-07

⚙️ Miscellaneous Tasks

jco-v1.25.0

[1.25.0] - 2026-07-06

🚜 Refactor

⚙️ Miscellaneous Tasks

jco-v1.24.6

[1.24.6] - 2026-06-30

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.24.5

[1.24.5] - 2026-06-29

... (truncated)

Commits
  • 95228c7 release: jco v1.25.2
  • 13306d0 chore(jco): update jco-transpile to v0.4.2
  • 79859f7 release: jco-transpile v0.4.2
  • 170b126 release: js-component-bindgen v2.0.11
  • 4a49143 fix(bindgen): async host import stream/future result lowering
  • 66fb1da fix(bindgen): render string encode intrinsics for flat string lowering
  • f7736a3 fix(ci): build the release fresh, drop build caches
  • 03550b6 release: jco v1.25.1
  • 0a40115 chore(jco): update jco-transpile to v0.4.1
  • 7ad0ae5 release: jco-transpile v0.4.1
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 26.1.1

Commits

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

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


Updates @bytecodealliance/jco from 1.19.0 to 1.25.2

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.25.2

[1.25.2] - 2026-07-09

⚙️ Miscellaneous Tasks

jco-v1.25.1

[1.25.1] - 2026-07-07

⚙️ Miscellaneous Tasks

jco-v1.25.0

[1.25.0] - 2026-07-06

🚜 Refactor

⚙️ Miscellaneous Tasks

jco-v1.24.6

[1.24.6] - 2026-06-30

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.24.5

[1.24.5] - 2026-06-29

... (truncated)

Commits
  • 95228c7 release: jco v1.25.2
  • 13306d0 chore(jco): update jco-transpile to v0.4.2
  • 79859f7 release: jco-transpile v0.4.2
  • 170b126 release: js-component-bindgen v2.0.11
  • 4a49143 fix(bindgen): async host import stream/future result lowering
  • 66fb1da fix(bindgen): render string encode intrinsics for flat string lowering
  • f7736a3 fix(ci): build the release fresh, drop build caches
  • 03550b6 release: jco v1.25.1
  • 0a40115 chore(jco): update jco-transpile to v0.4.1
  • 7ad0ae5 release: jco-transpile v0.4.1
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 26.1.1

Commits

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

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


Updates @bytecodealliance/jco from 1.19.0 to 1.25.2

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.25.2

[1.25.2] - 2026-07-09

⚙️ Miscellaneous Tasks

jco-v1.25.1

[1.25.1] - 2026-07-07

⚙️ Miscellaneous Tasks

jco-v1.25.0

[1.25.0] - 2026-07-06

🚜 Refactor

⚙️ Miscellaneous Tasks

jco-v1.24.6

[1.24.6] - 2026-06-30

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.24.5

[1.24.5] - 2026-06-29

... (truncated)

Commits
  • 95228c7 release: jco v1.25.2
  • 13306d0 chore(jco): update jco-transpile to v0.4.2
  • 79859f7 release: jco-transpile v0.4.2
  • 170b126 release: js-component-bindgen v2.0.11
  • 4a49143 fix(bindgen): async host import stream/future result lowering
  • 66fb1da fix(bindgen): render string encode intrinsics for flat string lowering
  • f7736a3 fix(ci): build the release fresh, drop build caches
  • 03550b6 release: jco v1.25.1
  • 0a40115 chore(jco): update jco-transpile to v0.4.1
  • 7ad0ae5 release: jco-transpile v0.4.1
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 26.1.1

Commits

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

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


Updates @bytecodealliance/jco from 1.19.0 to 1.25.2

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.25.2

[1.25.2] - 2026-07-09

⚙️ Miscellaneous Tasks

jco-v1.25.1

[1.25.1] - 2026-07-07

⚙️ Miscellaneous Tasks

jco-v1.25.0

[1.25.0] - 2026-07-06

🚜 Refactor

⚙️ Miscellaneous Tasks

jco-v1.24.6

[1.24.6] - 2026-06-30

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.24.5

[1.24.5] - 2026-06-29

... (truncated)

Commits
  • 95228c7 release: jco v1.25.2
  • 13306d0 chore(jco): update jco-transpile to v0.4.2
  • 79859f7 release: jco-transpile v0.4.2
  • 170b126 release: js-component-bindgen v2.0.11
  • 4a49143 fix(bindgen): async host import stream/future result lowering
  • 66fb1da fix(bindgen): render string encode intrinsics for flat string lowering
  • f7736a3 fix(ci): build the release fresh, drop build caches
  • 03550b6 release: jco v1.25.1
  • 0a40115 chore(jco): update jco-transpile to v0.4.1
  • 7ad0ae5 release: jco-transpile v0.4.1
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 26.1.1

Commits

Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

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


Updates @bytecodealliance/jco from 1.19.0 to 1.25.2

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.25.2

[1.25.2] - 2026-07-09

⚙️ Miscellaneous Tasks

jco-v1.25.1

[1.25.1] - 2026-07-07

⚙️ Miscellaneous Tasks

jco-v1.25.0

[1.25.0] - 2026-07-06

🚜 Refactor

⚙️ Miscellaneous Tasks

jco-v1.24.6

[1.24.6] - 2026-06-30

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.24.5

[1.24.5] - 2026-06-29

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 13, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 13, 2026 13:13
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label Jul 13, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 13, 2026 13:13
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/examples/components/bundled-esbuild/example-dependencies-52af372c26 branch 2 times, most recently from 18b200d to 1453a6f Compare July 20, 2026 13:14
…s with 15 updates

Bumps the example-dependencies group with 5 updates in the /examples/components/bundled-esbuild directory:

| Package | From | To |
| --- | --- | --- |
| [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.7.2` | `5.10.1` |
| [remeda](https://github.com/remeda/remeda) | `2.34.0` | `2.39.0` |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.25.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.2` | `26.1.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |

Bumps the example-dependencies group with 6 updates in the /examples/components/bundled-rsbuild directory:

| Package | From | To |
| --- | --- | --- |
| [remeda](https://github.com/remeda/remeda) | `2.34.0` | `2.39.0` |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.25.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.2` | `26.1.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [@rsbuild/plugin-node-polyfill](https://github.com/rstackjs/rsbuild-plugin-node-polyfill) | `1.4.4` | `1.4.6` |
| [@rslib/core](https://github.com/web-infra-dev/rslib/tree/HEAD/packages/core) | `0.21.3` | `0.23.2` |

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

| Package | From | To |
| --- | --- | --- |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.25.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.3` | `26.1.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [axios](https://github.com/axios/axios) | `1.18.0` | `1.18.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.62.2` |

Bumps the example-dependencies group with 3 updates in the /examples/components/http-hello-world directory: [@bytecodealliance/jco](https://github.com/bytecodealliance/jco), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).
Bumps the example-dependencies group with 5 updates in the /examples/components/http-password-checker directory:

| Package | From | To |
| --- | --- | --- |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.25.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.3` | `26.1.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [rollup](https://github.com/rollup/rollup) | `4.60.3` | `4.62.2` |
| [valibot](https://github.com/open-circle/valibot) | `1.4.0` | `1.4.2` |

Bumps the example-dependencies group with 5 updates in the /examples/components/http-server-with-hono directory:

| Package | From | To |
| --- | --- | --- |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.25.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.3` | `26.1.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [rollup](https://github.com/rollup/rollup) | `4.60.3` | `4.62.2` |
| [hono](https://github.com/honojs/hono) | `4.12.27` | `4.12.31` |

Bumps the example-dependencies group with 5 updates in the /examples/components/http-stdio directory:

| Package | From | To |
| --- | --- | --- |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.25.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [hono](https://github.com/honojs/hono) | `4.12.27` | `4.12.31` |
| [@bytecodealliance/jco-std](https://github.com/bytecodealliance/jco) | `0.1.3` | `0.2.0` |
| [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.0` | `1.2.0` |

Bumps the example-dependencies group with 3 updates in the /examples/components/http-streaming directory: [@bytecodealliance/jco](https://github.com/bytecodealliance/jco), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).
Bumps the example-dependencies group with 5 updates in the /examples/components/wasi-config-from-k8s-env directory:

| Package | From | To |
| --- | --- | --- |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.25.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [hono](https://github.com/honojs/hono) | `4.12.27` | `4.12.31` |
| [@bytecodealliance/jco-std](https://github.com/bytecodealliance/jco) | `0.1.3` | `0.2.0` |
| [rolldown](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown) | `1.0.0` | `1.2.0` |

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.25.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
| [@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.62.2` |
| [hono](https://github.com/honojs/hono) | `4.12.27` | `4.12.31` |
| [@bytecodealliance/jco-std](https://github.com/bytecodealliance/jco) | `0.1.3` | `0.2.0` |



Updates `fast-xml-parser` from 5.7.2 to 5.10.1
- [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.10.1)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `@rsbuild/plugin-node-polyfill` from 1.4.4 to 1.4.6
- [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.6)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `axios` from 1.18.0 to 1.18.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.18.0...v1.18.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.25.2
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.25.2)

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 26.1.1
- [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.62.2
- [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.62.2)

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

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

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

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

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

Updates `@types/node` from 24.12.3 to 26.1.1
- [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.62.2
- [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.62.2)

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

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

Updates `@types/node` from 24.12.3 to 26.1.1
- [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.62.2
- [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.62.2)

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

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

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

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

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

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

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

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

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.25.2
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.25.2)

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.62.2
- [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.62.2)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `@types/node` from 24.12.3 to 26.1.1
- [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.62.2
- [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.62.2)

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

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

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

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

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

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

Updates `@types/node` from 24.12.3 to 26.1.1
- [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.62.2
- [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.62.2)

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

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

Updates `@types/node` from 24.12.3 to 26.1.1
- [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.62.2
- [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.62.2)

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

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

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

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

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

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

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

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

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

Updates `rollup` from 4.60.3 to 4.62.2
- [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.62.2)

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

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

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

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

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

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

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

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

Updates `@types/node` from 24.12.3 to 26.1.1
- [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.62.2
- [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.62.2)

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

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

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

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

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

Updates `@types/node` from 24.12.3 to 26.1.1
- [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.62.2
- [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.62.2)

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

Updates `hono` from 4.12.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

Updates `@types/node` from 24.12.3 to 26.1.1
- [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.62.2
- [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.62.2)

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

Updates `hono` from 4.12.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

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

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

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

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

Updates `hono` from 4.12.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

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

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

Updates `rollup` from 4.60.3 to 4.62.2
- [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.62.2)

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

Updates `hono` from 4.12.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

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

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

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

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

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

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

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

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

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

Updates `hono` from 4.12.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

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

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.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

Updates `rolldown` from 1.0.0 to 1.2.0
- [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.2.0/packages/rolldown)

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

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

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

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.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

Updates `rolldown` from 1.0.0 to 1.2.0
- [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.2.0/packages/rolldown)

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

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

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

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.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `hono` from 4.12.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

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

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.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

Updates `rolldown` from 1.0.0 to 1.2.0
- [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.2.0/packages/rolldown)

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

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

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

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.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

Updates `rolldown` from 1.0.0 to 1.2.0
- [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.2.0/packages/rolldown)

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

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

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

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.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

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

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

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.25.2
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.25.2)

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.62.2
- [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.62.2)

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

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

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

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

Updates `rollup` from 4.60.3 to 4.62.2
- [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.62.2)

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

Updates `hono` from 4.12.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

Updates `rollup` from 4.60.3 to 4.62.2
- [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.62.2)

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

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.27 to 4.12.31
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.31)

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

Updates `typescript` from 5.9.3 to 7.0.2
- [Release notes](https://github.com/m...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/examples/components/bundled-esbuild/example-dependencies-52af372c26 branch from 1453a6f to 1a89c22 Compare July 23, 2026 15:41
@dependabot @github

dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 17, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/examples/components/bundled-esbuild/example-dependencies-52af372c26 branch August 17, 2026 13:08
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