Skip to content

Commit adebd00

Browse files
Boshengithub-actions[bot]
authored andcommitted
chore(release): oxlint) v1.13.0
1 parent 6efb63a commit adebd00

File tree

11 files changed

+74
-8
lines changed

11 files changed

+74
-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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ 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.13.0] - 2025-08-26
8+
9+
### 💥 BREAKING CHANGES
10+
11+
- 63abd7c oxlint: [**BREAKING**] Do not ignore hidden dot directories by default (#13194) (Sysix)
12+
13+
### 🐛 Bug Fixes
14+
15+
- 648e939 linter: Parse `ignorePatterns` with gitignore syntax (#13221) (Sysix)
16+
17+
### 🚜 Refactor
18+
19+
- c138fad linter: Avoid fs reads in `TsGoLintState` when `--silent` is used (#13199) (Sysix)
20+
21+
722
## [1.12.0] - 2025-08-17
823

924
### 🚀 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.12.0"
3+
version = "1.13.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

crates/oxc_language_server/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.13.0] - 2025-08-26
8+
9+
### 🐛 Bug Fixes
10+
11+
- 648e939 linter: Parse `ignorePatterns` with gitignore syntax (#13221) (Sysix)
12+
13+
714
## [1.12.0] - 2025-08-17
815

916
### 🚀 Features

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

crates/oxc_linter/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,42 @@ 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.13.0] - 2025-08-26
8+
9+
### 🚀 Features
10+
11+
- 70f0143 linter: Add jest/padding-around-test-blocks rule (#12985) (Peter Cardenas)
12+
- a56f0da linter: Add profiling support for tsgolint via environment variables (#13238) (no-yan)
13+
- cc7f088 linter: Add react/jsx-handler-names rule (#13079) (Takuji Shimokawa)
14+
- c6c5075 linter/always-return: Implement promise rule always-return (#13178) (Li Wei)
15+
16+
### 🐛 Bug Fixes
17+
18+
- fd14b39 linter/array-callback-return: False postive with throw stmt in callback (#13264) (camc314)
19+
- 648e939 linter: Parse `ignorePatterns` with gitignore syntax (#13221) (Sysix)
20+
- a1b52c8 linter/no-unused-private-class-members: Fix false positive with await expression (#13249) (camc314)
21+
- d80c07c linter/explicit-module-boundary-types: False positve with arrow fn in exported fn body (#13232) (camc314)
22+
- 06ec43c linter: Enhance handling of disable directives for next-line and line spans (#13157) (camc314)
23+
- 163dbea linter/prefer-for-of: False positive with diff member expression (#13201) (camc314)
24+
- ada4e84 linter/prefer-await-to-then: False positive with Promise call as return arg (#13189) (camc314)
25+
- 63d12d3 linter: Handle arrow function expressions in static blocks for no-unused-private-class-members (#13181) (camc314)
26+
27+
### 🚜 Refactor
28+
29+
- 2761300 linter: Include `tsgolint` suggestion for `Message::from_tsgo_lint_diagnostic` (#13255) (Sysix)
30+
- c138fad linter: Avoid fs reads in `TsGoLintState` when `--silent` is used (#13199) (Sysix)
31+
- 845c6de linter: Store `source_text` of already opened files for `TsGoLintState` (#13197) (Sysix)
32+
33+
### 📚 Documentation
34+
35+
- 7fcc51e linter: Fix doc code block in `eslint/func-style` rule (#13171) (leaysgur)
36+
- deddc8c linter/no-console: Correct typo in correct code example (#13182) (camc314)
37+
38+
### 🧪 Testing
39+
40+
- 30c54a3 linter: Add test for `Message::from_tsgo_lint_diagnostic` (#13254) (Sysix)
41+
42+
743
## [1.12.0] - 2025-08-17
844

945
### 🚀 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.12.0"
3+
version = "1.13.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.12.0] - 2025-08-17
89

910
### 🚀 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.12.0",
5+
"version": "1.13.0",
66
"icon": "icon.png",
77
"publisher": "oxc",
88
"displayName": "Oxc",

npm/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.13.0] - 2025-08-26
8+
9+
### 🐛 Bug Fixes
10+
11+
- 02c779f npm/oxlint: Make `oxlint-tsgolint` truly optional (#13153) (Boshen)
12+
13+
714

815

916
## [1.11.1] - 2025-08-09

0 commit comments

Comments
 (0)