Skip to content

Commit cbba902

Browse files
camc314github-actions[bot]
authored andcommitted
release(apps): oxlint v1.61.0 && oxfmt v0.46.0
1 parent fe23965 commit cbba902

19 files changed

Lines changed: 208 additions & 119 deletions

File tree

Cargo.lock

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

apps/oxfmt/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ 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.46.0] - 2026-04-20
8+
9+
### 🚀 Features
10+
11+
- 5aa7fe1 oxfmt: Add `--disable-nested-config` CLI flag (#21514) (leaysgur)
12+
- b5cb8d1 oxfmt: Update prettier to 3.8.3 (#21451) (leaysgur)
13+
- 16713d5 oxfmt/cli: Support per-directory config (#21103) (leaysgur)
14+
- 952de06 oxfmt/lsp: Support per-directory config (#21081) (leaysgur)
15+
16+
### 🐛 Bug Fixes
17+
18+
- 6f49fad oxfmt: Respect nested config.`ignorePatterns` (#21489) (leaysgur)
19+
- 7c98d52 oxfmt: Do not panic on finding invalid nested config (#21461) (leaysgur)
20+
21+
### ⚡ Performance
22+
23+
- df27b48 oxfmt: Skip ancestors check when no nested config found (#21517) (leaysgur)
24+
- 5e1522a oxfmt: Do not occupy the rayon thread solely for handover (#21408) (leaysgur)
25+
726
## [0.45.0] - 2026-04-13
827

928
### 🚀 Features

apps/oxfmt/Cargo.toml

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

apps/oxfmt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxfmt-app",
3-
"version": "0.45.0",
3+
"version": "0.46.0",
44
"private": true,
55
"description": "Internal development package for oxfmt. For the published package.json template, see `npm/oxfmt/package.json`.",
66
"license": "MIT",

apps/oxfmt/src-js/bindings.js

Lines changed: 52 additions & 52 deletions
Large diffs are not rendered by default.

apps/oxlint/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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+
## [1.61.0] - 2026-04-20
8+
9+
### 🚀 Features
10+
11+
- 38d8090 linter/jest: Implemented jest `version` settings in config file. (#21522) (Said Atrahouch)
12+
13+
### 🐛 Bug Fixes
14+
15+
- f272594 linter/plugins: Align `RuleMeta.replacedBy` type with ESLint (#21544) (bab)
16+
- 00fc136 codegen: Preserve coverage comments before object properties (#21312) (bab)
17+
- a56b7b9 oxlint: Dont enable gitlab formatter by default (#21501) (camc314)
18+
19+
### 📚 Documentation
20+
21+
- c1eeae3 linter: Add version to `rule.json` (#21547) (camchenry)
22+
723
## [1.60.0] - 2026-04-13
824

925
### 💥 BREAKING CHANGES

apps/oxlint/Cargo.toml

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

apps/oxlint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxlint-app",
3-
"version": "1.60.0",
3+
"version": "1.61.0",
44
"private": true,
55
"description": "Internal development package for oxlint. For the published package.json template, see `npm/oxlint/package.json`.",
66
"license": "MIT",

apps/oxlint/src-js/bindings.js

Lines changed: 52 additions & 52 deletions
Large diffs are not rendered by default.

crates/oxc_formatter/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.46.0] - 2026-04-20
8+
9+
### 💥 BREAKING CHANGES
10+
11+
- 24fb7eb allocator: [**BREAKING**] Rename `Box` and `Vec` methods (#21395) (overlookmotel)
12+
13+
### 🐛 Bug Fixes
14+
15+
- a501a53 formatter: Handle comments after pipe in single-member union types (#21487) (John Costa)
16+
- 41bb2d5 formatter: Preserve more `intrinsic` parens (#21449) (leaysgur)
17+
- f894750 formatter: Preserve parens around `intrinsic` in type alias annotation (#21410) (Dunqing)
18+
719
## [0.45.0] - 2026-04-13
820

921
### 💥 BREAKING CHANGES

0 commit comments

Comments
 (0)