Skip to content

Commit e5faa9c

Browse files
Boshengithub-actions[bot]
authored andcommitted
chore(release): oxlint) v1.11.2
1 parent c461a86 commit e5faa9c

File tree

11 files changed

+48
-8
lines changed

11 files changed

+48
-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: 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+
## [1.11.2] - 2025-08-12
8+
9+
### 🐛 Bug Fixes
10+
11+
- c461a86 oxlint: Fix type-aware linting crash when Vue files are present (#13007) (Copilot)
12+
- 2936545 linter/tsgolint: Report an error if tsgolint executable failed to spawn (#12984) (camc314)
13+
- a13b3ee oxlint: Run `tsgolint.CMD` under windows (#12932) (Sysix)
14+
15+
### 🚜 Refactor
16+
17+
- 69303de oxlint: Pass `DiagnosticService` as a parameter for `TsGoLintState.lint()` (#13004) (Sysix)
18+
19+
### 🧪 Testing
20+
21+
- fb8cbbf oxlint: Enable tsgolint test with config parameter for windows (#13001) (Alexander S.)
22+
- d59f3bb oxlint: Match `x.ys` when replacing var (#12990) (camc314)
23+
- d7cca12 linter: Add test for extended configs and overrides for tsgolint (#12924) (camchenry)
24+
25+
726
## [1.11.1] - 2025-08-09
827

928
### 🐛 Bug Fixes

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.11.1"
3+
version = "1.11.2"
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
@@ -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.11.0] - 2025-08-07
910

1011
### 🚜 Refactor

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

crates/oxc_linter/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+
## [1.11.2] - 2025-08-12
8+
9+
### 🐛 Bug Fixes
10+
11+
- 42de3d1 linter: Update warn_correctness to correctly warn when using vitest plugin (#12991) (camc314)
12+
- 1b0136e linter/exhaustive-deps: Use codegen in fixer rather than manual string manipulation (#12987) (camc314)
13+
- 166f5cc linter: Fix no-fallthrough rule, when the default condition is not last (#12927) (Li Wei)
14+
- d7e1ddb linter/config: Ensure that overrides correctly replace base rules (#12941) (camc314)
15+
16+
### 🚜 Refactor
17+
18+
- 0c5bffc ecmascript: Change `IsGlobalReference` to `GlobalContext` (#12952) (Boshen)
19+
20+
### 🧪 Testing
21+
22+
- 6b054b6 linter/expect-expect: Add test case for calling expect as return arg (#12983) (camc314)
23+
24+
725
## [1.11.1] - 2025-08-09
826

927
### 🐛 Bug Fixes

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.11.1"
3+
version = "1.11.2"
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
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0).
66

77

88

9+
910
## [1.10.0] - 2025-08-06
1011

1112
### 🚀 Features

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.11.1",
5+
"version": "1.11.2",
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
@@ -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.11.1] - 2025-08-09
89

910
### 🐛 Bug Fixes

0 commit comments

Comments
 (0)