Skip to content

chore(deps): bump the minor-and-patch group with 5 updates - #547

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/minor-and-patch-7414b3d1d4
Aug 18, 2026
Merged

chore(deps): bump the minor-and-patch group with 5 updates#547
github-actions[bot] merged 1 commit into
mainfrom
dependabot/cargo/minor-and-patch-7414b3d1d4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 5 updates:

Package From To
napi 3.12.0 3.12.1
napi-build 2.4.0 2.4.1
napi-derive 3.6.2 3.6.3
thiserror 2.0.19 2.0.20
zip 9.0.0-pre2 9.0.0-pre3

Updates napi from 3.12.0 to 3.12.1

Release notes

Sourced from napi's releases.

napi-v3.12.1

Fixed

  • (napi) stop unloading addons with live native code, preserve non-Error rejections, and add the wasm teardown barrier (#3423)
  • (wasi) avoid randomness during module registration (#3447)
Commits
  • 956e452 chore: release (#3448)
  • 73048f5 chore(release): publish
  • 61fae8a fix(napi): stop unloading addons with live native code, preserve non-Error re...
  • 93e86ce chore(release): publish
  • 2c90599 fix(cli): support npm 12 pack output (#3449)
  • 360b1ec fix(wasi): avoid randomness during module registration (#3447)
  • b648c40 build(deps): bump nanoid from 3.3.16 to 3.3.18 (#3446)
  • ffda4ef chore(deps): update dependency js-yaml to v4.3.1 [security] (#3445)
  • 387b0dc feat(cli): size WASI browser worker pools from navigator.hardwareConcurrency ...
  • 61e4346 build(deps): bump fast-uri from 3.1.4 to 3.1.5 (#3440)
  • Additional commits viewable in compare view

Updates napi-build from 2.4.0 to 2.4.1

Release notes

Sourced from napi-build's releases.

napi-build-v2.4.1

Fixed

  • (napi) stop unloading addons with live native code, preserve non-Error rejections, and add the wasm teardown barrier (#3423)
Commits
  • 956e452 chore: release (#3448)
  • 73048f5 chore(release): publish
  • 61fae8a fix(napi): stop unloading addons with live native code, preserve non-Error re...
  • 93e86ce chore(release): publish
  • 2c90599 fix(cli): support npm 12 pack output (#3449)
  • 360b1ec fix(wasi): avoid randomness during module registration (#3447)
  • b648c40 build(deps): bump nanoid from 3.3.16 to 3.3.18 (#3446)
  • ffda4ef chore(deps): update dependency js-yaml to v4.3.1 [security] (#3445)
  • 387b0dc feat(cli): size WASI browser worker pools from navigator.hardwareConcurrency ...
  • 61e4346 build(deps): bump fast-uri from 3.1.4 to 3.1.5 (#3440)
  • Additional commits viewable in compare view

Updates napi-derive from 3.6.2 to 3.6.3

Release notes

Sourced from napi-derive's releases.

napi-derive-v3.6.3

Other

  • updated the following local packages: napi-derive-backend
Commits
  • 956e452 chore: release (#3448)
  • 73048f5 chore(release): publish
  • 61fae8a fix(napi): stop unloading addons with live native code, preserve non-Error re...
  • 93e86ce chore(release): publish
  • 2c90599 fix(cli): support npm 12 pack output (#3449)
  • 360b1ec fix(wasi): avoid randomness during module registration (#3447)
  • b648c40 build(deps): bump nanoid from 3.3.16 to 3.3.18 (#3446)
  • ffda4ef chore(deps): update dependency js-yaml to v4.3.1 [security] (#3445)
  • 387b0dc feat(cli): size WASI browser worker pools from navigator.hardwareConcurrency ...
  • 61e4346 build(deps): bump fast-uri from 3.1.4 to 3.1.5 (#3440)
  • Additional commits viewable in compare view

Updates thiserror from 2.0.19 to 2.0.20

Release notes

Sourced from thiserror's releases.

2.0.20

  • Suppress redundant_field_names clippy lint in generated code (#454)
Commits

Updates zip from 9.0.0-pre2 to 9.0.0-pre3

Release notes

Sourced from zip's releases.

v9.0.0-pre3

🚀 Features

  • add example for memory allocation (#881)
  • add method to README (#857)

🐛 Bug Fixes

  • rewrite extra fields (#879)
  • zip64 creation of exactly 4GB without large file should crash (#839)
  • remove seek call and inline (#858)
  • change directory attributes detection and set external attributes (#851)
  • ignore zip info extra field on failure (#868)

🚜 Refactor

  • change extra_data to extra_fields (#833)
  • change zip64 parsing (#834)

⚙️ Miscellaneous Tasks

  • tag PRs with size labels (#882)
Changelog

Sourced from zip's changelog.

9.0.0-pre3 - 2026-08-10

🚀 Features

  • add example for memory allocation (#881)
  • add method to README (#857)

🐛 Bug Fixes

  • rewrite extra fields (#879)
  • zip64 creation of exactly 4GB without large file should crash (#839)
  • remove seek call and inline (#858)
  • change directory attributes detection and set external attributes (#851)
  • ignore zip info extra field on failure (#868)

🚜 Refactor

  • change extra_data to extra_fields (#833)
  • change zip64 parsing (#834)

⚙️ Miscellaneous Tasks

  • tag PRs with size labels (#882)
Commits
  • 4e15a84 chore: release v9.0.0-pre3 (#893)
  • 2b2abc3 ci(deps): bump github/codeql-action/upload-sarif from 4.37.4 to 4.37.5 (#917)
  • 16b44b7 ci(deps): bump crate-ci/typos from 1.48.0 to 1.49.0 (#916)
  • dbc67bf fix: rewrite extra fields (#879)
  • 32eda8c ci: [StepSecurity] Apply security best practices (#912)
  • 5c634f6 build: Add devcontainer config (#848)
  • 5773f36 ci(deps): bump github/codeql-action/upload-sarif from 4.37.3 to 4.37.4 (#909)
  • d72487e chore(deps): update lzma-rust2 to 0.18 (#905)
  • e0979ed chore(deps): update lzma-rust2 requirement from ^0.17.0 to ^0.18.0 (#906)
  • 6f09b30 ci(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#897)
  • Additional commits viewable in compare view

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot Bot added dependencies Dependency updates rust Rust crate labels Aug 17, 2026
@github-actions github-actions Bot added the core Changes to exarch-core label Aug 17, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 17, 2026 09:21
Bumps the minor-and-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [napi](https://github.com/napi-rs/napi-rs) | `3.12.0` | `3.12.1` |
| [napi-build](https://github.com/napi-rs/napi-rs) | `2.4.0` | `2.4.1` |
| [napi-derive](https://github.com/napi-rs/napi-rs) | `3.6.2` | `3.6.3` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.19` | `2.0.20` |
| [zip](https://github.com/zip-rs/zip2) | `9.0.0-pre2` | `9.0.0-pre3` |


Updates `napi` from 3.12.0 to 3.12.1
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-v3.12.0...napi-v3.12.1)

Updates `napi-build` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-build-v2.4.0...napi-build-v2.4.1)

Updates `napi-derive` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-derive-v3.6.2...napi-derive-v3.6.3)

Updates `thiserror` from 2.0.19 to 2.0.20
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.19...2.0.20)

Updates `zip` from 9.0.0-pre2 to 9.0.0-pre3
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v9.0.0-pre2...v9.0.0-pre3)

---
updated-dependencies:
- dependency-name: napi
  dependency-version: 3.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: napi-build
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: napi-derive
  dependency-version: 3.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: thiserror
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: zip
  dependency-version: 9.0.0-pre3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@bug-ops
bug-ops force-pushed the dependabot/cargo/minor-and-patch-7414b3d1d4 branch from dab1bf6 to 4c86f9e Compare August 18, 2026 17:28
@github-actions
github-actions Bot merged commit f6399ad into main Aug 18, 2026
26 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/minor-and-patch-7414b3d1d4 branch August 18, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Changes to exarch-core dependencies Dependency updates rust Rust crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants