Skip to content

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Oct 7, 2025

🤖 New release

  • oxc_sourcemap: 4.2.1 -> 5.0.0 (⚠ API breaking changes)

oxc_sourcemap 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.43.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field JSONSourceMap.version in /tmp/.tmp0nd5Zz/oxc-sourcemap/src/decode.rs:15
Changelog

5.0.0 - 2025-10-14

Added

  • integrate tc39/source-map-tests for spec compliance testing (#190)

Other

  • bump json-escape-simd (#195)
  • (deps) lock file maintenance rust crates (#194)
  • remove token equality check from encoding hot loop (#189)
  • optimize VLQ decode and capacity estimation


This PR was generated with release-plz.

@graphite-app
Copy link

graphite-app bot commented Oct 7, 2025

How to use the Graphite Merge Queue

Add the label merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@codspeed-hq
Copy link

codspeed-hq bot commented Oct 7, 2025

CodSpeed Performance Report

Merging #188 will degrade performances by 3.53%

Comparing release-plz-2025-10-07T11-35-40Z (fedaa2e) with main (19c9c1e)

Summary

⚡ 3 improvements
❌ 1 regression
✅ 1 untouched

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
from_json_string 16.6 µs 16.4 µs +1.25%
generate_lookup_table 1.3 µs 1.3 µs +2.25%
to_json_string 5.1 µs 5 µs +1.16%
add_name_add_source_and_content 1.6 µs 1.7 µs -3.53%

@Boshen Boshen force-pushed the release-plz-2025-10-07T11-35-40Z branch from e85873c to 12889ad Compare October 7, 2025 12:20
@Boshen Boshen changed the title chore: release v4.2.2 chore: release v5.0.0 Oct 7, 2025
@Boshen Boshen force-pushed the release-plz-2025-10-07T11-35-40Z branch 5 times, most recently from 019e555 to 88bf9ce Compare October 12, 2025 17:14
@Boshen Boshen force-pushed the release-plz-2025-10-07T11-35-40Z branch from 66a7e99 to c77eaa2 Compare October 14, 2025 02:37
@Boshen Boshen merged commit 16e16b0 into main Oct 14, 2025
7 checks passed
@Boshen Boshen deleted the release-plz-2025-10-07T11-35-40Z branch October 14, 2025 02:41
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