mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
chore: bump up oxlint version to v0.11.1 (#8759)
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.11.0` -> `0.11.1`](https://renovatebot.com/diffs/npm/oxlint/0.11.0/0.11.1) | [](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.1`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.11.1): oxlint v0.11.1 [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.11.0...oxlint_v0.11.1) #### \[0.11.1] - 2024-11-09 ##### Features - [`4dd9b60`](https://redirect.github.com/oxc-project/oxc/commit/4dd9b60) editor/vscode: Replace existing output channel and trace output channel with a single LogOutputChannel ([#​7196](https://redirect.github.com/oxc-project/oxc/issues/7196)) (Nicholas Rayburn) - [`1fcd709`](https://redirect.github.com/oxc-project/oxc/commit/1fcd709) linter: Add jsx support for only-used-in-recursion ([#​7120](https://redirect.github.com/oxc-project/oxc/issues/7120)) (no-yan) - [`4d577cf`](https://redirect.github.com/oxc-project/oxc/commit/4d577cf) linter: Add `import/first` rule ([#​7180](https://redirect.github.com/oxc-project/oxc/issues/7180)) (Dmitry Zakharov) - [`9b8973f`](https://redirect.github.com/oxc-project/oxc/commit/9b8973f) linter: Add `import/unambiguous` rule ([#​7187](https://redirect.github.com/oxc-project/oxc/issues/7187)) (Dmitry Zakharov) - [`5ab1ff6`](https://redirect.github.com/oxc-project/oxc/commit/5ab1ff6) linter: Implement [@​typescript-eslint/no-unsafe-function-type](https://redirect.github.com/typescript-eslint/no-unsafe-function-type) ([#​6989](https://redirect.github.com/oxc-project/oxc/issues/6989)) (Orenbek) ##### Bug Fixes - [`eea8879`](https://redirect.github.com/oxc-project/oxc/commit/eea8879) editor/vscode: Update language client id to fix the resolution of the oxc.trace.server setting ([#​7181](https://redirect.github.com/oxc-project/oxc/issues/7181)) (Nicholas Rayburn) - [`b73cfd9`](https://redirect.github.com/oxc-project/oxc/commit/b73cfd9) linter: Fix `is_method_call` with parentheses and chain expression ([#​7095](https://redirect.github.com/oxc-project/oxc/issues/7095)) (tbashiyy) ##### Refactor - [`8c0a362`](https://redirect.github.com/oxc-project/oxc/commit/8c0a362) linter: Use `ctx.source_range(comment.content_span())` API ([#​7155](https://redirect.github.com/oxc-project/oxc/issues/7155)) (Boshen) - [`c5485ae`](https://redirect.github.com/oxc-project/oxc/commit/c5485ae) semantic: Add `ancestor_kinds` iterator function ([#​7217](https://redirect.github.com/oxc-project/oxc/issues/7217)) (camchenry) - [`abf1602`](https://redirect.github.com/oxc-project/oxc/commit/abf1602) semantic: Rename `iter_parents` to `ancestors` ([#​7216](https://redirect.github.com/oxc-project/oxc/issues/7216)) (camchenry) - [`42171eb`](https://redirect.github.com/oxc-project/oxc/commit/42171eb) semantic: Rename `ancestors` to `ancestor_ids` ([#​7215](https://redirect.github.com/oxc-project/oxc/issues/7215)) (camchenry) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@
|
||||
"msw": "^2.3.0",
|
||||
"nx": "^20.0.3",
|
||||
"nx-cloud": "^19.1.0",
|
||||
"oxlint": "0.11.0",
|
||||
"oxlint": "0.11.1",
|
||||
"prettier": "^3.3.3",
|
||||
"semver": "^7.6.0",
|
||||
"serve": "^14.2.1",
|
||||
|
||||
@@ -697,7 +697,7 @@ __metadata:
|
||||
msw: "npm:^2.3.0"
|
||||
nx: "npm:^20.0.3"
|
||||
nx-cloud: "npm:^19.1.0"
|
||||
oxlint: "npm:0.11.0"
|
||||
oxlint: "npm:0.11.1"
|
||||
prettier: "npm:^3.3.3"
|
||||
semver: "npm:^7.6.0"
|
||||
serve: "npm:^14.2.1"
|
||||
@@ -9486,58 +9486,58 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/darwin-arm64@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/darwin-arm64@npm:0.11.0"
|
||||
"@oxlint/darwin-arm64@npm:0.11.1":
|
||||
version: 0.11.1
|
||||
resolution: "@oxlint/darwin-arm64@npm:0.11.1"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/darwin-x64@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/darwin-x64@npm:0.11.0"
|
||||
"@oxlint/darwin-x64@npm:0.11.1":
|
||||
version: 0.11.1
|
||||
resolution: "@oxlint/darwin-x64@npm:0.11.1"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-arm64-gnu@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/linux-arm64-gnu@npm:0.11.0"
|
||||
"@oxlint/linux-arm64-gnu@npm:0.11.1":
|
||||
version: 0.11.1
|
||||
resolution: "@oxlint/linux-arm64-gnu@npm:0.11.1"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-arm64-musl@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/linux-arm64-musl@npm:0.11.0"
|
||||
"@oxlint/linux-arm64-musl@npm:0.11.1":
|
||||
version: 0.11.1
|
||||
resolution: "@oxlint/linux-arm64-musl@npm:0.11.1"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-x64-gnu@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/linux-x64-gnu@npm:0.11.0"
|
||||
"@oxlint/linux-x64-gnu@npm:0.11.1":
|
||||
version: 0.11.1
|
||||
resolution: "@oxlint/linux-x64-gnu@npm:0.11.1"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-x64-musl@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/linux-x64-musl@npm:0.11.0"
|
||||
"@oxlint/linux-x64-musl@npm:0.11.1":
|
||||
version: 0.11.1
|
||||
resolution: "@oxlint/linux-x64-musl@npm:0.11.1"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/win32-arm64@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/win32-arm64@npm:0.11.0"
|
||||
"@oxlint/win32-arm64@npm:0.11.1":
|
||||
version: 0.11.1
|
||||
resolution: "@oxlint/win32-arm64@npm:0.11.1"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/win32-x64@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "@oxlint/win32-x64@npm:0.11.0"
|
||||
"@oxlint/win32-x64@npm:0.11.1":
|
||||
version: 0.11.1
|
||||
resolution: "@oxlint/win32-x64@npm:0.11.1"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -26711,18 +26711,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"oxlint@npm:0.11.0":
|
||||
version: 0.11.0
|
||||
resolution: "oxlint@npm:0.11.0"
|
||||
"oxlint@npm:0.11.1":
|
||||
version: 0.11.1
|
||||
resolution: "oxlint@npm:0.11.1"
|
||||
dependencies:
|
||||
"@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"
|
||||
"@oxlint/darwin-arm64": "npm:0.11.1"
|
||||
"@oxlint/darwin-x64": "npm:0.11.1"
|
||||
"@oxlint/linux-arm64-gnu": "npm:0.11.1"
|
||||
"@oxlint/linux-arm64-musl": "npm:0.11.1"
|
||||
"@oxlint/linux-x64-gnu": "npm:0.11.1"
|
||||
"@oxlint/linux-x64-musl": "npm:0.11.1"
|
||||
"@oxlint/win32-arm64": "npm:0.11.1"
|
||||
"@oxlint/win32-x64": "npm:0.11.1"
|
||||
dependenciesMeta:
|
||||
"@oxlint/darwin-arm64":
|
||||
optional: true
|
||||
@@ -26743,7 +26743,7 @@ __metadata:
|
||||
bin:
|
||||
oxc_language_server: bin/oxc_language_server
|
||||
oxlint: bin/oxlint
|
||||
checksum: 10/63f8365dbe0de080ff8ef78181abca1ade38bad8edead3334381fcecf1dbc6e9bbd27ca5e65934a8d0481f31e4af16c6217f31bc5066935254f5368ff85b0bb6
|
||||
checksum: 10/dba58dafbf82dec1816985f0f2b3a9ee95f21d68aefdfa3e154aa5c41547ce7211ae5b5d0910298153c02b81c0c94abfa474896cbb5fa0f76bc58c5ad0153fdc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user