Skip to content

Commit b2af43a

Browse files
authored
release(oxlint): v1.22.0 (#14451)
1 parent 5c29bb6 commit b2af43a

File tree

13 files changed

+85
-61
lines changed

13 files changed

+85
-61
lines changed

Cargo.lock

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

apps/oxlint/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.22.0] - 2025-10-08
8+
9+
### 🐛 Bug Fixes
10+
11+
- 0dcdbd1 oxlint: Bundle esquery (#14450) (camc314)
12+
13+
14+
## [1.22.0] - 2025-10-08
15+
16+
### 🐛 Bug Fixes
17+
18+
- 0dcdbd1 oxlint: Bundle esquery (#14450) (camc314)
19+
20+
721
## [1.21.0] - 2025-10-08
822

923
### 🚀 Features

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.21.0"
3+
version = "1.22.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",
3-
"version": "1.21.0",
3+
"version": "1.22.0",
44
"type": "module",
55
"main": "dist/index.js",
66
"bin": "dist/cli.js",

apps/oxlint/src-js/bindings.js

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

crates/oxc_language_server/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ 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+
78
## [1.21.0] - 2025-10-08
89

910
### 🐛 Bug Fixes

crates/oxc_language_server/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_language_server"
3-
version = "1.21.0"
3+
version = "1.22.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_linter/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+
## [1.22.0] - 2025-10-08
8+
9+
### 🚀 Features
10+
11+
- 9f9d25f linter/oxc: Implement `branches-sharing-code` (#14440) (camc314)
12+
13+
714
## [1.21.0] - 2025-10-08
815

916
### 🚀 Features

crates/oxc_linter/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_linter"
3-
version = "1.21.0"
3+
version = "1.22.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

editors/vscode/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ All notable changes to this package will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
66

77

8+
89
## [1.20.0] - 2025-10-06
910

1011
### 🚀 Features

0 commit comments

Comments
 (0)