From 3cb4ee1937b98ac9d096f76eaca2eb38884654ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 22:05:07 +0000 Subject: [PATCH] chore(deps-dev): bump the minor-and-patch-npm group with 2 updates Bumps the minor-and-patch-npm group with 2 updates: [prettier](https://github.com/prettier/prettier) and [prettier-plugin-sh](https://github.com/un-ts/prettier). Updates `prettier` from 3.8.1 to 3.8.2 - [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.8.1...3.8.2) Updates `prettier-plugin-sh` from 0.18.0 to 0.18.1 - [Release notes](https://github.com/un-ts/prettier/releases) - [Changelog](https://github.com/un-ts/prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/un-ts/prettier/compare/prettier-plugin-sh@0.18.0...prettier-plugin-sh@0.18.1) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-npm - dependency-name: prettier-plugin-sh dependency-version: 0.18.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch-npm ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- pnpm-lock.yaml | 42 +++++++++++++++++++++--------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/package.json b/package.json index 2ddfc44..8e4c68c 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "devDependencies": { "npm": "^11.12.1", - "prettier": "^3.8.1", + "prettier": "^3.8.2", "prettier-plugin-pkg": "^0.22.1", - "prettier-plugin-sh": "^0.18.0", + "prettier-plugin-sh": "^0.18.1", "prettier-plugin-toml": "^2.0.6" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1e21434..b2a7778 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,22 +12,22 @@ importers: specifier: ^11.12.1 version: 11.12.1 prettier: - specifier: ^3.8.1 - version: 3.8.1 + specifier: ^3.8.2 + version: 3.8.2 prettier-plugin-pkg: specifier: ^0.22.1 - version: 0.22.1(prettier@3.8.1) + version: 0.22.1(prettier@3.8.2) prettier-plugin-sh: - specifier: ^0.18.0 - version: 0.18.0(prettier@3.8.1) + specifier: ^0.18.1 + version: 0.18.1(prettier@3.8.2) prettier-plugin-toml: specifier: ^2.0.6 - version: 2.0.6(prettier@3.8.1) + version: 2.0.6(prettier@3.8.2) packages: - '@reteps/dockerfmt@0.3.6': - resolution: {integrity: sha512-Tb5wIMvBf/nLejTQ61krK644/CEMB/cpiaIFXqGApfGqO3GwcR3qnI0DbmkFVCl2OyEp8LnLX3EkucoL0+tbFg==} + '@reteps/dockerfmt@0.5.2': + resolution: {integrity: sha512-Hbr7yen4fP5TxGM54ucXa4o5NwWXatJ6Bd9I8gp0PValYbI4Rug2Gu+rVv7K7o/efQc3F5ctqWJz47rYaa8zBw==} engines: {node: ^v12.20.0 || ^14.13.0 || >=16.0.0} '@taplo/core@0.2.0': @@ -113,8 +113,8 @@ packages: peerDependencies: prettier: ^3.0.3 - prettier-plugin-sh@0.18.0: - resolution: {integrity: sha512-cW1XL27FOJQ/qGHOW6IHwdCiNWQsAgK+feA8V6+xUTaH0cD3Mh+tFAtBvEEWvuY6hTDzRV943Fzeii+qMOh7nQ==} + prettier-plugin-sh@0.18.1: + resolution: {integrity: sha512-uZmU22wBMevjh3rmCatNQqiEer2+5KLa0xYCBX6zQQUQkcNzVL+s6FbPKK6ZSUNUbQk6jMAcQHrYPvuL2W6ihQ==} engines: {node: '>=16.0.0'} peerDependencies: prettier: ^3.6.0 @@ -125,8 +125,8 @@ packages: peerDependencies: prettier: ^3.0.3 - prettier@3.8.1: - resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} + prettier@3.8.2: + resolution: {integrity: sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==} engines: {node: '>=14'} hasBin: true @@ -139,7 +139,7 @@ packages: snapshots: - '@reteps/dockerfmt@0.3.6': {} + '@reteps/dockerfmt@0.5.2': {} '@taplo/core@0.2.0': {} @@ -149,22 +149,22 @@ snapshots: npm@11.12.1: {} - prettier-plugin-pkg@0.22.1(prettier@3.8.1): + prettier-plugin-pkg@0.22.1(prettier@3.8.2): dependencies: - prettier: 3.8.1 + prettier: 3.8.2 - prettier-plugin-sh@0.18.0(prettier@3.8.1): + prettier-plugin-sh@0.18.1(prettier@3.8.2): dependencies: - '@reteps/dockerfmt': 0.3.6 - prettier: 3.8.1 + '@reteps/dockerfmt': 0.5.2 + prettier: 3.8.2 sh-syntax: 0.5.8 - prettier-plugin-toml@2.0.6(prettier@3.8.1): + prettier-plugin-toml@2.0.6(prettier@3.8.2): dependencies: '@taplo/lib': 0.5.0 - prettier: 3.8.1 + prettier: 3.8.2 - prettier@3.8.1: {} + prettier@3.8.2: {} sh-syntax@0.5.8: dependencies: