Skip to content

Commit

Permalink
deps(dev): Bump @bytecodealliance/jco from 1.1.1 to 1.2.2 (#707)
Browse files Browse the repository at this point in the history
Bumps [@bytecodealliance/jco](https://github.com/bytecodealliance/jco) from 1.1.1 to 1.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/bytecodealliance/jco/releases"><code>@​bytecodealliance/jco</code>'s releases</a>.</em></p>
<blockquote>
<h2>1.2.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Don't need to check for non-zero resource rep by <a href="https://github.com/kateinoigakukun"><code>@​kateinoigakukun</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/427">bytecodealliance/jco#427</a></li>
<li>fix: support runtime borrow drop tracking by <a href="https://github.com/guybedford"><code>@​guybedford</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/429">bytecodealliance/jco#429</a></li>
<li>fix: support uninitialized resource transfer by <a href="https://github.com/guybedford"><code>@​guybedford</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/430">bytecodealliance/jco#430</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bytecodealliance/jco/compare/1.2.1...1.2.2">https://github.com/bytecodealliance/jco/compare/1.2.1...1.2.2</a></p>
<h2>1.2.1</h2>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bytecodealliance/jco/compare/1.2.0...1.2.1">https://github.com/bytecodealliance/jco/compare/1.2.0...1.2.1</a></p>
<h2>1.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: non-constructible resource error by <a href="https://github.com/guybedford"><code>@​guybedford</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/412">bytecodealliance/jco#412</a></li>
<li>deps: update ComponentizeJS in tests by <a href="https://github.com/guybedford"><code>@​guybedford</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/411">bytecodealliance/jco#411</a></li>
<li>deno: reenable Deno CI tests by <a href="https://github.com/guybedford"><code>@​guybedford</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/414">bytecodealliance/jco#414</a></li>
<li>feat: conditionally support FinalizationRegistry by <a href="https://github.com/guybedford"><code>@​guybedford</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/415">bytecodealliance/jco#415</a></li>
<li>feat: support componentize --disable-features by <a href="https://github.com/guybedford"><code>@​guybedford</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/419">bytecodealliance/jco#419</a></li>
<li>fix: ts resource method docs by <a href="https://github.com/guybedford"><code>@​guybedford</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/420">bytecodealliance/jco#420</a></li>
<li>fix: clocks type definitions by <a href="https://github.com/kateinoigakukun"><code>@​kateinoigakukun</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/422">bytecodealliance/jco#422</a></li>
<li>Wasmtime Update by <a href="https://github.com/guybedford"><code>@​guybedford</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/421">bytecodealliance/jco#421</a></li>
<li>GitHub actions workflow optimization by <a href="https://github.com/guybedford"><code>@​guybedford</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/425">bytecodealliance/jco#425</a></li>
<li>fix: typescript generation determinism by <a href="https://github.com/guybedford"><code>@​guybedford</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/424">bytecodealliance/jco#424</a></li>
<li>Type generation with WIT folder support by <a href="https://github.com/guybedford"><code>@​guybedford</code></a> in <a href="https://redirect.github.com/bytecodealliance/jco/pull/426">bytecodealliance/jco#426</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kateinoigakukun"><code>@​kateinoigakukun</code></a> made their first contribution in <a href="https://redirect.github.com/bytecodealliance/jco/pull/422">bytecodealliance/jco#422</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bytecodealliance/jco/compare/1.1.1...1.2.0">https://github.com/bytecodealliance/jco/compare/1.1.1...1.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bytecodealliance/jco/commit/97dab9d8ac9b0bcd1c80918e261bdaf5288b4442"><code>97dab9d</code></a> 1.2.2</li>
<li><a href="https://github.com/bytecodealliance/jco/commit/a4aaa6e36e514921887f9021a6ec907a5b9b7ba7"><code>a4aaa6e</code></a> fix: support uninitialized resource transfer (<a href="https://redirect.github.com/bytecodealliance/jco/issues/430">#430</a>)</li>
<li><a href="https://github.com/bytecodealliance/jco/commit/64608659928b51b29a0fab3e8716621369582447"><code>6460865</code></a> fix: support runtime borrow drop tracking (<a href="https://redirect.github.com/bytecodealliance/jco/issues/429">#429</a>)</li>
<li><a href="https://github.com/bytecodealliance/jco/commit/56f1540bd5019cdc80d00e3b3fc7f2ee7437dee4"><code>56f1540</code></a> Don't need to check for non-zero resource rep (<a href="https://redirect.github.com/bytecodealliance/jco/issues/427">#427</a>)</li>
<li><a href="https://github.com/bytecodealliance/jco/commit/9e537cd658b393c65eb7ba7fa00ff11301825c64"><code>9e537cd</code></a> 1.2.1</li>
<li><a href="https://github.com/bytecodealliance/jco/commit/0000129b3348a0192cc83b8268ce030fc5047ba0"><code>0000129</code></a> 1.2.0</li>
<li><a href="https://github.com/bytecodealliance/jco/commit/5984e9c8e42158568dee166e047fd1c21cca0a2a"><code>5984e9c</code></a> Type generation with WIT folder support (<a href="https://redirect.github.com/bytecodealliance/jco/issues/426">#426</a>)</li>
<li><a href="https://github.com/bytecodealliance/jco/commit/d85c58756af5ce18f21d3c61ee2d91b9a4c00abe"><code>d85c587</code></a> fix: typescript generation determinism (<a href="https://redirect.github.com/bytecodealliance/jco/issues/424">#424</a>)</li>
<li><a href="https://github.com/bytecodealliance/jco/commit/680568e8b9acf212045fd85b6a7a7629da58df13"><code>680568e</code></a> GitHub actions workflow optimization (<a href="https://redirect.github.com/bytecodealliance/jco/issues/425">#425</a>)</li>
<li><a href="https://github.com/bytecodealliance/jco/commit/70c6afc7560c5ee8d7e80e936366761e7deffc73"><code>70c6afc</code></a> Wasmtime Update (<a href="https://redirect.github.com/bytecodealliance/jco/issues/421">#421</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/bytecodealliance/jco/compare/1.1.1...1.2.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@bytecodealliance/jco&package-manager=npm_and_yarn&previous-version=1.1.1&new-version=1.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] committed Apr 30, 2024
1 parent 6e548bf commit 39989b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion analyze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@arcjet/eslint-config": "1.0.0-alpha.12",
"@arcjet/rollup-config": "1.0.0-alpha.12",
"@arcjet/tsconfig": "1.0.0-alpha.12",
"@bytecodealliance/jco": "1.1.1",
"@bytecodealliance/jco": "1.2.2",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.17.2",
"@types/node": "18.18.0",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 39989b8

Please sign in to comment.