Skip to content

Commit 4d0a05e

Browse files
authored
release(crates): v0.82.2 (#13158)
1 parent 33ce529 commit 4d0a05e

File tree

61 files changed

+247
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+247
-83
lines changed

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -106,32 +106,32 @@ ignore_without_reason = "allow" # FIXME
106106

107107
[workspace.dependencies]
108108
# publish = true
109-
oxc = { version = "0.82.1", path = "crates/oxc" }
110-
oxc_allocator = { version = "0.82.1", path = "crates/oxc_allocator" }
111-
oxc_ast = { version = "0.82.1", path = "crates/oxc_ast" }
112-
oxc_ast_macros = { version = "0.82.1", path = "crates/oxc_ast_macros" }
113-
oxc_ast_visit = { version = "0.82.1", path = "crates/oxc_ast_visit" }
114-
oxc_cfg = { version = "0.82.1", path = "crates/oxc_cfg" }
115-
oxc_codegen = { version = "0.82.1", path = "crates/oxc_codegen" }
116-
oxc_data_structures = { version = "0.82.1", path = "crates/oxc_data_structures" }
117-
oxc_diagnostics = { version = "0.82.1", path = "crates/oxc_diagnostics" }
118-
oxc_ecmascript = { version = "0.82.1", path = "crates/oxc_ecmascript" }
119-
oxc_estree = { version = "0.82.1", path = "crates/oxc_estree" }
120-
oxc_isolated_declarations = { version = "0.82.1", path = "crates/oxc_isolated_declarations" }
121-
oxc_mangler = { version = "0.82.1", path = "crates/oxc_mangler" }
122-
oxc_minifier = { version = "0.82.1", path = "crates/oxc_minifier" }
123-
oxc_minify_napi = { version = "0.82.1", path = "napi/minify" }
124-
oxc_napi = { version = "0.82.1", path = "crates/oxc_napi" }
125-
oxc_parser = { version = "0.82.1", path = "crates/oxc_parser", features = ["regular_expression"] }
126-
oxc_parser_napi = { version = "0.82.1", path = "napi/parser" }
127-
oxc_regular_expression = { version = "0.82.1", path = "crates/oxc_regular_expression" }
128-
oxc_semantic = { version = "0.82.1", path = "crates/oxc_semantic" }
129-
oxc_span = { version = "0.82.1", path = "crates/oxc_span" }
130-
oxc_syntax = { version = "0.82.1", path = "crates/oxc_syntax" }
131-
oxc_transform_napi = { version = "0.82.1", path = "napi/transform" }
132-
oxc_transformer = { version = "0.82.1", path = "crates/oxc_transformer" }
133-
oxc_transformer_plugins = { version = "0.82.1", path = "crates/oxc_transformer_plugins" }
134-
oxc_traverse = { version = "0.82.1", path = "crates/oxc_traverse" }
109+
oxc = { version = "0.82.2", path = "crates/oxc" }
110+
oxc_allocator = { version = "0.82.2", path = "crates/oxc_allocator" }
111+
oxc_ast = { version = "0.82.2", path = "crates/oxc_ast" }
112+
oxc_ast_macros = { version = "0.82.2", path = "crates/oxc_ast_macros" }
113+
oxc_ast_visit = { version = "0.82.2", path = "crates/oxc_ast_visit" }
114+
oxc_cfg = { version = "0.82.2", path = "crates/oxc_cfg" }
115+
oxc_codegen = { version = "0.82.2", path = "crates/oxc_codegen" }
116+
oxc_data_structures = { version = "0.82.2", path = "crates/oxc_data_structures" }
117+
oxc_diagnostics = { version = "0.82.2", path = "crates/oxc_diagnostics" }
118+
oxc_ecmascript = { version = "0.82.2", path = "crates/oxc_ecmascript" }
119+
oxc_estree = { version = "0.82.2", path = "crates/oxc_estree" }
120+
oxc_isolated_declarations = { version = "0.82.2", path = "crates/oxc_isolated_declarations" }
121+
oxc_mangler = { version = "0.82.2", path = "crates/oxc_mangler" }
122+
oxc_minifier = { version = "0.82.2", path = "crates/oxc_minifier" }
123+
oxc_minify_napi = { version = "0.82.2", path = "napi/minify" }
124+
oxc_napi = { version = "0.82.2", path = "crates/oxc_napi" }
125+
oxc_parser = { version = "0.82.2", path = "crates/oxc_parser", features = ["regular_expression"] }
126+
oxc_parser_napi = { version = "0.82.2", path = "napi/parser" }
127+
oxc_regular_expression = { version = "0.82.2", path = "crates/oxc_regular_expression" }
128+
oxc_semantic = { version = "0.82.2", path = "crates/oxc_semantic" }
129+
oxc_span = { version = "0.82.2", path = "crates/oxc_span" }
130+
oxc_syntax = { version = "0.82.2", path = "crates/oxc_syntax" }
131+
oxc_transform_napi = { version = "0.82.2", path = "napi/transform" }
132+
oxc_transformer = { version = "0.82.2", path = "crates/oxc_transformer" }
133+
oxc_transformer_plugins = { version = "0.82.2", path = "crates/oxc_transformer_plugins" }
134+
oxc_traverse = { version = "0.82.2", path = "crates/oxc_traverse" }
135135

136136
# publish = false
137137
oxc_formatter = { path = "crates/oxc_formatter" }

crates/oxc/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
77

88

99

10+
1011
## [0.80.0] - 2025-08-03
1112

1213
### 📚 Documentation

crates/oxc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc"
3-
version = "0.82.1"
3+
version = "0.82.2"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_allocator/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this package will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
66

7+
## [0.82.2] - 2025-08-17
8+
9+
### 🚀 Features
10+
11+
- 7cf6186 allocator: Add `data_end_ptr` and `set_cursor_ptr` methods to `Allocator` (#13134) (overlookmotel)
12+
13+
### 🚜 Refactor
14+
15+
- f6ac2e6 allocator, napi/parser: Use `usize::is_multiple_of` (#13142) (overlookmotel)
16+
- 51f6c84 allocator: Rename vars and comments in `AllocatorPool` (#13129) (overlookmotel)
17+
- 152f1f9 allocator: Remove `Default` impl for `AllocatorPool` (#13128) (overlookmotel)
18+
- 18ad3c0 allocator: Harden safety of `FixedSizeAllocator::new` (#13124) (overlookmotel)
19+
20+
### 📚 Documentation
21+
22+
- 3048302 allocator: Document all cargo features (#13104) (overlookmotel)
23+
24+
725

826
## [0.82.0] - 2025-08-12
927

crates/oxc_allocator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_allocator"
3-
version = "0.82.1"
3+
version = "0.82.2"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_ast/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this package will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
66

7+
## [0.82.2] - 2025-08-17
8+
9+
### 🐛 Bug Fixes
10+
11+
- 6686cc4 minifier: Do not remove `using x = ` (#13052) (Boshen)
12+
13+
### 🚜 Refactor
14+
15+
- 7b86340 ast: Shorten serialize code using let chains (#13100) (overlookmotel)
16+
17+
718

819
## [0.82.0] - 2025-08-12
920

crates/oxc_ast/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_ast"
3-
version = "0.82.1"
3+
version = "0.82.2"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_ast_macros/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
66

7+
## [0.82.2] - 2025-08-17
8+
9+
### 🚜 Refactor
10+
11+
- c63c944 ast_macros: Simplify code (#13101) (overlookmotel)
12+
13+
714

815

916
## [0.81.0] - 2025-08-06

crates/oxc_ast_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_ast_macros"
3-
version = "0.82.1"
3+
version = "0.82.2"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

0 commit comments

Comments
 (0)