fix(deps): update dependency node-addon-api to v6.1.0 #102
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.0
->6.1.0
Release Notes
nodejs/node-addon-api
v6.1.0
Compare Source
Notable changes
API
Napi::Value::As()
.Napi::TypeTaggable
class.NAPI_HAS_THREADS
to make TSFN available on Emscripten.NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
andNapi::Buffer::NewOrCopy()
to handle the support for external buffers.TEST
Napi::Reference<T>
class.Napi::RangeError
andNapi::TypeError
class.Napi::ObjectReference<T>
class.Napi::ObjectWrap<T>
class.Documentation
Napi::TypeTaggable
.Commits
5adb896782
] - src: enforce type checks on Napi::Value::As() (#1281) (Chengzhong Wu)d9faac7ec2
] - Fix exits/exists typo in docs for Env::AddCleanupHook() (#1306) (Mathias Stearn)164459ca03
] - doc: update class hierarchy for TypeTaggable (Gabriel Schulhof) #1303d01304437c
] - src: interject class TypeTaggable (Gabriel Schulhof) #1298d4942ccd4f
] - test: Complete test coverage for Reference<T> class (#1277) (Jack)a8ad7e7a7b
] - test: Add tests for copy/move semantics (JckXia) #1295e484327344
] - Add test coverage for typed and range err (#1280) (Jack)ebc7858593
] - test: Update wait with a condition (#1297) (Jack)0b53d885f5
] - src: defineNAPI_HAS_THREADS
(toyobayashi) #1283464610babf
] - test: complete objectRefs tests (JckXia) #1274b16c762a19
] - src: handle no support for external buffers (legendecas) #127361b8e28720
] - test: Add test covg for obj wrap (#1269) (Jack)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Mend Renovate. View repository job log here.