Skip to content

Conversation

@oxc-bot
Copy link
Contributor

@oxc-bot oxc-bot commented Jan 10, 2025

🤖 New release

  • oxc_resolver: 3.0.3 -> 4.0.0 (⚠️ API breaking changes)

⚠️ oxc_resolver breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/inherent_method_missing.ron

Failed in:
  ResolverGeneric::new_with_file_system, previously in file /tmp/.tmpKVx03E/oxc_resolver/src/lib.rs:138

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.37.0/src/lints/struct_missing.ron

Failed in:
  struct oxc_resolver::PackageJson, previously in file /tmp/.tmpKVx03E/oxc_resolver/src/package_json.rs:14
Changelog

4.0.0 - 2025-01-20

Features

Performance


This PR was generated with release-plz.

@oxc-bot oxc-bot force-pushed the release-plz-2025-01-10T13-02-18Z branch from 16c06af to faf07ed Compare January 10, 2025 13:02
@codspeed-hq
Copy link

codspeed-hq bot commented Jan 10, 2025

CodSpeed Performance Report

Merging #357 will not alter performance

Comparing release-plz-2025-01-10T13-02-18Z (bf363c4) with main (7777d62)

Summary

✅ 3 untouched benchmarks

@codecov
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.62%. Comparing base (7777d62) to head (bf363c4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #357   +/-   ##
=======================================
  Coverage   95.62%   95.62%           
=======================================
  Files          13       13           
  Lines        2604     2604           
=======================================
  Hits         2490     2490           
  Misses        114      114           

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

@oxc-bot oxc-bot changed the title chore: release v3.0.4 chore: release v4.0.0 Jan 16, 2025
@oxc-bot oxc-bot force-pushed the release-plz-2025-01-10T13-02-18Z branch 2 times, most recently from 142dd7d to 00c78cd Compare January 16, 2025 01:07
@Boshen Boshen marked this pull request as draft January 16, 2025 01:20
@Boshen
Copy link
Member

Boshen commented Jan 16, 2025

@oxc-bot oxc-bot force-pushed the release-plz-2025-01-10T13-02-18Z branch 4 times, most recently from 3eb09f4 to a2614d1 Compare January 20, 2025 17:04
@Boshen Boshen marked this pull request as ready for review January 20, 2025 17:07
@Boshen Boshen force-pushed the release-plz-2025-01-10T13-02-18Z branch from a2614d1 to bf363c4 Compare January 20, 2025 17:18
@Boshen Boshen merged commit 1642bb9 into main Jan 20, 2025
14 checks passed
@Boshen Boshen deleted the release-plz-2025-01-10T13-02-18Z branch January 20, 2025 17:20
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.

3 participants