Commit 1cacbf0
authored
chore(deps): update dependency oxlint to v1.25.0 (#2826)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [oxlint](https://oxc.rs)
([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint))
| [`1.19.0` ->
`1.25.0`](https://renovatebot.com/diffs/npm/oxlint/1.19.0/1.25.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
###
[`v1.25.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#1250---2025-10-30)
[Compare
Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v1.24.0...oxlint_v1.25.0)
##### 🚀 Features
-
[`bd74603`](https://redirect.github.com/oxc-project/oxc/commit/bd74603)
linter: Add support for vitest/valid-title rule
([#​12085](https://redirect.github.com/oxc-project/oxc/issues/12085))
(Tyler Earls)
###
[`v1.24.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#1240---2025-10-22)
[Compare
Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v1.23.0...oxlint_v1.24.0)
##### 🐛 Bug Fixes
-
[`28e76ec`](https://redirect.github.com/oxc-project/oxc/commit/28e76ec)
oxlint: Resolving JS plugin failing when `extends` is used
([#​14556](https://redirect.github.com/oxc-project/oxc/issues/14556))
(camc314)
###
[`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)
###
[`v1.22.0`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v1.22.0):
oxlint v1.22.0
[Compare
Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v1.21.0...oxlint_v1.22.0)
#### \[1.22.0] - 2025-10-08
##### 🚀 Features
-
[`9f9d25f`](https://redirect.github.com/oxc-project/oxc/commit/9f9d25f)
linter/oxc: Implement `branches-sharing-code`
([#​14440](https://redirect.github.com/oxc-project/oxc/issues/14440))
(camc314)
##### 🐛 Bug Fixes
-
[`5c29bb6`](https://redirect.github.com/oxc-project/oxc/commit/5c29bb6)
linter: Fix compile error with test target
([#​14449](https://redirect.github.com/oxc-project/oxc/issues/14449))
(camc314)
-
[`0dcdbd1`](https://redirect.github.com/oxc-project/oxc/commit/0dcdbd1)
oxlint: Bundle esquery
([#​14450](https://redirect.github.com/oxc-project/oxc/issues/14450))
(camc314)
##### 💼 Other
-
[`b2af43a`](https://redirect.github.com/oxc-project/oxc/commit/b2af43a)
oxlint: V1.22.0
([#​14451](https://redirect.github.com/oxc-project/oxc/issues/14451))
(Boshen)
###
[`v1.21.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#1210---2025-10-08)
[Compare
Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v1.20.0...oxlint_v1.21.0)
##### 🐛 Bug Fixes
-
[`6e8d2f6`](https://redirect.github.com/oxc-project/oxc/commit/6e8d2f6)
language\_server: Ignore JS plugins
([#​14379](https://redirect.github.com/oxc-project/oxc/issues/14379))
(overlookmotel)
###
[`v1.20.0`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v1.20.0):
oxlint v1.20.0
[Compare
Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v1.19.0...oxlint_v1.20.0)
#### \[1.20.0] - 2025-10-06
##### 🚀 Features
-
[`d16df93`](https://redirect.github.com/oxc-project/oxc/commit/d16df93)
linter: Support disable directives for type aware rules
([#​14052](https://redirect.github.com/oxc-project/oxc/issues/14052))
(camc314)
-
[`f5c6acc`](https://redirect.github.com/oxc-project/oxc/commit/f5c6acc)
linter: Add `vue/no-export-in-script-setup` rule
([#​14307](https://redirect.github.com/oxc-project/oxc/issues/14307))
(Sysix)
-
[`353b153`](https://redirect.github.com/oxc-project/oxc/commit/353b153)
linter: Implement eslint/no-param-reassign rule
([#​14341](https://redirect.github.com/oxc-project/oxc/issues/14341))
(Matthew Davis)
-
[`a2914fe`](https://redirect.github.com/oxc-project/oxc/commit/a2914fe)
linter/plugins: Add `loc` field getter to all AST nodes
([#​14355](https://redirect.github.com/oxc-project/oxc/issues/14355))
(overlookmotel)
-
[`07193c2`](https://redirect.github.com/oxc-project/oxc/commit/07193c2)
linter/plugins: Implement `SourceCode#getAncestors`
([#​14346](https://redirect.github.com/oxc-project/oxc/issues/14346))
(overlookmotel)
-
[`c8de6fe`](https://redirect.github.com/oxc-project/oxc/commit/c8de6fe)
linter/plugins: Add `parent` field to AST nodes
([#​14345](https://redirect.github.com/oxc-project/oxc/issues/14345))
(overlookmotel)
-
[`5505a86`](https://redirect.github.com/oxc-project/oxc/commit/5505a86)
linter/plugins: Include `range` field in AST
([#​14321](https://redirect.github.com/oxc-project/oxc/issues/14321))
(overlookmotel)
-
[`3656908`](https://redirect.github.com/oxc-project/oxc/commit/3656908)
rust: Oxc-index-vec v4.0
([#​14254](https://redirect.github.com/oxc-project/oxc/issues/14254))
(Boshen)
-
[`1347de4`](https://redirect.github.com/oxc-project/oxc/commit/1347de4)
linter/plugins: Accept diagnostics with `loc`
([#​14304](https://redirect.github.com/oxc-project/oxc/issues/14304))
(overlookmotel)
-
[`aefc8b3`](https://redirect.github.com/oxc-project/oxc/commit/aefc8b3)
linter/plugins: Implement `SourceCode#getIndexFromLoc` and
`getLocFromIndex`
([#​14303](https://redirect.github.com/oxc-project/oxc/issues/14303))
(overlookmotel)
-
[`93807db`](https://redirect.github.com/oxc-project/oxc/commit/93807db)
linter/plugins: Implement `SourceCode#lines` property
([#​14290](https://redirect.github.com/oxc-project/oxc/issues/14290))
(overlookmotel)
-
[`2f8c985`](https://redirect.github.com/oxc-project/oxc/commit/2f8c985)
linter/plugins: Implement `SourceCode#visitorKeys` property
([#​14289](https://redirect.github.com/oxc-project/oxc/issues/14289))
(overlookmotel)
-
[`b69028f`](https://redirect.github.com/oxc-project/oxc/commit/b69028f)
linter/plugins: Implement `SourceCode#ast` property
([#​14287](https://redirect.github.com/oxc-project/oxc/issues/14287))
(overlookmotel)
-
[`d8d3d18`](https://redirect.github.com/oxc-project/oxc/commit/d8d3d18)
linter: Add `vue/prefer-import-from-vue` rule
([#​14284](https://redirect.github.com/oxc-project/oxc/issues/14284))
(Sysix)
-
[`f0e760b`](https://redirect.github.com/oxc-project/oxc/commit/f0e760b)
linter: Add `vue/define-props-destructuring` rule
([#​14272](https://redirect.github.com/oxc-project/oxc/issues/14272))
(Sysix)
-
[`bdf9010`](https://redirect.github.com/oxc-project/oxc/commit/bdf9010)
linter/plugins: Add `SourceCode` API
([#​14281](https://redirect.github.com/oxc-project/oxc/issues/14281))
(overlookmotel)
-
[`7f450fc`](https://redirect.github.com/oxc-project/oxc/commit/7f450fc)
linter/unicorn: Implement require-module-specifiers
([#​13089](https://redirect.github.com/oxc-project/oxc/issues/13089))
(keita hino)
-
[`a1e7154`](https://redirect.github.com/oxc-project/oxc/commit/a1e7154)
linter/unicorn: Implement prefer-classlist-toggle
([#​14262](https://redirect.github.com/oxc-project/oxc/issues/14262))
(camc314)
-
[`8217dce`](https://redirect.github.com/oxc-project/oxc/commit/8217dce)
linter/unicorn: Implement no-unnecessary-array-splice-count
([#​14255](https://redirect.github.com/oxc-project/oxc/issues/14255))
(camc314)
-
[`3d5db4a`](https://redirect.github.com/oxc-project/oxc/commit/3d5db4a)
linter/unicorn: Implement no-useless-error-capture-stack-trace
([#​14222](https://redirect.github.com/oxc-project/oxc/issues/14222))
(camc314)
-
[`b3b482a`](https://redirect.github.com/oxc-project/oxc/commit/b3b482a)
linter/unicorn: Implement prefer-top-level-await
([#​14247](https://redirect.github.com/oxc-project/oxc/issues/14247))
(camc314)
-
[`7931be8`](https://redirect.github.com/oxc-project/oxc/commit/7931be8)
linter/unicorn: Implement prefer-class-fields
([#​14245](https://redirect.github.com/oxc-project/oxc/issues/14245))
(camc314)
-
[`a39434a`](https://redirect.github.com/oxc-project/oxc/commit/a39434a)
linter/unicorn: Implement prefer-at
([#​14232](https://redirect.github.com/oxc-project/oxc/issues/14232))
(camc314)
##### 🐛 Bug Fixes
-
[`e605222`](https://redirect.github.com/oxc-project/oxc/commit/e605222)
linter/no-useless-undefined: Correctly respect `checkArguments` option
([#​14369](https://redirect.github.com/oxc-project/oxc/issues/14369))
(camc314)
-
[`f1bc608`](https://redirect.github.com/oxc-project/oxc/commit/f1bc608)
linter: Fix flaky import/no\_cycle test
([#​14328](https://redirect.github.com/oxc-project/oxc/issues/14328))
(Boshen)
-
[`9a902c0`](https://redirect.github.com/oxc-project/oxc/commit/9a902c0)
linter/plugins: Make `range` field non-optional on AST types
([#​14354](https://redirect.github.com/oxc-project/oxc/issues/14354))
(overlookmotel)
-
[`0a42d7f`](https://redirect.github.com/oxc-project/oxc/commit/0a42d7f)
tsgolint: Report errors if we fail to parse tsgolint diagnostic messages
([#​14301](https://redirect.github.com/oxc-project/oxc/issues/14301))
(camc314)
-
[`42f8d7e`](https://redirect.github.com/oxc-project/oxc/commit/42f8d7e)
linter/react-hooks: Fix diagnostic message for literal in dependency
array
([#​14266](https://redirect.github.com/oxc-project/oxc/issues/14266))
(camc314)
-
[`ece91c5`](https://redirect.github.com/oxc-project/oxc/commit/ece91c5)
linter/react-hooks: Fix diagnostic message for duplicate dependency in
array
([#​14265](https://redirect.github.com/oxc-project/oxc/issues/14265))
(camc314)
-
[`864fa0e`](https://redirect.github.com/oxc-project/oxc/commit/864fa0e)
linter/no-unused-expression: False positive with satisfies expressions
([#​14259](https://redirect.github.com/oxc-project/oxc/issues/14259))
(camc314)
-
[`adff069`](https://redirect.github.com/oxc-project/oxc/commit/adff069)
language\_server: Don't apply "ignore this rule" fixes for fixAll code
action + command
([#​14243](https://redirect.github.com/oxc-project/oxc/issues/14243))
(Sysix)
-
[`46cceb8`](https://redirect.github.com/oxc-project/oxc/commit/46cceb8)
linter/rules-of-hooks: Correctly place primary span to fix disable
directive
([#​14237](https://redirect.github.com/oxc-project/oxc/issues/14237))
(camc314)
##### 🚜 Refactor
-
[`1489376`](https://redirect.github.com/oxc-project/oxc/commit/1489376)
napi/parser, linter/plugins: Minify walker code
([#​14376](https://redirect.github.com/oxc-project/oxc/issues/14376))
(overlookmotel)
-
[`c8eeeb5`](https://redirect.github.com/oxc-project/oxc/commit/c8eeeb5)
linter/plugins: Remove build-time dependency on `napi/parser`
([#​14374](https://redirect.github.com/oxc-project/oxc/issues/14374))
(overlookmotel)
-
[`fb1a067`](https://redirect.github.com/oxc-project/oxc/commit/fb1a067)
linter/plugins: Bundle walker and AST types map
([#​14373](https://redirect.github.com/oxc-project/oxc/issues/14373))
(overlookmotel)
-
[`93d8164`](https://redirect.github.com/oxc-project/oxc/commit/93d8164)
linter/plugins: Export AST types direct from `oxlint` package
([#​14353](https://redirect.github.com/oxc-project/oxc/issues/14353))
(overlookmotel)
-
[`230d996`](https://redirect.github.com/oxc-project/oxc/commit/230d996)
linter/plugins: `SourceCode#getText` use `range`
([#​14352](https://redirect.github.com/oxc-project/oxc/issues/14352))
(overlookmotel)
-
[`6e52bbd`](https://redirect.github.com/oxc-project/oxc/commit/6e52bbd)
linter/plugins: Move location-related code into separate file
([#​14350](https://redirect.github.com/oxc-project/oxc/issues/14350))
(overlookmotel)
-
[`13f1003`](https://redirect.github.com/oxc-project/oxc/commit/13f1003)
linter/plugins: Share `ast` between files
([#​14349](https://redirect.github.com/oxc-project/oxc/issues/14349))
(overlookmotel)
-
[`00dde41`](https://redirect.github.com/oxc-project/oxc/commit/00dde41)
tsgolint: Make parsing `TsGoLintMessage` parsing errors an enum
([#​14300](https://redirect.github.com/oxc-project/oxc/issues/14300))
(camc314)
-
[`fc314f5`](https://redirect.github.com/oxc-project/oxc/commit/fc314f5)
tsgolint: Make `MessageType` parsing more idomatic
([#​14299](https://redirect.github.com/oxc-project/oxc/issues/14299))
(camc314)
-
[`a24c36e`](https://redirect.github.com/oxc-project/oxc/commit/a24c36e)
language-server/tsgolint: Use an iterator for tsgolint message parsing
([#​14298](https://redirect.github.com/oxc-project/oxc/issues/14298))
(camc314)
-
[`8be432a`](https://redirect.github.com/oxc-project/oxc/commit/8be432a)
tsgolint: Use an iterator for tsgolint message parsing
([#​14297](https://redirect.github.com/oxc-project/oxc/issues/14297))
(camc314)
-
[`57daa54`](https://redirect.github.com/oxc-project/oxc/commit/57daa54)
tsgolint: Remove always `Some` option wrapper
([#​14296](https://redirect.github.com/oxc-project/oxc/issues/14296))
(camc314)
-
[`79eadf8`](https://redirect.github.com/oxc-project/oxc/commit/79eadf8)
linter: Introduce `LintRunner`
([#​14051](https://redirect.github.com/oxc-project/oxc/issues/14051))
(camc314)
-
[`65873ba`](https://redirect.github.com/oxc-project/oxc/commit/65873ba)
linter/plugins: Add stubs for all `SourceCode` methods
([#​14285](https://redirect.github.com/oxc-project/oxc/issues/14285))
(overlookmotel)
-
[`989ce2f`](https://redirect.github.com/oxc-project/oxc/commit/989ce2f)
linter/plugins: Convert `Node` type to interface
([#​14280](https://redirect.github.com/oxc-project/oxc/issues/14280))
(overlookmotel)
-
[`891fc47`](https://redirect.github.com/oxc-project/oxc/commit/891fc47)
language\_server: Share code for command `oxc.fixAll` and code action
`source.fixAll.oxc`
([#​14244](https://redirect.github.com/oxc-project/oxc/issues/14244))
(Sysix)
-
[`7fe930c`](https://redirect.github.com/oxc-project/oxc/commit/7fe930c)
language\_server: Remove unused fixture files
([#​14246](https://redirect.github.com/oxc-project/oxc/issues/14246))
(Sysix)
-
[`2b2c345`](https://redirect.github.com/oxc-project/oxc/commit/2b2c345)
language-server: Move `generate_inverted_diagnostics` to
`error_with_position`
([#​14118](https://redirect.github.com/oxc-project/oxc/issues/14118))
(camc314)
##### ⚡ Performance
-
[`fa3712d`](https://redirect.github.com/oxc-project/oxc/commit/fa3712d)
language\_server: Create less `ExternalPluginStore`s
([#​14378](https://redirect.github.com/oxc-project/oxc/issues/14378))
(overlookmotel)
-
[`e75d42d`](https://redirect.github.com/oxc-project/oxc/commit/e75d42d)
napi/parser, linter/plugins: Remove runtime `preserveParens` option from
raw transfer deserializers
([#​14338](https://redirect.github.com/oxc-project/oxc/issues/14338))
(overlookmotel)
-
[`2e57351`](https://redirect.github.com/oxc-project/oxc/commit/2e57351)
linter/plugins: Initialize `lineStartOffsets` as `[0]`
([#​14302](https://redirect.github.com/oxc-project/oxc/issues/14302))
(overlookmotel)
-
[`c27a393`](https://redirect.github.com/oxc-project/oxc/commit/c27a393)
linter/plugins: Deserialize AST on demand
([#​14288](https://redirect.github.com/oxc-project/oxc/issues/14288))
(overlookmotel)
-
[`95a8cc4`](https://redirect.github.com/oxc-project/oxc/commit/95a8cc4)
linter/plugins: Use singleton for `SourceCode`
([#​14286](https://redirect.github.com/oxc-project/oxc/issues/14286))
(overlookmotel)
##### 🧪 Testing
-
[`0061ce7`](https://redirect.github.com/oxc-project/oxc/commit/0061ce7)
linter: Add more tests for disable directives in partial loadable files
([#​14371](https://redirect.github.com/oxc-project/oxc/issues/14371))
(camc314)
-
[`1387aaa`](https://redirect.github.com/oxc-project/oxc/commit/1387aaa)
linter/plugins: Test `createOnce` returning no visitor functions
([#​14279](https://redirect.github.com/oxc-project/oxc/issues/14279))
(overlookmotel)
-
[`55ebb8b`](https://redirect.github.com/oxc-project/oxc/commit/55ebb8b)
linter: Add test for `disable_for_this_section` fix
([#​14240](https://redirect.github.com/oxc-project/oxc/issues/14240))
(Sysix)
-
[`a7e8662`](https://redirect.github.com/oxc-project/oxc/commit/a7e8662)
linter: Port unicorn test cases to no-named-default
([#​14239](https://redirect.github.com/oxc-project/oxc/issues/14239))
(camc314)
##### 💼 Other
-
[`4bf6f69`](https://redirect.github.com/oxc-project/oxc/commit/4bf6f69)
oxlint: V1.20.0
([#​14381](https://redirect.github.com/oxc-project/oxc/issues/14381))
(Boshen)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on the 2nd through 5th day of the
month" (UTC), 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/JabRef/JabRefOnline).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent e1f5b7e commit 1cacbf0
2 files changed
+78
-163
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments