Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the example-dependencies group with 6 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.40.0
@bytecodealliance/jco 1.19.0 1.28.1
@types/node 24.12.2 26.2.0
esbuild 0.28.1 0.28.2
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.40.0
@bytecodealliance/jco 1.19.0 1.28.1
@types/node 24.12.2 26.2.0
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.28.1
@types/node 24.12.3 26.2.0
typescript 6.0.3 7.0.2
axios 1.18.0 1.19.0
@bytecodealliance/componentize-js 0.20.0 0.22.0
@rollup/plugin-commonjs 29.0.2 29.0.3
rollup 4.60.3 4.62.4

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.28.1
@types/node 24.12.3 26.2.0
typescript 6.0.3 7.0.2
rollup 4.60.3 4.62.4
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.28.1
@types/node 24.12.3 26.2.0
typescript 6.0.3 7.0.2
rollup 4.60.3 4.62.4
hono 4.12.27 4.13.2

Bumps the example-dependencies group with 4 updates in the /examples/components/http-stdio directory: @bytecodealliance/jco, typescript, hono and @bytecodealliance/jco-std.
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 4 updates in the /examples/components/wasi-config-from-k8s-env directory: @bytecodealliance/jco, typescript, hono and @bytecodealliance/jco-std.
Bumps the example-dependencies group with 7 updates in the /examples/components/webgpu-tensorflow directory:

Package From To
@bytecodealliance/jco 1.19.0 1.28.1
typescript 5.9.3 7.0.2
@bytecodealliance/componentize-js 0.20.0 0.22.0
@rollup/plugin-commonjs 29.0.2 29.0.3
rollup 4.60.3 4.62.4
hono 4.12.27 4.13.2
@bytecodealliance/jco-std 0.1.3 0.2.1

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.11.0 / 2026-08-16

  • feat: support for endIndex in node metadata (#850) [By Pavel Dranichnikov]
  • fix: don't crash on a closing tag with no matching opening tag (#861) [By Haïm Dimer]
  • fix: DOCTYPE to read SYSTEM/PUBLIC
  • deps: strnum v2.4.2

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)

... (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.40.0

Release notes

Sourced from remeda's releases.

v2.40.0

2.40.0 (2026-08-14)

Bug Fixes

Affected utils:

Runtime

  • ceil
  • evolve
  • floor
  • isDeepEqual
  • isShallowEqual
  • mergeDeep
  • round
  • swapIndices

Typing

  • last

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

... (truncated)

Commits
  • 035ae14 fix(deps): bump versions + manual fixes (#1416)
  • d24feab chore(deps): bump fast-uri from 3.1.3 to 3.1.4 (#1395)
  • 2b5e35d chore(deps): bump astro from 7.0.6 to 7.1.0 (#1392)
  • cb64f68 chore(deps): bump svgo from 4.0.1 to 4.0.2 (#1393)
  • cae862c chore(deps-dev): bump dompurify from 3.4.11 to 3.4.12 (#1394)
  • 465991f chore(canary): allow breaking unrelated peer dependencies (#1390)
  • 3b87a5f docs: astro 7 (#1389)
  • 3b72f9f chore(deps): bump vite from 7.3.3 to 7.3.6 (#1387)
  • a468136 chore(deps): bump @​astrojs/react from 5.0.7 to 6.0.1 (#1386)
  • 1a5a34a chore(deps): bump the minor group across 1 directory with 7 updates (#1383)
  • Additional commits viewable in compare view

Updates @bytecodealliance/jco from 1.19.0 to 1.28.1

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.28.1

[1.28.1] - 2026-08-11

⚙️ Miscellaneous Tasks

jco-v1.28.0

[1.28.0] - 2026-08-11

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.27.0

[1.27.0] - 2026-08-04

🚀 Features

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.26.1

[1.26.1] - 2026-07-27

... (truncated)

Commits
  • e3ed4ca release: jco v1.28.1
  • 4899e51 chore(jco): update preview3-shim to v0.3.0
  • eea421d release: preview3-shim v0.3.0
  • 382571d release: jco v1.28.0
  • d4701a7 test(jco): increase transpiled test code limit
  • 541c17f chore(jco): update jco-transpile to v0.7.0
  • 00fe607 release: jco-transpile v0.7.0
  • 0f94c95 release: js-component-bindgen v2.3.1
  • b60c7e8 fix(bindgen): prevent lifted future call races
  • a8794bb release: js-component-bindgen v2.3.0
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 26.2.0

Commits

Updates esbuild from 0.28.1 to 0.28.2

Release notes

Sourced from esbuild's releases.

v0.28.2

  • Fix tree shaking bug due to TypeScript import alias (#4507)

    This release fixes a bug that could cause esbuild to incorrectly tree-shake imports that are used in a TypeScript type alias under certain circumstances. Affected code uses a TypeScript-specific import assignment and looks something like this:

    import Base from './dep.js';
    import Alias = Base.SomeType;
  • Fix CSS minification bug involving & (#4497)

    This release fixes a bug where esbuild's CSS minifier incorrectly removed a & when it was unsafe to do so. Here is an example:

    /* Original code */
    .a .b {
      & .b:not(& .c) {
        color: red;
      }
    }
    /* Old output (with --minify) */
    .a .b{.b:not(& .c){color:red}}
    /* New output (with --minify) */
    .a .b{& .b:not(& .c){color:red}}

    This should match <span class="a"><span class="b"><span class="b">yes</span></span></span> but not <span class="a"><span class="b">no</span></span>. The old output incorrectly matched both.

  • Avoid overwriting input files without --allow-overwrite (#4484)

    For example: esbuild input.js --outfile=input.js tells esbuild to overwrite input.js with the output of running esbuild on it. This was supposed to already be prevented by default, but it accidentally regressed in version 0.17.0 and apparently didn't have any test coverage. The error message was being printed but the input file was still being overwritten. Oops.

    This release puts the original behavior back. With this release, esbuild should now actually avoid overwriting input files unless --allow-overwrite is explicitly present. This is done by not writing out any files when a build error is encountered.

  • Fix incorrect code generated when using top-level await (#4498)

    Previously esbuild could generate code containing a syntax error in complex scenarios involving top-level await used in a dependency cycle. The problem was a missing async on one or more module wrapper closures. With this release, esbuild now uses a fixed-point iteration algorithm to correctly annotate all dependencies in the cycle as needing an async module wrapper.

  • Fix a minification bug with lowered logical assignment operators (#4508)

    This release fixes a bug that could cause esbuild to generate incorrect code for logical assignment operators when lowering them to an older target environment. Specifically the lowering process requires duplicating the left-hand side, but esbuild incorrectly failed to count the duplicate as a new usage when the left-hand side is an identifier. That then caused the minifier to believe that the left-hand side was only used once and could attempt to incorrectly inline an initializer into the first usage. This bug has now been fixed:

    // Original code
    function foo() {
      let x
      bar(x ||= {})

... (truncated)

Changelog

Sourced from esbuild's changelog.

0.28.2

  • Fix tree shaking bug due to TypeScript import alias (#4507)

    This release fixes a bug that could cause esbuild to incorrectly tree-shake imports that are used in a TypeScript type alias under certain circumstances. Affected code uses a TypeScript-specific import assignment and looks something like this:

    import Base from './dep.js';
    import Alias = Base.SomeType;
  • Fix CSS minification bug involving & (#4497)

    This release fixes a bug where esbuild's CSS minifier incorrectly removed a & when it was unsafe to do so. Here is an example:

    /* Original code */
    .a .b {
      & .b:not(& .c) {
        color: red;
      }
    }
    /* Old output (with --minify) */
    .a .b{.b:not(& .c){color:red}}
    /* New output (with --minify) */
    .a .b{& .b:not(& .c){color:red}}

    This should match <span class="a"><span class="b"><span class="b">yes</span></span></span> but not <span class="a"><span class="b">no</span></span>. The old output incorrectly matched both.

  • Avoid overwriting input files without --allow-overwrite (#4484)

    For example: esbuild input.js --outfile=input.js tells esbuild to overwrite input.js with the output of running esbuild on it. This was supposed to already be prevented by default, but it accidentally regressed in version 0.17.0 and apparently didn't have any test coverage. The error message was being printed but the input file was still being overwritten. Oops.

    This release puts the original behavior back. With this release, esbuild should now actually avoid overwriting input files unless --allow-overwrite is explicitly present. This is done by not writing out any files when a build error is encountered.

  • Fix incorrect code generated when using top-level await (#4498)

    Previously esbuild could generate code containing a syntax error in complex scenarios involving top-level await used in a dependency cycle. The problem was a missing async on one or more module wrapper closures. With this release, esbuild now uses a fixed-point iteration algorithm to correctly annotate all dependencies in the cycle as needing an async module wrapper.

  • Fix a minification bug with lowered logical assignment operators (#4508)

    This release fixes a bug that could cause esbuild to generate incorrect code for logical assignment operators when lowering them to an older target environment. Specifically the lowering process requires duplicating the left-hand side, but esbuild incorrectly failed to count the duplicate as a new usage when the left-hand side is an identifier. That then caused the minifier to believe that the left-hand side was only used once and could attempt to incorrectly inline an initializer into the first usage. This bug has now been fixed:

    // Original code
    function foo() {
      let x

... (truncated)

Commits
  • 609683d publish 0.28.2 to npm
  • 11b1fe4 add to release notes
  • ab50d91 css: fix green/blue channel swap in oklch gamut mapping (#4488)
  • 04627b6 fix #4498: async TLA checks need a worklist
  • 5c15177 disable gopls in the go folder
  • fc2ee9b css: adjust parser to allow --foo: {...}
  • 209db54 release notes for css nesting bugfix
  • c625d31 fix #4497: preserve nested ampersands during minification (#4500)
  • 34474e2 better isolation of current part in js parser
  • 07f6e8c fix #4507: import assignment tree-shaking bug
  • Additional commits viewable in compare view

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

Release notes

Sourced from remeda's releases.

v2.40.0

2.40.0 (2026-08-14)

Bug Fixes

Affected utils:

Runtime

  • ceil
  • evolve
  • floor
  • isDeepEqual
  • isShallowEqual
  • mergeDeep
  • round
  • swapIndices

Typing

  • last

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

... (truncated)

Commits
  • 035ae14 fix(deps): bump versions + manual fixes (#1416)
  • d24feab chore(deps): bump fast-uri from 3.1.3 to 3.1.4 (#1395)
  • 2b5e35d chore(deps): bump astro from 7.0.6 to 7.1.0 (#1392)
  • cb64f68 chore(deps): bump svgo from 4.0.1 to 4.0.2 (#1393)
  • cae862c chore(deps-dev): bump dompurify from 3.4.11 to 3.4.12 (#1394)
  • 465991f chore(canary): allow breaking unrelated peer dependencies (#1390)
  • 3b87a5f docs: astro 7 (#1389)
  • 3b72f9f chore(deps): bump vite from 7.3.3 to 7.3.6 (#1387)
  • a468136 chore(deps): bump @​astrojs/react from 5.0.7 to 6.0.1 (#1386)
  • 1a5a34a chore(deps): bump the minor group across 1 directory with 7 updates (#1383)
  • Additional commits viewable in compare view

Updates @bytecodealliance/jco from 1.19.0 to 1.28.1

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.28.1

[1.28.1] - 2026-08-11

⚙️ Miscellaneous Tasks

jco-v1.28.0

[1.28.0] - 2026-08-11

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.27.0

[1.27.0] - 2026-08-04

🚀 Features

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.26.1

[1.26.1] - 2026-07-27

... (truncated)

Commits
  • e3ed4ca release: jco v1.28.1
  • 4899e51 chore(jco): update preview3-shim to v0.3.0
  • eea421d release: preview3-shim v0.3.0
  • 382571d release: jco v1.28.0
  • d4701a7 test(jco): increase transpiled test code limit
  • 541c17f chore(jco): update jco-transpile to v0.7.0
  • 00fe607 release: jco-transpile v0.7.0
  • 0f94c95 release: js-component-bindgen v2.3.1
  • b60c7e8 fix(bindgen): prevent lifted future call races
  • a8794bb release: js-component-bindgen v2.3.0
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 26.2.0

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

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.28.1

[1.28.1] - 2026-08-11

⚙️ Miscellaneous Tasks

jco-v1.28.0

[1.28.0] - 2026-08-11

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.27.0

[1.27.0] - 2026-08-04

🚀 Features

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.26.1

[1.26.1] - 2026-07-27

... (truncated)

Commits
  • e3ed4ca release: jco v1.28.1
  • 4899e51 chore(jco): update preview3-shim to v0.3.0
  • eea421d release: preview3-shim v0.3.0
  • 382571d release: jco v1.28.0
  • d4701a7 test(jco): increase transpiled test code limit
  • 541c17f chore(jco): update jco-transpile to v0.7.0
  • 00fe607 release: jco-transpile v0.7.0
  • 0f94c95 release: js-component-bindgen v2.3.1
  • b60c7e8 fix(bindgen): prevent lifted future call races
  • a8794bb release: js-component-bindgen v2.3.0
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 26.2.0

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

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.28.1

[1.28.1] - 2026-08-11

⚙️ Miscellaneous Tasks

jco-v1.28.0

[1.28.0] - 2026-08-11

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.27.0

[1.27.0] - 2026-08-04

🚀 Features

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.26.1

[1.26.1] - 2026-07-27

... (truncated)

Commits
  • e3ed4ca release: jco v1.28.1
  • 4899e51 chore(jco): update preview3-shim to v0.3.0
  • eea421d release: preview3-shim v0.3.0
  • 382571d release: jco v1.28.0
  • d4701a7 test(jco): increase transpiled test code limit
  • 541c17f chore(jco): update jco-transpile to v0.7.0
  • 00fe607 release: jco-transpile v0.7.0
  • 0f94c95 release: js-component-bindgen v2.3.1
  • b60c7e8 fix(bindgen): prevent lifted future call races
  • a8794bb release: js-component-bindgen v2.3.0
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 26.2.0

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

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.28.1

[1.28.1] - 2026-08-11

⚙️ Miscellaneous Tasks

jco-v1.28.0

[1.28.0] - 2026-08-11

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.27.0

[1.27.0] - 2026-08-04

🚀 Features

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.26.1

[1.26.1] - 2026-07-27

... (truncated)

Commits
  • e3ed4ca release: jco v1.28.1
  • 4899e51 chore(jco): update preview3-shim to v0.3.0
  • eea421d release: preview3-shim v0.3.0
  • 382571d release: jco v1.28.0
  • d4701a7 test(jco): increase transpiled test code limit
  • 541c17f chore(jco): update jco-transpile to v0.7.0
  • 00fe607 release: jco-transpile v0.7.0
  • 0f94c95 release: js-component-bindgen v2.3.1
  • b60c7e8 fix(bindgen): prevent lifted future call races
  • a8794bb release: js-component-bindgen v2.3.0
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 26.2.0

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

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.28.1

[1.28.1] - 2026-08-11

⚙️ Miscellaneous Tasks

jco-v1.28.0

[1.28.0] - 2026-08-11

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.27.0

[1.27.0] - 2026-08-04

🚀 Features

🧪 Testing

⚙️ Miscellaneous Tasks

…s with 16 updates

Bumps the example-dependencies group with 6 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.40.0` |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.28.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.2` | `26.2.0` |
| [esbuild](https://github.com/evanw/esbuild) | `0.28.1` | `0.28.2` |
| [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.40.0` |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.28.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.2` | `26.2.0` |
| [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.28.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.3` | `26.2.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [axios](https://github.com/axios/axios) | `1.18.0` | `1.19.0` |
| [@bytecodealliance/componentize-js](https://github.com/bytecodealliance/ComponentizeJS) | `0.20.0` | `0.22.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.4` |

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.28.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.3` | `26.2.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [rollup](https://github.com/rollup/rollup) | `4.60.3` | `4.62.4` |
| [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.28.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.3` | `26.2.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [rollup](https://github.com/rollup/rollup) | `4.60.3` | `4.62.4` |
| [hono](https://github.com/honojs/hono) | `4.12.27` | `4.13.2` |

Bumps the example-dependencies group with 4 updates in the /examples/components/http-stdio directory: [@bytecodealliance/jco](https://github.com/bytecodealliance/jco), [typescript](https://github.com/microsoft/TypeScript), [hono](https://github.com/honojs/hono) and [@bytecodealliance/jco-std](https://github.com/bytecodealliance/jco).
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 4 updates in the /examples/components/wasi-config-from-k8s-env directory: [@bytecodealliance/jco](https://github.com/bytecodealliance/jco), [typescript](https://github.com/microsoft/TypeScript), [hono](https://github.com/honojs/hono) and [@bytecodealliance/jco-std](https://github.com/bytecodealliance/jco).
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.28.1` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |
| [@bytecodealliance/componentize-js](https://github.com/bytecodealliance/ComponentizeJS) | `0.20.0` | `0.22.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.4` |
| [hono](https://github.com/honojs/hono) | `4.12.27` | `4.13.2` |
| [@bytecodealliance/jco-std](https://github.com/bytecodealliance/jco) | `0.1.3` | `0.2.1` |



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.40.0
- [Release notes](https://github.com/remeda/remeda/releases)
- [Commits](https://github.com/remeda/remeda/compare/v2.34.0...v2.40.0)

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

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

Updates `esbuild` from 0.28.1 to 0.28.2
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.28.1...v0.28.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.40.0
- [Release notes](https://github.com/remeda/remeda/releases)
- [Commits](https://github.com/remeda/remeda/compare/v2.34.0...v2.40.0)

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

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

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.40.0
- [Release notes](https://github.com/remeda/remeda/releases)
- [Commits](https://github.com/remeda/remeda/compare/v2.34.0...v2.40.0)

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

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.40.0
- [Release notes](https://github.com/remeda/remeda/releases)
- [Commits](https://github.com/remeda/remeda/compare/v2.34.0...v2.40.0)

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

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

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

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

Updates `@types/node` from 24.12.3 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

Updates `@bytecodealliance/componentize-js` from 0.20.0 to 0.22.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.22.0)

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

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.2.0
- [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.4
- [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.4)

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

Updates `@types/node` from 24.12.3 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

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

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

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

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

Updates `@types/node` from 24.12.3 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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.22.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.22.0)

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

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

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

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

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

Updates `@types/node` from 24.12.3 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.3 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

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

Updates `@types/node` from 24.12.3 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

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

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

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

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

Updates `@types/node` from 24.12.3 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

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

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

Updates `@types/node` from 24.12.3 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.3 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

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

Updates `@types/node` from 24.12.3 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

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

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

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

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

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

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

Updates `@types/node` from 24.12.3 to 26.2.0
- [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.13.2
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.13.2)

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

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

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

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

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

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

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

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

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

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

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

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.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...0.2.1)

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

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

Updates `rolldown` from 1.0.0 to 1.2.4
- [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.4/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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...0.2.1)

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

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

Updates `rolldown` from 1.0.0 to 1.2.4
- [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.4/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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...0.2.1)

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

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

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

Updates `@types/node` from 24.12.2 to 26.2.0
- [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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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

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

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

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

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

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

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

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

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.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...0.2.1)

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

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

Updates `rolldown` from 1.0.0 to 1.2.4
- [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.4/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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...0.2.1)

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

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

Updates `rolldown` from 1.0.0 to 1.2.4
- [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.4/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.28.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.28.1)

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.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...0.2.1)

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

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

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

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.22.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.22.0)

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

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

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

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

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

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

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

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

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.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-std-v0.1.3...0.2.1)

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 17, 2026
@dependabot
dependabot Bot requested review from a team as code owners August 17, 2026 13:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 17, 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