From a9120c1b6b2392c39bf03356d968a9837f9c2a21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:18:49 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-perfectionist to v4.4.0 (#264) 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-perfectionist](https://perfectionist.dev) ([source](https://redirect.github.com/azat-io/eslint-plugin-perfectionist)) | [`4.3.0` -> `4.4.0`](https://renovatebot.com/diffs/npm/eslint-plugin-perfectionist/4.3.0/4.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-perfectionist/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-perfectionist/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-perfectionist/4.3.0/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-perfectionist/4.3.0/4.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist) ### [`v4.4.0`](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/blob/HEAD/changelog.md#v440) [Compare Source](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/compare/v4.3.0...v4.4.0) [compare changes](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/compare/v4.3.0...v4.4.0) ##### 🚀 Features - **sort-array-includes:** Add use configuration if and groups ([a06ce5c](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/a06ce5c)) - Add ignore rule for objects passed as arguments to function calls ([41c9f4f](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/41c9f4f)) - Add use configuration if option to sort-object-types and sort-interfaces ([aa18f1a](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/aa18f1a)) ##### 🏎 Performance Improvements - Improve rules performance ([42ac82d](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/42ac82d)) ##### 🐞 Bug Fixes - **sort-interfaces:** Prevent constructor declarations from being sorted ([b4ee1cc](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/b4ee1cc)) ##### ❤️ Contributors - Azat S. ([@​azat-io](http://github.com/azat-io)) - Hugo ([@​hugop95](http://github.com/hugop95))
--- ### 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 this update again. --- - [ ] 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/boneskull/impvol). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3dbea2d..29d3ae4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "cspell": "8.17.1", "eslint": "9.17.0", "eslint-plugin-n": "17.15.0", - "eslint-plugin-perfectionist": "4.3.0", + "eslint-plugin-perfectionist": "4.4.0", "husky": "9.1.7", "knip": "5.41.1", "lint-staged": "15.2.11", @@ -3576,14 +3576,14 @@ } }, "node_modules/eslint-plugin-perfectionist": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.3.0.tgz", - "integrity": "sha512-8tQ/wn1dFelul2WoXL/NQOEwvWO8H4Vjmsqpt3fDQrfgybr8kQ5Vgb9BQyVRB33ywQqjUApsiwi5Ci7grMPPRA==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.4.0.tgz", + "integrity": "sha512-B78pWxCsA2sClourpWEmWziCcjEsAEyxsNV5G6cxxteu/NI0/2en9XZUONf5e/+O+dgoLZsEPHQEhnIxJcnUvA==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "^8.18.0", - "@typescript-eslint/utils": "^8.18.0", + "@typescript-eslint/types": "^8.18.1", + "@typescript-eslint/utils": "^8.18.1", "natural-orderby": "^5.0.0" }, "engines": { diff --git a/package.json b/package.json index 8880076..2d8a9d0 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "cspell": "8.17.1", "eslint": "9.17.0", "eslint-plugin-n": "17.15.0", - "eslint-plugin-perfectionist": "4.3.0", + "eslint-plugin-perfectionist": "4.4.0", "husky": "9.1.7", "knip": "5.41.1", "lint-staged": "15.2.11",