mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-22 09:13:18 +03:00
chore: bump up oxlint version to v0.10.1 (#8550)
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.9.10` -> `0.10.1`](https://renovatebot.com/diffs/npm/oxlint/0.9.10/0.10.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.9.10/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.9.10/0.10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>oxc-project/oxc (oxlint)</summary> ### [`v0.10.1`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.10.1): oxlint v0.10.1 [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.10.0...oxlint_v0.10.1) ##### \[0.10.1] - 2024-10-21 ##### Features - [`af25752`](https://redirect.github.com/oxc-project/oxc/commit/af25752) linter: Add `unicorn/prefer-math-min-max` ([#​6621](https://redirect.github.com/oxc-project/oxc/issues/6621)) (Brian Liu) - [`5095f02`](https://redirect.github.com/oxc-project/oxc/commit/5095f02) linter: Added fixer for duplicate prefix in valid title jest rule ([#​6699](https://redirect.github.com/oxc-project/oxc/issues/6699)) (Tapan Prakash) - [`e9976d4`](https://redirect.github.com/oxc-project/oxc/commit/e9976d4) linter: Add title whitespace fixer for jest valid title rule ([#​6669](https://redirect.github.com/oxc-project/oxc/issues/6669)) (Tapan Prakash) - [`45f02d5`](https://redirect.github.com/oxc-project/oxc/commit/45f02d5) linter: Add `unicorn/consistent-empty-array-spread` ([#​6695](https://redirect.github.com/oxc-project/oxc/issues/6695)) (Brian Liu) - [`01a35bb`](https://redirect.github.com/oxc-project/oxc/commit/01a35bb) linter/eslint: Show ignore patterns in `eslint/no-unused-vars` diagnostic messages ([#​6696](https://redirect.github.com/oxc-project/oxc/issues/6696)) (DonIsaac) ##### Bug Fixes - [`1bcd707`](https://redirect.github.com/oxc-project/oxc/commit/1bcd707) editor: Update config sent to language server ([#​6724](https://redirect.github.com/oxc-project/oxc/issues/6724)) (Nicholas Rayburn) - [`ce25c45`](https://redirect.github.com/oxc-project/oxc/commit/ce25c45) linter: Panic in `disable-directives` ([#​6677](https://redirect.github.com/oxc-project/oxc/issues/6677)) (dalaoshu) - [`a5de230`](https://redirect.github.com/oxc-project/oxc/commit/a5de230) linter/import: `import/no-duplicates` handles namespace imports correctly ([#​6694](https://redirect.github.com/oxc-project/oxc/issues/6694)) (DonIsaac) - [`b0b6ac7`](https://redirect.github.com/oxc-project/oxc/commit/b0b6ac7) linter/no-cond-assign: False positive when assignment is in body statement ([#​6665](https://redirect.github.com/oxc-project/oxc/issues/6665)) (camchenry) ##### Performance - [`6a76ea8`](https://redirect.github.com/oxc-project/oxc/commit/6a76ea8) linter/no-unused-vars: Use default IgnorePattern when /^\_/ is provided as a pattern ([#​6697](https://redirect.github.com/oxc-project/oxc/issues/6697)) (DonIsaac) ##### Refactor - [`d6609e9`](https://redirect.github.com/oxc-project/oxc/commit/d6609e9) linter: Use `run_on_jest_node` for existing lint rules ([#​6722](https://redirect.github.com/oxc-project/oxc/issues/6722)) (camchenry) - [`97195ec`](https://redirect.github.com/oxc-project/oxc/commit/97195ec) linter: Add `run_on_jest_node` to run rules on only jest nodes ([#​6721](https://redirect.github.com/oxc-project/oxc/issues/6721)) (camchenry) - [`155fe7e`](https://redirect.github.com/oxc-project/oxc/commit/155fe7e) linter: Allow `Semantic` to be passed for collecting Jest nodes ([#​6720](https://redirect.github.com/oxc-project/oxc/issues/6720)) (camchenry) - [`ad8f281`](https://redirect.github.com/oxc-project/oxc/commit/ad8f281) linter: Use iter for collecting jest nodes ([#​6719](https://redirect.github.com/oxc-project/oxc/issues/6719)) (camchenry) - [`dc19a8f`](https://redirect.github.com/oxc-project/oxc/commit/dc19a8f) linter: Use iterator for collecting jest imports ([#​6718](https://redirect.github.com/oxc-project/oxc/issues/6718)) (camchenry) - [`29c1447`](https://redirect.github.com/oxc-project/oxc/commit/29c1447) linter: `jest/valid-title` fixer to use `Span::shrink` method ([#​6703](https://redirect.github.com/oxc-project/oxc/issues/6703)) (Tapan Prakash) - [`2eb984a`](https://redirect.github.com/oxc-project/oxc/commit/2eb984a) linter: Add missing `should_run` implementations ([#​6666](https://redirect.github.com/oxc-project/oxc/issues/6666)) (camchenry) - [`23f88b3`](https://redirect.github.com/oxc-project/oxc/commit/23f88b3) linter/import: Better diagnostic messages for `import/no-duplicates` ([#​6693](https://redirect.github.com/oxc-project/oxc/issues/6693)) (DonIsaac) ### [`v0.10.0`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#0100---2024-10-18) [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.10...oxlint_v0.10.0) ##### Features - [`6e3224d`](https://redirect.github.com/oxc-project/oxc/commit/6e3224d) linter: Configure by category in config files ([#​6120](https://redirect.github.com/oxc-project/oxc/issues/6120)) (DonIsaac) </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
This commit is contained in:
parent
bd90ca69a8
commit
55d24038f3
@ -86,7 +86,7 @@
|
||||
"lint-staged": "^15.2.2",
|
||||
"msw": "^2.3.0",
|
||||
"nx": "^19.0.0",
|
||||
"oxlint": "0.9.10",
|
||||
"oxlint": "0.10.1",
|
||||
"prettier": "^3.3.3",
|
||||
"semver": "^7.6.0",
|
||||
"serve": "^14.2.1",
|
||||
|
74
yarn.lock
74
yarn.lock
@ -667,7 +667,7 @@ __metadata:
|
||||
lint-staged: "npm:^15.2.2"
|
||||
msw: "npm:^2.3.0"
|
||||
nx: "npm:^19.0.0"
|
||||
oxlint: "npm:0.9.10"
|
||||
oxlint: "npm:0.10.1"
|
||||
prettier: "npm:^3.3.3"
|
||||
semver: "npm:^7.6.0"
|
||||
serve: "npm:^14.2.1"
|
||||
@ -9173,58 +9173,58 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/darwin-arm64@npm:0.9.10":
|
||||
version: 0.9.10
|
||||
resolution: "@oxlint/darwin-arm64@npm:0.9.10"
|
||||
"@oxlint/darwin-arm64@npm:0.10.1":
|
||||
version: 0.10.1
|
||||
resolution: "@oxlint/darwin-arm64@npm:0.10.1"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/darwin-x64@npm:0.9.10":
|
||||
version: 0.9.10
|
||||
resolution: "@oxlint/darwin-x64@npm:0.9.10"
|
||||
"@oxlint/darwin-x64@npm:0.10.1":
|
||||
version: 0.10.1
|
||||
resolution: "@oxlint/darwin-x64@npm:0.10.1"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-arm64-gnu@npm:0.9.10":
|
||||
version: 0.9.10
|
||||
resolution: "@oxlint/linux-arm64-gnu@npm:0.9.10"
|
||||
"@oxlint/linux-arm64-gnu@npm:0.10.1":
|
||||
version: 0.10.1
|
||||
resolution: "@oxlint/linux-arm64-gnu@npm:0.10.1"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-arm64-musl@npm:0.9.10":
|
||||
version: 0.9.10
|
||||
resolution: "@oxlint/linux-arm64-musl@npm:0.9.10"
|
||||
"@oxlint/linux-arm64-musl@npm:0.10.1":
|
||||
version: 0.10.1
|
||||
resolution: "@oxlint/linux-arm64-musl@npm:0.10.1"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-x64-gnu@npm:0.9.10":
|
||||
version: 0.9.10
|
||||
resolution: "@oxlint/linux-x64-gnu@npm:0.9.10"
|
||||
"@oxlint/linux-x64-gnu@npm:0.10.1":
|
||||
version: 0.10.1
|
||||
resolution: "@oxlint/linux-x64-gnu@npm:0.10.1"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/linux-x64-musl@npm:0.9.10":
|
||||
version: 0.9.10
|
||||
resolution: "@oxlint/linux-x64-musl@npm:0.9.10"
|
||||
"@oxlint/linux-x64-musl@npm:0.10.1":
|
||||
version: 0.10.1
|
||||
resolution: "@oxlint/linux-x64-musl@npm:0.10.1"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/win32-arm64@npm:0.9.10":
|
||||
version: 0.9.10
|
||||
resolution: "@oxlint/win32-arm64@npm:0.9.10"
|
||||
"@oxlint/win32-arm64@npm:0.10.1":
|
||||
version: 0.10.1
|
||||
resolution: "@oxlint/win32-arm64@npm:0.10.1"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@oxlint/win32-x64@npm:0.9.10":
|
||||
version: 0.9.10
|
||||
resolution: "@oxlint/win32-x64@npm:0.9.10"
|
||||
"@oxlint/win32-x64@npm:0.10.1":
|
||||
version: 0.10.1
|
||||
resolution: "@oxlint/win32-x64@npm:0.10.1"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
@ -27068,18 +27068,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"oxlint@npm:0.9.10":
|
||||
version: 0.9.10
|
||||
resolution: "oxlint@npm:0.9.10"
|
||||
"oxlint@npm:0.10.1":
|
||||
version: 0.10.1
|
||||
resolution: "oxlint@npm:0.10.1"
|
||||
dependencies:
|
||||
"@oxlint/darwin-arm64": "npm:0.9.10"
|
||||
"@oxlint/darwin-x64": "npm:0.9.10"
|
||||
"@oxlint/linux-arm64-gnu": "npm:0.9.10"
|
||||
"@oxlint/linux-arm64-musl": "npm:0.9.10"
|
||||
"@oxlint/linux-x64-gnu": "npm:0.9.10"
|
||||
"@oxlint/linux-x64-musl": "npm:0.9.10"
|
||||
"@oxlint/win32-arm64": "npm:0.9.10"
|
||||
"@oxlint/win32-x64": "npm:0.9.10"
|
||||
"@oxlint/darwin-arm64": "npm:0.10.1"
|
||||
"@oxlint/darwin-x64": "npm:0.10.1"
|
||||
"@oxlint/linux-arm64-gnu": "npm:0.10.1"
|
||||
"@oxlint/linux-arm64-musl": "npm:0.10.1"
|
||||
"@oxlint/linux-x64-gnu": "npm:0.10.1"
|
||||
"@oxlint/linux-x64-musl": "npm:0.10.1"
|
||||
"@oxlint/win32-arm64": "npm:0.10.1"
|
||||
"@oxlint/win32-x64": "npm:0.10.1"
|
||||
dependenciesMeta:
|
||||
"@oxlint/darwin-arm64":
|
||||
optional: true
|
||||
@ -27100,7 +27100,7 @@ __metadata:
|
||||
bin:
|
||||
oxc_language_server: bin/oxc_language_server
|
||||
oxlint: bin/oxlint
|
||||
checksum: 10/feb4b3bda14e974c857a51dc09f2c0836390466a144d238cc4efb6fc1b3717111fa853b7c2016d4487cb26642d614ded0c1b96f21dab1d5815d2a5fef2938451
|
||||
checksum: 10/170ab6a8f171c1b8dcbe2bafb10cd81c919895ab4f11b3c929aab7ffe2df3bb80d6b1e0145983deb14141d78fbc0679d2bb9d7904d5d16e2c161f9825cc046b3
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user