Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump wasm-bindgen from 0.2.90 to 0.2.91 in /oracle-scrip…
…ts (#150) Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.90 to 0.2.91. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md">wasm-bindgen's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/rustwasm/wasm-bindgen/compare/0.2.90...0.2.91">0.2.91</a></h2> <p>Released 2024-02-06</p> <h3>Added</h3> <ul> <li> <p>Added bindings for the <code>RTCRtpTransceiver.setCodecPreferences()</code> and unstable bindings for the <code>RTCRtpEncodingParameters.scalabilityMode</code>. <a href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/3828">#3828</a></p> </li> <li> <p>Add unstable bindings for the FileSystemAccess API <a href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/3810">#3810</a></p> </li> <li> <p>Added support for running tests in shared and service workers with <code>wasm_bindgen_test_configure!</code> <code>run_in_shared_worker</code> and <code>run_in_service_worker</code>. <a href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/3804">#3804</a></p> </li> <li> <p>Accept the <code>--skip</code> flag with <code>wasm-bindgen-test-runner</code>. <a href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/3803">#3803</a></p> </li> <li> <p>Introduce environment variable <code>WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION</code> to disable origin isolation for <code>wasm-bindgen-test-runner</code>. <a href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/3807">#3807</a></p> </li> <li> <p>Add bindings for <code>USBDevice.forget()</code>. <a href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/3821">#3821</a></p> </li> </ul> <h3>Changed</h3> <ul> <li> <p>Stabilize <code>ClipboardEvent</code>. <a href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/3791">#3791</a></p> </li> <li> <p>Use immutable buffers in <code>SubtleCrypto</code> methods. <a href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/3797">#3797</a></p> </li> <li> <p>Deprecate <code>wasm_bindgen_test_configure!</code>s <code>run_in_worker</code> in favor of <code>run_in_dedicated_worker</code>. <a href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/3804">#3804</a></p> </li> <li> <p>Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for <code>GPUPipelineError</code>, and holds back an update to the <code>buffer</code> argument of the <code>GPUQueue.{writeBuffer,writeTexture}</code> methods. <a href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/3816">#3816</a></p> </li> <li> <p>Depreate <code>--weak-refs</code> and <code>WASM_BINDGEN_WEAKREF</code> in favor of automatic run-time detection. <a href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/3822">#3822</a></p> </li> </ul> <h3>Fixed</h3> <ul> <li> <p>Fixed UB when freeing strings received from JS if not using the default allocator. <a href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/3808">#3808</a></p> </li> <li> <p>Fixed temporary folder detection by <code>wasm-bindgen-test-runner</code> on MacOS. <a href="https://redirect.github.com/rustwasm/wasm-bindgen/pull/3817">#3817</a></p> </li> <li> <p>Fixed using <code>#[wasm_bindgen(js_name = default)]</code> with <code>#[wasm_bindgen(module = ...)]</code>.</p> </li> </ul> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustwasm/wasm-bindgen/commit/fe8bc949b5553ca6da811f13209d9f3b86cc5b1e"><code>fe8bc94</code></a> Prepare v0.2.91 release (<a href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/3829">#3829</a>)</li> <li><a href="https://github.com/rustwasm/wasm-bindgen/commit/4b6ef26f8a1dc1cd62329918dbe646cf9c142113"><code>4b6ef26</code></a> Fixed nighly build of <code>wasm-bindgen-futures</code> (<a href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/3827">#3827</a>)</li> <li><a href="https://github.com/rustwasm/wasm-bindgen/commit/22f84e3b1cc270f179ab26a1e543a228e315553f"><code>22f84e3</code></a> readme: build badge for Github actions, not Azure pipeline (<a href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/3825">#3825</a>)</li> <li><a href="https://github.com/rustwasm/wasm-bindgen/commit/3e469b265464e60645f7eceb5745fa2558aea703"><code>3e469b2</code></a> Deprecate <code>--weak-refs</code> in favor of run-time detection (<a href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/3822">#3822</a>)</li> <li><a href="https://github.com/rustwasm/wasm-bindgen/commit/1f7942dfdb64680f485c94c16cf967b5cfa3b6b1"><code>1f7942d</code></a> Fix <code>#[wasm_bindgen(js_name = default)]</code> for module imports (<a href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/3823">#3823</a>)</li> <li><a href="https://github.com/rustwasm/wasm-bindgen/commit/1f019db03ae2eee37e6ef848faeb61a19c4be630"><code>1f019db</code></a> Enabled and auto generated <code>forget()</code> method for <code>UsbDevice</code> (<a href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/3821">#3821</a>)</li> <li><a href="https://github.com/rustwasm/wasm-bindgen/commit/9e699ac45dc1b0ee318fdec7741e47531f5bb0d0"><code>9e699ac</code></a> Add deployment note for first <code>wasm-pack build --target web</code> example (<a href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/3819">#3819</a>)</li> <li><a href="https://github.com/rustwasm/wasm-bindgen/commit/305cb25cbda96152a6af9fd47674c699929a50fa"><code>305cb25</code></a> Fixed temporary folder detection on MacOS (<a href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/3817">#3817</a>)</li> <li><a href="https://github.com/rustwasm/wasm-bindgen/commit/b1047882dcc3ac984485a518b1899670efcc3aa8"><code>b104788</code></a> chore(webgpu)!: update to latest WebGPU IDL as of 2024-01-30 (<a href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/3816">#3816</a>)</li> <li><a href="https://github.com/rustwasm/wasm-bindgen/commit/fb518d3b190ca8885dbac5e149ce1bbef3d8a92b"><code>fb518d3</code></a> Fix example code in guide (<a href="https://redirect.github.com/rustwasm/wasm-bindgen/issues/3813">#3813</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rustwasm/wasm-bindgen/compare/0.2.90...0.2.91">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wasm-bindgen&package-manager=cargo&previous-version=0.2.90&new-version=0.2.91)](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