napi-rs / node-rs

Node.js bindings ❤️ Rust crates
https://node-rs.dev
MIT License
1.03k stars 32 forks source link

chore(deps): update dependency oxlint to ^0.5.0 #849

Open renovate[bot] opened 6 days ago

renovate[bot] commented 6 days ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
oxlint (source) ^0.4.0 -> ^0.5.0 age adoption passing confidence

Release Notes

oxc-project/oxc (oxlint) ### [`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) ### [`v0.4.4`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.4.4): oxlint v0.4.4 [Compare Source](https://togithub.com/oxc-project/oxc/compare/4b9a36512ec5186babdf726e604336bfc6838f6c...2173f23d9cbda547135000a3a00cd7b2e18dc762) #### \[0.4.4] - 2024-06-14 ##### Highlights Sort imports via `oxlint --fix -D sort-imports` - [`f6d9ca6`](https://togithub.com/oxc-project/oxc/commit/f6d9ca6) linter: Add `eslint/sort-imports` rule ([#​3568](https://togithub.com/oxc-project/oxc/issues/3568)) (Wang Wenzhe) ##### Features - [`8f5655d`](https://togithub.com/oxc-project/oxc/commit/8f5655d) linter: Add eslint/no-useless-constructor ([#​3594](https://togithub.com/oxc-project/oxc/issues/3594)) (Don Isaac) - [`29c78db`](https://togithub.com/oxc-project/oxc/commit/29c78db) linter: Implement [@​typescript-eslint/explicit-function-return-type](https://togithub.com/typescript-eslint/explicit-function-return-type) ([#​3455](https://togithub.com/oxc-project/oxc/issues/3455)) (kaykdm) - [`21d3425`](https://togithub.com/oxc-project/oxc/commit/21d3425) linter: Typescript-eslint no-useless-empty-export ([#​3605](https://togithub.com/oxc-project/oxc/issues/3605)) (keita hino) - [`85c3b83`](https://togithub.com/oxc-project/oxc/commit/85c3b83) linter: Eslint-plugin-jest/max-nested-describes ([#​3585](https://togithub.com/oxc-project/oxc/issues/3585)) (cinchen) - [`046ff3f`](https://togithub.com/oxc-project/oxc/commit/046ff3f) linter/eslint: Add `no_unreachable` rule. ([#​3238](https://togithub.com/oxc-project/oxc/issues/3238)) (rzvxa) - [`e32ce00`](https://togithub.com/oxc-project/oxc/commit/e32ce00) linter/jsdoc: Implement require-param-name rule ([#​3636](https://togithub.com/oxc-project/oxc/issues/3636)) (Yuji Sugiura) - [`110661c`](https://togithub.com/oxc-project/oxc/commit/110661c) linter/jsdoc: Implement require-param-description ([#​3621](https://togithub.com/oxc-project/oxc/issues/3621)) (Yuji Sugiura) - [`d6370f1`](https://togithub.com/oxc-project/oxc/commit/d6370f1) linter/jsdoc: Implement require-param-type rule ([#​3601](https://togithub.com/oxc-project/oxc/issues/3601)) (Yuji Sugiura) - ##### Bug Fixes - [`f0b689d`](https://togithub.com/oxc-project/oxc/commit/f0b689d) linter: Panic in jsdoc/require-param ([#​3590](https://togithub.com/oxc-project/oxc/issues/3590)) (Don Isaac) ### [`v0.4.3`](https://togithub.com/oxc-project/oxc/releases/tag/oxlint_v0.4.3): oxlint v0.4.3 [Compare Source](https://togithub.com/oxc-project/oxc/compare/031bbe6dc4b0707b324bee7c9f49543a4c8bf212...4b9a36512ec5186babdf726e604336bfc6838f6c) #### \[0.4.3] - 2024-06-07 ##### Features - [`1fb9d23`](https://togithub.com/oxc-project/oxc/commit/1fb9d23) linter: Add fixer for no-useless-fallback-in-spread rule ([#​3544](https://togithub.com/oxc-project/oxc/issues/3544)) (Don Isaac) - [`6506d08`](https://togithub.com/oxc-project/oxc/commit/6506d08) linter: Add fixer for no-single-promise-in-promise-methods ([#​3531](https://togithub.com/oxc-project/oxc/issues/3531)) (Don Isaac) - [`daf559f`](https://togithub.com/oxc-project/oxc/commit/daf559f) linter: Eslint-plugin-jest/no-large-snapshot ([#​3436](https://togithub.com/oxc-project/oxc/issues/3436)) (cinchen) - [`4c17bc6`](https://togithub.com/oxc-project/oxc/commit/4c17bc6) linter: Eslint/no-constructor-return ([#​3321](https://togithub.com/oxc-project/oxc/issues/3321)) (谭光志) - [`4a075cc`](https://togithub.com/oxc-project/oxc/commit/4a075cc) linter/jsdoc: Implement require-param rule ([#​3554](https://togithub.com/oxc-project/oxc/issues/3554)) (Yuji Sugiura) - [`747500a`](https://togithub.com/oxc-project/oxc/commit/747500a) linter/jsdoc: Implement require-returns-type rule ([#​3458](https://togithub.com/oxc-project/oxc/issues/3458)) (Yuji Sugiura) - [`6b39654`](https://togithub.com/oxc-project/oxc/commit/6b39654) linter/tree-shaking: Support options ([#​3504](https://togithub.com/oxc-project/oxc/issues/3504)) (Wang Wenzhe) ##### Bug Fixes - [`b188778`](https://togithub.com/oxc-project/oxc/commit/b188778) linter/eslint: Fix `require-await` false positives in `ForOfStatement`. ([#​3457](https://togithub.com/oxc-project/oxc/issues/3457)) (rzvxa) - [`350cd91`](https://togithub.com/oxc-project/oxc/commit/350cd91) parser: Should parser error when function declaration has no name ([#​3461](https://togithub.com/oxc-project/oxc/issues/3461)) (Dunqing)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



This PR has been generated by Mend Renovate. View repository job log here.