chore: bump @napi-rs/cli from 3.8.2 to 3.8.6 in the napi group across 1 directory - #127
chore: bump @napi-rs/cli from 3.8.2 to 3.8.6 in the napi group across 1 directory#127dependabot[bot] wants to merge 2 commits into
Conversation
0d86102 to
a851e16
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a851e16485
ℹ️ 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": "2.0.0-alpha.3", | ||
| "@emnapi/runtime": "2.0.0-alpha.3", | ||
| "@napi-rs/cli": "3.8.2", | ||
| "@napi-rs/cli": "3.8.6", |
There was a problem hiding this comment.
@napi-rs/cli 3.8.6 declares @emnapi/core, @emnapi/runtime, and emnapi peers as ^1.7.1 || ^2.0.0-alpha.4, but this manifest leaves all three exactly pinned to 2.0.0-alpha.3. When the release workflow runs build:wasm and subsequently napi artifacts, it therefore uses an explicitly unsupported emnapi toolchain for the generated WASM artifacts; upgrade the three emnapi dependencies to at least alpha.4 in the same change, or retain CLI 3.8.2.
AGENTS.md reference: AGENTS.md:L158-L160
Useful? React with 👍 / 👎.
f78da77 to
48fa7d0
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 48fa7d0f2e
ℹ️ 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": "2.0.0-alpha.3", | ||
| "@emnapi/runtime": "2.0.0-alpha.3", | ||
| "@napi-rs/cli": "3.8.2", | ||
| "@napi-rs/cli": "3.8.6", |
There was a problem hiding this comment.
Add a Changesets entry for the tooling change
This CLI is used to build WASM artifacts and assemble release packages (.github/workflows/release.yml:169,247), so upgrading it changes the published-package toolchain even though it is a dev dependency. No new Changesets entry accompanies the change, while the Changeset job classifies package.json as a release path (.github/workflows/ci.yml:132-139); add a release changeset, or an empty entry if the output is intentionally considered unchanged, so the release impact is recorded and the policy check can pass.
AGENTS.md reference: AGENTS.md:L162-L165
Useful? React with 👍 / 👎.
Bumps the napi group with 1 update in the / directory: [@napi-rs/cli](https://github.com/napi-rs/napi-rs). Updates `@napi-rs/cli` from 3.8.2 to 3.8.6 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.8.2...@napi-rs/cli@3.8.6) --- updated-dependencies: - dependency-name: "@napi-rs/cli" dependency-version: 3.8.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: napi ... Signed-off-by: dependabot[bot] <support@github.com>
48fa7d0 to
b36ca0b
Compare
Bumps the napi group with 1 update in the / directory: @napi-rs/cli.
Updates
@napi-rs/clifrom 3.8.2 to 3.8.6Commits
70c1493chore(release): publishaeba312fix(cli): compatible with emnapi v1 & v2 (#3454)d532909chore(deps): update dependency oxc-parser to ^0.144.0 (#3453)b8ba732fix(deps): update emnapi to v2.0.0-alpha.4 (#3451)06349ebchore(deps): update cross-platform-actions/action action to v1.4.0 (#3452)a5b5f27chore(release): publish980b0b3fix(cli): validate publish-effective exports in threadless wasi pre-publish (...f5c8872chore(deps): lock file maintenance (#3435)956e452chore: release (#3448)73048f5chore(release): publish