Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oxc-project/oxc-resolver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: oxc_resolver-v11.2.0
Choose a base ref
...
head repository: oxc-project/oxc-resolver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: oxc_resolver-v11.2.1
Choose a head ref
  • 18 commits
  • 19 files changed
  • 6 contributors

Commits on Jun 8, 2025

  1. chore(deps): update github-actions (#550)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [autofix-ci/action](https://redirect.github.com/autofix-ci/action) |
    action | patch | `v1.3.1` -> `v1.3.2` |
    |
    [github/codeql-action](https://redirect.github.com/github/codeql-action)
    | action | patch | `v3.28.18` -> `v3.28.19` |
    |
    [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action)
    | action | patch | `v2.52.4` -> `v2.52.7` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>autofix-ci/action (autofix-ci/action)</summary>
    
    ###
    [`v1.3.2`](https://redirect.github.com/autofix-ci/action/releases/tag/v1.3.2):
    autofix-ci/action 1.3.2
    
    [Compare
    Source](https://redirect.github.com/autofix-ci/action/compare/v1.3.1...v1.3.2)
    
    #### What's Changed
    
    -   Fix a bug when autofixing non-ascii file paths.
    -   Use a more robust method to fetch the PR head.
    
    **Full Changelog**:
    autofix-ci/action@v1.3.1...v1.3.2
    
    </details>
    
    <details>
    <summary>github/codeql-action (github/codeql-action)</summary>
    
    ###
    [`v3.28.19`](https://redirect.github.com/github/codeql-action/releases/tag/v3.28.19)
    
    [Compare
    Source](https://redirect.github.com/github/codeql-action/compare/v3.28.18...v3.28.19)
    
    ##### CodeQL Action Changelog
    
    See the [releases
    page](https://redirect.github.com/github/codeql-action/releases) for the
    relevant changes to the CodeQL CLI and language packs.
    
    ##### 3.28.19 - 03 Jun 2025
    
    - The CodeQL Action no longer includes its own copy of the extractor for
    the `actions` language, which is currently in public preview.
    The `actions` extractor has been included in the CodeQL CLI since
    v2.20.6. If your workflow has enabled the `actions` language *and* you
    have pinned
    your `tools:` property to a specific version of the CodeQL CLI earlier
    than v2.20.6, you will need to update to at least CodeQL v2.20.6 or
    disable
        `actions` analysis.
    - Update default CodeQL bundle version to 2.21.4.
    [#&#8203;2910](https://redirect.github.com/github/codeql-action/pull/2910)
    
    See the full
    [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.28.19/CHANGELOG.md)
    for more information.
    
    </details>
    
    <details>
    <summary>taiki-e/install-action (taiki-e/install-action)</summary>
    
    ###
    [`v2.52.7`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.52.7):
    2.52.7
    
    [Compare
    Source](https://redirect.github.com/taiki-e/install-action/compare/v2.52.6...v2.52.7)
    
    -   Update `cargo-nextest@latest` to 0.9.98.
    
    -   Update `cargo-binstall@latest` to 1.12.7.
    
    ###
    [`v2.52.6`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.52.6):
    2.52.6
    
    [Compare
    Source](https://redirect.github.com/taiki-e/install-action/compare/v2.52.5...v2.52.6)
    
    -   Update `cargo-udeps@latest` to 0.1.56.
    
    -   Update `git-cliff@latest` to 2.9.1.
    
    ###
    [`v2.52.5`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.52.5):
    2.52.5
    
    [Compare
    Source](https://redirect.github.com/taiki-e/install-action/compare/v2.52.4...v2.52.5)
    
    -   Update `typos@latest` to 1.33.1.
    
    -   Update `git-cliff@latest` to 2.9.0.
    
    -   Update `cargo-shear@latest` to 1.3.1.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
    Asia/Shanghai, Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config
    help](https://redirect.github.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/oxc-project/oxc-resolver).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    7aeec69 View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance npm packages (#551)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | Age | Adoption | Passing |
    Confidence |
    |---|---|---|---|---|---|---|---|
    |  |  | lockFileMaintenance | All locks refreshed |  |  |  |  |
    | [@napi-rs/wasm-runtime](https://redirect.github.com/napi-rs/napi-rs)
    ([source](https://redirect.github.com/napi-rs/napi-rs/tree/HEAD/wasi-runtime))
    | devDependencies | patch | [`0.2.10` ->
    `0.2.11`](https://renovatebot.com/diffs/npm/@napi-rs%2fwasm-runtime/0.2.10/0.2.11)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@napi-rs%2fwasm-runtime/0.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@napi-rs%2fwasm-runtime/0.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@napi-rs%2fwasm-runtime/0.2.10/0.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@napi-rs%2fwasm-runtime/0.2.10/0.2.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    |
    [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
    ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
    | devDependencies | patch | [`22.15.29` ->
    `22.15.30`](https://renovatebot.com/diffs/npm/@types%2fnode/22.15.29/22.15.30)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.15.30?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.15.30?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.15.29/22.15.30?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.15.29/22.15.30?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    | [pnpm](https://pnpm.io)
    ([source](https://redirect.github.com/pnpm/pnpm/tree/HEAD/pnpm)) |
    packageManager | minor | [`10.11.0` ->
    `10.12.1`](https://renovatebot.com/diffs/npm/pnpm/10.11.0/10.12.1) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/10.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/10.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/10.11.0/10.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/10.11.0/10.12.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    | [vitest](https://redirect.github.com/vitest-dev/vitest)
    ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
    | devDependencies | minor | [`3.1.4` ->
    `3.2.2`](https://renovatebot.com/diffs/npm/vitest/3.1.4/3.2.2) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/3.1.4/3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/3.1.4/3.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    🔧 This Pull Request updates lock files to use the latest dependency
    versions.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>napi-rs/napi-rs (@&#8203;napi-rs/wasm-runtime)</summary>
    
    ###
    [`v0.2.11`](https://redirect.github.com/napi-rs/napi-rs/releases/tag/%40napi-rs/wasm-runtime%400.2.11)
    
    [Compare
    Source](https://redirect.github.com/napi-rs/napi-rs/compare/@napi-rs/wasm-runtime@0.2.10...@napi-rs/wasm-runtime@0.2.11)
    
    #### What's Changed
    
    - fix: (wasm-runtime) fs race condition by
    [@&#8203;lyonbot](https://redirect.github.com/lyonbot) in
    [https://github.com/napi-rs/napi-rs/pull/2698](https://redirect.github.com/napi-rs/napi-rs/pull/2698)
    
    #### New Contributors
    
    - [@&#8203;lyonbot](https://redirect.github.com/lyonbot) made their
    first contribution in
    [https://github.com/napi-rs/napi-rs/pull/2698](https://redirect.github.com/napi-rs/napi-rs/pull/2698)
    
    **Full Changelog**:
    https://github.com/napi-rs/napi-rs/compare/[@&#8203;napi-rs/cli](https://redirect.github.com/napi-rs/cli)[@&#8203;3](https://redirect.github.com/3).0.0-alpha.87...[@&#8203;napi-rs/wasm-runtime](https://redirect.github.com/napi-rs/wasm-runtime)[@&#8203;0](https://redirect.github.com/0).2.11
    
    </details>
    
    <details>
    <summary>pnpm/pnpm (pnpm)</summary>
    
    ###
    [`v10.12.1`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#10121)
    
    ##### Minor Changes
    
    - **Experimental.** Added support for global virtual stores. When
    enabled, `node_modules` contains only symlinks to a central virtual
    store, rather to `node_modules/.pnpm`. By default, this central store is
    located at `<store-path>/links` (you can find the store path by running
    `pnpm store path`).
    
    In the central virtual store, each package is hard linked into a
    directory whose name is the hash of its dependency graph. This allows
    multiple projects on the system to symlink shared dependencies from this
    central location, significantly improving installation speed when a warm
    cache is available.
    
    > This is conceptually similar to how [NixOS manages
    packages](https://nixos.org/guides/how-nix-works/), using dependency
    graph hashes to create isolated and reusable package directories.
    
    To enable the global virtual store, set `enableGlobalVirtualStore: true`
    in your root `pnpm-workspace.yaml`, or globally via:
    
        ```sh
        pnpm config -g set enable-global-virtual-store true
        ```
    
    NOTE: In CI environments, where caches are typically cold, this setting
    may slow down installation. pnpm automatically disables the global
    virtual store when running in CI.
    
    Related PR:
    [#&#8203;8190](https://redirect.github.com/pnpm/pnpm/pull/8190)
    
    <!---->
    
    - The `pnpm update` command now supports updating `catalog:` protocol
    dependencies and writes new specifiers to `pnpm-workspace.yaml`.
    - Added two new CLI options (`--save-catalog` and
    `--save-catalog-name=<name>`) to `pnpm add` to save new dependencies as
    catalog entries. `catalog:` or `catalog:<name>` will be added to
    `package.json` and the package specifier will be added to the `catalogs`
    or `catalog[<name>]` object in `pnpm-workspace.yaml`
    [#&#8203;9425](https://redirect.github.com/pnpm/pnpm/issues/9425).
    - **Semi-breaking.** The keys used for side-effects caches have changed.
    If you have a side-effects cache generated by a previous version of
    pnpm, the new version will not use it and will create a new cache
    instead [#&#8203;9605](https://redirect.github.com/pnpm/pnpm/pull/9605).
    - Added a new setting called `ci` for explicitly telling pnpm if the
    current environment is a CI or not.
    
    ##### Patch Changes
    
    - Sort versions printed by `pnpm patch` using semantic versioning rules.
    - Improve the way the error message displays mismatched specifiers. Show
    differences instead of 2 whole objects
    [#&#8203;9598](https://redirect.github.com/pnpm/pnpm/pull/9598).
    - Revert [#&#8203;9574](https://redirect.github.com/pnpm/pnpm/pull/9574)
    to fix a regression
    [#&#8203;9596](https://redirect.github.com/pnpm/pnpm/issues/9596).
    
    ###
    [`v10.11.1`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#10111)
    
    [Compare
    Source](https://redirect.github.com/pnpm/pnpm/compare/v10.11.0...v10.11.1)
    
    ##### Patch Changes
    
    - Fix an issue in which `pnpm deploy --legacy` creates unexpected
    directories when the root `package.json` has a workspace package as a
    peer dependency
    [#&#8203;9550](https://redirect.github.com/pnpm/pnpm/issues/9550).
    - Dependencies specified via a URL that redirects will only be locked to
    the target if it is immutable, fixing a regression when installing from
    GitHub releases.
    ([#&#8203;9531](https://redirect.github.com/pnpm/pnpm/issues/9531))
    - Installation should not exit with an error if `strictPeerDependencies`
    is `true` but all issues are ignored by `peerDependencyRules`
    [#&#8203;9505](https://redirect.github.com/pnpm/pnpm/pull/9505).
    - Use `pnpm_config_` env variables instead of `npm_config_`
    [#&#8203;9571](https://redirect.github.com/pnpm/pnpm/pull/9571).
    - Fix a regression (in v10.9.0) causing the `--lockfile-only` flag on
    `pnpm update` to produce a different `pnpm-lock.yaml` than an update
    without the flag.
    - Let `pnpm deploy` work in repos with `overrides` when
    `inject-workspace-packages=true`
    [#&#8203;9283](https://redirect.github.com/pnpm/pnpm/issues/9283).
    - Fixed the problem of path loss caused by parsing URL address. Fixes a
    regression shipped in pnpm v10.11 via
    [#&#8203;9502](https://redirect.github.com/pnpm/pnpm/pull/9502).
    - `pnpm -r --silent run` should not print out section
    [#&#8203;9563](https://redirect.github.com/pnpm/pnpm/issues/9563).
    
    </details>
    
    <details>
    <summary>vitest-dev/vitest (vitest)</summary>
    
    ###
    [`v3.2.2`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v3.2.2)
    
    [Compare
    Source](https://redirect.github.com/vitest-dev/vitest/compare/v3.2.1...v3.2.2)
    
    #####    🚀 Features
    
    - Support rolldown-vite  -  by
    [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) and
    [@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in
    [https://github.com/vitest-dev/vitest/issues/7509](https://redirect.github.com/vitest-dev/vitest/issues/7509)
    [<samp>(c8d62)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/c8d6264bf)
    
    #####    🐞 Bug Fixes
    
    -   **browser**:
    - Calculate prepare time from `createTesters` call on the main thread
     -  by [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
    [https://github.com/vitest-dev/vitest/issues/8101](https://redirect.github.com/vitest-dev/vitest/issues/8101)
    [<samp>(142c7)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/142c735e1)
    - Optimize build output and always prebundle vitest  -  by
    [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va)
    [<samp>(00a39)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/00a391656)
    - Make custom locators available in `vitest-browser-*` packages  -  by
    [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
    [https://github.com/vitest-dev/vitest/issues/8103](https://redirect.github.com/vitest-dev/vitest/issues/8103)
    [<samp>(247ef)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/247ef5822)
    -   **expect**:
    - Ensure we can always self `toEqual`  -  by
    [@&#8203;dubzzz](https://redirect.github.com/dubzzz) in
    [https://github.com/vitest-dev/vitest/issues/8094](https://redirect.github.com/vitest-dev/vitest/issues/8094)
    [<samp>(02ec8)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/02ec89203)
    -   **reporter**:
    - Allow `dot` reporter to work in non interactive terminals  -  by
    [@&#8203;bstephen1](https://redirect.github.com/bstephen1) and
    [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in
    [https://github.com/vitest-dev/vitest/issues/7994](https://redirect.github.com/vitest-dev/vitest/issues/7994)
    [<samp>(6db9f)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/6db9f5207)
    
    #####     [View changes on
    GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v3.2.1...v3.2.2)
    
    ###
    [`v3.2.1`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v3.2.1)
    
    [Compare
    Source](https://redirect.github.com/vitest-dev/vitest/compare/v3.2.0...v3.2.1)
    
    #####    🐞 Bug Fixes
    
    - Use sha1 instead of md5 for hashing  -  by
    [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va)
    [<samp>(e4c73)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/e4c73503e)
    -   **expect**:
    - Fix chai import in dts  -  by
    [@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in
    [https://github.com/vitest-dev/vitest/issues/8077](https://redirect.github.com/vitest-dev/vitest/issues/8077)
    [<samp>(a7593)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/a759347ff)
    - Export `DeeplyAllowMatchers`  -  by
    [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
    [https://github.com/vitest-dev/vitest/issues/8078](https://redirect.github.com/vitest-dev/vitest/issues/8078)
    [<samp>(30ab4)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/30ab42c0f)
    
    #####     [View changes on
    GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v3.2.0...v3.2.1)
    
    ###
    [`v3.2.0`](https://redirect.github.com/vitest-dev/vitest/compare/v3.1.4...v3.2.0)
    
    [Compare
    Source](https://redirect.github.com/vitest-dev/vitest/compare/v3.1.4...v3.2.0)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
    Asia/Shanghai, Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config
    help](https://redirect.github.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/oxc-project/oxc-resolver).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 8, 2025
    Configuration menu
    Copy the full SHA
    e8c3166 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. chore(deps): lock file maintenance rust crates (#552)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |  |  | lockFileMaintenance | All locks refreshed |
    | [mimalloc-safe](https://redirect.github.com/napi-rs/mimalloc-safe) |
    dependencies | patch | `0.1.52` -> `0.1.52` |
    | [tracing-subscriber](https://tokio.rs)
    ([source](https://redirect.github.com/tokio-rs/tracing)) | dependencies
    | patch | `0.3.19` -> `0.3.19` |
    | [pnp](https://yarnpkg.com)
    ([source](https://redirect.github.com/yarnpkg/pnp-rs)) | dependencies |
    patch | `0.9.4` -> `0.9.4` |
    
    🔧 This Pull Request updates lock files to use the latest dependency
    versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
    Asia/Shanghai, Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config
    help](https://redirect.github.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/oxc-project/oxc-resolver).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Boshen <boshenc@gmail.com>
    renovate[bot] and Boshen authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    ed1d10e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe4e8b6 View commit details
    Browse the repository at this point in the history
  3. fix(napi): ensure pnp_manifest is included with yarn_pnp feature (#…

    …555)
    
    `oxc_resolver` requires `pnp_manifest` when the `yarn_pnp` feature is
    enabled,
    but it was missing in the napi crate. This patch provides a default to
    fix the build failure.
    
    ```
    Compiling oxc_resolver_napi v11.2.0
    error[E0063]: missing field `pnp_manifest` in initializer of `ResolveOptions`
       --> /Users/geunhyeok.lee/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxc_resolver_napi-11.2.0/src/lib.rs:167:9
        |
    167 |         ResolveOptions {
        |         ^^^^^^^^^^^^^^ missing `pnp_manifest`
    
       Compiling rolldown_plugin v0.1.0 (/Users/geunhyeok.lee/workspace/external/rolldown-ghlee/crates/rolldown_plugin)
    For more information about this error, try `rustc --explain E0063`.
    error: could not compile `oxc_resolver_napi` (lib) due to 1 previous error
    ```
    leegeunhyeok authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    778f015 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. Configuration menu
    Copy the full SHA
    7ec7392 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. chore(deps): update github-actions (#558)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |
    [github/codeql-action](https://redirect.github.com/github/codeql-action)
    | action | minor | `v3.28.19` -> `v3.29.0` |
    |
    [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action)
    | action | patch | `v2.52.7` -> `v2.52.8` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>github/codeql-action (github/codeql-action)</summary>
    
    ###
    [`v3.29.0`](https://redirect.github.com/github/codeql-action/releases/tag/v3.29.0)
    
    [Compare
    Source](https://redirect.github.com/github/codeql-action/compare/v3.28.19...v3.29.0)
    
    ### CodeQL Action Changelog
    
    See the [releases
    page](https://redirect.github.com/github/codeql-action/releases) for the
    relevant changes to the CodeQL CLI and language packs.
    
    #### 3.29.0 - 11 Jun 2025
    
    - Update default CodeQL bundle version to 2.22.0.
    [#&#8203;2925](https://redirect.github.com/github/codeql-action/pull/2925)
    - Bump minimum CodeQL bundle version to 2.16.6.
    [#&#8203;2912](https://redirect.github.com/github/codeql-action/pull/2912)
    
    See the full
    [CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v3.29.0/CHANGELOG.md)
    for more information.
    
    </details>
    
    <details>
    <summary>taiki-e/install-action (taiki-e/install-action)</summary>
    
    ###
    [`v2.52.8`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.52.8):
    2.52.8
    
    [Compare
    Source](https://redirect.github.com/taiki-e/install-action/compare/v2.52.7...v2.52.8)
    
    -   Update `cargo-careful@latest` to 0.4.7.
    
    -   Update `syft@latest` to 1.27.1.
    
    -   Update `cargo-deny@latest` to 0.18.3.
    
    -   Update `cargo-binstall@latest` to 1.13.0.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
    Asia/Shanghai, Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config
    help](https://redirect.github.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/oxc-project/oxc-resolver).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    238cd34 View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance npm packages (#560)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | Age | Adoption | Passing |
    Confidence |
    |---|---|---|---|---|---|---|---|
    |  |  | lockFileMaintenance | All locks refreshed |  |  |  |  |
    |
    [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
    ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
    | devDependencies | patch | [`22.15.30` ->
    `22.15.31`](https://renovatebot.com/diffs/npm/@types%2fnode/22.15.30/22.15.31)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.15.31?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/22.15.31?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.15.30/22.15.31?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.15.30/22.15.31?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    | [vitest](https://redirect.github.com/vitest-dev/vitest)
    ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
    | devDependencies | patch | [`3.2.2` ->
    `3.2.3`](https://renovatebot.com/diffs/npm/vitest/3.2.2/3.2.3) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/3.2.2/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/3.2.2/3.2.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    🔧 This Pull Request updates lock files to use the latest dependency
    versions.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>vitest-dev/vitest (vitest)</summary>
    
    ###
    [`v3.2.3`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v3.2.3)
    
    [Compare
    Source](https://redirect.github.com/vitest-dev/vitest/compare/v3.2.2...v3.2.3)
    
    #####    🚀 Features
    
    - **browser**: Use base url instead of **vitest**  -  by
    [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
    [https://github.com/vitest-dev/vitest/issues/8126](https://redirect.github.com/vitest-dev/vitest/issues/8126)
    [<samp>(1d8eb)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/1d8ebf9ae)
    - **ui**: Show test annotations and metadata in the test report tab  - 
    by [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
    [https://github.com/vitest-dev/vitest/issues/8093](https://redirect.github.com/vitest-dev/vitest/issues/8093)
    [<samp>(c69be)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/c69be1fc1)
    
    #####    🐞 Bug Fixes
    
    - Rerun tests when project's setup file is changed  -  by
    [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
    [https://github.com/vitest-dev/vitest/issues/8097](https://redirect.github.com/vitest-dev/vitest/issues/8097)
    [<samp>(0f335)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/0f3350667)
    - Revert `expect.any` return type  -  by
    [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
    [https://github.com/vitest-dev/vitest/issues/8129](https://redirect.github.com/vitest-dev/vitest/issues/8129)
    [<samp>(47514)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/4751436d5)
    - Run only the name plugin last, not all config plugins  -  by
    [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
    [https://github.com/vitest-dev/vitest/issues/8130](https://redirect.github.com/vitest-dev/vitest/issues/8130)
    [<samp>(83862)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/83862d46e)
    -   **pool**:
    - Throw if user's tests use `process.send()`  -  by
    [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in
    [https://github.com/vitest-dev/vitest/issues/8125](https://redirect.github.com/vitest-dev/vitest/issues/8125)
    [<samp>(dfe81)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/dfe81a67a)
    -   **runner**:
    - Fast sequential task updates missing  -  by
    [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in
    [https://github.com/vitest-dev/vitest/issues/8121](https://redirect.github.com/vitest-dev/vitest/issues/8121)
    [<samp>(7bd11)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/7bd11a9b3)
    - Comments between fixture destructures  -  by
    [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in
    [https://github.com/vitest-dev/vitest/issues/8127](https://redirect.github.com/vitest-dev/vitest/issues/8127)
    [<samp>(dc469)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/dc469f260)
    -   **vite-node**:
    - Unable to handle errors where sourcemap mapping empty  -  by
    [@&#8203;blake-newman](https://redirect.github.com/blake-newman) and
    [@&#8203;hi-ogawa](https://redirect.github.com/hi-ogawa) in
    [https://github.com/vitest-dev/vitest/issues/8071](https://redirect.github.com/vitest-dev/vitest/issues/8071)
    [<samp>(8aa25)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/8aa252121)
    
    #####     [View changes on
    GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v3.2.2...v3.2.3)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
    Asia/Shanghai, Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config
    help](https://redirect.github.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/oxc-project/oxc-resolver).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    5333ced View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency @types/node to v24 (#559)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    |
    [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
    ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
    | [`^22.13.9` ->
    `^24.0.0`](https://renovatebot.com/diffs/npm/@types%2fnode/22.15.31/24.0.1)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/24.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/24.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/22.15.31/24.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/22.15.31/24.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
    Asia/Shanghai, Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/oxc-project/oxc-resolver).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    02ab742 View commit details
    Browse the repository at this point in the history
  4. chore(deps): lock file maintenance (#562)

    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency
    versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
    Asia/Shanghai, Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config
    help](https://redirect.github.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/oxc-project/oxc-resolver).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    f321b7c View commit details
    Browse the repository at this point in the history
  5. chore(deps): lock file maintenance rust crates (#563)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |  |  | lockFileMaintenance | All locks refreshed |
    | [cfg-if](https://redirect.github.com/rust-lang/cfg-if) | dependencies
    | patch | `1.0.0` -> `1.0.1` |
    
    🔧 This Pull Request updates lock files to use the latest dependency
    versions.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>rust-lang/cfg-if (cfg-if)</summary>
    
    ###
    [`v1.0.1`](https://redirect.github.com/rust-lang/cfg-if/blob/HEAD/CHANGELOG.md#101---2025-06-09)
    
    [Compare
    Source](https://redirect.github.com/rust-lang/cfg-if/compare/1.0.0...v1.0.1)
    
    ##### Other
    
    -   Remove `compiler-builtins` from `rustc-dep-of-std` dependencies
    -   Remove redundant configuration from Cargo.toml
    - More readable formatting and identifier names.
    ([#&#8203;39](https://redirect.github.com/rust-lang/cfg-if/pull/39))
    - Add expanded example to readme
    ([#&#8203;38](https://redirect.github.com/rust-lang/cfg-if/pull/38))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
    Asia/Shanghai, Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config
    help](https://redirect.github.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/oxc-project/oxc-resolver).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 15, 2025
    Configuration menu
    Copy the full SHA
    6a92459 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2025

  1. chore(deps): update github-actions (#566)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |
    [MarcoIeni/release-plz-action](https://redirect.github.com/MarcoIeni/release-plz-action)
    | action | patch | `v0.5.107` -> `v0.5.108` |
    |
    [taiki-e/install-action](https://redirect.github.com/taiki-e/install-action)
    | action | minor | `v2.52.8` -> `v2.54.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>MarcoIeni/release-plz-action
    (MarcoIeni/release-plz-action)</summary>
    
    ###
    [`v0.5.108`](https://redirect.github.com/release-plz/action/releases/tag/v0.5.108)
    
    [Compare
    Source](https://redirect.github.com/MarcoIeni/release-plz-action/compare/v0.5.107...v0.5.108)
    
    #### What's Changed
    
    - Update to 0.3.136 by
    [@&#8203;marcoieni](https://redirect.github.com/marcoieni) in
    [https://github.com/release-plz/action/pull/209](https://redirect.github.com/release-plz/action/pull/209)
    
    **Full Changelog**:
    release-plz/action@v0.5...v0.5.108
    
    </details>
    
    <details>
    <summary>taiki-e/install-action (taiki-e/install-action)</summary>
    
    ###
    [`v2.54.0`](https://redirect.github.com/taiki-e/install-action/compare/v2.53.2...v2.54.0)
    
    [Compare
    Source](https://redirect.github.com/taiki-e/install-action/compare/v2.53.2...v2.54.0)
    
    ###
    [`v2.53.2`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.53.2):
    2.53.2
    
    [Compare
    Source](https://redirect.github.com/taiki-e/install-action/compare/v2.53.1...v2.53.2)
    
    - Fix `cargo-nextest` installation failure on Ubuntu 24.04 due to HTTP
    403 error on requests to crates.io.
    ([#&#8203;1007](https://redirect.github.com/taiki-e/install-action/pull/1007))
    
    - Update `rclone@latest` to 1.70.0.
    
    ###
    [`v2.53.1`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.53.1):
    2.53.1
    
    [Compare
    Source](https://redirect.github.com/taiki-e/install-action/compare/v2.53.0...v2.53.1)
    
    - Support `typos` on AArch64 Linux.
    ([#&#8203;1004](https://redirect.github.com/taiki-e/install-action/pull/1004),
    thanks [@&#8203;vivienm](https://redirect.github.com/vivienm))
    
    - Update `cargo-nextest@latest` to 0.9.99.
    
    ###
    [`v2.53.0`](https://redirect.github.com/taiki-e/install-action/releases/tag/v2.53.0):
    2.53.0
    
    [Compare
    Source](https://redirect.github.com/taiki-e/install-action/compare/v2.52.8...v2.53.0)
    
    - Support `zizmor`.
    ([#&#8203;1002](https://redirect.github.com/taiki-e/install-action/pull/1002),
    thanks [@&#8203;jayvdb](https://redirect.github.com/jayvdb))
    
    - Update `osv-scanner@latest` to 2.0.3.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
    Asia/Shanghai, Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config
    help](https://redirect.github.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/oxc-project/oxc-resolver).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    d442282 View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance npm packages (#567)

    This PR contains the following updates:
    
    | Package | Type | Update | Change | Age | Adoption | Passing |
    Confidence |
    |---|---|---|---|---|---|---|---|
    |  |  | lockFileMaintenance | All locks refreshed |  |  |  |  |
    |
    [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
    ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
    | devDependencies | patch | [`24.0.1` ->
    `24.0.3`](https://renovatebot.com/diffs/npm/@types%2fnode/24.0.1/24.0.3)
    |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/24.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/24.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/24.0.1/24.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/24.0.1/24.0.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    | [vitest](https://redirect.github.com/vitest-dev/vitest)
    ([source](https://redirect.github.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
    | devDependencies | patch | [`3.2.3` ->
    `3.2.4`](https://renovatebot.com/diffs/npm/vitest/3.2.3/3.2.4) |
    [![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/3.2.3/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/3.2.3/3.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    🔧 This Pull Request updates lock files to use the latest dependency
    versions.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>vitest-dev/vitest (vitest)</summary>
    
    ###
    [`v3.2.4`](https://redirect.github.com/vitest-dev/vitest/releases/tag/v3.2.4)
    
    [Compare
    Source](https://redirect.github.com/vitest-dev/vitest/compare/v3.2.3...v3.2.4)
    
    #####    🐞 Bug Fixes
    
    - Use correct path for optimisation of strip-literal  -  by
    [@&#8203;mrginglymus](https://redirect.github.com/mrginglymus) in
    [https://github.com/vitest-dev/vitest/issues/8139](https://redirect.github.com/vitest-dev/vitest/issues/8139)
    [<samp>(44940)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/44940d9dd)
    - Print uint and buffer as a simple string  -  by
    [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
    [https://github.com/vitest-dev/vitest/issues/8141](https://redirect.github.com/vitest-dev/vitest/issues/8141)
    [<samp>(b86bf)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/b86bf0d99)
    -   **browser**:
    - Show a helpful error when spying on an export  -  by
    [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
    [https://github.com/vitest-dev/vitest/issues/8178](https://redirect.github.com/vitest-dev/vitest/issues/8178)
    [<samp>(56007)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/5600772c2)
    -   **cli**:
    - `vitest run --watch` should be watch-mode  -  by
    [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in
    [https://github.com/vitest-dev/vitest/issues/8128](https://redirect.github.com/vitest-dev/vitest/issues/8128)
    [<samp>(657e8)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/657e83f9f)
    - Use absolute path environment on Windows  -  by
    [@&#8203;colinaaa](https://redirect.github.com/colinaaa) in
    [https://github.com/vitest-dev/vitest/issues/8105](https://redirect.github.com/vitest-dev/vitest/issues/8105)
    [<samp>(85dc0)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/85dc0195f)
    - Throw error when `--shard x/<count>` exceeds count of test files  - 
    by [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in
    [https://github.com/vitest-dev/vitest/issues/8112](https://redirect.github.com/vitest-dev/vitest/issues/8112)
    [<samp>(8a18c)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/8a18c8e20)
    -   **coverage**:
    - Ignore SCSS in browser mode  -  by
    [@&#8203;sheremet-va](https://redirect.github.com/sheremet-va) in
    [https://github.com/vitest-dev/vitest/issues/8161](https://redirect.github.com/vitest-dev/vitest/issues/8161)
    [<samp>(0c3be)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/0c3be6f63)
    -   **deps**:
    - Update all non-major dependencies  -  in
    [https://github.com/vitest-dev/vitest/issues/8123](https://redirect.github.com/vitest-dev/vitest/issues/8123)
    [<samp>(93f32)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/93f3200e4)
    -   **expect**:
    - Handle async errors in expect.soft  -  by
    [@&#8203;lzl0304](https://redirect.github.com/lzl0304) in
    [https://github.com/vitest-dev/vitest/issues/8145](https://redirect.github.com/vitest-dev/vitest/issues/8145)
    [<samp>(68699)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/686996912)
    -   **pool**:
    - Auto-adjust `minWorkers` when only `maxWorkers` specified  -  by
    [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in
    [https://github.com/vitest-dev/vitest/issues/8110](https://redirect.github.com/vitest-dev/vitest/issues/8110)
    [<samp>(14dc0)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/14dc0724f)
    -   **reporter**:
    - `task.meta` should be available in custom reporter's errors  -  by
    [@&#8203;AriPerkkio](https://redirect.github.com/AriPerkkio) in
    [https://github.com/vitest-dev/vitest/issues/8115](https://redirect.github.com/vitest-dev/vitest/issues/8115)
    [<samp>(27df6)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/27df68a0e)
    -   **runner**:
    - Preserve handler wrapping on extend  -  by
    [@&#8203;pengooseDev](https://redirect.github.com/pengooseDev) in
    [https://github.com/vitest-dev/vitest/issues/8153](https://redirect.github.com/vitest-dev/vitest/issues/8153)
    [<samp>(a9281)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/a92812b70)
    -   **ui**:
    - Ensure ui config option works correctly  -  by
    [@&#8203;lzl0304](https://redirect.github.com/lzl0304) in
    [https://github.com/vitest-dev/vitest/issues/8147](https://redirect.github.com/vitest-dev/vitest/issues/8147)
    [<samp>(42eeb)</samp>](https://redirect.github.com/vitest-dev/vitest/commit/42eeb2ee6)
    
    #####     [View changes on
    GitHub](https://redirect.github.com/vitest-dev/vitest/compare/v3.2.3...v3.2.4)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
    Asia/Shanghai, Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config
    help](https://redirect.github.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/oxc-project/oxc-resolver).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    3c09232 View commit details
    Browse the repository at this point in the history
  3. chore(deps): lock file maintenance rust crates (#568)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    |  |  | lockFileMaintenance | All locks refreshed |
    | [mimalloc-safe](https://redirect.github.com/napi-rs/mimalloc-safe) |
    dependencies | patch | `0.1.52` -> `0.1.53` |
    
    🔧 This Pull Request updates lock files to use the latest dependency
    versions.
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>napi-rs/mimalloc-safe (mimalloc-safe)</summary>
    
    ###
    [`v0.1.53`](https://redirect.github.com/napi-rs/mimalloc-safe/blob/HEAD/CHANGELOG.md#0153---2025-06-16)
    
    [Compare
    Source](https://redirect.github.com/napi-rs/mimalloc-safe/compare/v0.1.52...mimalloc-safe-v0.1.53)
    
    ##### <!-- 1 -->Bug Fixes
    
    - add MI\_NO\_OPT\_ARCH OFF when no\_opt\_arch is on
    ([#&#8203;22](https://redirect.github.com/napi-rs/mimalloc-safe/pull/22))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 9am on monday" in timezone
    Asia/Shanghai, Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get
    [config
    help](https://redirect.github.com/renovatebot/renovate/discussions) if
    that's undesired.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/oxc-project/oxc-resolver).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    97a0723 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. fix: avoid crash when encountering tsconfig circular extends (#570)

    When there's a circular `tsconfig` extends, oxc-resolver crashed with
    `Segmentation fault (core dumped)`.
    
    This PR fixes that.
    
    In this case, TypeScript outputs errors like:
    ```
    $ pnpm tsc --noEmit -p tsconfig_self_reference.json
    error TS18000: Circularity detected while resolving configuration: /home/green/workspace/oxc-resolver/tests/tsconfig_self_reference.json -> /home/green/workspace/oxc-resolver/tests/tsconfig_self_reference.json
    $ pnpm tsc --noEmit -p tsconfig_circular_reference_a.json 
    error TS18000: Circularity detected while resolving configuration: /home/green/workspace/oxc-resolver/tests/tsconfig_circular_reference_a.json -> /home/green/workspace/oxc-resolver/tests/tsconfig_circular_reference_b.json -> /home/green/workspace/oxc-resolver/tests/tsconfig_circular_reference_a.json
    ```
    sapphi-red authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    3cda38d View commit details
    Browse the repository at this point in the history
  2. docs: add ts config

    Boshen committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    c6b4cca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    644fb96 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. Configuration menu
    Copy the full SHA
    2d6973d View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy