Skip to content

Commit f5f5b20

Browse files
chore(deps): update dependency oxlint to v1.15.0 (#5452)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [oxlint](https://oxc.rs) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint)) | [`1.14.0` -> `1.15.0`](https://renovatebot.com/diffs/npm/oxlint/1.14.0/1.15.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/1.14.0/1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>oxc-project/oxc (oxlint)</summary> ### [`v1.15.0`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v1.15.0): oxlint v1.15.0 [Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v1.14.0...oxlint_v1.15.0) ##### 🚀 Features - [`b20b56d`](https://redirect.github.com/oxc-project/oxc/commit/b20b56d) linter: Add `vue/no-multiple-slot-args` rule ([#&#8203;13579](https://redirect.github.com/oxc-project/oxc/issues/13579)) (Sysix) - [`aafe08c`](https://redirect.github.com/oxc-project/oxc/commit/aafe08c) linter: Add `vue/define-emits-declaration` rule ([#&#8203;13567](https://redirect.github.com/oxc-project/oxc/issues/13567)) (Sysix) - [`2ed5059`](https://redirect.github.com/oxc-project/oxc/commit/2ed5059) linter: Add `vue/define-props-declaration` rule ([#&#8203;13566](https://redirect.github.com/oxc-project/oxc/issues/13566)) (Sysix) - [`a718c23`](https://redirect.github.com/oxc-project/oxc/commit/a718c23) linter: Add `vue/valid-define-props` rule ([#&#8203;13565](https://redirect.github.com/oxc-project/oxc/issues/13565)) (Sysix) - [`75a673e`](https://redirect.github.com/oxc-project/oxc/commit/75a673e) editor: Support relative path for `oxc.path.server` ([#&#8203;13542](https://redirect.github.com/oxc-project/oxc/issues/13542)) (Sysix) - [`4af886b`](https://redirect.github.com/oxc-project/oxc/commit/4af886b) linter: Add `unicorn/no-array-reverse` rule ([#&#8203;13530](https://redirect.github.com/oxc-project/oxc/issues/13530)) (yefan) ##### 🐛 Bug Fixes - [`fb9d0f4`](https://redirect.github.com/oxc-project/oxc/commit/fb9d0f4) language\_server: Don't resend diagnostic on save, when `typeAware` is disabled and run is onType ([#&#8203;13604](https://redirect.github.com/oxc-project/oxc/issues/13604)) (YongSeok Jang (장용석)) - [`2f36350`](https://redirect.github.com/oxc-project/oxc/commit/2f36350) editor: Add notice for a possible restart when fixing `filename-case` ([#&#8203;13557](https://redirect.github.com/oxc-project/oxc/issues/13557)) (Sysix) - [`e17fccc`](https://redirect.github.com/oxc-project/oxc/commit/e17fccc) linter: Update `RuleRunner` impl after merge ([#&#8203;13642](https://redirect.github.com/oxc-project/oxc/issues/13642)) (camc314) - [`3d27c5b`](https://redirect.github.com/oxc-project/oxc/commit/3d27c5b) linter/no-unused-private-class-members: False positive with spread expr ([#&#8203;13634](https://redirect.github.com/oxc-project/oxc/issues/13634)) (yefan) - [`8314ed5`](https://redirect.github.com/oxc-project/oxc/commit/8314ed5) linter/tsgolint: Correct comment ([#&#8203;13589](https://redirect.github.com/oxc-project/oxc/issues/13589)) (camc314) - [`198243b`](https://redirect.github.com/oxc-project/oxc/commit/198243b) semantic: Dont parse `@` as jsdoc tags inside quotes ([#&#8203;13571](https://redirect.github.com/oxc-project/oxc/issues/13571)) (Gwenn Le Bihan) - [`89084d7`](https://redirect.github.com/oxc-project/oxc/commit/89084d7) linter/custom-plugins: Enforce exact matching for disable directives ([#&#8203;13538](https://redirect.github.com/oxc-project/oxc/issues/13538)) (Copilot) - [`277c5e1`](https://redirect.github.com/oxc-project/oxc/commit/277c5e1) linter: Output `eslint-plugin-vue` for vue diagnostics ([#&#8203;13564](https://redirect.github.com/oxc-project/oxc/issues/13564)) (Sysix) - [`34d3cde`](https://redirect.github.com/oxc-project/oxc/commit/34d3cde) rust: Fix clippy issues ([#&#8203;13540](https://redirect.github.com/oxc-project/oxc/issues/13540)) (Boshen) - [`5fccafc`](https://redirect.github.com/oxc-project/oxc/commit/5fccafc) linter: `unicorn/prefer-array-flat-map` ignore `React.Children` ([#&#8203;13534](https://redirect.github.com/oxc-project/oxc/issues/13534)) (Sysix) - [`7e78e39`](https://redirect.github.com/oxc-project/oxc/commit/7e78e39) linter: Don't panic when parsing regex with multiple parentheses ([#&#8203;13524](https://redirect.github.com/oxc-project/oxc/issues/13524)) (Sysix) - [`0d867b1`](https://redirect.github.com/oxc-project/oxc/commit/0d867b1) linter: Skip running tsgolint when no files need type aware linting ([#&#8203;13502](https://redirect.github.com/oxc-project/oxc/issues/13502)) (Copilot) - [`b677376`](https://redirect.github.com/oxc-project/oxc/commit/b677376) language\_server: Include the diagnostic of the other linter ([#&#8203;13490](https://redirect.github.com/oxc-project/oxc/issues/13490)) (Sysix) - [`e87d7bd`](https://redirect.github.com/oxc-project/oxc/commit/e87d7bd) linter: Parse regex inside `new RegExp()` with parentheses ([#&#8203;13448](https://redirect.github.com/oxc-project/oxc/issues/13448)) (Sysix) - [`5990f17`](https://redirect.github.com/oxc-project/oxc/commit/5990f17) linter: Change `typescript/no-confusing-void-expression` to pedantic ([#&#8203;13473](https://redirect.github.com/oxc-project/oxc/issues/13473)) (Boshen) ##### 🚜 Refactor - [`7775c21`](https://redirect.github.com/oxc-project/oxc/commit/7775c21) linter/plugins: Remove `oxlint2` Cargo feature ([#&#8203;13648](https://redirect.github.com/oxc-project/oxc/issues/13648)) (overlookmotel) - [`8f37e88`](https://redirect.github.com/oxc-project/oxc/commit/8f37e88) linter: Update tsgolint payload ([#&#8203;13547](https://redirect.github.com/oxc-project/oxc/issues/13547)) (camchenry) - [`2d53203`](https://redirect.github.com/oxc-project/oxc/commit/2d53203) linter/plugins: Move `tokio` usage from `oxc_linter` to `napi/oxlint2` ([#&#8203;13647](https://redirect.github.com/oxc-project/oxc/issues/13647)) (overlookmotel) - [`6cd6be2`](https://redirect.github.com/oxc-project/oxc/commit/6cd6be2) linter: Add `--experimental-js-plugins` CLI arg ([#&#8203;13658](https://redirect.github.com/oxc-project/oxc/issues/13658)) (overlookmotel) - [`476729b`](https://redirect.github.com/oxc-project/oxc/commit/476729b) linter: Simplify `RuleRunner` trait definition ([#&#8203;13637](https://redirect.github.com/oxc-project/oxc/issues/13637)) (camchenry) - [`2f02ac6`](https://redirect.github.com/oxc-project/oxc/commit/2f02ac6) linter/plugins: Remove `disable_oxlint2` Cargo feature ([#&#8203;13626](https://redirect.github.com/oxc-project/oxc/issues/13626)) (overlookmotel) - [`ff9e4fb`](https://redirect.github.com/oxc-project/oxc/commit/ff9e4fb) linter/plugins: Use fixed-size allocators when `ExternalLinter` exists ([#&#8203;13623](https://redirect.github.com/oxc-project/oxc/issues/13623)) (overlookmotel) - [`f9bff64`](https://redirect.github.com/oxc-project/oxc/commit/f9bff64) linter\_codegen: Improve code style for collecting nodes ([#&#8203;13636](https://redirect.github.com/oxc-project/oxc/issues/13636)) (camchenry) - [`babbaca`](https://redirect.github.com/oxc-project/oxc/commit/babbaca) all: Remove `pub` from modules with no exports ([#&#8203;13618](https://redirect.github.com/oxc-project/oxc/issues/13618)) (overlookmotel) - [`91759c6`](https://redirect.github.com/oxc-project/oxc/commit/91759c6) linter/plugins: Only use `RawTransferFileSystem` if JS plugins registered ([#&#8203;13599](https://redirect.github.com/oxc-project/oxc/issues/13599)) (overlookmotel) - [`118020c`](https://redirect.github.com/oxc-project/oxc/commit/118020c) linter/plugins: Discard `ExternalLinter` if no JS plugins registered ([#&#8203;13598](https://redirect.github.com/oxc-project/oxc/issues/13598)) (overlookmotel) - [`8d30bce`](https://redirect.github.com/oxc-project/oxc/commit/8d30bce) linter/tsgolint: Report an error if the tsgolint exe could not be found ([#&#8203;13590](https://redirect.github.com/oxc-project/oxc/issues/13590)) (camc314) - [`bccc276`](https://redirect.github.com/oxc-project/oxc/commit/bccc276) eslint/for-direction: Clean up implementation and improve documentation ([#&#8203;13532](https://redirect.github.com/oxc-project/oxc/issues/13532)) (Antoine Zanardi) - [`1425da2`](https://redirect.github.com/oxc-project/oxc/commit/1425da2) eslint/default-case-last: Simplify default case last check in switch statement ([#&#8203;13529](https://redirect.github.com/oxc-project/oxc/issues/13529)) (Antoine Zanardi) - [`d245376`](https://redirect.github.com/oxc-project/oxc/commit/d245376) oxlint: Remove unused `runner` module ([#&#8203;13561](https://redirect.github.com/oxc-project/oxc/issues/13561)) (camc314) - [`53f2fc1`](https://redirect.github.com/oxc-project/oxc/commit/53f2fc1) eslint/default-case: Simplify implementation and enhance readability ([#&#8203;13430](https://redirect.github.com/oxc-project/oxc/issues/13430)) (Antoine Zanardi) - [`6f15060`](https://redirect.github.com/oxc-project/oxc/commit/6f15060) eslint/block-scoped-var: Clean up implementation and improve documentation ([#&#8203;13417](https://redirect.github.com/oxc-project/oxc/issues/13417)) (Antoine Zanardi) - [`671e0fd`](https://redirect.github.com/oxc-project/oxc/commit/671e0fd) language\_server: Only store one instance of a diagnostic ([#&#8203;13514](https://redirect.github.com/oxc-project/oxc/issues/13514)) (Sysix) - [`1b425d6`](https://redirect.github.com/oxc-project/oxc/commit/1b425d6) eslint/default-case-last: Simplify implementation and enhance readability ([#&#8203;13515](https://redirect.github.com/oxc-project/oxc/issues/13515)) (Antoine Zanardi) - [`e4bbbce`](https://redirect.github.com/oxc-project/oxc/commit/e4bbbce) eslint/default-param-last: Simplify implementation and enhance readability ([#&#8203;13516](https://redirect.github.com/oxc-project/oxc/issues/13516)) (Antoine Zanardi) - [`e0396fd`](https://redirect.github.com/oxc-project/oxc/commit/e0396fd) linter: Remove `static` lifetime from disable directives function argument ([#&#8203;13492](https://redirect.github.com/oxc-project/oxc/issues/13492)) (camc314) ##### 📚 Documentation - [`eb1f167`](https://redirect.github.com/oxc-project/oxc/commit/eb1f167) linter: Note which rules require type info to run on rule page ([#&#8203;13675](https://redirect.github.com/oxc-project/oxc/issues/13675)) (camc314) - [`e66f93b`](https://redirect.github.com/oxc-project/oxc/commit/e66f93b) linter: Fix backtick formatting in no-return-wrap ([#&#8203;13633](https://redirect.github.com/oxc-project/oxc/issues/13633)) (camc314) ##### ⚡ Performance - [`e6a25e7`](https://redirect.github.com/oxc-project/oxc/commit/e6a25e7) linter: Remove unnecessary `should_run` check ([#&#8203;13639](https://redirect.github.com/oxc-project/oxc/issues/13639)) (camchenry) - [`f6a9687`](https://redirect.github.com/oxc-project/oxc/commit/f6a9687) linter: Store rules by AST type in a boxed array ([#&#8203;13578](https://redirect.github.com/oxc-project/oxc/issues/13578)) (overlookmotel) - [`b81f081`](https://redirect.github.com/oxc-project/oxc/commit/b81f081) linter: Reduce indirection ([#&#8203;13574](https://redirect.github.com/oxc-project/oxc/issues/13574)) (overlookmotel) - [`a744aff`](https://redirect.github.com/oxc-project/oxc/commit/a744aff) linter: Skip rules that do not have any relevant node types ([#&#8203;13138](https://redirect.github.com/oxc-project/oxc/issues/13138)) (camchenry) ##### 🎨 Styling - [`e110476`](https://redirect.github.com/oxc-project/oxc/commit/e110476) linter: Reformat code ([#&#8203;13573](https://redirect.github.com/oxc-project/oxc/issues/13573)) (overlookmotel) ##### 🧪 Testing - [`58e6c94`](https://redirect.github.com/oxc-project/oxc/commit/58e6c94) oxlint: Add test for ignorePatterns whitelist ([#&#8203;13372](https://redirect.github.com/oxc-project/oxc/issues/13372)) (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/eggjs/egg). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibmV4dCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8760dfd commit f5f5b20

1 file changed

Lines changed: 43 additions & 46 deletions

File tree

pnpm-lock.yaml

Lines changed: 43 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)