From a42282212eddd4e7f87171e2a8bc4bbc9b867c8f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 6 Apr 2025 01:44:29 +0800 Subject: [PATCH] chore(deps): update lint dependencies to ^0.16.4 (patch) (#175) [no ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) | [`^0.16.3` -> `^0.16.4`](https://renovatebot.com/diffs/npm/eslint-plugin-oxlint/0.16.3/0.16.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-oxlint/0.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-oxlint/0.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-oxlint/0.16.3/0.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-oxlint/0.16.3/0.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [oxlint](https://oxc.rs) ([source](https://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) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.16.3/0.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.16.3/0.16.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint) ### [`v0.16.4`](https://github.com/oxc-project/eslint-plugin-oxlint/releases/tag/v0.16.4) [Compare Source](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.16.3...v0.16.4) *No significant changes* #####     [View changes on GitHub](https://github.com/oxc-project/eslint-plugin-oxlint/compare/v0.16.3...v0.16.4)
oxc-project/oxc (oxlint) ### [`v0.16.4`](https://github.com/oxc-project/oxc/releases/tag/oxlint_v0.16.4): oxlint v0.16.4 [Compare Source](https://github.com/oxc-project/oxc/compare/oxlint_v0.16.3...oxlint_v0.16.4) #### \[0.16.4] - 2025-04-01 - [`da6336c`](https://github.com/oxc-project/oxc/commit/da6336c) language_server: \[**BREAKING**] Remove `enable` configuration, the client should shutdown the server instead ([#​9990](https://github.com/oxc-project/oxc/issues/9990)) (Sysix) ##### Features - [`06e3db9`](https://github.com/oxc-project/oxc/commit/06e3db9) linter: Support `multipleFileExtensions` option for `unicorn/filename-case` ([#​10118](https://github.com/oxc-project/oxc/issues/10118)) (shulaoda) - [`dbe0e46`](https://github.com/oxc-project/oxc/commit/dbe0e46) linter: Support `ignore` option for `unicorn/filename-case` ([#​10107](https://github.com/oxc-project/oxc/issues/10107)) (shulaoda) ##### Bug Fixes - [`0a33e27`](https://github.com/oxc-project/oxc/commit/0a33e27) editor: Update `initializationOptions` for a possible restart ([#​10121](https://github.com/oxc-project/oxc/issues/10121)) (Sysix) - [`ac780a2`](https://github.com/oxc-project/oxc/commit/ac780a2) editor: Repair filewatchers when no custom config provided ([#​10104](https://github.com/oxc-project/oxc/issues/10104)) (Sysix) - [`4303ace`](https://github.com/oxc-project/oxc/commit/4303ace) editor: Dont send `didChangeConfiguration` request to the server when it is shutdown ([#​10084](https://github.com/oxc-project/oxc/issues/10084)) (Sysix) - [`07f2a25`](https://github.com/oxc-project/oxc/commit/07f2a25) editor: Enable regex parsing in language server ([#​10035](https://github.com/oxc-project/oxc/issues/10035)) (camchenry) - [`fcf7702`](https://github.com/oxc-project/oxc/commit/fcf7702) language_server: Start from a default oxlint configuration + SafeFix for nested configuration ([#​10043](https://github.com/oxc-project/oxc/issues/10043)) (Sysix) - [`aba3654`](https://github.com/oxc-project/oxc/commit/aba3654) linter: Span disable directive correctly on next line ([#​10141](https://github.com/oxc-project/oxc/issues/10141)) (Ulrich Stark 🦀) - [`2c80858`](https://github.com/oxc-project/oxc/commit/2c80858) linter: Enable multi-file analysis for nested configs ([#​10089](https://github.com/oxc-project/oxc/issues/10089)) (camchenry) ##### Performance - [`566be59`](https://github.com/oxc-project/oxc/commit/566be59) linter: Replace `phf_set` with `array` in `eslint/func-names` ([#​10119](https://github.com/oxc-project/oxc/issues/10119)) (shulaoda) - [`5e14fe9`](https://github.com/oxc-project/oxc/commit/5e14fe9) linter: Inline `PRE_DEFINE_VAR` and use `array` format ([#​10079](https://github.com/oxc-project/oxc/issues/10079)) (shulaoda) ##### Refactor - [`327be53`](https://github.com/oxc-project/oxc/commit/327be53) editor: `LanguageClient` can be undefined ([#​10112](https://github.com/oxc-project/oxc/issues/10112)) (Sysix) - [`5ec477c`](https://github.com/oxc-project/oxc/commit/5ec477c) editor: Make `onConfigChange` async ([#​10110](https://github.com/oxc-project/oxc/issues/10110)) (Sysix) - [`a278d73`](https://github.com/oxc-project/oxc/commit/a278d73) editor: Use warning background when the plugin is deactived ([#​10085](https://github.com/oxc-project/oxc/issues/10085)) (Sysix) - [`c0e5251`](https://github.com/oxc-project/oxc/commit/c0e5251) language_server: Set `null` as a default value for `configPath` ([#​10047](https://github.com/oxc-project/oxc/issues/10047)) (Sysix) - [`09c0ac6`](https://github.com/oxc-project/oxc/commit/09c0ac6) linter: Improve `unicorn/filename-case` ([#​10117](https://github.com/oxc-project/oxc/issues/10117)) (shulaoda) - [`d8e49a1`](https://github.com/oxc-project/oxc/commit/d8e49a1) linter: Compute lintable extensions at compile time ([#​10090](https://github.com/oxc-project/oxc/issues/10090)) (camchenry) - [`b3ec235`](https://github.com/oxc-project/oxc/commit/b3ec235) linter: Use items of `oxc_ast::ast` module directly ([#​10100](https://github.com/oxc-project/oxc/issues/10100)) (Ulrich Stark 🦀) - [`93e6c0b`](https://github.com/oxc-project/oxc/commit/93e6c0b) linter: Use `FormalParameter::has_modifier` to detect parameter properties ([#​10097](https://github.com/oxc-project/oxc/issues/10097)) (Ulrich Stark 🦀) ##### Testing - [`410b8d6`](https://github.com/oxc-project/oxc/commit/410b8d6) editor: Use debug build of the language server ([#​10083](https://github.com/oxc-project/oxc/issues/10083)) (Sysix) - [`500add0`](https://github.com/oxc-project/oxc/commit/500add0) editor: Add test for `oxc.fixAll` command ([#​10045](https://github.com/oxc-project/oxc/issues/10045)) (Sysix)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.1-h.cc/examples/vue-ts-example/pulls/175 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- package.json | 4 +-- pnpm-lock.yaml | 84 +++++++++++++++++++++++++------------------------- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/package.json b/package.json index e4324cb..6665b01 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "eruda": "^3.4.1", "eslint": "^9.23.0", "eslint-plugin-import-x": "^4.9.4", - "eslint-plugin-oxlint": "^0.16.3", + "eslint-plugin-oxlint": "^0.16.4", "eslint-plugin-perfectionist": "^4.10.1", "eslint-plugin-unicorn": "^58.0.0", "eslint-plugin-vue": "^10.0.0", @@ -125,7 +125,7 @@ "lint-staged": "^15.5.0", "mockjs": "^1.1.0", "npm-run-all2": "^7.0.2", - "oxlint": "^0.16.3", + "oxlint": "^0.16.4", "prettier": "3.5.3", "sass-embedded": "^1.86.0", "terser": "^5.39.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 44e9fd0..56df594 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -225,8 +225,8 @@ importers: specifier: ^4.9.4 version: 4.9.4(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3) eslint-plugin-oxlint: - specifier: ^0.16.3 - version: 0.16.3 + specifier: ^0.16.4 + version: 0.16.4 eslint-plugin-perfectionist: specifier: ^4.10.1 version: 4.10.1(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.3) @@ -252,8 +252,8 @@ importers: specifier: ^7.0.2 version: 7.0.2 oxlint: - specifier: ^0.16.3 - version: 0.16.3 + specifier: ^0.16.4 + version: 0.16.4 prettier: specifier: 3.5.3 version: 3.5.3 @@ -1114,43 +1114,43 @@ packages: cpu: [x64] os: [win32] - '@oxlint/darwin-arm64@0.16.3': - resolution: {integrity: sha512-X0VSK4mjPWJTzNHTExFlN+MdEVbxhdl/fXSLDKPf8Sm46ebY7qat8Df06Z0fncZc1+aDAb32xDy0U3cnUA1vgg==} + '@oxlint/darwin-arm64@0.16.4': + resolution: {integrity: sha512-lxwzCWM8zkSsv+JMEAvhHoS5X+5ICq/Vupb4RAalozX2V39Y/JXNol6RBxIGD7EEmitxWBghMIMdmqW9Y0wChA==} cpu: [arm64] os: [darwin] - '@oxlint/darwin-x64@0.16.3': - resolution: {integrity: sha512-/fTRMu2wjSbp9ai6jFlNSOME3Eoq9+7W9JpGyi7s3vht5PnqKVSCZVXaawEAlHgFIlcwi9MZHbRo6GDsqfZnuw==} + '@oxlint/darwin-x64@0.16.4': + resolution: {integrity: sha512-wRUxqisY7X1N88xoAFRcR3K7bPw6xqtNhaxVOaRhu5F3NIt85D80WBayoPl7TZKWTACUX55SGvAJBnOYmE7+zg==} cpu: [x64] os: [darwin] - '@oxlint/linux-arm64-gnu@0.16.3': - resolution: {integrity: sha512-t1xtcbHoJGpE/0oRA8z2/szBB0gHGy0eua0ko57Lo1LscHiyvkmpqPJTiaR8+1b+EbGO8KKgLcKDoxqvmIqDbA==} + '@oxlint/linux-arm64-gnu@0.16.4': + resolution: {integrity: sha512-veM/ve9kqTU7Qei3qjvGzXPZLT8L1vQ2nE8U78DbjrmP9i5MC1QB5ynBB9oQDJ1yce9ExmjTpIor2SF3phfXXQ==} cpu: [arm64] os: [linux] - '@oxlint/linux-arm64-musl@0.16.3': - resolution: {integrity: sha512-N0kCa9K9MssXO/Gk6tPHYQWUdWhEJPek4rsYRLXyoVKX0c36Ty66Ye74LiDtFkkB33S0P38hTAwYWF68nqCEmw==} + '@oxlint/linux-arm64-musl@0.16.4': + resolution: {integrity: sha512-QojvKDSA43gbt3pjua+zgX0jfpyWLU6xXEBgA/Ww7HPR7Ec1pbs8lhL1Or7BQl8jywkMdzWiicPtd65+DBw/IQ==} cpu: [arm64] os: [linux] - '@oxlint/linux-x64-gnu@0.16.3': - resolution: {integrity: sha512-f/MzfVTTxdO2YqWLvv/yyDF4O82yBC9KsDgd01M3M2cqrBlczDZ8FZaVAMO9RzKGiPZi6nwxxK0VPaLzGEc3XQ==} + '@oxlint/linux-x64-gnu@0.16.4': + resolution: {integrity: sha512-rVZhsnzQzfhQSEVc+aGoLlWdzhyuXrKxrwv0h1R9rJSB7vzBx2+D2k9LQSW1WkuhUd3Bn4CIDPakT8XUKYxvXQ==} cpu: [x64] os: [linux] - '@oxlint/linux-x64-musl@0.16.3': - resolution: {integrity: sha512-xdAtPsXkAe1XyXGTwmhDRy48j9EOUMiT7yL0OziHndU8U5/kfrEXgwLAw0tb8XEvfu5ZVn76EtTyQxpG0KkPpw==} + '@oxlint/linux-x64-musl@0.16.4': + resolution: {integrity: sha512-ZLc+jh8+HF5ftnvVfWA3jl1/Rq45naakC96MlmRIxHhDNsClo41ssSeANJ15shk1MbCOdEnJh7foHPvU6QmGpQ==} cpu: [x64] os: [linux] - '@oxlint/win32-arm64@0.16.3': - resolution: {integrity: sha512-B54p7IrcACUEypQtKzMJ07xP+pFJbTwktB9TuANogMIMo33DsxoBvAYoGFOL/sFq1Dvg5jtCa6LX1dAzSPXwTA==} + '@oxlint/win32-arm64@0.16.4': + resolution: {integrity: sha512-/KvI2fLK5V9cPuR7rfomchRJmHBJDH7PFZINNm5o3ivmjstUVsIT2HoArjitwoVdionKKJ0Ac8Vc0xqS/Vvbcg==} cpu: [arm64] os: [win32] - '@oxlint/win32-x64@0.16.3': - resolution: {integrity: sha512-ZpnyNyXAS5xsZggOD2V5tYYBALnW8p0w70UNXPWnXl3ScAb3QMW7IQRyOvKNPbXyW7XNYebWlgJkSCFij9gKvA==} + '@oxlint/win32-x64@0.16.4': + resolution: {integrity: sha512-KS2ztiU039dooBi82i24QL6aa/4PROwg9fEcZc4o3N2BueO01a0s4nKlz/AJL+1Twa6LZJgGsQ87EcAzlj3DUA==} cpu: [x64] os: [win32] @@ -2626,8 +2626,8 @@ packages: peerDependencies: eslint: ^8.57.0 || ^9.0.0 - eslint-plugin-oxlint@0.16.3: - resolution: {integrity: sha512-ekfcBynOf6gCPfCHePp9/71nuyYPkSacU6blZEx/2ebo2M1tJbjSsAnQaBxSeeXm7naRUMlzTaEGmy5tNO1cKQ==} + eslint-plugin-oxlint@0.16.4: + resolution: {integrity: sha512-0H0V+eSW+hIQSoXEtD1PAH0WIBTVPrh4cHsZe9flDH/GxnA4bsfoqTyl3fUBCV3MvLsDJFHguj7F5frkgkme9Q==} eslint-plugin-perfectionist@4.10.1: resolution: {integrity: sha512-GXwFfL47RfBLZRGQdrvGZw9Ali2T2GPW8p4Gyj2fyWQ9396R/HgJMf0m9kn7D6WXRwrINfTDGLS+QYIeok9qEg==} @@ -3576,8 +3576,8 @@ packages: oxc-resolver@4.2.0: resolution: {integrity: sha512-x9bzmn1rQRu2cRT6dC6qOCKyStDVubXsf5H3UloUG/UFjzufmNu8DHTxafYDaSlA9Y+rorD+EnmF7sWSaFdd7g==} - oxlint@0.16.3: - resolution: {integrity: sha512-CqHLqyVLL0UYLsJTLHuwzbM3/dCxA5v0ngSCTnVFYwQsj8qYr8p1KS0TbCX4Mv20vcOJifSoQdQhvNcWFSKMZw==} + oxlint@0.16.4: + resolution: {integrity: sha512-zi/a8i2R3OJcAUx1KHGy4B8UWWCN3YLDYzlYSNX9uknfX0PJSzv632Xrw9V0Ty5Y1biD6ZuLyO+5Yy2yeG2ySA==} engines: {node: '>=8.*'} hasBin: true @@ -5615,28 +5615,28 @@ snapshots: '@oxc-resolver/binding-win32-x64-msvc@4.2.0': optional: true - '@oxlint/darwin-arm64@0.16.3': + '@oxlint/darwin-arm64@0.16.4': optional: true - '@oxlint/darwin-x64@0.16.3': + '@oxlint/darwin-x64@0.16.4': optional: true - '@oxlint/linux-arm64-gnu@0.16.3': + '@oxlint/linux-arm64-gnu@0.16.4': optional: true - '@oxlint/linux-arm64-musl@0.16.3': + '@oxlint/linux-arm64-musl@0.16.4': optional: true - '@oxlint/linux-x64-gnu@0.16.3': + '@oxlint/linux-x64-gnu@0.16.4': optional: true - '@oxlint/linux-x64-musl@0.16.3': + '@oxlint/linux-x64-musl@0.16.4': optional: true - '@oxlint/win32-arm64@0.16.3': + '@oxlint/win32-arm64@0.16.4': optional: true - '@oxlint/win32-x64@0.16.3': + '@oxlint/win32-x64@0.16.4': optional: true '@pinia/colada@0.14.2(pinia@3.0.1(typescript@5.8.3)(vue@3.5.13(typescript@5.8.3)))': @@ -7329,7 +7329,7 @@ snapshots: - supports-color - typescript - eslint-plugin-oxlint@0.16.3: + eslint-plugin-oxlint@0.16.4: dependencies: jsonc-parser: 3.3.1 @@ -8294,16 +8294,16 @@ snapshots: '@oxc-resolver/binding-win32-arm64-msvc': 4.2.0 '@oxc-resolver/binding-win32-x64-msvc': 4.2.0 - oxlint@0.16.3: + oxlint@0.16.4: optionalDependencies: - '@oxlint/darwin-arm64': 0.16.3 - '@oxlint/darwin-x64': 0.16.3 - '@oxlint/linux-arm64-gnu': 0.16.3 - '@oxlint/linux-arm64-musl': 0.16.3 - '@oxlint/linux-x64-gnu': 0.16.3 - '@oxlint/linux-x64-musl': 0.16.3 - '@oxlint/win32-arm64': 0.16.3 - '@oxlint/win32-x64': 0.16.3 + '@oxlint/darwin-arm64': 0.16.4 + '@oxlint/darwin-x64': 0.16.4 + '@oxlint/linux-arm64-gnu': 0.16.4 + '@oxlint/linux-arm64-musl': 0.16.4 + '@oxlint/linux-x64-gnu': 0.16.4 + '@oxlint/linux-x64-musl': 0.16.4 + '@oxlint/win32-arm64': 0.16.4 + '@oxlint/win32-x64': 0.16.4 p-limit@3.1.0: dependencies: