From 163763f9e50c19edf14c994a413bb842d74d9fd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 16:37:27 -0400 Subject: [PATCH] chore(deps): pin dependency prettier-plugin-tailwindcss to 0.6.14 (#1632) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [prettier-plugin-tailwindcss](https://redirect.github.com/tailwindlabs/prettier-plugin-tailwindcss) | devDependencies | pin | [`^0.6.14` -> `0.6.14`](https://renovatebot.com/diffs/npm/prettier-plugin-tailwindcss/0.6.14/0.6.14) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/unraid/api). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 4 ++-- unraid-ui/package.json | 2 +- web/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fccb4ca74..8a590c0db 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -986,7 +986,7 @@ importers: specifier: 3.6.2 version: 3.6.2 prettier-plugin-tailwindcss: - specifier: ^0.6.14 + specifier: 0.6.14 version: 0.6.14(@ianvs/prettier-plugin-sort-imports@4.6.3(@vue/compiler-sfc@3.5.20)(prettier@3.6.2))(prettier@3.6.2) rimraf: specifier: 6.0.1 @@ -1261,7 +1261,7 @@ importers: specifier: 3.6.2 version: 3.6.2 prettier-plugin-tailwindcss: - specifier: ^0.6.14 + specifier: 0.6.14 version: 0.6.14(@ianvs/prettier-plugin-sort-imports@4.6.3(@vue/compiler-sfc@3.5.20)(prettier@3.6.2))(prettier@3.6.2) shadcn-nuxt: specifier: 2.2.0 diff --git a/unraid-ui/package.json b/unraid-ui/package.json index 682190553..37ca2b2ce 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -98,7 +98,7 @@ "jiti": "2.5.1", "postcss": "8.5.6", "prettier": "3.6.2", - "prettier-plugin-tailwindcss": "^0.6.14", + "prettier-plugin-tailwindcss": "0.6.14", "rimraf": "6.0.1", "storybook": "9.1.3", "tailwindcss": "4.1.12", diff --git a/web/package.json b/web/package.json index b48ec30aa..1133e6433 100644 --- a/web/package.json +++ b/web/package.json @@ -73,7 +73,7 @@ "nuxt": "3.18.1", "nuxt-custom-elements": "2.0.0-beta.32", "prettier": "3.6.2", - "prettier-plugin-tailwindcss": "^0.6.14", + "prettier-plugin-tailwindcss": "0.6.14", "shadcn-nuxt": "2.2.0", "tailwindcss": "4.1.12", "terser": "5.43.1",