chore(deps): pin dependency prettier-plugin-tailwindcss to 0.6.14 (#1632)

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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-27 16:37:27 -04:00
committed by GitHub
parent 6469d002b7
commit 163763f9e5
3 changed files with 4 additions and 4 deletions

4
pnpm-lock.yaml generated
View File

@@ -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

View File

@@ -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",

View File

@@ -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",