mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
chore: bump up oxlint version to v0.16.4 (#11349)
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.16.3` -> `0.16.4`](https://renovatebot.com/diffs/npm/oxlint/0.16.3/0.16.4) | [](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.16.4`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.16.4): oxlint v0.16.4 #### \[0.16.4] - 2025-04-01 - [`cd1f035`](https://redirect.github.com/oxc-project/oxc/commit/cd1f035) semantic: \[**BREAKING**] Store symbol information as the first entry in `symbol_declarations` when it is redeclared ([#​10062](https://redirect.github.com/oxc-project/oxc/issues/10062)) (Dunqing) - [`da6336c`](https://redirect.github.com/oxc-project/oxc/commit/da6336c) language_server: \[**BREAKING**] Remove `enable` configuration, the client should shutdown the server instead ([#​9990](https://redirect.github.com/oxc-project/oxc/issues/9990)) (Sysix) ##### Features - [`06e3db9`](https://redirect.github.com/oxc-project/oxc/commit/06e3db9) linter: Support `multipleFileExtensions` option for `unicorn/filename-case` ([#​10118](https://redirect.github.com/oxc-project/oxc/issues/10118)) (shulaoda) - [`dbe0e46`](https://redirect.github.com/oxc-project/oxc/commit/dbe0e46) linter: Support `ignore` option for `unicorn/filename-case` ([#​10107](https://redirect.github.com/oxc-project/oxc/issues/10107)) (shulaoda) - [`84a3490`](https://redirect.github.com/oxc-project/oxc/commit/84a3490) semantic: Add `symbol_id` for declare function binding ([#​10078](https://redirect.github.com/oxc-project/oxc/issues/10078)) (Dunqing) - [`370266c`](https://redirect.github.com/oxc-project/oxc/commit/370266c) semantic: Check redeclaration of variable declaration and function declaration in the block scope ([#​10074](https://redirect.github.com/oxc-project/oxc/issues/10074)) (Dunqing) - [`b804f7c`](https://redirect.github.com/oxc-project/oxc/commit/b804f7c) semantic: Introduce `Redeclaraion` for `Scoping::symbol_declarations` ([#​10059](https://redirect.github.com/oxc-project/oxc/issues/10059)) (Dunqing) ##### Bug Fixes - [`0a33e27`](https://redirect.github.com/oxc-project/oxc/commit/0a33e27) editor: Update `initializationOptions` for a possible restart ([#​10121](https://redirect.github.com/oxc-project/oxc/issues/10121)) (Sysix) - [`ac780a2`](https://redirect.github.com/oxc-project/oxc/commit/ac780a2) editor: Repair filewatchers when no custom config provided ([#​10104](https://redirect.github.com/oxc-project/oxc/issues/10104)) (Sysix) - [`4303ace`](https://redirect.github.com/oxc-project/oxc/commit/4303ace) editor: Dont send `didChangeConfiguration` request to the server when it is shutdown ([#​10084](https://redirect.github.com/oxc-project/oxc/issues/10084)) (Sysix) - [`07f2a25`](https://redirect.github.com/oxc-project/oxc/commit/07f2a25) editor: Enable regex parsing in language server ([#​10035](https://redirect.github.com/oxc-project/oxc/issues/10035)) (camchenry) - [`fcf7702`](https://redirect.github.com/oxc-project/oxc/commit/fcf7702) language_server: Start from a default oxlint configuration + SafeFix for nested configuration ([#​10043](https://redirect.github.com/oxc-project/oxc/issues/10043)) (Sysix) - [`aba3654`](https://redirect.github.com/oxc-project/oxc/commit/aba3654) linter: Span disable directive correctly on next line ([#​10141](https://redirect.github.com/oxc-project/oxc/issues/10141)) (Ulrich Stark 🦀) - [`2c80858`](https://redirect.github.com/oxc-project/oxc/commit/2c80858) linter: Enable multi-file analysis for nested configs ([#​10089](https://redirect.github.com/oxc-project/oxc/issues/10089)) (camchenry) ##### Performance - [`566be59`](https://redirect.github.com/oxc-project/oxc/commit/566be59) linter: Replace `phf_set` with `array` in `eslint/func-names` ([#​10119](https://redirect.github.com/oxc-project/oxc/issues/10119)) (shulaoda) - [`5e14fe9`](https://redirect.github.com/oxc-project/oxc/commit/5e14fe9) linter: Inline `PRE_DEFINE_VAR` and use `array` format ([#​10079](https://redirect.github.com/oxc-project/oxc/issues/10079)) (shulaoda) ##### Refactor - [`327be53`](https://redirect.github.com/oxc-project/oxc/commit/327be53) editor: `LanguageClient` can be undefined ([#​10112](https://redirect.github.com/oxc-project/oxc/issues/10112)) (Sysix) - [`5ec477c`](https://redirect.github.com/oxc-project/oxc/commit/5ec477c) editor: Make `onConfigChange` async ([#​10110](https://redirect.github.com/oxc-project/oxc/issues/10110)) (Sysix) - [`a278d73`](https://redirect.github.com/oxc-project/oxc/commit/a278d73) editor: Use warning background when the plugin is deactived ([#​10085](https://redirect.github.com/oxc-project/oxc/issues/10085)) (Sysix) - [`c0e5251`](https://redirect.github.com/oxc-project/oxc/commit/c0e5251) language_server: Set `null` as a default value for `configPath` ([#​10047](https://redirect.github.com/oxc-project/oxc/issues/10047)) (Sysix) - [`09c0ac6`](https://redirect.github.com/oxc-project/oxc/commit/09c0ac6) linter: Improve `unicorn/filename-case` ([#​10117](https://redirect.github.com/oxc-project/oxc/issues/10117)) (shulaoda) - [`d8e49a1`](https://redirect.github.com/oxc-project/oxc/commit/d8e49a1) linter: Compute lintable extensions at compile time ([#​10090](https://redirect.github.com/oxc-project/oxc/issues/10090)) (camchenry) - [`b3ec235`](https://redirect.github.com/oxc-project/oxc/commit/b3ec235) linter: Use items of `oxc_ast::ast` module directly ([#​10100](https://redirect.github.com/oxc-project/oxc/issues/10100)) (Ulrich Stark 🦀) - [`93e6c0b`](https://redirect.github.com/oxc-project/oxc/commit/93e6c0b) linter: Use `FormalParameter::has_modifier` to detect parameter properties ([#​10097](https://redirect.github.com/oxc-project/oxc/issues/10097)) (Ulrich Stark 🦀) - [`5d829c2`](https://redirect.github.com/oxc-project/oxc/commit/5d829c2) semantic: Align handling of declaring symbol for function with TypeScript ([#​10086](https://redirect.github.com/oxc-project/oxc/issues/10086)) (Dunqing) ##### Testing - [`410b8d6`](https://redirect.github.com/oxc-project/oxc/commit/410b8d6) editor: Use debug build of the language server ([#​10083](https://redirect.github.com/oxc-project/oxc/issues/10083)) (Sysix) - [`500add0`](https://redirect.github.com/oxc-project/oxc/commit/500add0) editor: Add test for `oxc.fixAll` command ([#​10045](https://redirect.github.com/oxc-project/oxc/issues/10045)) (Sysix) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^15.2.11",
|
||||
"msw": "^2.6.8",
|
||||
"oxlint": "0.16.3",
|
||||
"oxlint": "0.16.4",
|
||||
"prettier": "^3.4.2",
|
||||
"semver": "^7.6.3",
|
||||
"serve": "^14.2.4",
|
||||
|
||||
74
yarn.lock
74
yarn.lock
@@ -776,7 +776,7 @@ __metadata:
|
||||
husky: "npm:^9.1.7"
|
||||
lint-staged: "npm:^15.2.11"
|
||||
msw: "npm:^2.6.8"
|
||||
oxlint: "npm:0.16.3"
|
||||
oxlint: "npm:0.16.4"
|
||||
prettier: "npm:^3.4.2"
|
||||
semver: "npm:^7.6.3"
|
||||
serve: "npm:^14.2.4"
|
||||
@@ -10131,58 +10131,58 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/darwin-arm64@npm:0.16.3":
|
||||
version: 0.16.3
|
||||
resolution: "@oxlint/darwin-arm64@npm:0.16.3"
|
||||
"@oxlint/darwin-arm64@npm:0.16.4":
|
||||
version: 0.16.4
|
||||
resolution: "@oxlint/darwin-arm64@npm:0.16.4"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/darwin-x64@npm:0.16.3":
|
||||
version: 0.16.3
|
||||
resolution: "@oxlint/darwin-x64@npm:0.16.3"
|
||||
"@oxlint/darwin-x64@npm:0.16.4":
|
||||
version: 0.16.4
|
||||
resolution: "@oxlint/darwin-x64@npm:0.16.4"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-arm64-gnu@npm:0.16.3":
|
||||
version: 0.16.3
|
||||
resolution: "@oxlint/linux-arm64-gnu@npm:0.16.3"
|
||||
"@oxlint/linux-arm64-gnu@npm:0.16.4":
|
||||
version: 0.16.4
|
||||
resolution: "@oxlint/linux-arm64-gnu@npm:0.16.4"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-arm64-musl@npm:0.16.3":
|
||||
version: 0.16.3
|
||||
resolution: "@oxlint/linux-arm64-musl@npm:0.16.3"
|
||||
"@oxlint/linux-arm64-musl@npm:0.16.4":
|
||||
version: 0.16.4
|
||||
resolution: "@oxlint/linux-arm64-musl@npm:0.16.4"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-x64-gnu@npm:0.16.3":
|
||||
version: 0.16.3
|
||||
resolution: "@oxlint/linux-x64-gnu@npm:0.16.3"
|
||||
"@oxlint/linux-x64-gnu@npm:0.16.4":
|
||||
version: 0.16.4
|
||||
resolution: "@oxlint/linux-x64-gnu@npm:0.16.4"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-x64-musl@npm:0.16.3":
|
||||
version: 0.16.3
|
||||
resolution: "@oxlint/linux-x64-musl@npm:0.16.3"
|
||||
"@oxlint/linux-x64-musl@npm:0.16.4":
|
||||
version: 0.16.4
|
||||
resolution: "@oxlint/linux-x64-musl@npm:0.16.4"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/win32-arm64@npm:0.16.3":
|
||||
version: 0.16.3
|
||||
resolution: "@oxlint/win32-arm64@npm:0.16.3"
|
||||
"@oxlint/win32-arm64@npm:0.16.4":
|
||||
version: 0.16.4
|
||||
resolution: "@oxlint/win32-arm64@npm:0.16.4"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/win32-x64@npm:0.16.3":
|
||||
version: 0.16.3
|
||||
resolution: "@oxlint/win32-x64@npm:0.16.3"
|
||||
"@oxlint/win32-x64@npm:0.16.4":
|
||||
version: 0.16.4
|
||||
resolution: "@oxlint/win32-x64@npm:0.16.4"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@@ -27790,18 +27790,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"oxlint@npm:0.16.3":
|
||||
version: 0.16.3
|
||||
resolution: "oxlint@npm:0.16.3"
|
||||
"oxlint@npm:0.16.4":
|
||||
version: 0.16.4
|
||||
resolution: "oxlint@npm:0.16.4"
|
||||
dependencies:
|
||||
"@oxlint/darwin-arm64": "npm:0.16.3"
|
||||
"@oxlint/darwin-x64": "npm:0.16.3"
|
||||
"@oxlint/linux-arm64-gnu": "npm:0.16.3"
|
||||
"@oxlint/linux-arm64-musl": "npm:0.16.3"
|
||||
"@oxlint/linux-x64-gnu": "npm:0.16.3"
|
||||
"@oxlint/linux-x64-musl": "npm:0.16.3"
|
||||
"@oxlint/win32-arm64": "npm:0.16.3"
|
||||
"@oxlint/win32-x64": "npm:0.16.3"
|
||||
"@oxlint/darwin-arm64": "npm:0.16.4"
|
||||
"@oxlint/darwin-x64": "npm:0.16.4"
|
||||
"@oxlint/linux-arm64-gnu": "npm:0.16.4"
|
||||
"@oxlint/linux-arm64-musl": "npm:0.16.4"
|
||||
"@oxlint/linux-x64-gnu": "npm:0.16.4"
|
||||
"@oxlint/linux-x64-musl": "npm:0.16.4"
|
||||
"@oxlint/win32-arm64": "npm:0.16.4"
|
||||
"@oxlint/win32-x64": "npm:0.16.4"
|
||||
dependenciesMeta:
|
||||
"@oxlint/darwin-arm64":
|
||||
optional: true
|
||||
@@ -27822,7 +27822,7 @@ __metadata:
|
||||
bin:
|
||||
oxc_language_server: bin/oxc_language_server
|
||||
oxlint: bin/oxlint
|
||||
checksum: 10/61b6a711ee64da1ba99eecb3508047efe394d26500b81383bae606eb0efe73ebf8d3b34ed9c09be192176aa8559613cd30d53c834c76822446e1a482813332c6
|
||||
checksum: 10/84623a7ccac9075bae920de55efbd87798f8c6486ad9f9e3695f9a60ea08a26a5f3ccd3c5ac560fad8109c13674e9712191621b2fe046c4898d021869d1cb5c2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user