-
-
Notifications
You must be signed in to change notification settings - Fork 723
Commit 92e1748
authored
chore(deps): update dependency oxlint to v1.23.0 (#14568)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc.rs)
([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint))
| [`1.22.0` ->
`1.23.0`](https://renovatebot.com/diffs/npm/oxlint/1.22.0/1.23.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
###
[`v1.23.0`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v1.23.0):
oxlint v1.23.0
[Compare
Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v1.22.0...oxlint_v1.23.0)
#### \[1.23.0] - 2025-10-13
##### 🚀 Features
-
[`452d128`](https://redirect.github.com/oxc-project/oxc/commit/452d128)
linter: Node/no\_process\_env
([#​14536](https://redirect.github.com/oxc-project/oxc/issues/14536))
(Kenneth Skovhus)
-
[`a9e1261`](https://redirect.github.com/oxc-project/oxc/commit/a9e1261)
linter: Implement react-refresh/only-export-components
([#​14122](https://redirect.github.com/oxc-project/oxc/issues/14122))
(Rintaro Itokawa)
-
[`a8d542b`](https://redirect.github.com/oxc-project/oxc/commit/a8d542b)
linter/no-duplicate-imports: Support `allowSeparateTypeImports` option
([#​14527](https://redirect.github.com/oxc-project/oxc/issues/14527))
(camc314)
-
[`75a529c`](https://redirect.github.com/oxc-project/oxc/commit/75a529c)
linter: Add run info about what functions rules implement
([#​13839](https://redirect.github.com/oxc-project/oxc/issues/13839))
(camchenry)
-
[`4fbdef2`](https://redirect.github.com/oxc-project/oxc/commit/4fbdef2)
language\_server: Support `fmt.configPath` configuration
([#​14502](https://redirect.github.com/oxc-project/oxc/issues/14502))
(Sysix)
-
[`4d3ce2e`](https://redirect.github.com/oxc-project/oxc/commit/4d3ce2e)
language\_server: Autodetect root `.oxfmtrc.json`
([#​14466](https://redirect.github.com/oxc-project/oxc/issues/14466))
(Sysix)
##### 🐛 Bug Fixes
-
[`fb4a20d`](https://redirect.github.com/oxc-project/oxc/commit/fb4a20d)
language\_server: Add whitespace for `// oxlint-disable-next-line` fix
([#​14356](https://redirect.github.com/oxc-project/oxc/issues/14356))
(Sysix)
-
[`6fce7f4`](https://redirect.github.com/oxc-project/oxc/commit/6fce7f4)
oxlint/changelog: Remove duplicate changelog entries
([#​14528](https://redirect.github.com/oxc-project/oxc/issues/14528))
(camc314)
-
[`74e52f3`](https://redirect.github.com/oxc-project/oxc/commit/74e52f3)
linter/plugins: Resolve JS plugins with ESM condition names
([#​14541](https://redirect.github.com/oxc-project/oxc/issues/14541))
(magic-akari)
-
[`9965676`](https://redirect.github.com/oxc-project/oxc/commit/9965676)
linter/exhaustive-deps: Ignore empty strings passed to `additionalHooks`
option
([#​14464](https://redirect.github.com/oxc-project/oxc/issues/14464))
(Redas)
-
[`d0a8e3e`](https://redirect.github.com/oxc-project/oxc/commit/d0a8e3e)
linter: `vue/no_required_prop_with_default` called `Option::unwrap()` on
a `None` value
([#​14491](https://redirect.github.com/oxc-project/oxc/issues/14491))
(Sysix)
-
[`1192ea2`](https://redirect.github.com/oxc-project/oxc/commit/1192ea2)
linter: Correct `nextjs/no-typos` path handling
([#​14480](https://redirect.github.com/oxc-project/oxc/issues/14480))
(shulaoda)
-
[`2796b16`](https://redirect.github.com/oxc-project/oxc/commit/2796b16)
tsgolint: Pipe tsgolints stderr
([#​14477](https://redirect.github.com/oxc-project/oxc/issues/14477))
(camc314)
##### 🚜 Refactor
-
[`6440cde`](https://redirect.github.com/oxc-project/oxc/commit/6440cde)
linter: Remove lifetime of `Message`
([#​14481](https://redirect.github.com/oxc-project/oxc/issues/14481))
(Sysix)
-
[`f599bef`](https://redirect.github.com/oxc-project/oxc/commit/f599bef)
language\_server: Move `Message` to `DiagnosticReport` transformation to
one place
([#​14447](https://redirect.github.com/oxc-project/oxc/issues/14447))
(Sysix)
-
[`4f301de`](https://redirect.github.com/oxc-project/oxc/commit/4f301de)
napi/parser, linter/plugins: Improve formatting of generated code
([#​14554](https://redirect.github.com/oxc-project/oxc/issues/14554))
(overlookmotel)
-
[`68c0252`](https://redirect.github.com/oxc-project/oxc/commit/68c0252)
napi/parser, linter/plugins: Shorten generated raw transfer deserializer
code
([#​14553](https://redirect.github.com/oxc-project/oxc/issues/14553))
(overlookmotel)
-
[`20e884e`](https://redirect.github.com/oxc-project/oxc/commit/20e884e)
linter: Store `LintService` in `LintRunner`
([#​14471](https://redirect.github.com/oxc-project/oxc/issues/14471))
(Sysix)
-
[`9e9c5ba`](https://redirect.github.com/oxc-project/oxc/commit/9e9c5ba)
linter: Simplify built-in lint plugin checks
([#​14518](https://redirect.github.com/oxc-project/oxc/issues/14518))
(camchenry)
-
[`1986e0f`](https://redirect.github.com/oxc-project/oxc/commit/1986e0f)
linter/no-ex-assign: Use let-else chain
([#​14526](https://redirect.github.com/oxc-project/oxc/issues/14526))
(camc314)
-
[`ce9bcf0`](https://redirect.github.com/oxc-project/oxc/commit/ce9bcf0)
linter/no-func-assign: Use let-else chain
([#​14525](https://redirect.github.com/oxc-project/oxc/issues/14525))
(camc314)
-
[`a9cea7c`](https://redirect.github.com/oxc-project/oxc/commit/a9cea7c)
language\_server: Use `FxHashSet` for `ServerLinter::extended_paths`
([#​14517](https://redirect.github.com/oxc-project/oxc/issues/14517))
(Sysix)
-
[`ea5838e`](https://redirect.github.com/oxc-project/oxc/commit/ea5838e)
linter/no-import-assign: Use let-else chain
([#​14524](https://redirect.github.com/oxc-project/oxc/issues/14524))
(camc314)
-
[`f977700`](https://redirect.github.com/oxc-project/oxc/commit/f977700)
language\_server: Pass `LintOptions` to `Worker::refresh_server_linter`
([#​14510](https://redirect.github.com/oxc-project/oxc/issues/14510))
(Sysix)
-
[`54b001f`](https://redirect.github.com/oxc-project/oxc/commit/54b001f)
linter/no-new-require: Improve diagnostic message clarity
([#​14511](https://redirect.github.com/oxc-project/oxc/issues/14511))
(shulaoda)
-
[`650ea68`](https://redirect.github.com/oxc-project/oxc/commit/650ea68)
linter: Improve nextjs/no-typos rule
([#​14476](https://redirect.github.com/oxc-project/oxc/issues/14476))
(shulaoda)
##### 📚 Documentation
-
[`198f2e9`](https://redirect.github.com/oxc-project/oxc/commit/198f2e9)
linter: Fix code example for `branches-sharing-code`
([#​14514](https://redirect.github.com/oxc-project/oxc/issues/14514))
(camc314)
-
[`d776a17`](https://redirect.github.com/oxc-project/oxc/commit/d776a17)
linter: Improve `nextjs/no-typos` rule documentation
([#​14470](https://redirect.github.com/oxc-project/oxc/issues/14470))
(shulaoda)
##### ⚡ Performance
-
[`b44a30e`](https://redirect.github.com/oxc-project/oxc/commit/b44a30e)
language\_server: Transform `Message` to `DiagnosticReport` with one
call
([#​14448](https://redirect.github.com/oxc-project/oxc/issues/14448))
(Sysix)
-
[`31766fd`](https://redirect.github.com/oxc-project/oxc/commit/31766fd)
linter/plugins: Provide `loc` via prototype
([#​14552](https://redirect.github.com/oxc-project/oxc/issues/14552))
(overlookmotel)
-
[`aec0c08`](https://redirect.github.com/oxc-project/oxc/commit/aec0c08)
linter: Allow analyzing node types in match blocks with guards
([#​14459](https://redirect.github.com/oxc-project/oxc/issues/14459))
(camchenry)
-
[`9044187`](https://redirect.github.com/oxc-project/oxc/commit/9044187)
linter: Skip running node-specific rule if file contains no relevant
nodes
([#​14457](https://redirect.github.com/oxc-project/oxc/issues/14457))
(camchenry)
-
[`422f54e`](https://redirect.github.com/oxc-project/oxc/commit/422f54e)
linter: Only run rule run functions if implemented
([#​14454](https://redirect.github.com/oxc-project/oxc/issues/14454))
(camchenry)
-
[`2c228ae`](https://redirect.github.com/oxc-project/oxc/commit/2c228ae)
liner: Use top-level match for `no_obj_calls`
([#​14523](https://redirect.github.com/oxc-project/oxc/issues/14523))
(camchenry)
-
[`c49d891`](https://redirect.github.com/oxc-project/oxc/commit/c49d891)
linter: Use match for `no_negated_condition`
([#​14522](https://redirect.github.com/oxc-project/oxc/issues/14522))
(camchenry)
-
[`e222fc2`](https://redirect.github.com/oxc-project/oxc/commit/e222fc2)
linter: Use match for `no_multi_assign`
([#​14521](https://redirect.github.com/oxc-project/oxc/issues/14521))
(camchenry)
-
[`4440516`](https://redirect.github.com/oxc-project/oxc/commit/4440516)
linter: Refactor rules to take advantage of node type skipping
([#​14519](https://redirect.github.com/oxc-project/oxc/issues/14519))
(camchenry)
-
[`78261d6`](https://redirect.github.com/oxc-project/oxc/commit/78261d6)
linter: Refactor `no-invalid-fetch-options` to be more easily analyzed
([#​14458](https://redirect.github.com/oxc-project/oxc/issues/14458))
(camchenry)
##### 🧪 Testing
-
[`8d8881d`](https://redirect.github.com/oxc-project/oxc/commit/8d8881d)
linter/plugins: Expand tests for module resolution of plugins
([#​14559](https://redirect.github.com/oxc-project/oxc/issues/14559))
(overlookmotel)
-
[`33b6cde`](https://redirect.github.com/oxc-project/oxc/commit/33b6cde)
language\_server: Add basic tests for
`WorkspaceWorker::did_change_configuration`
([#​14531](https://redirect.github.com/oxc-project/oxc/issues/14531))
(Sysix)
-
[`bfe1ecd`](https://redirect.github.com/oxc-project/oxc/commit/bfe1ecd)
language\_server: Add tests for `WorkspaceWorker::init_watchers`
([#​14516](https://redirect.github.com/oxc-project/oxc/issues/14516))
(Sysix)
##### 💼 Other
-
[`0082cda`](https://redirect.github.com/oxc-project/oxc/commit/0082cda)
oxlint: V1.23.0
([#​14560](https://redirect.github.com/oxc-project/oxc/issues/14560))
(Boshen)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/oxc-project/oxc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent b301795 commit 92e1748Copy full SHA for 92e1748
File tree
Expand file treeCollapse file tree
1 file changed
+202
-40
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+202
-40
lines changedOpen diff view settings
0 commit comments