chore: bump the emnapi group across 1 directory with 4 updates#111
chore: bump the emnapi group across 1 directory with 4 updates#111dependabot[bot] wants to merge 2 commits into
Conversation
Bumps the emnapi group with 4 updates in the / directory: [@emnapi/core](https://github.com/toyobayashi/emnapi), [@emnapi/runtime](https://github.com/toyobayashi/emnapi), [@napi-rs/wasm-runtime](https://github.com/napi-rs/napi-rs/tree/HEAD/wasm-runtime) and [emnapi](https://github.com/toyobayashi/emnapi). 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.5 - [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.5/wasm-runtime) Updates `emnapi` 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) --- updated-dependencies: - dependency-name: "@emnapi/core" dependency-version: 1.11.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: emnapi - dependency-name: "@emnapi/runtime" dependency-version: 1.11.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: emnapi - dependency-name: "@napi-rs/wasm-runtime" dependency-version: 1.1.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: emnapi - dependency-name: emnapi dependency-version: 1.11.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: emnapi ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9fdf6360e1
ℹ️ 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".
| "@napi-rs/tar-win32-x64-msvc": ["@napi-rs/tar-win32-x64-msvc@1.1.0", "", { "os": "win32", "cpu": "x64" }, "sha512-L6Ed1DxXK9YSCMyvpR8MiNAyKNkQLjsHsHK9E0qnHa8NzLFqzDKhvs5LfnWxM2kJ+F7m/e5n9zPm24kHb3LsVw=="], | ||
|
|
||
| "@napi-rs/wasm-runtime": ["@napi-rs/wasm-runtime@1.1.4", "", { "dependencies": { "@tybys/wasm-util": "^0.10.1" }, "peerDependencies": { "@emnapi/core": "^1.7.1", "@emnapi/runtime": "^1.7.1" } }, "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow=="], | ||
| "@napi-rs/wasm-runtime": ["@napi-rs/wasm-runtime@1.1.5", "", { "dependencies": { "@tybys/wasm-util": "^0.10.2" }, "peerDependencies": { "@emnapi/core": "^1.7.1", "@emnapi/runtime": "^1.7.1" } }, "sha512-AWPoBRJ9tsnVhor4sjO7rkni+7p+2IAEFj6cx06UgP10jkQHqay/36uRV/bFkgrh18D9vb4cr8Q0Pthskgzy+Q=="], |
There was a problem hiding this comment.
Regenerate provenance for the bumped runtime
This lockfile bump is provenance-affecting in trusted CI: .github/workflows/ci.yml includes bun.lock in the provenance filter and passes provenance-changed to the Rust NAPI workflow, whose provenance job runs the committed-artifact check. The tracked provenance files still list @napi-rs/wasm-runtime as 1.1.4 in provenance/sbom.cdx.json and provenance/THIRD-PARTY-NOTICES.txt, while this line locks 1.1.5, so the provenance check and release assets will be out of date until provenance/ is regenerated with the dependency update.
Useful? React with 👍 / 👎.
Bumps the emnapi group with 4 updates in the / directory: @emnapi/core, @emnapi/runtime, @napi-rs/wasm-runtime and emnapi.
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.5Changelog
Sourced from @napi-rs/wasm-runtime's changelog.
Commits
670e5d3chore(release): publishad7b1c8chore(deps): lock file maintenance (#3318)c70f205fix(wasm-runtime): preserve Buffer return values in fs-proxy (#3250)Updates
emnapifrom 1.10.0 to 1.11.1Release notes
Sourced from emnapi'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 testDependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions