Skip to content

chore: release #500

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

Closed
wants to merge 1 commit into from
Closed

chore: release #500

wants to merge 1 commit into from

Conversation

oxc-bot
Copy link
Contributor

@oxc-bot oxc-bot commented May 5, 2025

🤖 New release

  • oxc_resolver: 8.0.0 -> 9.0.0 (⚠ API breaking changes)
  • oxc_napi_resolver: 8.0.0

oxc_resolver breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ResolveOptions.modules in /tmp/.tmpscCUrl/oxc-resolver/src/options.rs:114

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.40.0/src/lints/trait_method_added.ron

Failed in:
  trait method oxc_resolver::CachedPath::module_directory in file /tmp/.tmpscCUrl/oxc-resolver/src/cache.rs:69
  trait method oxc_resolver::CachedPath::cached_node_modules in file /tmp/.tmpscCUrl/oxc-resolver/src/cache.rs:76
Changelog

oxc_resolver

9.0.0 - 2025-05-09

Bug Fixes

  • hash import does not need to load from node_modules (#501)

Chore

  • publish oxc_napi_resolver (#496)

oxc_napi_resolver

8.0.0 - 2025-05-09

Features

  • (napi) add mimalloc (#423)
  • [breaking] Rust Edition 2024 (#402)
  • expose package_json_path (#376)
  • (napi) expose module type info in ResolveResult (#223)
  • (napi) add tracing via OXC_LOG:DEBUG (#202)
  • (napi) add async API (#191)
  • add imports_fields option (#138)
  • add more builder functions for options (#110)
  • (napi) support wasi target (#31)
  • add file_dependencies and missing_dependencies API (#50)
  • (napi) expose cloneWithOptions and clearCache methods (#40)
  • (napi) update the doc and type for tsconfig references (#24)
  • (napi) add options (#19)
  • (resolver) add tracing-subscriber feature (#904)
  • (resolver) tsconfig project references (#862)
  • (resolver) add thiserror (#847)
  • (resolver) implement nested alias field (#795)
  • (resolver) implement tsconfig-paths (#750)
  • (resolver) implement configurable exports_fields option (#733)
  • (resolver) implement main_fields
  • (resolver) implement resolveToContext (#694)
  • (resolver) implement restrictions (path only) (#693)
  • (resolver) implement fully specified (#687)
  • (resolver) imports field (#681)
  • (resolver) finish most of exports field (#674)
  • (resolver) port the rest of the exports field tests (#659)
  • (resolver) implement symlinks (#582)
  • (resolver) complete query and fragment parsing (#579)
  • (resolver) add preferRelative and preferAbsolute (#577)
  • (resolver) implement roots (#576)
  • (resolver) implement fallback (#572)
  • (resolver) implement enforceExtension (#566)
  • (resolver) implement descriptionFiles option (#565)
  • (resolver) implement the basics of path alias (#564)
  • (resolver) accept different file system implementations (#562)
  • (resolver) implement browser field (#561)
  • (resolver) implement scoped packages (#558)
  • (resolver) port incorrect description file test (#557)
  • (resolver) implement extension_alias (#556)
  • (resolver) port resolve tests (#555)
  • (resolver) resolve extensions (#549)
  • (resolver) add resolver test fixtures (#542)

Bug Fixes

  • hash import does not need to load from node_modules (#501)
  • (napi) new ResolverFactory() options should be optional (#256)
  • (napi) update buggy NAPI-RS versions (#225)
  • canonicalize is not supported on wasi target (#124)
  • resolve "browser" field when "exports" is present (#59)

Refactor

  • [breaking] remove description_files option (#488)
  • [breaking] remove modules options (#484)
  • vitest (#380)
  • apply latest cargo +nightly fmt (#281)
  • selectively parse package_json fields instead of parsing everything (#103)
  • (resolver) clean up some code and tests
  • (resolver) change internal funcs to non-pub by moving to unit tests (#682)

Chore

  • publish oxc_napi_resolver (#496)
  • (napi) make mimalloc optional to build (#495)
  • (README) add wasm usage example
  • (README) crates.io badge use recent downloads
  • (napi) auto download wasm binding on webcontainer (#471)
  • use root package.json for napi build (#469)
  • (deps) update github-actions (#444)
  • (deps) lock file maintenance npm packages (#436)
  • bump napi (#404)
  • (deps) lock file maintenance npm packages (#391)
  • (deps) lock file maintenance rust crates (#390)
  • (README) clarify Rust and node.js usages
  • add dprint (#326)
  • (deps) update napi-rs to 3.0.0-alpha
  • cargo upgrade && pnpm upgrade
  • (deps) update napi-rs to 3.0.0-alpha
  • update napi changes
  • (deps) update rust crate napi-derive to 3.0.0-alpha
  • (deps) update rust crate napi to 3.0.0-alpha
  • (deps) update napi-rs to 2.16.8
  • (napi) make napi binary smaller with minimal tracing features (#213)
  • (napi) remove tokio (#212)
  • document directory is an absolute path for resolve(directory, specifier) (#206)
  • re-enable the wasi build (#193)
  • use pnpm workspace (#182)
  • (deps) update rust crates (#176)
  • (napi) update NAPI-RS cli version and binding template (#111)
  • update project github url
  • (deps) update pnpm to v8.14.1 (#52)
  • (deps) update pnpm to v8.14.0 (#48)
  • (deps) update pnpm to v8.13.1 (#42)
  • remove FIXME comments
  • (napi) align *Fields user options with enhanced-resolve (#35)
  • (deps) update pnpm to v8.12.1 (#21)
  • add some doc for napi TsconfigOptions (#20)
  • (deps) update pnpm to v8.12.0 (#18)
  • (README) adding debugging command from Rspack
  • (deps) update pnpm to v8.11.0 (#9)
  • (resolver) remove tracing_subscriber (#1362)
  • (resolver) improve documentation (#591)

CI

  • check for napi .d.index changes (#491)
  • (release-napi) support riscv64gc-unknown-linux-gnu and s390x-unknown-linux-gnu (#451)


This PR was generated with release-plz.

Copy link

codecov bot commented May 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.84%. Comparing base (f7c841c) to head (cd12152).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #500   +/-   ##
=======================================
  Coverage   93.84%   93.84%           
=======================================
  Files          13       13           
  Lines        2795     2795           
=======================================
  Hits         2623     2623           
  Misses        172      172           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

codspeed-hq bot commented May 5, 2025

CodSpeed Performance Report

Merging #500 will not alter performance

Comparing release-plz-2025-05-05T14-58-23Z (cd12152) with main (f7c841c)

Summary

✅ 3 untouched benchmarks

@oxc-bot oxc-bot force-pushed the release-plz-2025-05-05T14-58-23Z branch 2 times, most recently from cd12152 to 6c3c32f Compare May 7, 2025 07:13
@oxc-bot oxc-bot force-pushed the release-plz-2025-05-05T14-58-23Z branch from 6c3c32f to c6d0262 Compare May 9, 2025 07:39
@Boshen Boshen closed this May 9, 2025
@Boshen Boshen deleted the release-plz-2025-05-05T14-58-23Z branch May 9, 2025 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
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