From 4136e476a1ac75b4de616fd41a00e772b2deea6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 23:43:01 +0000 Subject: [PATCH] build(deps-dev): Bump the regular group with 2 updates Bumps the regular group with 2 updates: [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) and [prettier](https://github.com/prettier/prettier). Updates `eslint-plugin-perfectionist` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases) - [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md) - [Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v4.8.0...v4.9.0) Updates `prettier` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.5.0...3.5.1) --- updated-dependencies: - dependency-name: eslint-plugin-perfectionist dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: regular ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index e1ea999..e2fcf64 100644 --- a/package.json +++ b/package.json @@ -81,10 +81,10 @@ "eslint": "^9.20.1", "eslint-define-config": "^2.1.0", "eslint-plugin-jsdoc": "^50.6.3", - "eslint-plugin-perfectionist": "^4.8.0", + "eslint-plugin-perfectionist": "^4.9.0", "husky": "^9.1.7", "lint-staged": "^15.4.3", "neostandard": "^0.12.1", - "prettier": "^3.5.0" + "prettier": "^3.5.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5cd87c2..f307493 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -64,8 +64,8 @@ importers: specifier: ^50.6.3 version: 50.6.3(eslint@9.20.1(jiti@2.4.2)) eslint-plugin-perfectionist: - specifier: ^4.8.0 - version: 4.8.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.5.4) + specifier: ^4.9.0 + version: 4.9.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.5.4) husky: specifier: ^9.1.7 version: 9.1.7 @@ -76,8 +76,8 @@ importers: specifier: ^0.12.1 version: 0.12.1(eslint@9.20.1(jiti@2.4.2))(typescript@5.5.4) prettier: - specifier: ^3.5.0 - version: 3.5.0 + specifier: ^3.5.1 + version: 3.5.1 packages: @@ -742,8 +742,8 @@ packages: peerDependencies: eslint: '>=8.23.0' - eslint-plugin-perfectionist@4.8.0: - resolution: {integrity: sha512-ZF04IAPGItYMlj9xjgvvl/QpksZf79g0dkxbNcuxDjbcUSZ4CwucJ7h5Yzt5JuHe+i6igQbUYEp40j4ndfbvWQ==} + eslint-plugin-perfectionist@4.9.0: + resolution: {integrity: sha512-76lDfJnonOcXGW3bEXuqhEGId0LrOlvIE1yLHvK/eKMMPOc0b43KchAIR2Bdbqlg+LPXU5/Q+UzuzkO+cWHT6w==} engines: {node: ^18.0.0 || >=20.0.0} peerDependencies: eslint: '>=8.0.0' @@ -1433,8 +1433,8 @@ packages: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} - prettier@3.5.0: - resolution: {integrity: sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==} + prettier@3.5.1: + resolution: {integrity: sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==} engines: {node: '>=14'} hasBin: true @@ -2629,7 +2629,7 @@ snapshots: minimatch: 9.0.5 semver: 7.7.1 - eslint-plugin-perfectionist@4.8.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.5.4): + eslint-plugin-perfectionist@4.9.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.5.4): dependencies: '@typescript-eslint/types': 8.24.0 '@typescript-eslint/utils': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.5.4) @@ -3356,7 +3356,7 @@ snapshots: prelude-ls@1.2.1: {} - prettier@3.5.0: {} + prettier@3.5.1: {} prop-types@15.8.1: dependencies: -- 2.43.0