build(deps): bump @bytecodealliance/jco from 1.11.1 to 1.24.3 in /spec/fixtures/components/js_app - #178
Closed
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) from 1.11.1 to 1.24.3. - [Release notes](https://github.com/bytecodealliance/jco/releases) - [Commits](bytecodealliance/jco@jco-v1.11.1...jco-v1.24.3) --- updated-dependencies: - dependency-name: "@bytecodealliance/jco" dependency-version: 1.24.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #180. |
dependabot
Bot
deleted the
dependabot/npm_and_yarn/spec/fixtures/components/js_app/bytecodealliance/jco-1.24.3
branch
June 29, 2026 12:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @bytecodealliance/jco from 1.11.1 to 1.24.3.
Release notes
Sourced from @bytecodealliance/jco's releases.
... (truncated)
Commits
5a9ac70release: jco v1.24.315466adtest(jco): add regression test for world picking during typegen79dacecfix(jco): world name config option regressionf30d9ccrelease: jco v1.24.23c64835chore(jco): remove un-needed dist files, re-enable testsafac3bcfeat(jco): use wasm-tools via jco-transpilebc36f27refactor(jco): use generate fn from jco-transpile2027f29chore(jco): update jco-transpile to v0.3.3f047821feat(jco): use jco-transpile exclusively for transpileb8660darelease: jco-transpile v0.3.3Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@bytecodealliance/jcosince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Low Risk
Fixture-only dependency bump with no application code changes; main risk is whether
npm run build/ componentize still produces the expectedjs_app.wasmunder the upgraded jco toolchain.Overview
Bumps
@bytecodealliance/jcofrom 1.11.1 to ^1.24.3 in thespec/fixtures/components/js_appfixture (package.jsonandpackage-lock.json).@bytecodealliance/componentize-jsstays at ^0.18.2; thenpm run buildflow is unchanged and still runsjco componentizeagainst the v4 WIT world.The lockfile refresh pulls in jco’s newer transitive stack (e.g. componentize-js 0.19.3/0.21.0, jco-transpile, preview3-shim, binaryen 130, wizer 10, oxc-parser), and drops chalk-template from the resolved tree.
Reviewed by Cursor Bugbot for commit 5688ff8. Bugbot is set up for automated code reviews on this repo. Configure here.