chore(deps): bump the dependencies group across 1 directory with 3 updates - #387
chore(deps): bump the dependencies group across 1 directory with 3 updates#387dependabot[bot] wants to merge 1 commit into
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #387 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 855 855
Branches 199 199
=========================================
Hits 855 855 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…dates Bumps the dependencies group with 3 updates in the / directory: [@emnapi/core](https://github.com/toyobayashi/emnapi), [@emnapi/runtime](https://github.com/toyobayashi/emnapi) and [@napi-rs/wasm-runtime](https://github.com/napi-rs/napi-rs/tree/HEAD/wasm-runtime). Updates `@emnapi/core` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/toyobayashi/emnapi/releases) - [Commits](toyobayashi/emnapi@v1.10.0...v1.11.1) Updates `@emnapi/runtime` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/toyobayashi/emnapi/releases) - [Commits](toyobayashi/emnapi@v1.10.0...v1.11.1) Updates `@napi-rs/wasm-runtime` from 1.1.4 to 1.1.6 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Changelog](https://github.com/napi-rs/napi-rs/blob/main/wasm-runtime/CHANGELOG.md) - [Commits](https://github.com/napi-rs/napi-rs/commits/@napi-rs/wasm-runtime@1.1.6/wasm-runtime) --- updated-dependencies: - dependency-name: "@emnapi/core" dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@emnapi/runtime" dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@napi-rs/wasm-runtime" dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
3b773d1 to
a4c3e5b
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a4c3e5baba
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "@emnapi/core": "^1.11.1", | ||
| "@emnapi/runtime": "^1.11.1", |
There was a problem hiding this comment.
Pin emnapi with the runtime packages
Bumping @emnapi/core/@emnapi/runtime to 1.11.1 here leaves the emnapi devDependency at ^1.10.0. The WASI build path evaluates resolve-deps.mjs, which sets EMNAPI_LINK_DIR from emnapi/lib/wasm32-wasi-threads, while the generated loader uses the @emnapi/* runtime packages; upstream emnapi documents that these packages should match the same version. When rebuilding/publishing the wasm binding, this links against emnapi 1.10.0 but runs with 1.11.1, risking ABI/runtime skew, so please bump emnapi and the lockfile to 1.11.1 in the same change.
Useful? React with 👍 / 👎.
Bumps the dependencies group with 3 updates in the / directory: @emnapi/core, @emnapi/runtime and @napi-rs/wasm-runtime.
Updates
@emnapi/corefrom 1.10.0 to 1.11.1Release notes
Sourced from @emnapi/core's releases.
Commits
6c3668c1.11.1c7c19aafix: refresh stale shared memory buffer before atomic access (v1.x backport) ...e4a78251.11.0c9a3f2crefactor: remove use of PThread.runningWorkers (#216)a0a7953ci: workflow_dispatch96d67bffeat: support SharedArrayBuffer in napi_create_typedarray (#212)3802768feat: add napi_create_external_sharedarraybuffer (#211)ccea8c7test: sync tsfn abort testUpdates
@emnapi/runtimefrom 1.10.0 to 1.11.1Release notes
Sourced from @emnapi/runtime's releases.
Commits
6c3668c1.11.1c7c19aafix: refresh stale shared memory buffer before atomic access (v1.x backport) ...e4a78251.11.0c9a3f2crefactor: remove use of PThread.runningWorkers (#216)a0a7953ci: workflow_dispatch96d67bffeat: support SharedArrayBuffer in napi_create_typedarray (#212)3802768feat: add napi_create_external_sharedarraybuffer (#211)ccea8c7test: sync tsfn abort testUpdates
@napi-rs/wasm-runtimefrom 1.1.4 to 1.1.6Changelog
Sourced from @napi-rs/wasm-runtime's changelog.
Commits
b77119echore(release): publish8c87f47chore(deps): update@tybys/wasm-utilto 0.10.3 (#3348)670e5d3chore(release): publishad7b1c8chore(deps): lock file maintenance (#3318)c70f205fix(wasm-runtime): preserve Buffer return values in fs-proxy (#3250)