Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 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.9.0
remeda 2.34.0 2.39.0
@bytecodealliance/jco 1.19.0 1.23.1
@types/node 24.12.2 24.13.2
esbuild 0.28.0 0.28.1

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

Package From To
remeda 2.34.0 2.39.0
@bytecodealliance/jco 1.19.0 1.23.1
@types/node 24.12.2 24.13.2
@rsbuild/plugin-node-polyfill 1.4.4 1.4.6
@rslib/core 0.21.3 0.22.1

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

Package From To
@bytecodealliance/jco 1.19.0 1.23.1
@types/node 24.12.3 24.13.2
axios 1.16.0 1.18.0
@bytecodealliance/componentize-js 0.20.0 0.21.0
@rollup/plugin-commonjs 29.0.2 29.0.3
rollup 4.60.3 4.62.0

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

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

Updates fast-xml-parser from 5.7.2 to 5.9.0

Release notes

Sourced from fast-xml-parser's releases.

update strnum, FXB. Use xml-naming for DOCTYPE

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

fix minor old bugs and update builder

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

Sourced from fast-xml-parser's changelog.

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

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

*5.9.0 / 2026-06-15 (not released yet)

  • 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
  • fix #705: attributesGroupName working with preserveOrder
  • fix #817: stackoverflow when tag expression is very long

5.7.1 / 2026-04-20

  • fix typo in CJS typing file

5.7.0 / 2026-04-17

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

... (truncated)

Commits

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

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.23.1

[1.23.1] - 2026-06-15

🧪 Testing

jco-v1.23.0

[1.23.0] - 2026-06-11

🚜 Refactor

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.22.0

[1.22.0] - 2026-06-10

🧪 Testing

... (truncated)

Commits
  • a602928 release: jco v1.23.1
  • 5a6f7aa release: js-component-bindgen v2.0.1
  • 3495883 fix(bindgen): storage len accounting when lifting lists
  • b6347cb test(jco): add regression test for storage len budgets during lift
  • 817292d refactor(ci): replace taiki-e/install-action with cached version
  • 3ab7f05 refactor(ci): install webidl2wit explicitly
  • c8e4974 chore(deps): bump taiki-e/install-action from 2.81.1 to 2.81.7
  • 912e962 sec(ci): avoid persisting credentials after checkout
  • 82b89f2 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • 7fe2fa0 chore(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 24.13.2

Commits

Updates esbuild from 0.28.0 to 0.28.1

Release notes

Sourced from esbuild's releases.

v0.28.1

  • Disallow \ in local development server HTTP requests (GHSA-g7r4-m6w7-qqqr)

    This release fixes a security issue where HTTP requests to esbuild's local development server could traverse outside of the serve directory on Windows using a \ backslash character. It happened due to the use of Go's path.Clean() function, which only handles Unix-style / characters. HTTP requests with paths containing \ are no longer allowed.

    Thanks to @​dellalibera for reporting this issue.

  • Add integrity checks to the Deno API (GHSA-gv7w-rqvm-qjhr)

    The previous release of esbuild added integrity checks to esbuild's npm install script. This release also adds integrity checks to esbuild's Deno install script. Now esbuild's Deno API will also fail with an error if the downloaded esbuild binary contains something other than the expected content.

    Note that esbuild's Deno API installs from registry.npmjs.org by default, but allows the NPM_CONFIG_REGISTRY environment variable to override this with a custom package registry. This change means that the esbuild executable served by NPM_CONFIG_REGISTRY must now match the expected content.

    Thanks to @​sondt99 for reporting this issue.

  • Avoid inlining using and await using declarations (#4482)

    Previously esbuild's minifier sometimes incorrectly inlined using and await using declarations into subsequent uses of that declaration, which then fails to dispose of the resource correctly. This bug happened because inlining was done for let and const declarations by avoiding doing it for var declarations, which no longer worked when more declaration types were added. Here's an example:

    // Original code
    {
      using x = new Resource()
      x.activate()
    }
    // Old output (with --minify)
    new Resource().activate();
    // New output (with --minify)
    {using e=new Resource;e.activate()}

  • Fix module evaluation when an error is thrown (#4461, #4467)

    If an error is thrown during module evaluation, esbuild previously didn't preserve the state of the module for subsequent module references. This was observable if import() or require() is used to import a module multiple times. The thrown error is supposed to be thrown by every call to import() or require(), not just the first. With this release, esbuild will now throw the same error every time you call import() or require() on a module that throws during its evaluation.

  • Fix some edge cases around the new operator (#4477)

    Previously esbuild incorrectly printed certain edge cases involving complex expressions inside the target of a new expression (specifically an optional chain and/or a tagged template literal). The generated code for the new target was not correctly wrapped with parentheses, and either contained a syntax error or had different semantics. These edge cases have been fixed so that they now correctly wrap the new target in parentheses. Here is an example of some affected code:

    // Original code
    new (foo()`bar`)()
    new (foo()?.bar)()
    // Old output
    new foo()bar();
    new (foo())?.bar();

... (truncated)

Changelog

Sourced from esbuild's changelog.

0.28.1

  • Disallow \ in local development server HTTP requests (GHSA-g7r4-m6w7-qqqr)

    This release fixes a security issue where HTTP requests to esbuild's local development server could traverse outside of the serve directory on Windows using a \ backslash character. It happened due to the use of Go's path.Clean() function, which only handles Unix-style / characters. HTTP requests with paths containing \ are no longer allowed.

    Thanks to @​dellalibera for reporting this issue.

  • Add integrity checks to the Deno API (GHSA-gv7w-rqvm-qjhr)

    The previous release of esbuild added integrity checks to esbuild's npm install script. This release also adds integrity checks to esbuild's Deno install script. Now esbuild's Deno API will also fail with an error if the downloaded esbuild binary contains something other than the expected content.

    Note that esbuild's Deno API installs from registry.npmjs.org by default, but allows the NPM_CONFIG_REGISTRY environment variable to override this with a custom package registry. This change means that the esbuild executable served by NPM_CONFIG_REGISTRY must now match the expected content.

    Thanks to @​sondt99 for reporting this issue.

  • Avoid inlining using and await using declarations (#4482)

    Previously esbuild's minifier sometimes incorrectly inlined using and await using declarations into subsequent uses of that declaration, which then fails to dispose of the resource correctly. This bug happened because inlining was done for let and const declarations by avoiding doing it for var declarations, which no longer worked when more declaration types were added. Here's an example:

    // Original code
    {
      using x = new Resource()
      x.activate()
    }
    // Old output (with --minify)
    new Resource().activate();
    // New output (with --minify)
    {using e=new Resource;e.activate()}

  • Fix module evaluation when an error is thrown (#4461, #4467)

    If an error is thrown during module evaluation, esbuild previously didn't preserve the state of the module for subsequent module references. This was observable if import() or require() is used to import a module multiple times. The thrown error is supposed to be thrown by every call to import() or require(), not just the first. With this release, esbuild will now throw the same error every time you call import() or require() on a module that throws during its evaluation.

  • Fix some edge cases around the new operator (#4477)

    Previously esbuild incorrectly printed certain edge cases involving complex expressions inside the target of a new expression (specifically an optional chain and/or a tagged template literal). The generated code for the new target was not correctly wrapped with parentheses, and either contained a syntax error or had different semantics. These edge cases have been fixed so that they now correctly wrap the new target in parentheses. Here is an example of some affected code:

    // Original code
    new (foo()`bar`)()
    new (foo()?.bar)()
    // Old output
    new foo()bar();
    new (foo())?.bar();

... (truncated)

Commits

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

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.23.1

[1.23.1] - 2026-06-15

🧪 Testing

jco-v1.23.0

[1.23.0] - 2026-06-11

🚜 Refactor

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.22.0

[1.22.0] - 2026-06-10

🧪 Testing

... (truncated)

Commits
  • a602928 release: jco v1.23.1
  • 5a6f7aa release: js-component-bindgen v2.0.1
  • 3495883 fix(bindgen): storage len accounting when lifting lists
  • b6347cb test(jco): add regression test for storage len budgets during lift
  • 817292d refactor(ci): replace taiki-e/install-action with cached version
  • 3ab7f05 refactor(ci): install webidl2wit explicitly
  • c8e4974 chore(deps): bump taiki-e/install-action from 2.81.1 to 2.81.7
  • 912e962 sec(ci): avoid persisting credentials after checkout
  • 82b89f2 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • 7fe2fa0 chore(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 24.13.2

Commits

Updates @bytecodealliance/jco from 1.19.0 to 1.23.1

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.23.1

[1.23.1] - 2026-06-15

🧪 Testing

jco-v1.23.0

[1.23.0] - 2026-06-11

🚜 Refactor

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.22.0

[1.22.0] - 2026-06-10

🧪 Testing

... (truncated)

Commits
  • a602928 release: jco v1.23.1
  • 5a6f7aa release: js-component-bindgen v2.0.1
  • 3495883 fix(bindgen): storage len accounting when lifting lists
  • b6347cb test(jco): add regression test for storage len budgets during lift
  • 817292d refactor(ci): replace taiki-e/install-action with cached version
  • 3ab7f05 refactor(ci): install webidl2wit explicitly
  • c8e4974 chore(deps): bump taiki-e/install-action from 2.81.1 to 2.81.7
  • 912e962 sec(ci): avoid persisting credentials after checkout
  • 82b89f2 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • 7fe2fa0 chore(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 24.13.2

Commits

Updates @bytecodealliance/jco from 1.19.0 to 1.23.1

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.23.1

[1.23.1] - 2026-06-15

🧪 Testing

jco-v1.23.0

[1.23.0] - 2026-06-11

🚜 Refactor

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.22.0

[1.22.0] - 2026-06-10

🧪 Testing

... (truncated)

Commits
  • a602928 release: jco v1.23.1
  • 5a6f7aa release: js-component-bindgen v2.0.1
  • 3495883 fix(bindgen): storage len accounting when lifting lists
  • b6347cb test(jco): add regression test for storage len budgets during lift
  • 817292d refactor(ci): replace taiki-e/install-action with cached version
  • 3ab7f05 refactor(ci): install webidl2wit explicitly
  • c8e4974 chore(deps): bump taiki-e/install-action from 2.81.1 to 2.81.7
  • 912e962 sec(ci): avoid persisting credentials after checkout
  • 82b89f2 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • 7fe2fa0 chore(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 24.13.2

Commits

Updates @bytecodealliance/jco from 1.19.0 to 1.23.1

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.23.1

[1.23.1] - 2026-06-15

🧪 Testing

jco-v1.23.0

[1.23.0] - 2026-06-11

🚜 Refactor

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.22.0

[1.22.0] - 2026-06-10

🧪 Testing

... (truncated)

Commits
  • a602928 release: jco v1.23.1
  • 5a6f7aa release: js-component-bindgen v2.0.1
  • 3495883 fix(bindgen): storage len accounting when lifting lists
  • b6347cb test(jco): add regression test for storage len budgets during lift
  • 817292d refactor(ci): replace taiki-e/install-action with cached version
  • 3ab7f05 refactor(ci): install webidl2wit explicitly
  • c8e4974 chore(deps): bump taiki-e/install-action from 2.81.1 to 2.81.7
  • 912e962 sec(ci): avoid persisting credentials after checkout
  • 82b89f2 chore(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • 7fe2fa0 chore(deps): bump astral-sh/setup-uv from 8.1.0 to 8.2.0
  • Additional commits viewable in compare view

Updates @types/node from 24.12.2 to 24.13.2

Commits

Updates @bytecodealliance/jco from 1.19.0 to 1.23.1

Release notes

Sourced from @​bytecodealliance/jco's releases.

jco-v1.23.1

[1.23.1] - 2026-06-15

🧪 Testing

jco-v1.23.0

[1.23.0] - 2026-06-11

🚜 Refactor

🧪 Testing

⚙️ Miscellaneous Tasks

jco-v1.22.0

[1.22.0] - 2026-06-10

🧪 Testing

... (truncated)

Commits
  • a602928 release: jco v1.23.1
  • 5a6f7aa release: js-component-bindgen v2.0.1
  • 3495883 fix(bindgen): storage len accounting when lifting lists
  • ...

    Description has been truncated

…s with 16 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.9.0` |
| [remeda](https://github.com/remeda/remeda) | `2.34.0` | `2.39.0` |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.23.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.2` | `24.13.2` |
| [esbuild](https://github.com/evanw/esbuild) | `0.28.0` | `0.28.1` |

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

| Package | From | To |
| --- | --- | --- |
| [remeda](https://github.com/remeda/remeda) | `2.34.0` | `2.39.0` |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.23.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.2` | `24.13.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.22.1` |

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

| Package | From | To |
| --- | --- | --- |
| [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) | `1.19.0` | `1.23.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.12.3` | `24.13.2` |
| [axios](https://github.com/axios/axios) | `1.16.0` | `1.18.0` |
| [@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.0` |

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

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



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

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

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

Updates `esbuild` from 0.28.0 to 0.28.1
- [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.0...v0.28.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.23.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.23.1)

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.23.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.23.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.23.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.23.1)

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

Updates `remeda` from 2.34.0 to 2.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.23.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.23.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.22.1
- [Release notes](https://github.com/web-infra-dev/rslib/releases)
- [Commits](https://github.com/web-infra-dev/rslib/commits/v0.22.1/packages/core)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `axios` from 1.16.0 to 1.18.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.16.0...v1.18.0)

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.23.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.23.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 24.13.2
- [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.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

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

Updates `@types/node` from 24.12.3 to 24.13.2
- [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.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

Updates `@types/node` from 24.12.3 to 24.13.2
- [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.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.23.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.23.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.23.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.23.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.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `@types/node` from 24.12.3 to 24.13.2
- [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.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

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

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

Updates `@types/node` from 24.12.3 to 24.13.2
- [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.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

Updates `@types/node` from 24.12.3 to 24.13.2
- [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.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

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

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

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

Updates `rollup` from 4.60.3 to 4.62.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

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

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

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

Updates `@types/node` from 24.12.3 to 24.13.2
- [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.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

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

Updates `@types/node` from 24.12.3 to 24.13.2
- [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.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

Updates `@types/node` from 24.12.3 to 24.13.2
- [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.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

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

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

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

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

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

Updates `rollup` from 4.60.3 to 4.62.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.23.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.23.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.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

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

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

Updates `rollup` from 4.60.3 to 4.62.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

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

Updates `rollup` from 4.60.3 to 4.62.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

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

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

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

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

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

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

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

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

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

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

Updates `@bytecodealliance/jco` from 1.19.0 to 1.23.1
- [Release notes](https://github.com/bytecodealliance/jco/releases)
- [Commits](https://github.com/bytecodealliance/jco/compare/jco-v1.19.0...jco-v1.23.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.0
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.60.3...v4.62.0)

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

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

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

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: remeda
  dependency-version: 2.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: esbuild
  dependency-version: 0.28.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: remeda
  dependency-version: 2.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: remeda
  dependency-version: 2.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: remeda
  dependency-version: 2.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@rsbuild/plugin-node-polyfill"
  dependency-version: 1.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@rslib/core"
  dependency-version: 0.22.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: axios
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/componentize-js"
  dependency-version: 0.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@rollup/plugin-commonjs"
  dependency-version: 29.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: rollup
  dependency-version: 4.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: rollup
  dependency-version: 4.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: rollup
  dependency-version: 4.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/componentize-js"
  dependency-version: 0.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@rollup/plugin-commonjs"
  dependency-version: 29.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: example-dependencies
- dependency-name: rollup
  dependency-version: 4.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@bytecodealliance/jco"
  dependency-version: 1.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: example-dependencies
- dependency-name: "@by...

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 Jun 15, 2026
@dependabot dependabot Bot requested review from a team as code owners June 15, 2026 13:13
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2026
@lachieh

lachieh commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 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 Jun 15, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/examples/components/bundled-esbuild/example-dependencies-a9ff43a700 branch June 15, 2026 16:46
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.

1 participant