Commit fef680a
release(oxlint): v0.16.0 (oxc-project#9800)
## [0.16.0] - 2025-03-16
- 225e266 linter: [**BREAKING**] Enable `--experimental-nested-config`
by default and add `--disable-nested-config` option (oxc-project#9760) (camchenry)
### Features
- 27d6e9b editor: Only watch .oxlintrc.json or user supplied config
paths (oxc-project#9731) (Nicholas Rayburn)
- 8dd6809 linter: Add `eslint/no-lonely-if` (oxc-project#9660) (therewillbecode)
- c22276e oxc_linter: Sort rules by plugin and rule name when outputting
resolved config as a JSON string (oxc-project#9799) (Nicholas Rayburn)
### Bug Fixes
- 22f18ac linter: Improve `jsx-a11y/anchor-ambiguous-text` diagnostic
message (oxc-project#9789) (1zumii)
- 6c11740 linter: False positive in `unicorn/catch-error-name` (oxc-project#9763)
(shulaoda)
### Documentation
- ea6b6d9 linter: Improve docs for `eslint-valid-typeof` (oxc-project#9797)
(therewillbecode)
- 2c48fba linter: Fix typo in `oxc/bad-min-max-func` (oxc-project#9791) (Flo)
- 210b876 linter: Improve `eslint-no-async-promise-executor` (oxc-project#9778)
(therewillbecode)
- f8628bc linter: Improve `eslint-no-class-assign` (oxc-project#9779)
(therewillbecode)
- faca7a8 linter: Improve `eslint-no-self-assign` (oxc-project#9768)
(therewillbecode)
### Refactor
- 227d203 linter: Improve `typescript-no-unnecessary-type-constraint`
(oxc-project#9798) (therewillbecode)
- 05fe2cd linter: Use `is_lexical` when checking for lexical decl
(oxc-project#9781) (camc314)
- fcdd810 linter: Remove if let nesting from `unicorn-no-date-clone`
(oxc-project#9767) (therewillbecode)
- 5a9e1b9 linter: Improve `typescript-no-misused-new` (oxc-project#9766)
(therewillbecode)
- 9df5565 linter: Improve `unicorn/filename-case` (oxc-project#9762) (shulaoda)
- b0b1f18 linter: Remove if let nesting from
`nextjs-no-async-client-component` (oxc-project#9764) (therewillbecode)
Co-authored-by: Boshen <[email protected]>1 parent c22276e commit fef680a
File tree
9 files changed
+54
-8
lines changed- apps/oxlint
- crates
- oxc_language_server
- oxc_linter
- editors/vscode
- npm/oxlint
9 files changed
+54
-8
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
7 | 18 | | |
8 | 19 | | |
9 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
7 | 36 | | |
8 | 37 | | |
9 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments