mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 20:41:53 +03:00
chore: bump up oxlint version to v0.5.0 (#7357)
[![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
<details>
<summary>oxc-project/oxc (oxlint)</summary>
### [`v0.5.0`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.5.0): oxlint v0.5.0
[Compare Source](2173f23d9c...1d74db7774
)
##### \[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)
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->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).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMC4xIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
This commit is contained in:
parent
4f07a2cc2a
commit
6f217f61b6
@ -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",
|
||||
|
74
yarn.lock
74
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user