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): lock file maintenance npm packages #173

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@napi-rs/cli devDependencies patch 3.0.0-alpha.51 -> 3.0.0-alpha.55 age adoption passing confidence
@napi-rs/wasm-runtime (source) devDependencies patch 0.2.0 -> 0.2.4 age adoption passing confidence
@types/node (source) devDependencies minor 20.12.7 -> 20.13.0 age adoption passing confidence
ava (source) devDependencies patch 6.1.2 -> 6.1.3 age adoption passing confidence
emnapi devDependencies minor 1.1.1 -> 1.2.0 age adoption passing confidence
pnpm (source) packageManager patch 9.1.2 -> 9.1.4 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


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
pnpm/pnpm (pnpm) ### [`v9.1.4`](https://togithub.com/pnpm/pnpm/compare/v9.1.3...v9.1.4) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.3...v9.1.4) ### [`v9.1.3`](https://togithub.com/pnpm/pnpm/compare/v9.1.2...v9.1.3) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.1.2...v9.1.3)

Configuration

📅 Schedule: Branch creation - "before 4am 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 4 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: pnpm-lock.yaml
 ERR_PNPM_JSON_PARSE  Expected double-quoted property name in JSON at position 22 while parsing '{  "main": "./a.js",' in /tmp/renovate/repos/github/oxc-project/oxc-resolver/fixtures/enhanced_resolve/test/fixtures/incorrect-package/pack1/package.json 

  1 | {
  2 |   "main": "./a.js",
> 3 |
    | ^
codspeed-hq[bot] commented 4 months ago

CodSpeed Performance Report

Merging #173 will not alter performance

Comparing renovate/npm-packages (98bc96f) with main (12bf2e9)

Summary

✅ 2 untouched benchmarks

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.88%. Comparing base (12bf2e9) to head (98bc96f). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #173 +/- ## ======================================= Coverage 96.88% 96.88% ======================================= Files 11 11 Lines 2278 2278 ======================================= Hits 2207 2207 Misses 71 71 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.