From 6c84b7acac57a64f054cfa8be72e5967d102d0e9 Mon Sep 17 00:00:00 2001 From: renovate <29139614+renovate@users.noreply.github.com> Date: Mon, 22 Apr 2024 07:27:25 +0000 Subject: [PATCH] chore: bump up oxlint version to v0.3.0 (#6636) 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-project.github.io) ([source](https://togithub.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.2.17` -> `0.3.0`](https://renovatebot.com/diffs/npm/oxlint/0.2.17/0.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.2.17/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.2.17/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
oxc-project/oxc (oxlint) ### [`v0.3.0`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.3.0): oxlint v0.3.0 [Compare Source](https://togithub.com/oxc-project/oxc/compare/04f5fc018650d9a5dc6a4b1b40dea941fa07781e...b29aabd6f1a2e9e8cfa7db25c371ab40f79d02a5) #### What's Changed ##### Potential breaking change - `-D all` no longer enables nursery rules, use `-D all -D nursery` instead ##### Features - support eslint globals by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/oxc-project/oxc/pull/3038](https://togithub.com/oxc-project/oxc/pull/3038) - change no-empty-static-block to correctness - implement `--format checkstyle` by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/oxc-project/oxc/pull/3044](https://togithub.com/oxc-project/oxc/pull/3044) - implement `--format unix` by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/oxc-project/oxc/pull/3039](https://togithub.com/oxc-project/oxc/pull/3039) - implement fixer for `typescript-eslint/consistent-type-definitions` by [@​todor-a](https://togithub.com/todor-a) in [https://github.com/oxc-project/oxc/pull/3045](https://togithub.com/oxc-project/oxc/pull/3045) ##### Fixes - fix crashing with `unwrap` in import/no-cycle by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/oxc-project/oxc/pull/3035](https://togithub.com/oxc-project/oxc/pull/3035) **Full Changelog**: https://github.com/oxc-project/oxc/compare/oxlint_v0.2.18...oxlint_v0.3.0 ### [`v0.2.18`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.2.18): oxlint v0.2.18 [Compare Source](https://togithub.com/oxc-project/oxc/compare/df11d10a2220e9aa7a33d9ab39ed662c2ba6fdb5...04f5fc018650d9a5dc6a4b1b40dea941fa07781e) #### What's Changed ##### New Rules - correctness: eslint-plugin-unicorn no await in promise methods by [@​camc314](https://togithub.com/camc314) in [https://github.com/oxc-project/oxc/pull/2963](https://togithub.com/oxc-project/oxc/pull/2963) - correctness: eslint-plugin-unicorn no single promise in promise methods by [@​camc314](https://togithub.com/camc314) in [https://github.com/oxc-project/oxc/pull/2962](https://togithub.com/oxc-project/oxc/pull/2962) ##### Features - Add --jsdoc-plugin flag by [@​leaysgur](https://togithub.com/leaysgur) in [https://github.com/oxc-project/oxc/pull/2935](https://togithub.com/oxc-project/oxc/pull/2935) - Implement plugin-jsdoc/check-property-names by [@​leaysgur](https://togithub.com/leaysgur) in [https://github.com/oxc-project/oxc/pull/2989](https://togithub.com/oxc-project/oxc/pull/2989) - eslint/max-len by [@​woai3c](https://togithub.com/woai3c) in [https://github.com/oxc-project/oxc/pull/2874](https://togithub.com/oxc-project/oxc/pull/2874) - remove import/no-unresolved by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/oxc-project/oxc/pull/3023](https://togithub.com/oxc-project/oxc/pull/3023) - support `oxlint-disable` alongside `eslint-disable` by [@​Boshen](https://togithub.com/Boshen) in [https://github.com/oxc-project/oxc/pull/3024](https://togithub.com/oxc-project/oxc/pull/3024) - jsdoc: Implement require-property rule by [@​leaysgur](https://togithub.com/leaysgur) in [https://github.com/oxc-project/oxc/pull/3011](https://togithub.com/oxc-project/oxc/pull/3011) - jsdoc: Implement require-property-(type|name|description) rules by [@​leaysgur](https://togithub.com/leaysgur) in [https://github.com/oxc-project/oxc/pull/3013](https://togithub.com/oxc-project/oxc/pull/3013) #### New Contributors - [@​branchseer](https://togithub.com/branchseer) made their first contribution in [https://github.com/oxc-project/oxc/pull/2943](https://togithub.com/oxc-project/oxc/pull/2943) - [@​woai3c](https://togithub.com/woai3c) made their first contribution in [https://github.com/oxc-project/oxc/pull/2874](https://togithub.com/oxc-project/oxc/pull/2874) **Full Changelog**: https://github.com/oxc-project/oxc/compare/oxlint_v0.2.17...oxlint_v0.2.18
--- ### 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 b0779e3b44..6219fef85a 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "nanoid": "^5.0.7", "nx": "^18.2.4", "nyc": "^15.1.0", - "oxlint": "0.2.17", + "oxlint": "0.3.0", "prettier": "^3.2.5", "semver": "^7.6.0", "serve": "^14.2.1", diff --git a/yarn.lock b/yarn.lock index d87222ebe3..393c2314b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -610,7 +610,7 @@ __metadata: nanoid: "npm:^5.0.7" nx: "npm:^18.2.4" nyc: "npm:^15.1.0" - oxlint: "npm:0.2.17" + oxlint: "npm:0.3.0" prettier: "npm:^3.2.5" semver: "npm:^7.6.0" serve: "npm:^14.2.1" @@ -10092,58 +10092,58 @@ __metadata: languageName: node linkType: hard -"@oxlint/darwin-arm64@npm:0.2.17": - version: 0.2.17 - resolution: "@oxlint/darwin-arm64@npm:0.2.17" +"@oxlint/darwin-arm64@npm:0.3.0": + version: 0.3.0 + resolution: "@oxlint/darwin-arm64@npm:0.3.0" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@oxlint/darwin-x64@npm:0.2.17": - version: 0.2.17 - resolution: "@oxlint/darwin-x64@npm:0.2.17" +"@oxlint/darwin-x64@npm:0.3.0": + version: 0.3.0 + resolution: "@oxlint/darwin-x64@npm:0.3.0" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@oxlint/linux-arm64-gnu@npm:0.2.17": - version: 0.2.17 - resolution: "@oxlint/linux-arm64-gnu@npm:0.2.17" +"@oxlint/linux-arm64-gnu@npm:0.3.0": + version: 0.3.0 + resolution: "@oxlint/linux-arm64-gnu@npm:0.3.0" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@oxlint/linux-arm64-musl@npm:0.2.17": - version: 0.2.17 - resolution: "@oxlint/linux-arm64-musl@npm:0.2.17" +"@oxlint/linux-arm64-musl@npm:0.3.0": + version: 0.3.0 + resolution: "@oxlint/linux-arm64-musl@npm:0.3.0" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@oxlint/linux-x64-gnu@npm:0.2.17": - version: 0.2.17 - resolution: "@oxlint/linux-x64-gnu@npm:0.2.17" +"@oxlint/linux-x64-gnu@npm:0.3.0": + version: 0.3.0 + resolution: "@oxlint/linux-x64-gnu@npm:0.3.0" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@oxlint/linux-x64-musl@npm:0.2.17": - version: 0.2.17 - resolution: "@oxlint/linux-x64-musl@npm:0.2.17" +"@oxlint/linux-x64-musl@npm:0.3.0": + version: 0.3.0 + resolution: "@oxlint/linux-x64-musl@npm:0.3.0" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@oxlint/win32-arm64@npm:0.2.17": - version: 0.2.17 - resolution: "@oxlint/win32-arm64@npm:0.2.17" +"@oxlint/win32-arm64@npm:0.3.0": + version: 0.3.0 + resolution: "@oxlint/win32-arm64@npm:0.3.0" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@oxlint/win32-x64@npm:0.2.17": - version: 0.2.17 - resolution: "@oxlint/win32-x64@npm:0.2.17" +"@oxlint/win32-x64@npm:0.3.0": + version: 0.3.0 + resolution: "@oxlint/win32-x64@npm:0.3.0" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -30287,18 +30287,18 @@ __metadata: languageName: node linkType: hard -"oxlint@npm:0.2.17": - version: 0.2.17 - resolution: "oxlint@npm:0.2.17" +"oxlint@npm:0.3.0": + version: 0.3.0 + resolution: "oxlint@npm:0.3.0" dependencies: - "@oxlint/darwin-arm64": "npm:0.2.17" - "@oxlint/darwin-x64": "npm:0.2.17" - "@oxlint/linux-arm64-gnu": "npm:0.2.17" - "@oxlint/linux-arm64-musl": "npm:0.2.17" - "@oxlint/linux-x64-gnu": "npm:0.2.17" - "@oxlint/linux-x64-musl": "npm:0.2.17" - "@oxlint/win32-arm64": "npm:0.2.17" - "@oxlint/win32-x64": "npm:0.2.17" + "@oxlint/darwin-arm64": "npm:0.3.0" + "@oxlint/darwin-x64": "npm:0.3.0" + "@oxlint/linux-arm64-gnu": "npm:0.3.0" + "@oxlint/linux-arm64-musl": "npm:0.3.0" + "@oxlint/linux-x64-gnu": "npm:0.3.0" + "@oxlint/linux-x64-musl": "npm:0.3.0" + "@oxlint/win32-arm64": "npm:0.3.0" + "@oxlint/win32-x64": "npm:0.3.0" dependenciesMeta: "@oxlint/darwin-arm64": optional: true @@ -30318,7 +30318,7 @@ __metadata: optional: true bin: oxlint: bin/oxlint - checksum: 10/869e5a04d1059a88cef65c7533d953000fd183f4f186ff2ebf156390142100915cdebab343cb407451f8420972a6924e39359fbc403851e6cbc8e3cfbc1141e4 + checksum: 10/408c5c0842dd403495e0dfa6f7826ee13b399e330802a4283cce954c414f7ea70d876023f823f241ab9a51e89e9241ade1b7b7163ea4fd1a2a7e8946b6b409bf languageName: node linkType: hard