Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps)!: bump ffi-napi from 3.1.0 to 4.0.1 #180

Merged
merged 1 commit into from
Feb 24, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2021

Bumps ffi-napi from 3.1.0 to 4.0.1.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@github-actions
Copy link
Contributor

Report for v1.4.1-0-unreleased.pr180.172

📦 Packing output
npm notice 
npm notice 📦  [email protected]
npm notice === Tarball Contents === 
npm notice 1.1kB  LICENSE            
npm notice 918B   lib/commons.js     
npm notice 546B   lib/constants.js   
npm notice 963B   lib/ffi-bindings.js
npm notice 34B    index.js           
npm notice 9.6kB  lib/index.js       
npm notice 2.1kB  package.json       
npm notice 4.0kB  CHANGELOG.md       
npm notice 10.1kB README.md          
npm notice 930B   index.d.ts         
npm notice === Tarball Details === 
npm notice name:          net-keepalive                                 
npm notice version:       1.4.1-0-unreleased.pr180.172                  
npm notice filename:      net-keepalive-1.4.1-0-unreleased.pr180.172.tgz
npm notice package size:  8.2 kB                                        
npm notice unpacked size: 30.3 kB                                       
npm notice shasum:        ea445774b71b1b1cdc88ed6749fae05fbbe13ff6      
npm notice integrity:     sha512-Jys+oqvk2KIa4[...]3xTcB76h7/yjw==      
npm notice total files:   10                                            
npm notice 
⚡ Install log in dependent packages

> [email protected] install /tmp/tmp.WbPwB2AUsm/node_modules/ffi-napi/node_modules/ref-napi
> node-gyp-build


> [email protected] install /tmp/tmp.WbPwB2AUsm/node_modules/ffi-napi
> node-gyp-build

make: Entering directory '/tmp/tmp.WbPwB2AUsm/node_modules/ffi-napi/build'
CC(target) Release/obj.target/nothing/../node-addon-api/nothing.o
AR(target) Release/obj.target/../node-addon-api/nothing.a
COPY Release/nothing.a
CC(target) Release/obj.target/ffi/deps/libffi/src/prep_cif.o
CC(target) Release/obj.target/ffi/deps/libffi/src/types.o
CC(target) Release/obj.target/ffi/deps/libffi/src/raw_api.o
CC(target) Release/obj.target/ffi/deps/libffi/src/java_raw_api.o
../deps/libffi/src/java_raw_api.c: In function ‘ffi_java_raw_call’:
../deps/libffi/src/java_raw_api.c:317:3: warning: ‘ffi_java_raw_to_ptrarray’ is deprecated [-Wdeprecated-declarations]
 ffi_java_raw_to_ptrarray (cif, raw, avalue);
 ^~~~~~~~~~~~~~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c:76:1: note: declared here
ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args)
^~~~~~~~~~~~~~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c: In function ‘ffi_java_translate_args’:
../deps/libffi/src/java_raw_api.c:328:3: warning: ‘ffi_java_raw_size’ is deprecated [-Wdeprecated-declarations]
 ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
 ^~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c:45:1: note: declared here
ffi_java_raw_size (ffi_cif *cif)
^~~~~~~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c:331:3: warning: ‘ffi_java_ptrarray_to_raw’ is deprecated [-Wdeprecated-declarations]
 ffi_java_ptrarray_to_raw (cif, avalue, raw);
 ^~~~~~~~~~~~~~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c:157:1: note: declared here
ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw)
^~~~~~~~~~~~~~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c: In function ‘ffi_prep_java_raw_closure’:
../deps/libffi/src/java_raw_api.c:369:3: warning: ‘ffi_prep_java_raw_closure_loc’ is deprecated [-Wdeprecated-declarations]
 return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
 ^~~~~~
../deps/libffi/src/java_raw_api.c:337:1: note: declared here
ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC(target) Release/obj.target/ffi/deps/libffi/src/closures.o
../deps/libffi/src/closures.c: In function ‘allocate_space’:
../deps/libffi/src/closures.c:748:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     off_t to_write = (len < page_size) ? len : page_size;
                           ^
../deps/libffi/src/closures.c:748:48: warning: signed and unsigned type in conditional expression [-Wsign-compare]
     off_t to_write = (len < page_size) ? len : page_size;
                                              ^
CC(target) Release/obj.target/ffi/deps/libffi/src/x86/ffiw64.o
CC(target) Release/obj.target/ffi/deps/libffi/src/x86/ffi64.o
../deps/libffi/src/x86/ffi64.c: In function ‘classify_argument’:
../deps/libffi/src/x86/ffi64.c:200:18: warning: suggest braces around empty body in an ‘else’ statement [-Wempty-body]
  FFI_ASSERT (0);
                ^
../deps/libffi/src/x86/ffi64.c:175:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
     {
     ^
../deps/libffi/src/x86/ffi64.c:202:5: note: here
   case FFI_TYPE_FLOAT:
   ^~~~
CC(target) Release/obj.target/ffi/deps/libffi/src/x86/unix64.o
CC(target) Release/obj.target/ffi/deps/libffi/src/x86/win64.o
AR(target) Release/obj.target/deps/libffi/libffi.a
COPY Release/libffi.a
CXX(target) Release/obj.target/ffi_bindings/src/ffi.o
In file included from ../src/ffi.cc:3:0:
../src/ffi.h:151:19: warning: mangled name for ‘Napi::TypedArray FFI::WrapPointer(Napi::Env, T*, size_t) [with T = char*() throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
inline TypedArray WrapPointer(Env env, T* ptr, size_t length = 0) {
                 ^~~~~~~~~~~
../src/ffi.h:151:19: warning: mangled name for ‘Napi::TypedArray FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(void*, const char*) throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
../src/ffi.h:151:19: warning: mangled name for ‘Napi::TypedArray FFI::WrapPointer(Napi::Env, T*, size_t) [with T = int(void*) throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
../src/ffi.h:151:19: warning: mangled name for ‘Napi::TypedArray FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(const char*, int) throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
CXX(target) Release/obj.target/ffi_bindings/src/callback_info.o
CXX(target) Release/obj.target/ffi_bindings/src/threaded_callback_invokation.o
SOLINK_MODULE(target) Release/obj.target/ffi_bindings.node
COPY Release/ffi_bindings.node
make: Leaving directory '/tmp/tmp.WbPwB2AUsm/node_modules/ffi-napi/build'

> [email protected] install /tmp/tmp.WbPwB2AUsm/node_modules/ref-napi
> node-gyp-build

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No description
npm WARN [email protected] No repository field.

+ [email protected]
added 14 packages from 83 contributors and audited 14 packages in 8.374s
found 0 vulnerabilities
ℹ️ Dependencies installed in dependent packages
[email protected] /tmp/tmp.WbPwB2AUsm
└─┬ [email protected]
├── [email protected]
└── [email protected]
📊 Installed size of node_modules in dependent packages
68K	node_modules/debug
14M	node_modules/ffi-napi
40K	node_modules/get-symbol-from-current-process-h
40K	node_modules/get-uv-event-loop-napi-h
20K	node_modules/ms
64K	node_modules/net-keepalive
880K	node_modules/node-addon-api
36K	node_modules/node-gyp-build
3.5M	node_modules/ref-napi
172K	node_modules/ref-struct-di
18M	total

@codecov
Copy link

codecov bot commented Feb 22, 2021

Codecov Report

Merging #180 (67f4dc2) into master (c282b98) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #180   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          118       118           
=========================================
  Hits           118       118           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e9b19a7...67f4dc2. Read the comment docs.

@hertzg
Copy link
Owner

hertzg commented Feb 24, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ffi-napi-4.0.1 branch from fed6bb2 to 67f4dc2 Compare February 24, 2021 15:55
@github-actions
Copy link
Contributor

Report for v1.4.1-0-unreleased.pr180.180

📦 Packing output
npm notice 
npm notice 📦  [email protected]
npm notice === Tarball Contents === 
npm notice 1.1kB  LICENSE            
npm notice 918B   lib/commons.js     
npm notice 546B   lib/constants.js   
npm notice 963B   lib/ffi-bindings.js
npm notice 34B    index.js           
npm notice 9.6kB  lib/index.js       
npm notice 2.1kB  package.json       
npm notice 4.0kB  CHANGELOG.md       
npm notice 10.1kB README.md          
npm notice 930B   index.d.ts         
npm notice === Tarball Details === 
npm notice name:          net-keepalive                                 
npm notice version:       1.4.1-0-unreleased.pr180.180                  
npm notice filename:      net-keepalive-1.4.1-0-unreleased.pr180.180.tgz
npm notice package size:  8.2 kB                                        
npm notice unpacked size: 30.3 kB                                       
npm notice shasum:        bfcf17dd97d5eaaaae64620abdd6dbc47b83c4a0      
npm notice integrity:     sha512-kMwMJLdWXADwx[...]eW8hwnCo54Mkg==      
npm notice total files:   10                                            
npm notice 
⚡ Install log in dependent packages

> [email protected] install /tmp/tmp.UqbeLbdYYB/node_modules/ffi-napi/node_modules/ref-napi
> node-gyp-build


> [email protected] install /tmp/tmp.UqbeLbdYYB/node_modules/ffi-napi
> node-gyp-build

make: Entering directory '/tmp/tmp.UqbeLbdYYB/node_modules/ffi-napi/build'
CC(target) Release/obj.target/nothing/../node-addon-api/nothing.o
AR(target) Release/obj.target/../node-addon-api/nothing.a
COPY Release/nothing.a
CC(target) Release/obj.target/ffi/deps/libffi/src/prep_cif.o
CC(target) Release/obj.target/ffi/deps/libffi/src/types.o
CC(target) Release/obj.target/ffi/deps/libffi/src/raw_api.o
CC(target) Release/obj.target/ffi/deps/libffi/src/java_raw_api.o
../deps/libffi/src/java_raw_api.c: In function ‘ffi_java_raw_call’:
../deps/libffi/src/java_raw_api.c:317:3: warning: ‘ffi_java_raw_to_ptrarray’ is deprecated [-Wdeprecated-declarations]
 ffi_java_raw_to_ptrarray (cif, raw, avalue);
 ^~~~~~~~~~~~~~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c:76:1: note: declared here
ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args)
^~~~~~~~~~~~~~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c: In function ‘ffi_java_translate_args’:
../deps/libffi/src/java_raw_api.c:328:3: warning: ‘ffi_java_raw_size’ is deprecated [-Wdeprecated-declarations]
 ffi_java_raw *raw = (ffi_java_raw*)alloca (ffi_java_raw_size (cif));
 ^~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c:45:1: note: declared here
ffi_java_raw_size (ffi_cif *cif)
^~~~~~~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c:331:3: warning: ‘ffi_java_ptrarray_to_raw’ is deprecated [-Wdeprecated-declarations]
 ffi_java_ptrarray_to_raw (cif, avalue, raw);
 ^~~~~~~~~~~~~~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c:157:1: note: declared here
ffi_java_ptrarray_to_raw (ffi_cif *cif, void **args, ffi_java_raw *raw)
^~~~~~~~~~~~~~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c: In function ‘ffi_prep_java_raw_closure’:
../deps/libffi/src/java_raw_api.c:369:3: warning: ‘ffi_prep_java_raw_closure_loc’ is deprecated [-Wdeprecated-declarations]
 return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
 ^~~~~~
../deps/libffi/src/java_raw_api.c:337:1: note: declared here
ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
CC(target) Release/obj.target/ffi/deps/libffi/src/closures.o
../deps/libffi/src/closures.c: In function ‘allocate_space’:
../deps/libffi/src/closures.c:748:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     off_t to_write = (len < page_size) ? len : page_size;
                           ^
../deps/libffi/src/closures.c:748:48: warning: signed and unsigned type in conditional expression [-Wsign-compare]
     off_t to_write = (len < page_size) ? len : page_size;
                                              ^
CC(target) Release/obj.target/ffi/deps/libffi/src/x86/ffiw64.o
CC(target) Release/obj.target/ffi/deps/libffi/src/x86/ffi64.o
../deps/libffi/src/x86/ffi64.c: In function ‘classify_argument’:
../deps/libffi/src/x86/ffi64.c:200:18: warning: suggest braces around empty body in an ‘else’ statement [-Wempty-body]
  FFI_ASSERT (0);
                ^
../deps/libffi/src/x86/ffi64.c:175:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
     {
     ^
../deps/libffi/src/x86/ffi64.c:202:5: note: here
   case FFI_TYPE_FLOAT:
   ^~~~
CC(target) Release/obj.target/ffi/deps/libffi/src/x86/unix64.o
CC(target) Release/obj.target/ffi/deps/libffi/src/x86/win64.o
AR(target) Release/obj.target/deps/libffi/libffi.a
COPY Release/libffi.a
CXX(target) Release/obj.target/ffi_bindings/src/ffi.o
In file included from ../src/ffi.cc:3:0:
../src/ffi.h:151:19: warning: mangled name for ‘Napi::TypedArray FFI::WrapPointer(Napi::Env, T*, size_t) [with T = char*() throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
inline TypedArray WrapPointer(Env env, T* ptr, size_t length = 0) {
                 ^~~~~~~~~~~
../src/ffi.h:151:19: warning: mangled name for ‘Napi::TypedArray FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(void*, const char*) throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
../src/ffi.h:151:19: warning: mangled name for ‘Napi::TypedArray FFI::WrapPointer(Napi::Env, T*, size_t) [with T = int(void*) throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
../src/ffi.h:151:19: warning: mangled name for ‘Napi::TypedArray FFI::WrapPointer(Napi::Env, T*, size_t) [with T = void*(const char*, int) throw ()]’ will change in C++17 because the exception specification is part of a function type [-Wnoexcept-type]
CXX(target) Release/obj.target/ffi_bindings/src/callback_info.o
CXX(target) Release/obj.target/ffi_bindings/src/threaded_callback_invokation.o
SOLINK_MODULE(target) Release/obj.target/ffi_bindings.node
COPY Release/ffi_bindings.node
make: Leaving directory '/tmp/tmp.UqbeLbdYYB/node_modules/ffi-napi/build'

> [email protected] install /tmp/tmp.UqbeLbdYYB/node_modules/ref-napi
> node-gyp-build

npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No description
npm WARN [email protected] No repository field.

+ [email protected]
added 14 packages from 83 contributors and audited 14 packages in 9.38s
found 0 vulnerabilities
ℹ️ Dependencies installed in dependent packages
[email protected] /tmp/tmp.UqbeLbdYYB
└─┬ [email protected]
├── [email protected]
└── [email protected]
📊 Installed size of node_modules in dependent packages
68K	node_modules/debug
14M	node_modules/ffi-napi
40K	node_modules/get-symbol-from-current-process-h
40K	node_modules/get-uv-event-loop-napi-h
20K	node_modules/ms
64K	node_modules/net-keepalive
880K	node_modules/node-addon-api
36K	node_modules/node-gyp-build
3.5M	node_modules/ref-napi
172K	node_modules/ref-struct-di
18M	total

@hertzg hertzg changed the title fix(deps): bump ffi-napi from 3.1.0 to 4.0.1 feat(deps)!: bump ffi-napi from 3.1.0 to 4.0.1 Feb 24, 2021
@hertzg hertzg merged commit 1f24c04 into master Feb 24, 2021
@hertzg hertzg deleted the dependabot/npm_and_yarn/ffi-napi-4.0.1 branch February 24, 2021 16:02
github-actions bot pushed a commit that referenced this pull request Feb 24, 2021
## [2.0.0](v1.4.0...v2.0.0) (2021-02-24)

### ⚠ BREAKING CHANGES

* **deps:** bump ffi-napi from 3.1.0 to 4.0.1 (#180)

### Bug Fixes

* **deps:** bump ffi-napi from 3.1.0 to 4.0.1 ([#180](#180)) ([1f24c04](1f24c04))
@github-actions
Copy link
Contributor

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant