From 592997b65b7ed408990a24d50df145f7bb29154b Mon Sep 17 00:00:00 2001 From: renovate <29139614+renovate@users.noreply.github.com> Date: Fri, 30 Aug 2024 04:46:08 +0000 Subject: [PATCH] chore: bump up oxlint version to v0.9.1 (#7974) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [oxlint](https://oxc.rs) ([source](https://togithub.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.8.0` -> `0.9.1`](https://renovatebot.com/diffs/npm/oxlint/0.8.0/0.9.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.8.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.8.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
oxc-project/oxc (oxlint) ### [`v0.9.1`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.9.1): oxlint v0.9.1 [Compare Source](https://togithub.com/oxc-project/oxc/compare/oxlint_v0.9.0...oxlint_v0.9.1) #### \[0.9.1] - 2024-08-29 ##### Features - [`6633972`](https://togithub.com/oxc-project/oxc/commit/6633972) linter: Add fixer for `no-empty` ([#​5276](https://togithub.com/oxc-project/oxc/issues/5276)) (camc314) - [`a58e448`](https://togithub.com/oxc-project/oxc/commit/a58e448) linter/eslint: Add fixer to `no-var` ([#​5144](https://togithub.com/oxc-project/oxc/issues/5144)) (camc314) - [`a6e9769`](https://togithub.com/oxc-project/oxc/commit/a6e9769) linter/jsx-a11y: Add `label-has-associated-control` ([#​5163](https://togithub.com/oxc-project/oxc/issues/5163)) (Billy Levin) - [`c8e8532`](https://togithub.com/oxc-project/oxc/commit/c8e8532) linter/unicorn: Add fixer to `throw-new-error` ([#​5275](https://togithub.com/oxc-project/oxc/issues/5275)) (camc314) - [`7ccde4b`](https://togithub.com/oxc-project/oxc/commit/7ccde4b) linter/unicorn: Add fixer to `prefer-date-now` ([#​5147](https://togithub.com/oxc-project/oxc/issues/5147)) (camc314) ##### Bug Fixes - [`fdef8ae`](https://togithub.com/oxc-project/oxc/commit/fdef8ae) linter: Jest/vitest rule compat ([#​4797](https://togithub.com/oxc-project/oxc/issues/4797)) (cinchen) - [`76e86f8`](https://togithub.com/oxc-project/oxc/commit/76e86f8) linter: Eslint-plugin-unicorn prefer-spread wrong linter suggestion on variables of type string ([#​5265](https://togithub.com/oxc-project/oxc/issues/5265)) (Arian94) - [`b39544e`](https://togithub.com/oxc-project/oxc/commit/b39544e) linter/jest: Fixer for `prefer-jest-mocked` creates invalid LHS expressions ([#​5243](https://togithub.com/oxc-project/oxc/issues/5243)) (camc314) - [`9953fa5`](https://togithub.com/oxc-project/oxc/commit/9953fa5) linter/no-null: Incorrect fixer for `NullLiteral` within `ReturnStatement` ([#​5247](https://togithub.com/oxc-project/oxc/issues/5247)) (Dunqing) - [`318479e`](https://togithub.com/oxc-project/oxc/commit/318479e) linter/no-unused-vars: Mark the class/function in the new expression as used ([#​5306](https://togithub.com/oxc-project/oxc/issues/5306)) (magic-akari) ##### Refactor - [`fa1d460`](https://togithub.com/oxc-project/oxc/commit/fa1d460) linter: Clean up Fixer and Message ([#​5308](https://togithub.com/oxc-project/oxc/issues/5308)) (DonIsaac) ### [`v0.9.0`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.9.0): oxlint v0.9.0 [Compare Source](https://togithub.com/oxc-project/oxc/compare/oxlint_v0.8.0...oxlint_v0.9.0) #### \[0.9.0] - 2024-08-26 This release introduces `no-unused-vars` as a `correctness` rule and parsing regular expressions for syntax errors, both may produce false positives. Feel free to submit an issue. - [`5946748`](https://togithub.com/oxc-project/oxc/commit/5946748) linter: \[**BREAKING**] Parse and display syntax errors for regular expressions ([#​5214](https://togithub.com/oxc-project/oxc/issues/5214)) (Boshen) ![image](https://togithub.com/user-attachments/assets/7d68ccde-9e04-4ea8-8d0a-edf20e028259) - [`b894d3b`](https://togithub.com/oxc-project/oxc/commit/b894d3b) linter: \[**BREAKING**] Make `no-unused-vars` correctness ([#​5081](https://togithub.com/oxc-project/oxc/issues/5081)) (DonIsaac) ##### Features - [`1ce9630`](https://togithub.com/oxc-project/oxc/commit/1ce9630) linter/config: Implement FromIterator for LintPluginOptions ([#​5102](https://togithub.com/oxc-project/oxc/issues/5102)) (DonIsaac) - [`34bfaf6`](https://togithub.com/oxc-project/oxc/commit/34bfaf6) linter/react: Add fixer to `jsx-props-no-spread-multi` ([#​5145](https://togithub.com/oxc-project/oxc/issues/5145)) (camc314) - [`982bd6e`](https://togithub.com/oxc-project/oxc/commit/982bd6e) linter/unicorn: Add fixer to `require-array-join-separator` ([#​5152](https://togithub.com/oxc-project/oxc/issues/5152)) (camc314) - [`a6704bd`](https://togithub.com/oxc-project/oxc/commit/a6704bd) linter/unicorn: Add fixer to `prefer-set-size` ([#​5149](https://togithub.com/oxc-project/oxc/issues/5149)) (camc314) - [`ac7edcc`](https://togithub.com/oxc-project/oxc/commit/ac7edcc) linter/unicorn: Add fixer to `prefer-array-some` ([#​5153](https://togithub.com/oxc-project/oxc/issues/5153)) (camc314) - [`1d01aa3`](https://togithub.com/oxc-project/oxc/commit/1d01aa3) linter/unicorn: Add partial fixer for `prefer-array-flat` ([#​5143](https://togithub.com/oxc-project/oxc/issues/5143)) (camc314) - [`22d57f9`](https://togithub.com/oxc-project/oxc/commit/22d57f9) linter/unicorn: Add fixer to `prefer-string-slice` ([#​5150](https://togithub.com/oxc-project/oxc/issues/5150)) (Cameron) - [`2fe4415`](https://togithub.com/oxc-project/oxc/commit/2fe4415) linter/unicorn: Add fixer to `no-redundant-roles` ([#​5146](https://togithub.com/oxc-project/oxc/issues/5146)) (Cameron) - [`d35c6f5`](https://togithub.com/oxc-project/oxc/commit/d35c6f5) linter/unicorn: Add fixer to `prefer-regexp-test` ([#​5151](https://togithub.com/oxc-project/oxc/issues/5151)) (Cameron) - [`27db769`](https://togithub.com/oxc-project/oxc/commit/27db769) linter/unicorn: Add fixer to `text-encoding-identifier-case` ([#​5154](https://togithub.com/oxc-project/oxc/issues/5154)) (Cameron) - [`f7958c4`](https://togithub.com/oxc-project/oxc/commit/f7958c4) linter/unicorn: Add prefer-structured-clone ([#​5095](https://togithub.com/oxc-project/oxc/issues/5095)) (Jelle van der Waa) - [`004ffa0`](https://togithub.com/oxc-project/oxc/commit/004ffa0) linter/vitest: Implement `prefer-each` ([#​5203](https://togithub.com/oxc-project/oxc/issues/5203)) (dalaoshu) ##### Bug Fixes - [`aaaf26c`](https://togithub.com/oxc-project/oxc/commit/aaaf26c) linter: Error in fixer for prefer-to-have-length ([#​5197](https://togithub.com/oxc-project/oxc/issues/5197)) (dalaoshu) - [`1f5b6b6`](https://togithub.com/oxc-project/oxc/commit/1f5b6b6) linter: Bug in fixer for prefer-to-have-length ([#​5164](https://togithub.com/oxc-project/oxc/issues/5164)) (dalaoshu) - [`7eb052e`](https://togithub.com/oxc-project/oxc/commit/7eb052e) linter: `no-hex-escape` fixer removing regex flags ([#​5137](https://togithub.com/oxc-project/oxc/issues/5137)) (Cameron) - [`76c66b4`](https://togithub.com/oxc-project/oxc/commit/76c66b4) linter/max-lines: Point span to end of file for disable directive to work ([#​5117](https://togithub.com/oxc-project/oxc/issues/5117)) (Boshen) - [`8ff6f2c`](https://togithub.com/oxc-project/oxc/commit/8ff6f2c) linter/no-unused-vars: Panic on UsingDeclarations ([#​5206](https://togithub.com/oxc-project/oxc/issues/5206)) (DonIsaac) - [`d29042e`](https://togithub.com/oxc-project/oxc/commit/d29042e) linter/no-unused-vars: Function expression in implicit arrow function return ([#​5155](https://togithub.com/oxc-project/oxc/issues/5155)) (DonIsaac) - [`36e4a28`](https://togithub.com/oxc-project/oxc/commit/36e4a28) linter/no-unused-vars: Panic in variable declarator usage checks ([#​5160](https://togithub.com/oxc-project/oxc/issues/5160)) (DonIsaac) - [`ba62a71`](https://togithub.com/oxc-project/oxc/commit/ba62a71) linter/react: Fixed false positive with missing key inside React.Children.toArray() for fragments ([#​5133](https://togithub.com/oxc-project/oxc/issues/5133)) (Earl Chase) - [`fd1031a`](https://togithub.com/oxc-project/oxc/commit/fd1031a) linter/unicorn: Breaking fixer in case statements for `no-null` ([#​5176](https://togithub.com/oxc-project/oxc/issues/5176)) (DonIsaac) - [`7b86ed6`](https://togithub.com/oxc-project/oxc/commit/7b86ed6) linter/unicorn: Handle type casts and parens in `no-null` ([#​5175](https://togithub.com/oxc-project/oxc/issues/5175)) (Don Isaac) - [`b629e16`](https://togithub.com/oxc-project/oxc/commit/b629e16) linter/unicorn: Improve diagnostic message for `no-null` ([#​5172](https://togithub.com/oxc-project/oxc/issues/5172)) (DonIsaac) ##### Performance - [`ce454cf`](https://togithub.com/oxc-project/oxc/commit/ce454cf) Use simdutf8 to validate UTF-8 when reading files ([#​5196](https://togithub.com/oxc-project/oxc/issues/5196)) (dalaoshu) ##### Refactor - [`543cad6`](https://togithub.com/oxc-project/oxc/commit/543cad6) codegen: Remove some pub APIs (Boshen) - [`0d3661a`](https://togithub.com/oxc-project/oxc/commit/0d3661a) linter: Remove meaningless `span0` ([#​5209](https://togithub.com/oxc-project/oxc/issues/5209)) (dalaoshu) - [`2a91ef1`](https://togithub.com/oxc-project/oxc/commit/2a91ef1) linter: `eslint/no_redeclare` rule use `run_on_symbol` not `run_once` ([#​5201](https://togithub.com/oxc-project/oxc/issues/5201)) (overlookmotel) - [`33599b0`](https://togithub.com/oxc-project/oxc/commit/33599b0) linter: Split options into multiple files ([#​5101](https://togithub.com/oxc-project/oxc/issues/5101)) (DonIsaac) - [`7ab6152`](https://togithub.com/oxc-project/oxc/commit/7ab6152) linter/unicorn: Clean up `no-null` ([#​5174](https://togithub.com/oxc-project/oxc/issues/5174)) (DonIsaac) ##### Testing - [`a877e5a`](https://togithub.com/oxc-project/oxc/commit/a877e5a) linter/no-unused-vars: Ensure type annotations on property accessors are considered used ([#​5183](https://togithub.com/oxc-project/oxc/issues/5183)) (DonIsaac) - [`7886618`](https://togithub.com/oxc-project/oxc/commit/7886618) linter/unicorn: Add fixer tests for `no-null` ([#​5173](https://togithub.com/oxc-project/oxc/issues/5173)) (DonIsaac)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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/toeverything/AFFiNE). --- package.json | 2 +- yarn.lock | 74 ++++++++++++++++++++++++++-------------------------- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/package.json b/package.json index c57f71ed8e..c5ec2a7549 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "nanoid": "^5.0.7", "nx": "^19.0.0", "nyc": "^17.0.0", - "oxlint": "0.8.0", + "oxlint": "0.9.1", "prettier": "^3.3.3", "semver": "^7.6.0", "serve": "^14.2.1", diff --git a/yarn.lock b/yarn.lock index f8a0fd10d6..68b18786bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -728,7 +728,7 @@ __metadata: nanoid: "npm:^5.0.7" nx: "npm:^19.0.0" nyc: "npm:^17.0.0" - oxlint: "npm:0.8.0" + oxlint: "npm:0.9.1" prettier: "npm:^3.3.3" semver: "npm:^7.6.0" serve: "npm:^14.2.1" @@ -9771,58 +9771,58 @@ __metadata: languageName: node linkType: hard -"@oxlint/darwin-arm64@npm:0.8.0": - version: 0.8.0 - resolution: "@oxlint/darwin-arm64@npm:0.8.0" +"@oxlint/darwin-arm64@npm:0.9.1": + version: 0.9.1 + resolution: "@oxlint/darwin-arm64@npm:0.9.1" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxlint/darwin-x64@npm:0.8.0": - version: 0.8.0 - resolution: "@oxlint/darwin-x64@npm:0.8.0" +"@oxlint/darwin-x64@npm:0.9.1": + version: 0.9.1 + resolution: "@oxlint/darwin-x64@npm:0.9.1" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxlint/linux-arm64-gnu@npm:0.8.0": - version: 0.8.0 - resolution: "@oxlint/linux-arm64-gnu@npm:0.8.0" +"@oxlint/linux-arm64-gnu@npm:0.9.1": + version: 0.9.1 + resolution: "@oxlint/linux-arm64-gnu@npm:0.9.1" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxlint/linux-arm64-musl@npm:0.8.0": - version: 0.8.0 - resolution: "@oxlint/linux-arm64-musl@npm:0.8.0" +"@oxlint/linux-arm64-musl@npm:0.9.1": + version: 0.9.1 + resolution: "@oxlint/linux-arm64-musl@npm:0.9.1" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxlint/linux-x64-gnu@npm:0.8.0": - version: 0.8.0 - resolution: "@oxlint/linux-x64-gnu@npm:0.8.0" +"@oxlint/linux-x64-gnu@npm:0.9.1": + version: 0.9.1 + resolution: "@oxlint/linux-x64-gnu@npm:0.9.1" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxlint/linux-x64-musl@npm:0.8.0": - version: 0.8.0 - resolution: "@oxlint/linux-x64-musl@npm:0.8.0" +"@oxlint/linux-x64-musl@npm:0.9.1": + version: 0.9.1 + resolution: "@oxlint/linux-x64-musl@npm:0.9.1" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxlint/win32-arm64@npm:0.8.0": - version: 0.8.0 - resolution: "@oxlint/win32-arm64@npm:0.8.0" +"@oxlint/win32-arm64@npm:0.9.1": + version: 0.9.1 + resolution: "@oxlint/win32-arm64@npm:0.9.1" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxlint/win32-x64@npm:0.8.0": - version: 0.8.0 - resolution: "@oxlint/win32-x64@npm:0.8.0" +"@oxlint/win32-x64@npm:0.9.1": + version: 0.9.1 + resolution: "@oxlint/win32-x64@npm:0.9.1" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -28643,18 +28643,18 @@ __metadata: languageName: node linkType: hard -"oxlint@npm:0.8.0": - version: 0.8.0 - resolution: "oxlint@npm:0.8.0" +"oxlint@npm:0.9.1": + version: 0.9.1 + resolution: "oxlint@npm:0.9.1" dependencies: - "@oxlint/darwin-arm64": "npm:0.8.0" - "@oxlint/darwin-x64": "npm:0.8.0" - "@oxlint/linux-arm64-gnu": "npm:0.8.0" - "@oxlint/linux-arm64-musl": "npm:0.8.0" - "@oxlint/linux-x64-gnu": "npm:0.8.0" - "@oxlint/linux-x64-musl": "npm:0.8.0" - "@oxlint/win32-arm64": "npm:0.8.0" - "@oxlint/win32-x64": "npm:0.8.0" + "@oxlint/darwin-arm64": "npm:0.9.1" + "@oxlint/darwin-x64": "npm:0.9.1" + "@oxlint/linux-arm64-gnu": "npm:0.9.1" + "@oxlint/linux-arm64-musl": "npm:0.9.1" + "@oxlint/linux-x64-gnu": "npm:0.9.1" + "@oxlint/linux-x64-musl": "npm:0.9.1" + "@oxlint/win32-arm64": "npm:0.9.1" + "@oxlint/win32-x64": "npm:0.9.1" dependenciesMeta: "@oxlint/darwin-arm64": optional: true @@ -28674,7 +28674,7 @@ __metadata: optional: true bin: oxlint: bin/oxlint - checksum: 10/e863c9cf79b7db5c7aee5c4208e91e5d7c00521ee31918caadeab54925ab115a61b313aa6c73384ef9f8fe31ab90d468c6995e39d62baf11577372ea3dc44b83 + checksum: 10/4c16009566dc9ee6483892acc3cd2c75e87e847b4fa5ddb35b98bea8898670c5934e1ef7c8fb0a3f649129b4250041f6466cb92dcf31dc6feedb9999d82c33e3 languageName: node linkType: hard