Skip to content

Conversation

@oxc-bot
Copy link
Contributor

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

🤖 New release

  • oxc_resolver: 9.0.2 -> 10.0.0 (⚠ API breaking changes)
  • oxc_resolver_napi: 9.0.2 -> 10.0.0 (✓ API compatible changes)

oxc_resolver breaking changes

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that 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.41.0/src/lints/enum_variant_missing.ron

Failed in:
  variant ResolveError::JSON, previously in file /tmp/.tmp8uJeJc/oxc_resolver/src/error.rs:73

--- failure trait_method_requires_different_generic_type_params: trait method now requires a different number of generic type parameters ---

Description:
A trait method now requires a different number of generic type parameters than it used to. Calls or implementations of this trait method using the previous number of generic types will be broken.
        ref: https://doc.rust-lang.org/reference/items/generics.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.41.0/src/lints/trait_method_requires_different_generic_type_params.ron

Failed in:
  CachedPath::normalize_with (1 -> 2 generic types) in /tmp/.tmpgjNkF1/oxc-resolver/src/cache.rs:96
Changelog

oxc_resolver

10.0.0 - 2025-05-20

Features

  • (napi) upgrade NAPI-RS to 3.0.0-beta.1 (#525)

Refactor

  • [breaking] set clippy avoid-breaking-exported-api = false (#519)

Chore

  • (deps) lock file maintenance (#523)
  • (deps) update dependency rust to v1.87.0 (#520)
  • sync napi cfg on global_allocator
  • (napi) adjust mimalloc features (#515)

oxc_resolver_napi

10.0.0 - 2025-05-20

Features

  • (napi) upgrade NAPI-RS to 3.0.0-beta.1 (#525)

Chore

  • sync napi cfg on global_allocator
  • (napi) adjust mimalloc features (#515)


This PR was generated with release-plz.

@oxc-bot oxc-bot force-pushed the release-plz-2025-05-15T09-19-15Z branch from e578282 to 71d2d55 Compare May 15, 2025 09:19
@codecov
Copy link

codecov bot commented May 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.84%. Comparing base (134cb3c) to head (447ddd0).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #518   +/-   ##
=======================================
  Coverage   93.84%   93.84%           
=======================================
  Files          13       13           
  Lines        2829     2829           
=======================================
  Hits         2655     2655           
  Misses        174      174           

☔ 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.

@codspeed-hq
Copy link

codspeed-hq bot commented May 15, 2025

CodSpeed Performance Report

Merging #518 will not alter performance

Comparing release-plz-2025-05-15T09-19-15Z (447ddd0) with main (134cb3c)

Summary

✅ 3 untouched benchmarks

@oxc-bot oxc-bot force-pushed the release-plz-2025-05-15T09-19-15Z branch from 71d2d55 to 0623f76 Compare May 15, 2025 14:08
@oxc-bot oxc-bot changed the title chore(oxc_resolver_napi): release v9.0.3 chore: release May 15, 2025
@oxc-bot oxc-bot force-pushed the release-plz-2025-05-15T09-19-15Z branch 13 times, most recently from 3abd3f8 to 3e4d9c2 Compare May 19, 2025 12:37
@Boshen Boshen marked this pull request as draft May 19, 2025 14:01
@Boshen
Copy link
Member

Boshen commented May 19, 2025

Need to sync all versions.

@oxc-bot oxc-bot changed the title chore: release chore: release v10.0.0 May 20, 2025
@oxc-bot oxc-bot force-pushed the release-plz-2025-05-15T09-19-15Z branch from 3e4d9c2 to eb218c8 Compare May 20, 2025 03:43
@oxc-bot oxc-bot force-pushed the release-plz-2025-05-15T09-19-15Z branch from eb218c8 to 2a2c50f Compare May 20, 2025 03:43
@Boshen Boshen marked this pull request as ready for review May 20, 2025 03:46
Copilot AI review requested due to automatic review settings May 20, 2025 03:46
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This release PR updates the version to 10.0.0 for both the core resolver crate and its N-API bindings, and adds corresponding changelog entries.

  • Bump package/crate versions from 9.0.2 to 10.0.0
  • Add 10.0.0 release sections in both root and napi changelogs

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
package.json Update NPM package version to 10.0.0
napi/Cargo.toml Update oxc_resolver_napi version to 10.0.0
Cargo.toml Bump workspace dependency and crate version
CHANGELOG.md Add 10.0.0 release section
napi/CHANGELOG.md Add 10.0.0 release section for N-API crate

@Boshen Boshen merged commit 007e080 into main May 20, 2025
18 checks passed
@Boshen Boshen deleted the release-plz-2025-05-15T09-19-15Z branch May 20, 2025 03:50
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