From 6398e1da9084e44bc2f35caa3deabe8bacd224a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:08:37 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-perfectionist to v4.2.0 (#239) 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.1.2` -> `4.2.0`](https://renovatebot.com/diffs/npm/eslint-plugin-perfectionist/4.1.2/4.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-perfectionist/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-perfectionist/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-perfectionist/4.1.2/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-perfectionist/4.1.2/4.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist) ### [`v4.2.0`](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/blob/HEAD/changelog.md#v420) [Compare Source](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/compare/v4.1.2...v4.2.0) [compare changes](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/compare/v4.1.2...v4.2.0) ##### 🚀 Features - Improve groups and custom groups in sort-interfaces and sort-object-types ([8407bae](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/8407bae)) ##### 🐞 Bug Fixes - **sort-decorators:** Keep jsdoc blocks in place ([54dfdd9](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/54dfdd9)) - Fix ignoring order in natural sorting ([82cb68a](https://redirect.github.com/azat-io/eslint-plugin-perfectionist/commit/82cb68a)) ##### ❤️ Contributors - 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 dcaf237..7caf36c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "cspell": "8.16.1", "eslint": "9.16.0", "eslint-plugin-n": "17.14.0", - "eslint-plugin-perfectionist": "4.1.2", + "eslint-plugin-perfectionist": "4.2.0", "husky": "9.1.7", "knip": "5.39.1", "lint-staged": "15.2.10", @@ -3606,14 +3606,14 @@ } }, "node_modules/eslint-plugin-perfectionist": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.1.2.tgz", - "integrity": "sha512-YjXPWB/rKe/gPUsyuxw75wTUrzN5MuJnRV0PH9NoonFvgcdVIXk551mkBKPr59nRZCbu7S3dFHwfo4gA42DB2w==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.2.0.tgz", + "integrity": "sha512-hEMFx5xfSc/0OLZXJhSaLUKkFxATuRf4yL2iVfxEcxkkb17DfoLZY9eH960dPSw5uB7o+4avqP3rtkNp1Vwo7w==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/types": "^8.16.0", - "@typescript-eslint/utils": "^8.16.0", + "@typescript-eslint/types": "^8.17.0", + "@typescript-eslint/utils": "^8.17.0", "natural-orderby": "^5.0.0" }, "engines": { diff --git a/package.json b/package.json index d7c4810..947f4c8 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "cspell": "8.16.1", "eslint": "9.16.0", "eslint-plugin-n": "17.14.0", - "eslint-plugin-perfectionist": "4.1.2", + "eslint-plugin-perfectionist": "4.2.0", "husky": "9.1.7", "knip": "5.39.1", "lint-staged": "15.2.10",