node-addon-examples
node-addon-examples copied to clipboard
Bump node-addon-api from 1.7.2 to 8.0.0 in /src/2-js-to-native-conversion/object-wrap-demo/node-addon-api
Bumps node-addon-api from 1.7.2 to 8.0.0.
Release notes
Sourced from node-addon-api's releases.
v8.0.0
Notable changes
- Support for Node.js v16.x is no longer maintained.
Commits
- [
df2147a2b6] - build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 (dependabot[bot]) #1455- [
eb4fa9b55a] - build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 (dependabot[bot]) #1452- [
f85e8146bb] - build(deps): bump github/codeql-action from 3.23.2 to 3.24.3 (dependabot[bot]) #1448- [
b84deb0d2f] - build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 (dependabot[bot]) #1447- [
7dcee380cd] - build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 (dependabot[bot]) #1444- [
a727b629fe] - build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 (dependabot[bot]) #1443- [
ea712094e3] - build(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 (dependabot[bot]) #1440- [
898e5006a5] - build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 (dependabot[bot]) #1439- [
66e6e0e4b6] - build(deps): bump actions/upload-artifact from 4.0.0 to 4.3.0 (dependabot[bot]) #1438- [
f1ca4ccd7f] - build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 (dependabot[bot]) #1433- [
c58112d52e] - build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 (dependabot[bot]) #1430- [
f1b9c0bc24] - chore: remove v16.x regular CI runs (Chengzhong Wu) #1437- [
c6561d90d6] - chore: reduce dependabot noise (Chengzhong Wu) #1436- [
42931eeba6] - doc: reorganize readme (Chengzhong Wu) #1441- [
3b9f3db14e] - doc: update changelog maker commands (Chengzhong Wu) #1431- [
034c039298] - test: heed npm_config_debug (Gabriel Schulhof) #1445Full Changelog: https://github.com/nodejs/node-addon-api/compare/v7.1.0...v8.0.0
v7.1.0
What's Changed
- build(deps): bump actions/checkout from 3.5.2 to 3.5.3 by
@dependabotin nodejs/node-addon-api#1329- src: add SyntaxError by
@KevinEadyin nodejs/node-addon-api#1326- build(deps): bump actions/dependency-review-action from 2.5.1 to 3.0.6 by
@dependabotin nodejs/node-addon-api#1331- build(deps): bump actions/stale from 5.2.1 to 8.0.0 by
@dependabotin nodejs/node-addon-api#1333- build(deps-dev): bump fs-extra from 9.1.0 to 11.1.1 by
@dependabotin nodejs/node-addon-api#1335- build(deps): bump step-security/harden-runner from 2.3.0 to 2.4.1 by
@dependabotin nodejs/node-addon-api#1342- build(deps): bump github/codeql-action from 2.2.12 to 2.20.1 by
@dependabotin nodejs/node-addon-api#1343- build(deps): bump ossf/scorecard-action from 2.0.6 to 2.2.0 by
@dependabotin nodejs/node-addon-api#1344- Add Node.js version restrictions by
@Apollon77in nodejs/node-addon-api#1340- build(deps): bump actions/setup-node from 3.6.0 to 3.7.0 by
@dependabotin nodejs/node-addon-api#1348- build(deps): bump github/codeql-action from 2.20.1 to 2.20.3 by
@dependabotin nodejs/node-addon-api#1349- Doc: fix typo 'Napi::AsyncProgressWorker::ExecutionProcess' to 'Napi::AsyncProgressWorker::ExecutionProgress'. by
@JerryZhongJin nodejs/node-addon-api#1350- doc: add missing title IsBigInt by
@MarxJiaoin nodejs/node-addon-api#1352- build(deps): bump github/codeql-action from 2.20.3 to 2.21.0 by
@dependabotin nodejs/node-addon-api#1353- fix: handle c++ exception in TSFN callback by
@legendecasin nodejs/node-addon-api#1345- src: remove duplicate buffer info calls by
@legendecasin nodejs/node-addon-api#1354- build(deps): bump step-security/harden-runner from 2.4.1 to 2.5.0 by
@dependabotin nodejs/node-addon-api#1356- build(deps): bump github/codeql-action from 2.21.0 to 2.21.1 by
@dependabotin nodejs/node-addon-api#1357- build(deps): bump github/codeql-action from 2.21.1 to 2.21.2 by
@dependabotin nodejs/node-addon-api#1358- build(deps): bump step-security/harden-runner from 2.5.0 to 2.5.1 by
@dependabotin nodejs/node-addon-api#1364- build(deps): bump actions/dependency-review-action from 3.0.6 to 3.0.8 by
@dependabotin nodejs/node-addon-api#1368
... (truncated)
Changelog
Sourced from node-addon-api's changelog.
2024-03-01 Version 8.0.0,
@legendecasNotable changes
- Support for Node.js v16.x is no longer maintained.
Commits
- [
df2147a2b6] - build(deps): bump github/codeql-action from 3.24.3 to 3.24.5 (dependabot[bot]) #1455- [
eb4fa9b55a] - build(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 (dependabot[bot]) #1452- [
f85e8146bb] - build(deps): bump github/codeql-action from 3.23.2 to 3.24.3 (dependabot[bot]) #1448- [
b84deb0d2f] - build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 (dependabot[bot]) #1447- [
7dcee380cd] - build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 (dependabot[bot]) #1444- [
a727b629fe] - build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 (dependabot[bot]) #1443- [
ea712094e3] - build(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 (dependabot[bot]) #1440- [
898e5006a5] - build(deps): bump github/codeql-action from 3.23.1 to 3.23.2 (dependabot[bot]) #1439- [
66e6e0e4b6] - build(deps): bump actions/upload-artifact from 4.0.0 to 4.3.0 (dependabot[bot]) #1438- [
f1ca4ccd7f] - build(deps): bump actions/dependency-review-action from 3.1.5 to 4.0.0 (dependabot[bot]) #1433- [
c58112d52e] - build(deps): bump github/codeql-action from 3.23.0 to 3.23.1 (dependabot[bot]) #1430- [
f1b9c0bc24] - chore: remove v16.x regular CI runs (Chengzhong Wu) #1437- [
c6561d90d6] - chore: reduce dependabot noise (Chengzhong Wu) #1436- [
42931eeba6] - doc: reorganize readme (Chengzhong Wu) #1441- [
3b9f3db14e] - doc: update changelog maker commands (Chengzhong Wu) #1431- [
034c039298] - test: heed npm_config_debug (Gabriel Schulhof) #14452024-01-18 Version 7.1.0,
@legendecasNotable changes
API
- Add Env::GetModuleFileName
- Add SyntaxError
- Allow NAPI_VERSION env var and templatize AttachData callback
- Add common gyp dependency targets.
Commits
- [
864fed488c] - build(deps): bump github/codeql-action from 3.22.12 to 3.23.0 (dependabot[bot]) #1428- [
81a8d43130] - build(deps): bump actions/dependency-review-action from 3.1.4 to 3.1.5 (dependabot[bot]) #1427- [
e20088941b] - build(deps): bump github/codeql-action from 3.22.11 to 3.22.12 (dependabot[bot]) #1426- [
76c7b12e4e] - build(deps): bump actions/setup-node from 4.0.0 to 4.0.1 (dependabot[bot]) #1425- [
cd58edde1d] - build(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 (dependabot[bot]) #1424- [
0fd1b9e0e1] - build(deps): bump github/codeql-action from 2.22.8 to 3.22.11 (dependabot[bot]) #1423- [
c181b19d68] - build(deps): bump actions/stale from 8.0.0 to 9.0.0 (dependabot[bot]) #1418- [
6fa67791a1] - build(deps): bump actions/setup-python from 4.7.1 to 5.0.0 (dependabot[bot]) #1417- [
1fff346fa6] - build(deps): bump actions/dependency-review-action from 3.1.3 to 3.1.4 (dependabot[bot]) #1415- [
ecb9690fe5] - build(deps): bump github/codeql-action from 2.22.7 to 2.22.8 (dependabot[bot]) #1414- [
969547b871] - build(deps): bump github/codeql-action from 2.22.5 to 2.22.7 (dependabot[bot]) #1413- [
183d1522a9] - build(deps): bump step-security/harden-runner from 2.6.0 to 2.6.1 (dependabot[bot]) #1412
... (truncated)
Commits
d1ba5478.0.0df2147abuild(deps): bump github/codeql-action from 3.24.3 to 3.24.5 (#1455)eb4fa9bbuild(deps): bump actions/dependency-review-action from 4.1.0 to 4.1.3 (#1452)42931eedoc: reorganize readme (#1441)f85e814build(deps): bump github/codeql-action from 3.23.2 to 3.24.3 (#1448)b84deb0build(deps): bump actions/dependency-review-action from 4.0.0 to 4.1.0 (#1447)7dcee38build(deps): bump actions/setup-node from 4.0.1 to 4.0.2 (#1444)a727b62build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 (#1443)034c039test: heed npm_config_debug (#1445)ea71209build(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 (#1440)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by legendecas, a new releaser for node-addon-api since your current version.
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)