mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 21:25:45 +08:00
chore: bump up oxlint version to v0.5.0 (#7357)
[](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) | [](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.5.0`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.5.0): oxlint v0.5.0 [Compare Source](https://togithub.com/oxc-project/oxc/compare/2173f23d9cbda547135000a3a00cd7b2e18dc762...1d74db77741829f2abce0b01d24135947b284c2b) ##### \[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:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user