Skip to content

Commit 1cacbf0

Browse files
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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/1.25.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/1.19.0/1.25.0?slim=true)](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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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` ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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` ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;14449](https://redirect.github.com/oxc-project/oxc/issues/14449)) (camc314) - [`0dcdbd1`](https://redirect.github.com/oxc-project/oxc/commit/0dcdbd1) oxlint: Bundle esquery ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;14296](https://redirect.github.com/oxc-project/oxc/issues/14296)) (camc314) - [`79eadf8`](https://redirect.github.com/oxc-project/oxc/commit/79eadf8) linter: Introduce `LintRunner` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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]` ([#&#8203;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 ([#&#8203;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` ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;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

File tree

2 files changed

+78
-163
lines changed

2 files changed

+78
-163
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"nuxt": "4.2.0",
135135
"nuxt-auth-utils": "0.5.25",
136136
"nuxt-graphql-server": "3.1.6",
137-
"oxlint": "1.19.0",
137+
"oxlint": "1.25.0",
138138
"postinstall-postinstall": "2.1.0",
139139
"prettier": "3.6.2",
140140
"prettier-plugin-organize-imports": "4.3.0",

0 commit comments

Comments
 (0)