oxc-project / oxc-resolver

Rust version of webpack/enhanced-resolve
https://oxc.rs/docs/guide/usage/resolver.html
MIT License
122 stars 18 forks source link

chore(deps): update npm packages #183

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@napi-rs/cli 3.0.0-alpha.51 -> 3.0.0-alpha.55 age adoption passing confidence
@napi-rs/wasm-runtime (source) 0.2.0 -> 0.2.4 age adoption passing confidence
@types/node (source) 20.12.7 -> 20.14.2 age adoption passing confidence
ava (source) 6.1.2 -> 6.1.3 age adoption passing confidence
emnapi 1.1.1 -> 1.2.0 age adoption passing confidence

Release Notes

napi-rs/napi-rs (@​napi-rs/cli) ### [`v3.0.0-alpha.55`](https://togithub.com/napi-rs/napi-rs/releases/tag/%40napi-rs/cli%403.0.0-alpha.55) [Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.54...@napi-rs/cli@3.0.0-alpha.55) ##### Bug Fixes - **cli:** prevent the wasm optimization crash the build ([#​2107](https://togithub.com/napi-rs/napi-rs/issues/2107)) ([c9c3c0e](https://togithub.com/napi-rs/napi-rs/commit/c9c3c0ed05afa6625969c6f4ffaa5955b053c956)) - **deps:** update dependency [@​napi-rs/cross-toolchain](https://togithub.com/napi-rs/cross-toolchain) to ^0.0.16 ([#​2079](https://togithub.com/napi-rs/napi-rs/issues/2079)) ([d022f64](https://togithub.com/napi-rs/napi-rs/commit/d022f6483488697022b0126150afc3685d70417f)) - **napi:** set explicit target flag for x86\_64 CI template ([#​2077](https://togithub.com/napi-rs/napi-rs/issues/2077)) ([ebc1e2c](https://togithub.com/napi-rs/napi-rs/commit/ebc1e2ca183de090bd02a1be1fd3cbb42f16cd86)) ### [`v3.0.0-alpha.54`](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.53...@napi-rs/cli@3.0.0-alpha.54) [Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.53...@napi-rs/cli@3.0.0-alpha.54) ### [`v3.0.0-alpha.53`](https://togithub.com/napi-rs/napi-rs/releases/tag/%40napi-rs/cli%403.0.0-alpha.53) [Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.52...@napi-rs/cli@3.0.0-alpha.53) #### What's Changed - feat(cli): allow sync fs operation between workers/mainThread by [@​Brooooooklyn](https://togithub.com/Brooooooklyn) in [https://github.com/napi-rs/napi-rs/pull/2064](https://togithub.com/napi-rs/napi-rs/pull/2064) **Full Changelog**: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​3](https://togithub.com/3).0.0-alpha.52...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​3](https://togithub.com/3).0.0-alpha.53 ### [`v3.0.0-alpha.52`](https://togithub.com/napi-rs/napi-rs/releases/tag/%40napi-rs/cli%403.0.0-alpha.52) [Compare Source](https://togithub.com/napi-rs/napi-rs/compare/@napi-rs/cli@3.0.0-alpha.51...@napi-rs/cli@3.0.0-alpha.52) #### What's Changed - feat(cli): support generation of literal union from string enum by [@​inokawa](https://togithub.com/inokawa) in [https://github.com/napi-rs/napi-rs/pull/2054](https://togithub.com/napi-rs/napi-rs/pull/2054) - fix(cli): pass fs to browser worker binding by [@​Brooooooklyn](https://togithub.com/Brooooooklyn) in [https://github.com/napi-rs/napi-rs/pull/2062](https://togithub.com/napi-rs/napi-rs/pull/2062) #### New Contributors - [@​inokawa](https://togithub.com/inokawa) made their first contribution in [https://github.com/napi-rs/napi-rs/pull/2054](https://togithub.com/napi-rs/napi-rs/pull/2054) **Full Changelog**: https://github.com/napi-rs/napi-rs/compare/napi@2.16.4...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​3](https://togithub.com/3).0.0-alpha.52
avajs/ava (ava) ### [`v6.1.3`](https://togithub.com/avajs/ava/releases/tag/v6.1.3) [Compare Source](https://togithub.com/avajs/ava/compare/v6.1.2...v6.1.3) #### What's Changed - Include Node.js 22 in supported engines and test matrix by [@​lenovouser](https://togithub.com/lenovouser) in [https://github.com/avajs/ava/pull/3328](https://togithub.com/avajs/ava/pull/3328) - Add VS Code debugging instructions for Yarn PnP projects by [@​bitjson](https://togithub.com/bitjson) in [https://github.com/avajs/ava/pull/3317](https://togithub.com/avajs/ava/pull/3317) - Document `serial` configuration option by [@​turadg](https://togithub.com/turadg) in [https://github.com/avajs/ava/pull/3321](https://togithub.com/avajs/ava/pull/3321) #### New Contributors - [@​bitjson](https://togithub.com/bitjson) made their first contribution in [https://github.com/avajs/ava/pull/3317](https://togithub.com/avajs/ava/pull/3317) - [@​turadg](https://togithub.com/turadg) made their first contribution in [https://github.com/avajs/ava/pull/3321](https://togithub.com/avajs/ava/pull/3321) - [@​lenovouser](https://togithub.com/lenovouser) made their first contribution in [https://github.com/avajs/ava/pull/3328](https://togithub.com/avajs/ava/pull/3328) **Full Changelog**: https://github.com/avajs/ava/compare/v6.1.2...v6.1.3
toyobayashi/emnapi (emnapi) ### [`v1.2.0`](https://togithub.com/toyobayashi/emnapi/releases/tag/v1.2.0) [Compare Source](https://togithub.com/toyobayashi/emnapi/compare/v1.1.1...v1.2.0) #### What's Changed - test: store external type tags by value by [@​toyobayashi](https://togithub.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/114](https://togithub.com/toyobayashi/emnapi/pull/114) - fix: pthread worker leak by [@​toyobayashi](https://togithub.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/115](https://togithub.com/toyobayashi/emnapi/pull/115) - feat: gyp add OS `wasm` alias by [@​toyobayashi](https://togithub.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/113](https://togithub.com/toyobayashi/emnapi/pull/113) - feat: add new option to allow waiting thread start before thread-spawn return by [@​toyobayashi](https://togithub.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/116](https://togithub.com/toyobayashi/emnapi/pull/116) - feat: separate `@emnapi/wasi-threads` package by [@​toyobayashi](https://togithub.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/117](https://togithub.com/toyobayashi/emnapi/pull/117) - fix: respect user specified Buffer by [@​toyobayashi](https://togithub.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/118](https://togithub.com/toyobayashi/emnapi/pull/118) - build: add `wasm32-wasip1[-threads]` targets and use LLVM 18 to build libraries by [@​toyobayashi](https://togithub.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/119](https://togithub.com/toyobayashi/emnapi/pull/119) - feat: `reuseWorker` strict mode by [@​toyobayashi](https://togithub.com/toyobayashi) in [https://github.com/toyobayashi/emnapi/pull/120](https://togithub.com/toyobayashi/emnapi/pull/120) **Full Changelog**: https://github.com/toyobayashi/emnapi/compare/v1.1.1...v1.2.0

Configuration

📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

renovate[bot] commented 3 months ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.