Skip to content

Commit a50696d

Browse files
authored
release(oxlint): v1.1.0 (#11627)
1 parent 40ca1ef commit a50696d

File tree

11 files changed

+41
-8
lines changed

11 files changed

+41
-8
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: 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.1.0] - 2025-06-12
8+
9+
### 🚀 Features
10+
11+
- 1181018 linter: Add eslint/no-extra-bind rule (#11588) (yefan)
12+
13+
714
## [1.0.0] - 2025-06-10
815

916
## [0.18.0] - 2025-06-06

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.0.0"
3+
version = "1.1.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

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.0.0] - 2025-06-10
89

910
## [0.18.1] - 2025-06-09

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.0.0"
3+
version = "1.1.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_linter/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ 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.1.0] - 2025-06-12
8+
9+
### 🚀 Features
10+
11+
- 1181018 linter: Add eslint/no-extra-bind rule (#11588) (yefan)
12+
- 3b03fd3 parser: Produce correct syntax error for `interface I extends (typeof T)` (#11610) (Boshen)
13+
- 844a8a8 parser: Produce syntax error for `declare function foo() {}` (#11606) (Boshen)
14+
15+
### 🐛 Bug Fixes
16+
17+
- 0f24366 linter: Correct labels for redundant comparisons (#11620) (Wei Zhu)
18+
- dd87f93 linter: Stack overflow in react/exhaustive-deps (#11613) (camc314)
19+
- 4af58e0 linter: Add missing `additional_hooks` option to exhaustive-deps (#11602) (camc314)
20+
- a6adc0c linter/exhaustive-deps: Handle destructuring inside hooks (#11598) (Don Isaac)
21+
- 779727f linter: Improve span diagnostic loc within react/rules-of-hooks (#11589) (camc314)
22+
23+
### 🚜 Refactor
24+
25+
- b7b0dc3 parser: Improve `TSModuleDeclaration` parsing (#11605) (Boshen)
26+
- d29bbb2 linter: Simplify implementation of `eslint/no-lonely-if` (#11550) (Ulrich Stark)
27+
- d41fb13 ast: Get jsx types out of AstKind exceptions (#11535) (Ulrich Stark)
28+
29+
730
## [1.0.0] - 2025-06-10
831

932
## [0.18.1] - 2025-06-09

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.0.0"
3+
version = "1.1.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
@@ -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.0.0] - 2025-06-10
89

910
## [0.18.1] - 2025-06-09

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "oxc-vscode",
33
"description": "oxc vscode extension",
44
"license": "MIT",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"icon": "icon.png",
77
"publisher": "oxc",
88
"displayName": "Oxc",

npm/oxlint/CHANGELOG.md

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

77

88

9+
910
# Changelog
1011

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

0 commit comments

Comments
 (0)