From 3a2e431259daa06fcb6de2a9ab431e5309e55197 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:16:47 +0000 Subject: [PATCH] chore(deps): update dependency eslint-plugin-perfectionist to v2.9.0 (#308) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-perfectionist](https://eslint-plugin-perfectionist.azat.io) ([source](https://togithub.com/azat-io/eslint-plugin-perfectionist)) | [`2.8.0` -> `2.9.0`](https://renovatebot.com/diffs/npm/eslint-plugin-perfectionist/2.8.0/2.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-perfectionist/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-perfectionist/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-perfectionist/2.8.0/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-perfectionist/2.8.0/2.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist) ### [`v2.9.0`](https://togithub.com/azat-io/eslint-plugin-perfectionist/blob/HEAD/changelog.md#v290) [Compare Source](https://togithub.com/azat-io/eslint-plugin-perfectionist/compare/v2.8.0...v2.9.0) [compare changes](https://togithub.com/azat-io/eslint-plugin-perfectionist/compare/v2.8.0...v2.9.0) ##### 🚀 Features - Add sort-intersection-types rule ([3ad40ff](https://togithub.com/azat-io/eslint-plugin-perfectionist/commit/3ad40ff)) - Use preserve modules for package build ([be13a21](https://togithub.com/azat-io/eslint-plugin-perfectionist/commit/be13a21)) ##### 🐞 Bug Fixes - Sort-objects ignore-pattern add property type ([3de399f](https://togithub.com/azat-io/eslint-plugin-perfectionist/commit/3de399f)) - **sort-exports:** Work with star exports ([ce76606](https://togithub.com/azat-io/eslint-plugin-perfectionist/commit/ce76606)) ##### ❤️ Contributors - Azat S. ([@​azat-io](http://github.com/azat-io)) - Chirokas ([@​chirokas](http://github.com/chirokas)) - Sergio ([@​KID-joker](http://github.com/KID-joker)) - Josh Goldberg ✨
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/JoshuaKGoldberg/should-semantic-release). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8acd1c32..9ad662bc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -66,7 +66,7 @@ devDependencies: version: 3.1.0 eslint-plugin-perfectionist: specifier: ^2.1.0 - version: 2.8.0(eslint@8.57.0)(typescript@5.4.5) + version: 2.9.0(eslint@8.57.0)(typescript@5.4.5) eslint-plugin-regexp: specifier: ^2.0.0 version: 2.5.0(eslint@8.57.0) @@ -3649,8 +3649,8 @@ packages: engines: {node: '>=5.0.0'} dev: true - /eslint-plugin-perfectionist@2.8.0(eslint@8.57.0)(typescript@5.4.5): - resolution: {integrity: sha512-XBjQ4ctU1rOzQ4bFJoUowe8XdsIIz42JqNrouFlae1TO78HjoyYBaRP8+gAHDDQCSdHY10pbChyzlJeBA6D51w==} + /eslint-plugin-perfectionist@2.9.0(eslint@8.57.0)(typescript@5.4.5): + resolution: {integrity: sha512-ipFtDrqtF99qVVo+FE1fo6aHyLLp7hg6PNGfzY5KxQjcl0XCbyEFvjtR1NfkHDTN9rdFeEDxg59LLOv3VOAHAw==} peerDependencies: astro-eslint-parser: ^0.16.0 eslint: '>=8.0.0'