nodejs / node-addon-examples

Node.js C++ addon examples from http://nodejs.org/docs/latest/api/addons.html
Other
2.5k stars 598 forks source link

Bump the all group across 31 directories with 4 updates #536

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the all group with 1 update in the /src/1-getting-started/1_hello_world/nan directory: bindings. Bumps the all group with 1 update in the /src/1-getting-started/1_hello_world/napi directory: bindings. Bumps the all group with 2 updates in the /src/1-getting-started/1_hello_world/node-addon-api directory: bindings and node-addon-api. Bumps the all group with 1 update in the /src/1-getting-started/1_hello_world/node-addon-api-addon-class directory: node-addon-api. Bumps the all group with 1 update in the /src/1-getting-started/2_function_arguments/napi directory: bindings. Bumps the all group with 1 update in the /src/1-getting-started/2_function_arguments/node-addon-api directory: node-addon-api. Bumps the all group with 1 update in the /src/1-getting-started/3_callbacks/napi directory: bindings. Bumps the all group with 1 update in the /src/1-getting-started/3_callbacks/node-addon-api directory: node-addon-api. Bumps the all group with 1 update in the /src/1-getting-started/4_object_factory/napi directory: bindings. Bumps the all group with 2 updates in the /src/1-getting-started/5_function_factory/node-addon-api directory: bindings and node-addon-api. Bumps the all group with 1 update in the /src/1-getting-started/6_object_wrap/node-addon-api directory: node-addon-api. Bumps the all group with 1 update in the /src/1-getting-started/7_factory_wrap/nan directory: bindings. Bumps the all group with 2 updates in the /src/1-getting-started/7_factory_wrap/node-addon-api directory: bindings and node-addon-api. Bumps the all group with 1 update in the /src/1-getting-started/a-first-project/node-addon-api directory: node-addon-api. Bumps the all group with 1 update in the /src/2-js-to-native-conversion/8_passing_wrapped/node-addon-api directory: node-addon-api. Bumps the all group with 2 updates in the /src/2-js-to-native-conversion/array_buffer_to_native/node-addon-api directory: bindings and node-addon-api. Bumps the all group with 1 update in the /src/2-js-to-native-conversion/object-wrap-demo/node-addon-api directory: node-addon-api. Bumps the all group with 2 updates in the /src/2-js-to-native-conversion/typed_array_to_native/node-addon-api directory: bindings and node-addon-api. Bumps the all group with 1 update in the /src/3-context-awareness/napi directory: bindings. Bumps the all group with 1 update in the /src/3-context-awareness/node_10 directory: bindings. Bumps the all group with 2 updates in the /src/5-async-work/async-iterator/node-addon-api directory: node-addon-api and cmake-js. Bumps the all group with 1 update in the /src/5-async-work/async_work_thread_safe_function/napi directory: bindings. Bumps the all group with 1 update in the /src/5-async-work/napi-asyncworker-example/node-addon-api directory: node-addon-api. Bumps the all group with 1 update in the /src/6-threadsafe-function/promise-callback-demo/node-addon-api directory: node-addon-api. Bumps the all group with 1 update in the /src/6-threadsafe-function/thread_safe_function_round_trip/napi directory: bindings. Bumps the all group with 1 update in the /src/6-threadsafe-function/thread_safe_function_with_object_wrap/node-addon-api directory: node-addon-api. Bumps the all group with 2 updates in the /src/6-threadsafe-function/threadsafe-async-iterator/node-addon-api directory: node-addon-api and cmake-js. Bumps the all group with 3 updates in the /src/6-threadsafe-function/typed_threadsafe_function/node-addon-api directory: bindings, node-addon-api and cmake-js. Bumps the all group with 1 update in the /src/8-tooling/build_with_cmake/napi directory: bindings. Bumps the all group with 2 updates in the /src/8-tooling/build_with_cmake/node-addon-api directory: bindings and node-addon-api. Bumps the all group with 2 updates in the /src/8-tooling/typescript_with_addon/node-addon-api directory: node-addon-api and ts-node.

Updates bindings from 1.2.1 to 1.5.0

Release notes

Sourced from bindings's releases.

1.5.0

This version adds support for Yarn PnP.

Minor Changes

  • Use actual error code to detect resolution exceptions: #56

Patches

  • Add back the old module not found check: f49851ee6bb62dbec9f3820a85bcce342f42ccc8

Credits

Huge thanks to @​arcanis for helping!

1.4.0

Minor Changes

  • Add LICENSE.md file: 3346bcb091aab443488ed8a2a9bcc5092e6eca6c
  • Add node-pre-gyp path to search paths: #32
  • Prettier: 98350ce07e6241c524d30c377895277afbb191c4
  • Support for node-qbs build system: #46

Patches

  • Handle filenames with 'file://' shema: #40

Credits

Huge thanks to @​anion155, @​mathiasjakobsen, @​ViliusSutkus and @​bwknight877 for helping!

1.3.1

Patches

  • Add webpack require hack: 40dcc1ffad085e22cf4b730a002ceeed77297ac5
Commits


Updates bindings from 1.2.1 to 1.5.0

Release notes

Sourced from bindings's releases.

1.5.0

This version adds support for Yarn PnP.

Minor Changes

  • Use actual error code to detect resolution exceptions: #56

Patches

  • Add back the old module not found check: f49851ee6bb62dbec9f3820a85bcce342f42ccc8

Credits

Huge thanks to @​arcanis for helping!

1.4.0

Minor Changes

  • Add LICENSE.md file: 3346bcb091aab443488ed8a2a9bcc5092e6eca6c
  • Add node-pre-gyp path to search paths: #32
  • Prettier: 98350ce07e6241c524d30c377895277afbb191c4
  • Support for node-qbs build system: #46

Patches

  • Handle filenames with 'file://' shema: #40

Credits

Huge thanks to @​anion155, @​mathiasjakobsen, @​ViliusSutkus and @​bwknight877 for helping!

1.3.1

Patches

  • Add webpack require hack: 40dcc1ffad085e22cf4b730a002ceeed77297ac5
Commits


Updates bindings from 1.2.1 to 1.5.0

Release notes

Sourced from bindings's releases.

1.5.0

This version adds support for Yarn PnP.

Minor Changes

  • Use actual error code to detect resolution exceptions: #56

Patches

  • Add back the old module not found check: f49851ee6bb62dbec9f3820a85bcce342f42ccc8

Credits

Huge thanks to @​arcanis for helping!

1.4.0

Minor Changes

  • Add LICENSE.md file: 3346bcb091aab443488ed8a2a9bcc5092e6eca6c
  • Add node-pre-gyp path to search paths: #32
  • Prettier: 98350ce07e6241c524d30c377895277afbb191c4
  • Support for node-qbs build system: #46

Patches

  • Handle filenames with 'file://' shema: #40

Credits

Huge thanks to @​anion155, @​mathiasjakobsen, @​ViliusSutkus and @​bwknight877 for helping!

1.3.1

Patches

  • Add webpack require hack: 40dcc1ffad085e22cf4b730a002ceeed77297ac5
Commits


Updates node-addon-api from 1.7.2 to 8.1.0

Release notes

Sourced from node-addon-api's releases.

node-addon-api: v8.1.0

8.1.0 (2024-07-05)

Features

Bug Fixes

  • fix compilation for Visual Studio 2022 (#1492) (e011720)
  • restore ability to run under NAPI_EXPERIMENTAL (#1409) (40bcb09)
Changelog

Sourced from node-addon-api's changelog.

8.1.0 (2024-07-05)

Features

Bug Fixes

  • fix compilation for Visual Studio 2022 (#1492) (e011720)
  • restore ability to run under NAPI_EXPERIMENTAL (#1409) (40bcb09)

2024-03-01 Version 8.0.0, @​legendecas

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) #1445

2024-01-18 Version 7.1.0, @​legendecas

Notable changes

API

  • Add Env::GetModuleFileName
  • Add SyntaxError
  • Allow NAPI_VERSION env var and templatize AttachData callback
  • Add common gyp dependency targets.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nodejs-foundation, a new releaser for node-addon-api since your current version.


Updates node-addon-api from 7.1.1 to 8.1.0

Release notes

Sourced from node-addon-api's releases.

node-addon-api: v8.1.0

8.1.0 (2024-07-05)

Features

Bug Fixes

  • fix compilation for Visual Studio 2022 (#1492) (e011720)
  • restore ability to run under NAPI_EXPERIMENTAL (#1409) (40bcb09)
Changelog

Sourced from node-addon-api's changelog.

8.1.0 (2024-07-05)

Features

Bug Fixes

  • fix compilation for Visual Studio 2022 (#1492) (e011720)
  • restore ability to run under NAPI_EXPERIMENTAL (#1409) (40bcb09)

2024-03-01 Version 8.0.0, @​legendecas

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) #1445

2024-01-18 Version 7.1.0, @​legendecas

Notable changes

API

  • Add Env::GetModuleFileName
  • Add SyntaxError
  • Allow NAPI_VERSION env var and templatize AttachData callback
  • Add common gyp dependency targets.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nodejs-foundation, a new releaser for node-addon-api since your current version.


Updates bindings from 1.2.1 to 1.5.0

Release notes

Sourced from bindings's releases.

1.5.0

This version adds support for Yarn PnP.

Minor Changes

  • Use actual error code to detect resolution exceptions: #56

Patches

  • Add back the old module not found check: f49851ee6bb62dbec9f3820a85bcce342f42ccc8

Credits

Huge thanks to @​arcanis for helping!

1.4.0

Minor Changes

  • Add LICENSE.md file: 3346bcb091aab443488ed8a2a9bcc5092e6eca6c
  • Add node-pre-gyp path to search paths: #32
  • Prettier: 98350ce07e6241c524d30c377895277afbb191c4
  • Support for node-qbs build system: #46

Patches

  • Handle filenames with 'file://' shema: #40

Credits

Huge thanks to @​anion155, @​mathiasjakobsen, @​ViliusSutkus and @​bwknight877 for helping!

1.3.1

Patches

  • Add webpack require hack: 40dcc1ffad085e22cf4b730a002ceeed77297ac5
Commits


Updates node-addon-api from 1.7.2 to 8.1.0

Release notes

Sourced from node-addon-api's releases.

node-addon-api: v8.1.0

8.1.0 (2024-07-05)

Features

Bug Fixes

  • fix compilation for Visual Studio 2022 (#1492) (e011720)
  • restore ability to run under NAPI_EXPERIMENTAL (#1409) (40bcb09)
Changelog

Sourced from node-addon-api's changelog.

8.1.0 (2024-07-05)

Features

Bug Fixes

  • fix compilation for Visual Studio 2022 (#1492) (e011720)
  • restore ability to run under NAPI_EXPERIMENTAL (#1409) (40bcb09)

2024-03-01 Version 8.0.0, @​legendecas

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) #1445

2024-01-18 Version 7.1.0, @​legendecas

Notable changes

API

  • Add Env::GetModuleFileName
  • Add SyntaxError
  • Allow NAPI_VERSION env var and templatize AttachData callback
  • Add common gyp dependency targets.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nodejs-foundation, a new releaser for node-addon-api since your current version.


Updates bindings from 1.2.1 to 1.5.0

Release notes

Sourced from bindings's releases.

1.5.0

This version adds support for Yarn PnP.

Minor Changes

  • Use actual error code to detect resolution exceptions: #56

Patches

  • Add back the old module not found check: f49851ee6bb62dbec9f3820a85bcce342f42ccc8

Credits

Huge thanks to @​arcanis for helping!

1.4.0

Minor Changes

  • Add LICENSE.md file: 3346bcb091aab443488ed8a2a9bcc5092e6eca6c
  • Add node-pre-gyp path to search paths: #32
  • Prettier: 98350ce07e6241c524d30c377895277afbb191c4
  • Support for node-qbs build system: #46

Patches

  • Handle filenames with 'file://' shema: #40

Credits

Huge thanks to @​anion155, @​mathiasjakobsen, @​ViliusSutkus and @​bwknight877 for helping!

1.3.1

Patches

  • Add webpack require hack: 40dcc1ffad085e22cf4b730a002ceeed77297ac5
Commits


Updates node-addon-api from 1.7.2 to 8.1.0

Release notes

Sourced from node-addon-api's releases.

node-addon-api: v8.1.0

8.1.0 (2024-07-05)

Features

Bug Fixes

  • fix compilation for Visual Studio 2022 (#1492) (e011720)
  • restore ability to run under NAPI_EXPERIMENTAL (#1409) (40bcb09)
Changelog

Sourced from node-addon-api's changelog.

8.1.0 (2024-07-05)

Features

Bug Fixes

  • fix compilation for Visual Studio 2022 (#1492) (e011720)
  • restore ability to run under NAPI_EXPERIMENTAL (#1409) (40bcb09)

2024-03-01 Version 8.0.0, @​legendecas

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) #1445

2024-01-18 Version 7.1.0, @​legendecas

Notable changes

API

  • Add Env::GetModuleFileName
  • Add SyntaxError
  • Allow NAPI_VERSION env var and templatize AttachData callback
  • Add common gyp dependency targets.

... (truncated)

Commits