8000 release(crates): v0.73.0 by oxc-bot · Pull Request #11669 · oxc-project/oxc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

release(crates): v0.73.0 #11669

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

Merged
merged 1 commit into from
Jun 13, 2025
Merged

release(crates): v0.73.0 #11669

merged 1 commit into from
Jun 13, 2025

Conversation

oxc-bot
Copy link
Contributor
@oxc-bot oxc-bot commented Jun 13, 2025

[0.73.0] - 2025-06-13

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

🎨 Styling

🧪 Testing

Copy link
Contributor
graphite-app bot commented Jun 13, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

Copy link
Contributor
github-actions bot commented Jun 13, 2025

Monitor Oxc

suite result
Isolated Declarations
(compressor)
(dce)
(whitespace)
(transformer)
(mangler)
(codegen)

@github-actions github-actions bot added A-parser Area - Parser A-semantic Area - Semantic A-minifier Area - Minifier A-ast Area - AST A-transformer Area - Transformer / Transpiler A-codegen Area - Code Generation A-cfg Area - Control Flow Graph A-isolated-declarations Isolated Declarations labels Jun 13, 2025
@Boshen Boshen merged commit e7af8c4 into main Jun 13, 2025
26 checks passed
@Boshen Boshen deleted the release/crates-1749810762 branch June 13, 2025 10:33
Comment on lines +41 to +73
## [0.73.0] - 2025-06-13

### 💥 BREAKING CHANGES

- f3eaefb ast: [**BREAKING**] Add `value` field to `BigIntLiteral` (#11564) (overlookmotel)

### 🚀 Features

- 5860195 napi/parser: Improved `console.log` output for lazy deserialized AST (#11642) (overlookmotel)
- 5a55a58 napi/parser: Add lazy deserialization (#11595) (overlookmotel)
- 120b00f napi/parser: Support old versions of NodeJS (#11596) (overlookmotel)

### 🐛 Bug Fixes

- 931fc73 napi/parser: Cache nodes in lazy deserialization (#11637) (overlookmotel)

### 🚜 Refactor

- ff7111c napi/parser: Use "construct" instead of "deserialize" in lazy deserializer (#11616) (overlookmotel)
- 95ee174 napi/parser: Move raw transfer code into separate directory (#11583) (overlookmotel)
- 8e74e05 ast/estree: Remove dead code from generated raw transfer deserializer (#11579) (overlookmotel)

### ⚡ Performance

- 5271951 napi/parser: Remove function calls from lazy deserialization (#11615) (overlookmotel)
- 7c66637 napi/parser: Re-use `TypedArray` objects in raw transfer (#11585) (overlookmotel)

### 🧪 Testing

- 8cab72f napi/parser: Env var to run lazy deserialization tests (#11636) (overlookmotel)
- 8ad3061 napi/parser: Run raw transfer tests on multiple threads (#11611) (overlookmotel)
- c0027e0 ast/estree: Benchmark raw transfer deserialization in isolation (#11584) (overlookmotel)

Copy link
Contributor

Choose a reason for hiding this comment

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

There appears to be a duplicate changelog entry for version 0.73.0 in the napi/parser/CHANGELOG.md file. The identical section appears twice (lines 7-39 and again at lines 41-73). To maintain a clean changelog history, please remove the second duplicate section to avoid confusion for users reading the changelog.

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

Comment on lines +5 to +11
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).


# Changelog

All notable changes to this package will be documented in this file.

Copy link
Contributor

Choose a reason for hiding this comment

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

There appears to be duplicate changelog header information in several files. For example, in this hunk, lines 5-11 add a new header and introduction that duplicates the existing header on lines 1-4. This pattern repeats across multiple changelog files in the PR.

This duplication creates confusion with two "Changelog" sections in each file. Consider keeping only one header section in each changelog file to maintain clarity and consistency.

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

Copy link
codspeed-hq bot commented Jun 13, 2025

CodSpeed Instrumentation Performance Report

Merging #11669 will not alter performance

Comparing release/crates-1749810762 (5eaae63) with main (4e40089)

Summary

✅ 38 untouched benchmarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ast Area - AST A-cfg Area - Control Flow Graph A-codegen Area - Code Generation A-isolated-declarations Isolated Declarations A-minifier Area - Minifier A-parser Area - Parser A-semantic Area - Semantic A-transformer Area - Transformer / Transpiler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0