Skip to content

Commit 8e73444

Browse files
Boshengithub-actions[bot]
authored andcommitted
release(apps): oxlint v1.52.0 && oxfmt v0.37.0
1 parent 291d867 commit 8e73444

File tree

17 files changed

+235
-117
lines changed

17 files changed

+235
-117
lines changed

Cargo.lock

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

apps/oxfmt/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+
## [0.37.0] - 2026-03-09
8+
9+
### 🚀 Features
10+
11+
- ee26215 oxfmt: Support css-in-js substitution (#20019) (leaysgur)
12+
- 0f0ff51 oxfmt: Display default settings was used message in cli stats (#19939) (leaysgur)
13+
- 88815b8 oxfmt: Reintroduce stats line for write mode (#19938) (leaysgur)
14+
15+
### 🐛 Bug Fixes
16+
17+
- ee0491e apps,napi: Explicitly specify libs in tsconfigs (#20071) (camc314)
18+
- 92f4490 oxfmt: Apply `is_ignored_dir` for glob paths too (#20056) (leaysgur)
19+
- 114f974 oxfmt/lsp: Prefer language_id over file extension when formatting (#19977) (copilot-swe-agent)
20+
21+
### ⚡ Performance
22+
23+
- 2baa5fb napi: Unify build-test profile to coverage for cache sharing (#20090) (Boshen)
24+
725
## [0.36.0] - 2026-03-02
826

927
### 🚀 Features

apps/oxfmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxfmt"
3-
version = "0.36.0"
3+
version = "0.37.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true

apps/oxfmt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oxfmt-app",
3-
"version": "0.36.0",
3+
"version": "0.37.0",
44
"private": true,
55
"description": "Internal development package for oxfmt. For the published package.json template, see `npm/oxfmt/package.json`.",
66
"license": "MIT",

apps/oxfmt/src-js/bindings.js

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

apps/oxlint/CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,48 @@ 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.52.0] - 2026-03-09
8+
9+
### 🚀 Features
10+
11+
- e6b604f oxlint: Auto-enable gitlab formatter on GitLab (#20076) (camc314)
12+
- 2488a68 linter: Add .oxlintrc.jsonc config file support (#19870) (Scott S.)
13+
- 61bf388 linter: Add `options.reportUnusedDisableDirectives` to config file (#19799) (Peter Wagenet)
14+
- c92422b oxlint: Auto-enable github formatter on GitHub Actions (#19944) (Boshen)
15+
- 0337c6d linter: Implement typescript/no-unecessary-type-conversion (#19955) (camc314)
16+
- 2919313 linter: Introduce denyWarnings config options (#19926) (camc314)
17+
- a607119 linter: Introduce maxWarnings config option (#19777) (camc314)
18+
19+
### 🐛 Bug Fixes
20+
21+
- 0861d9a linter/plugins: Remove getters from `Context` (#20115) (overlookmotel)
22+
- 92cfb14 linter/plugins: Fix types for `walkProgram` and `walkProgramWithCfg` (#20081) (overlookmotel)
23+
- 10e211f oxlint/lsp: Send other code actions besides `source.fixAll` if requested (#20042) (Sysix)
24+
- 602daaa linter/plugins: Fix type definition for `VisitorObject` (#20065) (overlookmotel)
25+
- ee0491e apps,napi: Explicitly specify libs in tsconfigs (#20071) (camc314)
26+
- 7f3d735 linter: Error when --type-check is used without --type-aware (#20025) (camc314)
27+
- 50359dc oxlint/lsp: Detect `reportUnusedDisableDirectives` from oxlint config, change lsp `unusedDisableDirectives` default value to `None` (#20011) (Sysix)
28+
- 4bc84b1 linter/plugins: Allow `null` and `undefined` for `rule.meta.fixable` (#20008) (overlookmotel)
29+
- f57b2c9 linter/plugins: Fix return types of tokens methods (#19985) (overlookmotel)
30+
- 87318e7 oxlint/lsp: Load js config with reforcing fs read (#19551) (Sysix)
31+
32+
### ⚡ Performance
33+
34+
- 2baa5fb napi: Unify build-test profile to coverage for cache sharing (#20090) (Boshen)
35+
- 77f1c71 linter/plugins: Make tokens class instances (#19980) (overlookmotel)
36+
- 758b424 linter/plugins: Reduce memory copies for tokens (#19979) (overlookmotel)
37+
- 236847f linter/plugins: Cache token objects (#19978) (overlookmotel)
38+
39+
### 📚 Documentation
40+
41+
- 2c0010a linter/plugins: Move comment about "bivariance hack" into generated code (#20082) (overlookmotel)
42+
- 12ae35c oxlint/lsp: Remove outdated ToDo for `LintOptions.run` (#20012) (Sysix)
43+
- 3be73e6 linter/plugins: Fix JSDoc comments for tokens methods (#20004) (overlookmotel)
44+
- 48ef285 linter: Update `--config` docs (#19965) (camc314)
45+
- 6ea49a0 linter: Fix some identation issues for the generated types used in `oxlint.config.ts`. (#19942) (connorshea)
46+
- 6c0e0b5 linter: Add oxlint.config.ts to the config docs. (#19941) (connorshea)
47+
- 160e423 linter: Add a note that the typeAware and typeCheck options require oxlint-tsgolint (#19940) (connorshea)
48+
749
## [1.51.0] - 2026-03-02
850

951
### 🚀 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.51.0"
3+
version = "1.52.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-app",
3-
"version": "1.51.0",
3+
"version": "1.52.0",
44
"private": true,
55
"description": "Internal development package for oxlint. For the published package.json template, see `npm/oxlint/package.json`.",
66
"license": "MIT",

0 commit comments

Comments
 (0)