napi-rs / node-rs

Node.js bindings ❤️ Rust crates
https://node-rs.dev
MIT License
1.03k stars 32 forks source link

fix(deps): update dependency @emnapi/core to v1 #770

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emnapi/core ^0.45.0 -> ^1.0.0 age adoption passing confidence

Release Notes

toyobayashi/emnapi (@​emnapi/core) ### [`v1.0.0`](https://togithub.com/toyobayashi/emnapi/releases/tag/v1.0.0) [Compare Source](https://togithub.com/toyobayashi/emnapi/compare/v0.45.0...v1.0.0) #### What's Changed - refactor: migrate `@emnapi/core` to typescript by [@​toyobayashi](https://togithub.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/100](https://togithub.com/toyobayashi/emnapi/pull/100) - fix: improve `getUnsharedTextDecoderView` by [@​toyobayashi](https://togithub.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/101](https://togithub.com/toyobayashi/emnapi/pull/101) - feat: add a prepare script by [@​mmomtchev](https://togithub.com/mmomtchev) in [https://github.com/toyobayashi/emnapi/pull/104](https://togithub.com/toyobayashi/emnapi/pull/104) - fix: truncate number in `napi_get_value_{int32,uint32,int64}` by [@​toyobayashi](https://togithub.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/105](https://togithub.com/toyobayashi/emnapi/pull/105) - feat: add basic gyp support by [@​toyobayashi](https://togithub.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/106](https://togithub.com/toyobayashi/emnapi/pull/106) - build: add `wasm64-emscripten` prebuilt libraries by [@​toyobayashi](https://togithub.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/106](https://togithub.com/toyobayashi/emnapi/pull/106) #### Breaking Changes The headers location is changed from `node_modules/emnapi/include` to `node_modules/emnapi/include/node` ```bash ### old ### emcc ... -Inode_modules/emnapi/include ### new emcc ... -Inode_modules/emnapi/include/node ``` #### New Contributors - [@​mmomtchev](https://togithub.com/mmomtchev) made their first contribution in [https://github.com/toyobayashi/emnapi/pull/104](https://togithub.com/toyobayashi/emnapi/pull/104) **Full Changelog**: https://github.com/toyobayashi/emnapi/compare/v0.45.0...v1.0.0

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.



This PR has been generated by Mend Renovate. View repository job log here.