Skip to content

Commit

Permalink
fix(deps): update dependency node-addon-api to v7 (#121)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [node-addon-api](https://togithub.com/nodejs/node-addon-api) |
[`6.1.0` ->
`7.0.0`](https://renovatebot.com/diffs/npm/node-addon-api/6.1.0/7.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/node-addon-api/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/node-addon-api/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/node-addon-api/6.1.0/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/node-addon-api/6.1.0/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nodejs/node-addon-api (node-addon-api)</summary>

###
[`v7.0.0`](https://togithub.com/nodejs/node-addon-api/blob/HEAD/CHANGELOG.md#2023-06-13-Version-700-KevinEady)

[Compare
Source](https://togithub.com/nodejs/node-addon-api/compare/v6.1.0...v7.0.0)

##### Notable changes

##### API

-   Drop support for Node.js v14.x and v19.x.
- Ensure native receiver exists when calling instance methods and
properties.
- Fix issue when creating `Napi::Error` instances that wrap primitives
values.

##### TEST

-   Added tests for `Napi::AsyncProgressQueueWorker<T>` class.
-   Added tests for `Napi::AsyncProgressWorker<T>` class.

##### Documentation

-   Added documentation for `Napi::Value::IsBigInt()`.

##### Commits

-
\[[`de5c899400`](https://togithub.com/nodejs/node-addon-api/commit/de5c899400)]
- **doc,chore**: drop support for Node.js v14, v19 (Kevin Eady)
[#&#8203;1324](https://togithub.com/nodejs/node-addon-api/pull/1324)
-
\[[`3083b7f148`](https://togithub.com/nodejs/node-addon-api/commit/3083b7f148)]
- \[StepSecurity] Apply security best practices (StepSecurity Bot)
[#&#8203;1308](https://togithub.com/nodejs/node-addon-api/pull/1308)
-
\[[`a198e24a15`](https://togithub.com/nodejs/node-addon-api/commit/a198e24a15)]
- \[Test] Add tests for async progress queue worker (Jack)
[#&#8203;1316](https://togithub.com/nodejs/node-addon-api/pull/1316)
-
\[[`665f4aa845`](https://togithub.com/nodejs/node-addon-api/commit/665f4aa845)]
- **doc**: add missing Value::IsBigInt (Kevin Eady)
[#&#8203;1319](https://togithub.com/nodejs/node-addon-api/pull/1319)
-
\[[`358b2d3b4f`](https://togithub.com/nodejs/node-addon-api/commit/358b2d3b4f)]
- **doc**: complete code curly braces in async_worker.md (wanlu)
[#&#8203;1317](https://togithub.com/nodejs/node-addon-api/pull/1317)
-
\[[`858942ce31`](https://togithub.com/nodejs/node-addon-api/commit/858942ce31)]
- **src**: avoid calling into C++ with a null this (Caleb Hearon)
[#&#8203;1313](https://togithub.com/nodejs/node-addon-api/pull/1313)
-
\[[`64f6515331`](https://togithub.com/nodejs/node-addon-api/commit/64f6515331)]
- **src**: handle failure during error wrap of primitive (Gabriel
Schulhof)
[#&#8203;1310](https://togithub.com/nodejs/node-addon-api/pull/1310)
-
\[[`dfad6b45fe`](https://togithub.com/nodejs/node-addon-api/commit/dfad6b45fe)]
- \[test] Add test coverage for AsyncProgressWorker (Jack)
[#&#8203;1307](https://togithub.com/nodejs/node-addon-api/pull/1307)
-
\[[`0e34f22839`](https://togithub.com/nodejs/node-addon-api/commit/0e34f22839)]
- **release**: v6.1.0. (Nicola Del Gobbo)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/serialport/bindings-cpp).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM2LjguMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 22, 2023
1 parent f4c384a commit ed3df6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@serialport/bindings-interface": "1.2.2",
"@serialport/parser-readline": "11.0.0",
"debug": "4.3.4",
"node-addon-api": "6.1.0",
"node-addon-api": "7.0.0",
"node-gyp-build": "4.6.0"
},
"devDependencies": {
Expand Down

0 comments on commit ed3df6a

Please sign in to comment.