Skip to content

Commit 3748802

Browse files
chore(deps): update dependency oxlint to v0.10.3 (#2572)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [oxlint](https://oxc.rs) ([source](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.9.9` -> `0.10.3`](https://renovatebot.com/diffs/npm/oxlint/0.9.9/0.10.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.9.9/0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.9.9/0.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>oxc-project/oxc (oxlint)</summary> ### [`v0.10.3`](https://github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#0103---2024-10-26) [Compare Source](https://github.com/oxc-project/oxc/compare/oxlint_v0.10.2...oxlint_v0.10.3) ##### Documentation - [`3923e63`](https://github.com/oxc-project/oxc/commit/3923e63) linter: Add schema to config examples ([#&#8203;6838](https://github.com/oxc-project/oxc/issues/6838)) (Dmitry Zakharov) ### [`v0.10.2`](https://github.com/oxc-project/oxc/releases/tag/oxlint_v0.10.2): oxlint v0.10.2 [Compare Source](https://github.com/oxc-project/oxc/compare/oxlint_v0.10.1...oxlint_v0.10.2) #### \[0.10.2] - 2024-10-22 ##### Features - [`dbe1972`](https://github.com/oxc-project/oxc/commit/dbe1972) linter: Import/no-cycle should turn on ignore_types by default ([#&#8203;6761](https://github.com/oxc-project/oxc/issues/6761)) (Boshen) - [`619d06f`](https://github.com/oxc-project/oxc/commit/619d06f) linter: Fix suggestion for `eslint:no_empty_static_block` rule ([#&#8203;6732](https://github.com/oxc-project/oxc/issues/6732)) (Tapan Prakash) ##### Bug Fixes ##### Performance - [`8387bac`](https://github.com/oxc-project/oxc/commit/8387bac) linter: Apply small file optimization, up to 30% faster ([#&#8203;6600](https://github.com/oxc-project/oxc/issues/6600)) (camchenry) ##### Refactor - [`b884577`](https://github.com/oxc-project/oxc/commit/b884577) linter: All ast_util functions take Semantic ([#&#8203;6753](https://github.com/oxc-project/oxc/issues/6753)) (DonIsaac) - [`744aa74`](https://github.com/oxc-project/oxc/commit/744aa74) linter: Impl `Deref<Target = Semantic>` for `LintContext` ([#&#8203;6752](https://github.com/oxc-project/oxc/issues/6752)) (DonIsaac) - [`6ffdcc0`](https://github.com/oxc-project/oxc/commit/6ffdcc0) oxlint: Lint/mod.rs -> lint.rs ([#&#8203;6746](https://github.com/oxc-project/oxc/issues/6746)) (Boshen) ##### Testing - [`b03cec6`](https://github.com/oxc-project/oxc/commit/b03cec6) oxlint: Add `--fix` test case ([#&#8203;6747](https://github.com/oxc-project/oxc/issues/6747)) (Boshen) ### [`v0.10.1`](https://github.com/oxc-project/oxc/releases/tag/oxlint_v0.10.1): oxlint v0.10.1 [Compare Source](https://github.com/oxc-project/oxc/compare/oxlint_v0.10.0...oxlint_v0.10.1) #### \[0.10.1] - 2024-10-21 ##### Features - [`af25752`](https://github.com/oxc-project/oxc/commit/af25752) linter: Add `unicorn/prefer-math-min-max` ([#&#8203;6621](https://github.com/oxc-project/oxc/issues/6621)) (Brian Liu) - [`5095f02`](https://github.com/oxc-project/oxc/commit/5095f02) linter: Added fixer for duplicate prefix in valid title jest rule ([#&#8203;6699](https://github.com/oxc-project/oxc/issues/6699)) (Tapan Prakash) - [`e9976d4`](https://github.com/oxc-project/oxc/commit/e9976d4) linter: Add title whitespace fixer for jest valid title rule ([#&#8203;6669](https://github.com/oxc-project/oxc/issues/6669)) (Tapan Prakash) - [`45f02d5`](https://github.com/oxc-project/oxc/commit/45f02d5) linter: Add `unicorn/consistent-empty-array-spread` ([#&#8203;6695](https://github.com/oxc-project/oxc/issues/6695)) (Brian Liu) - [`01a35bb`](https://github.com/oxc-project/oxc/commit/01a35bb) linter/eslint: Show ignore patterns in `eslint/no-unused-vars` diagnostic messages ([#&#8203;6696](https://github.com/oxc-project/oxc/issues/6696)) (DonIsaac) ##### Bug Fixes - [`1bcd707`](https://github.com/oxc-project/oxc/commit/1bcd707) editor: Update config sent to language server ([#&#8203;6724](https://github.com/oxc-project/oxc/issues/6724)) (Nicholas Rayburn) - [`ce25c45`](https://github.com/oxc-project/oxc/commit/ce25c45) linter: Panic in `disable-directives` ([#&#8203;6677](https://github.com/oxc-project/oxc/issues/6677)) (dalaoshu) - [`a5de230`](https://github.com/oxc-project/oxc/commit/a5de230) linter/import: `import/no-duplicates` handles namespace imports correctly ([#&#8203;6694](https://github.com/oxc-project/oxc/issues/6694)) (DonIsaac) - [`b0b6ac7`](https://github.com/oxc-project/oxc/commit/b0b6ac7) linter/no-cond-assign: False positive when assignment is in body statement ([#&#8203;6665](https://github.com/oxc-project/oxc/issues/6665)) (camchenry) ##### Performance - [`6a76ea8`](https://github.com/oxc-project/oxc/commit/6a76ea8) linter/no-unused-vars: Use default IgnorePattern when /^\_/ is provided as a pattern ([#&#8203;6697](https://github.com/oxc-project/oxc/issues/6697)) (DonIsaac) ##### Refactor - [`d6609e9`](https://github.com/oxc-project/oxc/commit/d6609e9) linter: Use `run_on_jest_node` for existing lint rules ([#&#8203;6722](https://github.com/oxc-project/oxc/issues/6722)) (camchenry) - [`97195ec`](https://github.com/oxc-project/oxc/commit/97195ec) linter: Add `run_on_jest_node` to run rules on only jest nodes ([#&#8203;6721](https://github.com/oxc-project/oxc/issues/6721)) (camchenry) - [`155fe7e`](https://github.com/oxc-project/oxc/commit/155fe7e) linter: Allow `Semantic` to be passed for collecting Jest nodes ([#&#8203;6720](https://github.com/oxc-project/oxc/issues/6720)) (camchenry) - [`ad8f281`](https://github.com/oxc-project/oxc/commit/ad8f281) linter: Use iter for collecting jest nodes ([#&#8203;6719](https://github.com/oxc-project/oxc/issues/6719)) (camchenry) - [`dc19a8f`](https://github.com/oxc-project/oxc/commit/dc19a8f) linter: Use iterator for collecting jest imports ([#&#8203;6718](https://github.com/oxc-project/oxc/issues/6718)) (camchenry) - [`29c1447`](https://github.com/oxc-project/oxc/commit/29c1447) linter: `jest/valid-title` fixer to use `Span::shrink` method ([#&#8203;6703](https://github.com/oxc-project/oxc/issues/6703)) (Tapan Prakash) - [`2eb984a`](https://github.com/oxc-project/oxc/commit/2eb984a) linter: Add missing `should_run` implementations ([#&#8203;6666](https://github.com/oxc-project/oxc/issues/6666)) (camchenry) - [`23f88b3`](https://github.com/oxc-project/oxc/commit/23f88b3) linter/import: Better diagnostic messages for `import/no-duplicates` ([#&#8203;6693](https://github.com/oxc-project/oxc/issues/6693)) (DonIsaac) ### [`v0.10.0`](https://github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#0100---2024-10-18) [Compare Source](https://github.com/oxc-project/oxc/compare/oxlint_v0.9.10...oxlint_v0.10.0) ##### Features - [`6e3224d`](https://github.com/oxc-project/oxc/commit/6e3224d) linter: Configure by category in config files ([#&#8203;6120](https://github.com/oxc-project/oxc/issues/6120)) (DonIsaac) ### [`v0.9.10`](https://github.com/oxc-project/oxc/releases/tag/oxlint_v0.9.10): oxlint v0.9.10 [Compare Source](https://github.com/oxc-project/oxc/compare/oxlint_v0.9.9...oxlint_v0.9.10) #### \[0.9.10] - 2024-10-08 - [`95ca01c`](https://github.com/oxc-project/oxc/commit/95ca01c) cfg: \[**BREAKING**] Make BasicBlock::unreachable private ([#&#8203;6321](https://github.com/oxc-project/oxc/issues/6321)) (DonIsaac) - [`5a73a66`](https://github.com/oxc-project/oxc/commit/5a73a66) regular_expression: \[**BREAKING**] Simplify public APIs ([#&#8203;6262](https://github.com/oxc-project/oxc/issues/6262)) (leaysgur) ##### Features - [`f272137`](https://github.com/oxc-project/oxc/commit/f272137) editors/vscode: Clear diagnostics on file deletion ([#&#8203;6326](https://github.com/oxc-project/oxc/issues/6326)) (dalaoshu) - [`1a5f293`](https://github.com/oxc-project/oxc/commit/1a5f293) editors/vscode: Update VSCode extention to use project's language server ([#&#8203;6132](https://github.com/oxc-project/oxc/issues/6132)) (dalaoshu) - [`376cc09`](https://github.com/oxc-project/oxc/commit/376cc09) linter: Implement `no-throw-literal` ([#&#8203;6144](https://github.com/oxc-project/oxc/issues/6144)) (dalaoshu) - [`5957214`](https://github.com/oxc-project/oxc/commit/5957214) linter: Allow fixing in files with source offsets ([#&#8203;6197](https://github.com/oxc-project/oxc/issues/6197)) (camchenry) - [`a089e19`](https://github.com/oxc-project/oxc/commit/a089e19) linter: Eslint/no-else-return ([#&#8203;4305](https://github.com/oxc-project/oxc/issues/4305)) (yoho) - [`183739f`](https://github.com/oxc-project/oxc/commit/183739f) linter: Implement prefer-await-to-callbacks ([#&#8203;6153](https://github.com/oxc-project/oxc/issues/6153)) (dalaoshu) - [`ae539af`](https://github.com/oxc-project/oxc/commit/ae539af) linter: Implement no-return-assign ([#&#8203;6108](https://github.com/oxc-project/oxc/issues/6108)) (Radu Baston) ##### Bug Fixes - [`00df6e5`](https://github.com/oxc-project/oxc/commit/00df6e5) linter: Friendly diagnostic messages for `no-else-return` ([#&#8203;6349](https://github.com/oxc-project/oxc/issues/6349)) (DonIsaac) - [`71ad5d3`](https://github.com/oxc-project/oxc/commit/71ad5d3) linter: `no-else-return` fixer fails when `else` has no trailing whitespace ([#&#8203;6348](https://github.com/oxc-project/oxc/issues/6348)) (DonIsaac) - [`9e9808b`](https://github.com/oxc-project/oxc/commit/9e9808b) linter: Fix regression when parsing ts in vue files ([#&#8203;6336](https://github.com/oxc-project/oxc/issues/6336)) (Boshen) - [`93c6db6`](https://github.com/oxc-project/oxc/commit/93c6db6) linter: Improve docs and diagnostics message for no-else-return ([#&#8203;6327](https://github.com/oxc-project/oxc/issues/6327)) (DonIsaac) - [`e0a3378`](https://github.com/oxc-project/oxc/commit/e0a3378) linter: Correct false positive in `unicorn/prefer-string-replace-all` ([#&#8203;6263](https://github.com/oxc-project/oxc/issues/6263)) (H11) - [`ea28ee9`](https://github.com/oxc-project/oxc/commit/ea28ee9) linter: Improve the fixer of `prefer-namespace-keyword` ([#&#8203;6230](https://github.com/oxc-project/oxc/issues/6230)) (dalaoshu) - [`f6a3450`](https://github.com/oxc-project/oxc/commit/f6a3450) linter: Get correct source offsets for astro files ([#&#8203;6196](https://github.com/oxc-project/oxc/issues/6196)) (camchenry) - [`be0030c`](https://github.com/oxc-project/oxc/commit/be0030c) linter: Allow whitespace control characters in `no-control-regex` ([#&#8203;6140](https://github.com/oxc-project/oxc/issues/6140)) (camchenry) - [`e7e8ead`](https://github.com/oxc-project/oxc/commit/e7e8ead) linter: False positive in `no-return-assign` ([#&#8203;6128](https://github.com/oxc-project/oxc/issues/6128)) (DonIsaac) ##### Performance - [`ac0a82a`](https://github.com/oxc-project/oxc/commit/ac0a82a) linter: Reuse allocator when there are multiple source texts ([#&#8203;6337](https://github.com/oxc-project/oxc/issues/6337)) (Boshen) - [`50a0029`](https://github.com/oxc-project/oxc/commit/50a0029) linter: Do not concat vec in `no-useless-length-check` ([#&#8203;6276](https://github.com/oxc-project/oxc/issues/6276)) (camchenry) ##### Documentation - [`7ca70dd`](https://github.com/oxc-project/oxc/commit/7ca70dd) linter: Add docs for `ContextHost` and `LintContext` ([#&#8203;6272](https://github.com/oxc-project/oxc/issues/6272)) (camchenry) - [`a949ecb`](https://github.com/oxc-project/oxc/commit/a949ecb) linter: Improve docs for `eslint/getter-return` ([#&#8203;6229](https://github.com/oxc-project/oxc/issues/6229)) (DonIsaac) - [`14ba263`](https://github.com/oxc-project/oxc/commit/14ba263) linter: Improve docs for `eslint-plugin-import` rules ([#&#8203;6131](https://github.com/oxc-project/oxc/issues/6131)) (dalaoshu) ##### Refactor - [`40932f7`](https://github.com/oxc-project/oxc/commit/40932f7) cfg: Use IndexVec for storing basic blocks ([#&#8203;6323](https://github.com/oxc-project/oxc/issues/6323)) (DonIsaac) - [`642725c`](https://github.com/oxc-project/oxc/commit/642725c) linter: Rename vars from `ast_node_id` to `node_id` ([#&#8203;6305](https://github.com/oxc-project/oxc/issues/6305)) (overlookmotel) - [`8413175`](https://github.com/oxc-project/oxc/commit/8413175) linter: Move shared function from utils to rule ([#&#8203;6127](https://github.com/oxc-project/oxc/issues/6127)) (dalaoshu) - [`ba9c372`](https://github.com/oxc-project/oxc/commit/ba9c372) linter: Make jest/vitest rule mapping more clear ([#&#8203;6273](https://github.com/oxc-project/oxc/issues/6273)) (camchenry) - [`82b8f21`](https://github.com/oxc-project/oxc/commit/82b8f21) linter: Add schemars and serde traits to AllowWarnDeny and RuleCategories ([#&#8203;6119](https://github.com/oxc-project/oxc/issues/6119)) (DonIsaac) - [`ea908f7`](https://github.com/oxc-project/oxc/commit/ea908f7) linter: Consolidate file loading logic ([#&#8203;6130](https://github.com/oxc-project/oxc/issues/6130)) (DonIsaac) - [`db751f0`](https://github.com/oxc-project/oxc/commit/db751f0) linter: Use regexp AST visitor in `no-control-regex` ([#&#8203;6129](https://github.com/oxc-project/oxc/issues/6129)) (camchenry) - [`3aa7e42`](https://github.com/oxc-project/oxc/commit/3aa7e42) linter: Use RegExp AST visitor for `no-hex-escape` ([#&#8203;6117](https://github.com/oxc-project/oxc/issues/6117)) (camchenry) - [`9d5b44a`](https://github.com/oxc-project/oxc/commit/9d5b44a) linter: Use regex visitor in `no-regex-spaces` ([#&#8203;6063](https://github.com/oxc-project/oxc/issues/6063)) (camchenry) - [`0d44cf7`](https://github.com/oxc-project/oxc/commit/0d44cf7) linter: Use regex visitor in `no-useless-escape` ([#&#8203;6062](https://github.com/oxc-project/oxc/issues/6062)) (camchenry) - [`eeb8873`](https://github.com/oxc-project/oxc/commit/eeb8873) linter: Use regex visitor in `no-empty-character-class` ([#&#8203;6058](https://github.com/oxc-project/oxc/issues/6058)) (camchenry) ##### Testing - [`d883562`](https://github.com/oxc-project/oxc/commit/d883562) linter: Invalid `eslint/no-unused-vars` options ([#&#8203;6228](https://github.com/oxc-project/oxc/issues/6228)) (DonIsaac) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 937f102 commit 3748802

File tree

2 files changed

+38
-38
lines changed

2 files changed

+38
-38
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
"nuxt-auth-utils": "^0.4.2",
146146
"nuxt-graphql-server": "3.1.4",
147147
"nuxt-icon": "0.6.10",
148-
"oxlint": "0.9.9",
148+
"oxlint": "0.10.3",
149149
"postinstall-postinstall": "2.1.0",
150150
"prettier": "3.3.3",
151151
"prettier-plugin-organize-imports": "4.1.0",

pnpm-lock.yaml

+37-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)