fix(deps): update rust crate napi to 2.16.1
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| napi | dependencies | minor | 2.14.2 -> 2.16.1 |
Release Notes
napi-rs/napi-rs (napi)
v2.16.1
What's Changed
- fix(napi): remove useless FromNapiValue bound check for ValidateNapiValue by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1999
- feat(napi): support to use tuple with either by @h-a-n-a in https://github.com/napi-rs/napi-rs/pull/1993
- feat(napi): implement From<String> for Buffer by @lbarthon in https://github.com/napi-rs/napi-rs/pull/2002
Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.1
v2.16.0
What's Changed
- feat(napi): allow Reference as a class method param by @lbarthon in https://github.com/napi-rs/napi-rs/pull/1966
- fix(napi): remove useless create_reference in slice => TypedArray impl by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1975
- feat(napi): impl chained Into for TypedArray types by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1978
- feat(napi): impl BufferSlice and Uint8ClampedSlice by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1979
- fix(napi): add back the typecheck logic that was accidentally removed in Object::get_named_property by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1982
New Contributors
- @sup39 made their first contribution in https://github.com/napi-rs/napi-rs/pull/1971
Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.0
v2.15.4
What's Changed
- fix(napi): no hard fail on ThreadsafeFunction::call_async by @lbarthon in https://github.com/napi-rs/napi-rs/pull/1970
- fix(napi): JsObject.add_finalizer callback being allowed to reference non-static things by @tomb-msft in https://github.com/napi-rs/napi-rs/pull/1968
New Contributors
- @tomb-msft made their first contribution in https://github.com/napi-rs/napi-rs/pull/1968
Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.15.4
v2.15.2
What's Changed
- feat(napi): extends the Map types interoperability by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1950
- feat(napi): accept slice as TypedArray by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1951
- style: apply clippy fix by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1953
- fix(napi): memory leak while using Reference by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1954
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3[email protected]
v2.15.1
What's Changed
- fix(napi): Fix buffer corruption and soundness issues by @Janrupf in https://github.com/napi-rs/napi-rs/pull/1923
- fix(napi): in "Object::get", return null values wrapped in a "Some" by @jkomyno in https://github.com/napi-rs/napi-rs/pull/1934
New Contributors
- @Janrupf made their first contribution in https://github.com/napi-rs/napi-rs/pull/1923
- @jkomyno made their first contribution in https://github.com/napi-rs/napi-rs/pull/1934
Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.15.1
v2.15.0
What's Changed
- fix(napi): callback in execute_tokio_future does not need to be Send by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1917
- feat(napi): new Function/FunctionRef API by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1913
- chore(napi): delete unwrap_from_ref API because it was never work by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1915
- fix(napi): memory issue while creating external buffer on electron by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1921
Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.15.0
v2.14.4
What's changed
- fix(napi): future in block_on do not need to be send @Brooooooklyn https://github.com/napi-rs/napi-rs/commit/e3322706981414dbdbde0a5021cab1d5f9144620
Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.14.4
v2.14.3
What's Changed
- fix(napi): block_on type by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1911
- chore(napi): expose spawn_blocking on tokio runtime by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1912
Full Changelog: https://github.com/napi-rs/napi-rs/compare/@napi-rs/cli@3[email protected]
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.