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

fix(deps): bump ffi-napi from 4.0.1 to 4.0.2 #196

Merged
merged 1 commit into from
Mar 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2021

Bumps ffi-napi from 4.0.1 to 4.0.2.

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)

@codecov
Copy link

codecov bot commented Mar 12, 2021

Codecov Report

Merging #196 (ca2dc38) into master (c282b98) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #196   +/-   ##
=========================================
  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 f9970a9...ca2dc38. Read the comment docs.

@github-actions
Copy link
Contributor

Report for v2.0.1-0-unreleased.pr196.192

📦 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.8kB  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:       2.0.1-0-unreleased.pr196.192                  
npm notice filename:      net-keepalive-2.0.1-0-unreleased.pr196.192.tgz
npm notice package size:  8.4 kB                                        
npm notice unpacked size: 31.1 kB                                       
npm notice shasum:        5cbcecacf97c3507f143eb45c495d1b19cf73912      
npm notice integrity:     sha512-roQ8D7giCnI6u[...]WtgB4oAxHqBng==      
npm notice total files:   10                                            
npm notice 
⚡ Install log in dependent packages

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


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

make: Entering directory '/tmp/tmp.mDeiNnx4QQ/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]
317 |   ffi_java_raw_to_ptrarray (cif, raw, avalue);
    |   ^~~~~~~~~~~~~~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c:76:1: note: declared here
 76 | 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]
328 |   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
 45 | 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]
331 |   ffi_java_ptrarray_to_raw (cif, avalue, raw);
    |   ^~~~~~~~~~~~~~~~~~~~~~~~
../deps/libffi/src/java_raw_api.c:157:1: note: declared here
157 | 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]
369 |   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
337 | 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 of integer expressions of different signedness: ‘off_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare]
748 |       off_t to_write = (len < page_size) ? len : page_size;
    |                             ^
../deps/libffi/src/closures.c:748:44: warning: operand of ?: changes signedness from ‘off_t’ {aka ‘long int’} to ‘size_t’ {aka ‘long unsigned int’} due to unsignedness of other operand [-Wsign-compare]
748 |       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]
200 |    FFI_ASSERT (0);
    |                  ^
../deps/libffi/src/x86/ffi64.c:175:7: warning: this statement may fall through [-Wimplicit-fallthrough=]
175 |       {
    |       ^
../deps/libffi/src/x86/ffi64.c:202:5: note: here
202 |     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
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.mDeiNnx4QQ/node_modules/ffi-napi/build'

> [email protected] install /tmp/tmp.mDeiNnx4QQ/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.775s
found 0 vulnerabilities
ℹ️ Dependencies installed in dependent packages
[email protected] /tmp/tmp.mDeiNnx4QQ
└─┬ [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
68K	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 merged commit 3407889 into master Mar 12, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ffi-napi-4.0.2 branch March 12, 2021 23:56
github-actions bot pushed a commit that referenced this pull request Mar 13, 2021
### [2.0.1](v2.0.0...v2.0.1) (2021-03-13)

### Bug Fixes

* **deps:** bump ffi-napi from 4.0.1 to 4.0.2 ([#196](#196)) ([3407889](3407889))
@github-actions
Copy link
Contributor

🎉 This PR is included in version 2.0.1 🎉

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