mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
chore: bump up oxlint version to v0.11.0 (#8673)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [oxlint](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`0.10.3` -> `0.11.0`](https://renovatebot.com/diffs/npm/oxlint/0.10.3/0.11.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>oxc-project/oxc (oxlint)</summary> ### [`v0.11.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#0110---2024-11-03) [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.10.3...oxlint_v0.11.0) ##### Documentation - [`4551baa`](https://redirect.github.com/oxc-project/oxc/commit/4551baa) linter: Document `rules` ([#​6983](https://redirect.github.com/oxc-project/oxc/issues/6983)) (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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
This commit is contained in:
74
yarn.lock
74
yarn.lock
@@ -696,7 +696,7 @@ __metadata:
|
||||
msw: "npm:^2.3.0"
|
||||
nx: "npm:^20.0.3"
|
||||
nx-cloud: "npm:^19.1.0"
|
||||
oxlint: "npm:0.10.3"
|
||||
oxlint: "npm:0.11.0"
|
||||
prettier: "npm:^3.3.3"
|
||||
semver: "npm:^7.6.0"
|
||||
serve: "npm:^14.2.1"
|
||||
@@ -9373,58 +9373,58 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/darwin-arm64@npm:0.10.3":
|
||||
version: 0.10.3
|
||||
resolution: "@oxlint/darwin-arm64@npm:0.10.3"
|
||||
"@oxlint/darwin-arm64@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/darwin-arm64@npm:0.11.0"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/darwin-x64@npm:0.10.3":
|
||||
version: 0.10.3
|
||||
resolution: "@oxlint/darwin-x64@npm:0.10.3"
|
||||
"@oxlint/darwin-x64@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/darwin-x64@npm:0.11.0"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-arm64-gnu@npm:0.10.3":
|
||||
version: 0.10.3
|
||||
resolution: "@oxlint/linux-arm64-gnu@npm:0.10.3"
|
||||
"@oxlint/linux-arm64-gnu@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/linux-arm64-gnu@npm:0.11.0"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-arm64-musl@npm:0.10.3":
|
||||
version: 0.10.3
|
||||
resolution: "@oxlint/linux-arm64-musl@npm:0.10.3"
|
||||
"@oxlint/linux-arm64-musl@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/linux-arm64-musl@npm:0.11.0"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-x64-gnu@npm:0.10.3":
|
||||
version: 0.10.3
|
||||
resolution: "@oxlint/linux-x64-gnu@npm:0.10.3"
|
||||
"@oxlint/linux-x64-gnu@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/linux-x64-gnu@npm:0.11.0"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-x64-musl@npm:0.10.3":
|
||||
version: 0.10.3
|
||||
resolution: "@oxlint/linux-x64-musl@npm:0.10.3"
|
||||
"@oxlint/linux-x64-musl@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/linux-x64-musl@npm:0.11.0"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/win32-arm64@npm:0.10.3":
|
||||
version: 0.10.3
|
||||
resolution: "@oxlint/win32-arm64@npm:0.10.3"
|
||||
"@oxlint/win32-arm64@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/win32-arm64@npm:0.11.0"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/win32-x64@npm:0.10.3":
|
||||
version: 0.10.3
|
||||
resolution: "@oxlint/win32-x64@npm:0.10.3"
|
||||
"@oxlint/win32-x64@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/win32-x64@npm:0.11.0"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -27327,18 +27327,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"oxlint@npm:0.10.3":
|
||||
version: 0.10.3
|
||||
resolution: "oxlint@npm:0.10.3"
|
||||
"oxlint@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "oxlint@npm:0.11.0"
|
||||
dependencies:
|
||||
"@oxlint/darwin-arm64": "npm:0.10.3"
|
||||
"@oxlint/darwin-x64": "npm:0.10.3"
|
||||
"@oxlint/linux-arm64-gnu": "npm:0.10.3"
|
||||
"@oxlint/linux-arm64-musl": "npm:0.10.3"
|
||||
"@oxlint/linux-x64-gnu": "npm:0.10.3"
|
||||
"@oxlint/linux-x64-musl": "npm:0.10.3"
|
||||
"@oxlint/win32-arm64": "npm:0.10.3"
|
||||
"@oxlint/win32-x64": "npm:0.10.3"
|
||||
"@oxlint/darwin-arm64": "npm:0.11.0"
|
||||
"@oxlint/darwin-x64": "npm:0.11.0"
|
||||
"@oxlint/linux-arm64-gnu": "npm:0.11.0"
|
||||
"@oxlint/linux-arm64-musl": "npm:0.11.0"
|
||||
"@oxlint/linux-x64-gnu": "npm:0.11.0"
|
||||
"@oxlint/linux-x64-musl": "npm:0.11.0"
|
||||
"@oxlint/win32-arm64": "npm:0.11.0"
|
||||
"@oxlint/win32-x64": "npm:0.11.0"
|
||||
dependenciesMeta:
|
||||
"@oxlint/darwin-arm64":
|
||||
optional: true
|
||||
@@ -27359,7 +27359,7 @@ __metadata:
|
||||
bin:
|
||||
oxc_language_server: bin/oxc_language_server
|
||||
oxlint: bin/oxlint
|
||||
checksum: 10/f8cb4b506123d64f10b40c9a206393ed6b3508ece0da6c35cf7c78dcce2c7f7409129aad5452670a99f84bdda7245669dab8ed3830f31bb35d787194530a3bd7
|
||||
checksum: 10/63f8365dbe0de080ff8ef78181abca1ade38bad8edead3334381fcecf1dbc6e9bbd27ca5e65934a8d0481f31e4af16c6217f31bc5066935254f5368ff85b0bb6
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user