From 48cb9f73e26736236e3e9a9ee3416df9e56cd4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 01:53:42 +0000 Subject: [PATCH] build(deps-dev): Bump @theholocron/prettier-config from 4.1.0 to 6.0.0 Bumps [@theholocron/prettier-config](https://github.com/theholocron/configs) from 4.1.0 to 6.0.0. - [Release notes](https://github.com/theholocron/configs/releases) - [Changelog](https://github.com/theholocron/configs/blob/main/CHANGELOG.md) - [Commits](https://github.com/theholocron/configs/compare/@theholocron/prettier-config@4.1.0...v6.0.0) --- updated-dependencies: - dependency-name: "@theholocron/prettier-config" dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d79db24..4cff43c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@theholocron/commitlint-config": "^4.1.0", "@theholocron/eslint-config": "^4.1.0", "@theholocron/lint-staged-config": "^4.1.0", - "@theholocron/prettier-config": "^4.1.0", + "@theholocron/prettier-config": "^6.0.0", "@tsconfig/node-lts": "^22.0.2", "@vitest/coverage-v8": "^3.2.4", "alex": "^11.0.1", @@ -1766,11 +1766,10 @@ } }, "node_modules/@theholocron/prettier-config": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@theholocron/prettier-config/-/prettier-config-4.1.0.tgz", - "integrity": "sha512-JmUpvi6sqKXOF829ep8/pa/EqfQpFbOuXwsSWs9Bd+3TplXb9guZ5Uq2dX+2PGbxApgTw8RxTHPFa+9X48TwJg==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@theholocron/prettier-config/-/prettier-config-6.0.0.tgz", + "integrity": "sha512-uA50YAosX2maBtUFTMviO4U9uiEdnVHoMyOJ1nSF7GtSLFnA+GUtYYb3AgzmkeyHXjQW5Gf8XvApbH78p74olA==", "dev": true, - "license": "GPL-3.0", "peerDependencies": { "prettier": "^3" } diff --git a/package.json b/package.json index e74db1c..df0722d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@theholocron/commitlint-config": "^4.1.0", "@theholocron/eslint-config": "^4.1.0", "@theholocron/lint-staged-config": "^4.1.0", - "@theholocron/prettier-config": "^4.1.0", + "@theholocron/prettier-config": "^6.0.0", "@tsconfig/node-lts": "^22.0.2", "@vitest/coverage-v8": "^3.2.4", "alex": "^11.0.1",