[deps] Platform: Update napi
This PR contains the following updates:
| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| napi | workspace.dependencies | minor | =3.3.0 -> =3.6.1 |
3.7.0 |
| napi-build | workspace.dependencies | minor | =2.2.3 -> =2.3.1 |
|
| napi-derive | workspace.dependencies | minor | =3.2.5 -> =3.4.0 |
Release Notes
napi-rs/napi-rs (napi)
v3.6.1
Other
- updated the following local packages: napi-sys
v3.6.0
Added
- (napi-derive) add tracing feature for debug logging NAPI function calls (#3041)
- (napi) add node_api_create_object_with_properties support for enum creation (#2990)
Fixed
Other
- (napi) add back pub NODE_VERSION_* (#3046)
- (sys) add back non dyn-symbols behavior (#3045)
- (napi) add Eq and PartialEq trait to BigInt (#3033)
- update MSRV in README.md (#3023)
v3.5.2
Other
- updated the following local packages: napi-build
v3.5.1
Fixed
- (napi) TypedArraySlice creation (#3004)
Other
- (napi) Promise and ThreadsafeFunction::call_async don't require tokio (#2998)
v3.5.0
What's Changed
- perf: replace debug with obug by @sxzz in #3019
- fix(deps): update dependency @inquirer/prompts to v8 by @renovate[bot] in #3020
- chore(deps): update yarn to v4.12.0 by @renovate[bot] in #3030
- fix(cli): use jsPackageName from cli options by @U-C-S in #3035
New Contributors
Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-v3.5.2...@​napi-rs/[email protected]
v3.4.0
Added
- (napi) add on_abort for AbortSignal (#2942)
- (cli) add support for loongarch64-unknown-linux-gnu (#2887)
Fixed
- (napi) stop ref error object in wasm targets (#2975)
- (deps) update rust crate ctor to v0.6.0 (#2951)
- (napi) cleanup memory issues (#2949)
- (napi) node_api_create_external_string_utf16 on wasm (#2912)
Other
- (napi) bump rust-version (#2966)
Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Internal tracking:
- ID: PM-28664
- Link: https://bitwarden.atlassian.net/browse/PM-28664
Depends on work currently done with https://github.com/bitwarden/clients/pull/16053
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 41.89%. Comparing base (a7d3056) to head (020b554).
:warning: Report is 63 commits behind head on main.
:white_check_mark: All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@
## main #17619 +/- ##
==========================================
- Coverage 41.90% 41.89% -0.02%
==========================================
Files 3591 3596 +5
Lines 104156 107061 +2905
Branches 15710 16376 +666
==========================================
+ Hits 43647 44853 +1206
- Misses 58648 60323 +1675
- Partials 1861 1885 +24
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Minor update. Closing due to new Renovate rules.