From 6f217f61b6fe7f96222a21ffb37f784a93692a98 Mon Sep 17 00:00:00 2001 From: renovate <29139614+renovate@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:04:51 +0000 Subject: [PATCH] chore: bump up oxlint version to v0.5.0 (#7357) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) 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.4.4` -> `0.5.0`](https://renovatebot.com/diffs/npm/oxlint/0.4.4/0.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.4.4/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.4.4/0.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
oxc-project/oxc (oxlint) ### [`v0.5.0`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.5.0): oxlint v0.5.0 [Compare Source](https://togithub.com/oxc-project/oxc/compare/2173f23d9cbda547135000a3a00cd7b2e18dc762...1d74db77741829f2abce0b01d24135947b284c2b) ##### \[0.5.0] - 2024-06-27 ##### Features - [`3ae2628`](https://togithub.com/oxc-project/oxc/commit/3ae2628) linter: Change `no-import-assign` to correctness ([#​3928](https://togithub.com/oxc-project/oxc/issues/3928)) (Boshen) - [`a89d501`](https://togithub.com/oxc-project/oxc/commit/a89d501) linter: [@​typescript-eslint/no-non-null-asserted-nullish-coalescing](https://togithub.com/typescript-eslint/no-non-null-asserted-nullish-coalescing) ([#​3850](https://togithub.com/oxc-project/oxc/issues/3850)) (kaykdm) - [`fc48cb4`](https://togithub.com/oxc-project/oxc/commit/fc48cb4) linter: eslint-plugin-jest/prefer-jest-mocked ([#​3865](https://togithub.com/oxc-project/oxc/issues/3865)) (cinchen) - [`328445b`](https://togithub.com/oxc-project/oxc/commit/328445b) linter: vitest/no-disabled-tests ([#​3717](https://togithub.com/oxc-project/oxc/issues/3717)) (mysteryven) - [`8c61f9c`](https://togithub.com/oxc-project/oxc/commit/8c61f9c) linter: [@​typescript-eslint/no-non-null-assertion](https://togithub.com/typescript-eslint/no-non-null-assertion) ([#​3825](https://togithub.com/oxc-project/oxc/issues/3825)) (kaykdm) - [`9493fbe`](https://togithub.com/oxc-project/oxc/commit/9493fbe) linter: oxc/no-optional-chaining ([#​3700](https://togithub.com/oxc-project/oxc/issues/3700)) (mysteryven) - [`139adfe`](https://togithub.com/oxc-project/oxc/commit/139adfe) linter: @​typescript-eslint/no-import-type-side_effects ([#​3699](https://togithub.com/oxc-project/oxc/issues/3699)) (mysteryven) - [`5f84500`](https://togithub.com/oxc-project/oxc/commit/5f84500) linter: react/prefer-es6-class ([#​3812](https://togithub.com/oxc-project/oxc/issues/3812)) (Jelle van der Waa) - [`fafe67c`](https://togithub.com/oxc-project/oxc/commit/fafe67c) linter: max-dependencies ([#​3814](https://togithub.com/oxc-project/oxc/issues/3814)) (Jelle van der Waa) ##### Bug Fixes - [`5902331`](https://togithub.com/oxc-project/oxc/commit/5902331) cli: properly report configuration error ([#​3889](https://togithub.com/oxc-project/oxc/issues/3889)) (Luca Bruno) ##### Refactor - [`7302429`](https://togithub.com/oxc-project/oxc/commit/7302429) linter/prefer_number_properties: Remove the unused `IdentifierName` check ([#​3822](https://togithub.com/oxc-project/oxc/issues/3822)) (Boshen)
--- ### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](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 42ad27682a..4c432c0718 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.4.4", + "oxlint": "0.5.0", "prettier": "^3.2.5", "semver": "^7.6.0", "serve": "^14.2.1", diff --git a/yarn.lock b/yarn.lock index 13a9545f85..a79b5e766e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -672,7 +672,7 @@ __metadata: nanoid: "npm:^5.0.7" nx: "npm:^19.0.0" nyc: "npm:^17.0.0" - oxlint: "npm:0.4.4" + oxlint: "npm:0.5.0" prettier: "npm:^3.2.5" semver: "npm:^7.6.0" serve: "npm:^14.2.1" @@ -10722,58 +10722,58 @@ __metadata: languageName: node linkType: hard -"@oxlint/darwin-arm64@npm:0.4.4": - version: 0.4.4 - resolution: "@oxlint/darwin-arm64@npm:0.4.4" +"@oxlint/darwin-arm64@npm:0.5.0": + version: 0.5.0 + resolution: "@oxlint/darwin-arm64@npm:0.5.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxlint/darwin-x64@npm:0.4.4": - version: 0.4.4 - resolution: "@oxlint/darwin-x64@npm:0.4.4" +"@oxlint/darwin-x64@npm:0.5.0": + version: 0.5.0 + resolution: "@oxlint/darwin-x64@npm:0.5.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxlint/linux-arm64-gnu@npm:0.4.4": - version: 0.4.4 - resolution: "@oxlint/linux-arm64-gnu@npm:0.4.4" +"@oxlint/linux-arm64-gnu@npm:0.5.0": + version: 0.5.0 + resolution: "@oxlint/linux-arm64-gnu@npm:0.5.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxlint/linux-arm64-musl@npm:0.4.4": - version: 0.4.4 - resolution: "@oxlint/linux-arm64-musl@npm:0.4.4" +"@oxlint/linux-arm64-musl@npm:0.5.0": + version: 0.5.0 + resolution: "@oxlint/linux-arm64-musl@npm:0.5.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxlint/linux-x64-gnu@npm:0.4.4": - version: 0.4.4 - resolution: "@oxlint/linux-x64-gnu@npm:0.4.4" +"@oxlint/linux-x64-gnu@npm:0.5.0": + version: 0.5.0 + resolution: "@oxlint/linux-x64-gnu@npm:0.5.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxlint/linux-x64-musl@npm:0.4.4": - version: 0.4.4 - resolution: "@oxlint/linux-x64-musl@npm:0.4.4" +"@oxlint/linux-x64-musl@npm:0.5.0": + version: 0.5.0 + resolution: "@oxlint/linux-x64-musl@npm:0.5.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxlint/win32-arm64@npm:0.4.4": - version: 0.4.4 - resolution: "@oxlint/win32-arm64@npm:0.4.4" +"@oxlint/win32-arm64@npm:0.5.0": + version: 0.5.0 + resolution: "@oxlint/win32-arm64@npm:0.5.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxlint/win32-x64@npm:0.4.4": - version: 0.4.4 - resolution: "@oxlint/win32-x64@npm:0.4.4" +"@oxlint/win32-x64@npm:0.5.0": + version: 0.5.0 + resolution: "@oxlint/win32-x64@npm:0.5.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -31923,18 +31923,18 @@ __metadata: languageName: node linkType: hard -"oxlint@npm:0.4.4": - version: 0.4.4 - resolution: "oxlint@npm:0.4.4" +"oxlint@npm:0.5.0": + version: 0.5.0 + resolution: "oxlint@npm:0.5.0" dependencies: - "@oxlint/darwin-arm64": "npm:0.4.4" - "@oxlint/darwin-x64": "npm:0.4.4" - "@oxlint/linux-arm64-gnu": "npm:0.4.4" - "@oxlint/linux-arm64-musl": "npm:0.4.4" - "@oxlint/linux-x64-gnu": "npm:0.4.4" - "@oxlint/linux-x64-musl": "npm:0.4.4" - "@oxlint/win32-arm64": "npm:0.4.4" - "@oxlint/win32-x64": "npm:0.4.4" + "@oxlint/darwin-arm64": "npm:0.5.0" + "@oxlint/darwin-x64": "npm:0.5.0" + "@oxlint/linux-arm64-gnu": "npm:0.5.0" + "@oxlint/linux-arm64-musl": "npm:0.5.0" + "@oxlint/linux-x64-gnu": "npm:0.5.0" + "@oxlint/linux-x64-musl": "npm:0.5.0" + "@oxlint/win32-arm64": "npm:0.5.0" + "@oxlint/win32-x64": "npm:0.5.0" dependenciesMeta: "@oxlint/darwin-arm64": optional: true @@ -31954,7 +31954,7 @@ __metadata: optional: true bin: oxlint: bin/oxlint - checksum: 10/5db973821d66899ba8c9d2d5f8f0777666fe5d70b7907925b669fbae907818c520469d22d744844ae21a616a8815fe8eb701093d7e3e5c901e8e90c7783ead3d + checksum: 10/e4df4a81d2fb83d8a9a89f250f0bd0fb975d732a6fd3865924da3d8762116713f972b12b981d45cfce67694c9b18574067b59c50a3b1d435c4418607e1c88f9f languageName: node linkType: hard