Renovate Bot 36dd026519
All checks were successful
test-build / build (push) Successful in 31s
renovate / renovate (push) Successful in 1m18s
Update dependency prettier-plugin-tailwindcss to ^0.7.0 (#49)
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | [`^0.6.14` -> `^0.7.0`](https://renovatebot.com/diffs/npm/prettier-plugin-tailwindcss/0.6.14/0.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier-plugin-tailwindcss/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/prettier-plugin-tailwindcss/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/prettier-plugin-tailwindcss/0.6.14/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/prettier-plugin-tailwindcss/0.6.14/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)</summary>

### [`v0.7.0`](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/HEAD/CHANGELOG.md#070---2025-10-14)

[Compare Source](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.6.14...v0.7.0)

##### Added

- Format quotes in `@source`, `@plugin`, and `@config` ([#&#8203;387](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/387))
- Sort in function calls in Twig ([#&#8203;358](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/358))
- Sort in callable template literals ([#&#8203;367](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367))
- Sort in function calls mixed with property accesses ([#&#8203;367](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/367))
- Support regular expression patterns for attributes ([#&#8203;405](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/405))
- Support regular expression patterns for function names ([#&#8203;405](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/405))

##### Changed

- Improved monorepo support by loading Tailwind CSS relative to the input file instead of prettier config file ([#&#8203;386](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/386))
- Improved monorepo support by loading v3 configs relative to the input file instead of prettier config file ([#&#8203;386](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/386))
- Fallback to Tailwind CSS v4 instead of v3 by default ([#&#8203;390](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/390))
- Don't augment global Prettier `ParserOptions` and `RequiredOptions` types ([#&#8203;354](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/354))
- Drop support for `prettier-plugin-import-sort` ([#&#8203;385](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/385))

##### Fixed

- Handle quote escapes in LESS when sorting `@apply` ([#&#8203;392](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/392))
- Fix whitespace removal inside nested concat and template expressions ([#&#8203;396](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/396))

</details>

---

### 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjEzNS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19-->

Reviewed-on: #49
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-10-15 22:06:26 +00:00
2025-07-31 16:37:31 -05:00
2025-07-31 16:37:31 -05:00
2025-07-31 17:33:45 -05:00
2025-07-31 16:48:50 -05:00
2025-07-31 16:48:50 -05:00
2025-07-31 16:48:50 -05:00
2025-08-01 20:35:32 -05:00
2025-09-27 01:43:13 +00:00
2025-07-31 16:48:50 -05:00
2025-07-31 16:48:50 -05:00
2025-07-31 16:48:50 -05:00
2025-07-31 16:48:50 -05:00
2025-07-31 17:33:45 -05:00
2025-07-31 16:48:50 -05:00
2025-07-31 17:33:45 -05:00
2025-07-31 16:48:50 -05:00

Starlight Starter Kit: Basics

Built with Starlight

pnpm create astro@latest -- --template starlight

🧑‍🚀 Seasoned astronaut? Delete this file. Have fun!

🚀 Project Structure

Inside of your Astro + Starlight project, you'll see the following folders and files:

.
├── public/
├── src/
│   ├── assets/
│   ├── content/
│   │   └── docs/
│   └── content.config.ts
├── astro.config.mjs
├── package.json
└── tsconfig.json

Starlight looks for .md or .mdx files in the src/content/docs/ directory. Each file is exposed as a route based on its file name.

Images can be added to src/assets/ and embedded in Markdown with a relative link.

Static assets, like favicons, can be placed in the public/ directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:4321
pnpm build Build your production site to ./dist/
pnpm preview Preview your build locally, before deploying
pnpm astro ... Run CLI commands like astro add, astro check
pnpm astro -- --help Get help using the Astro CLI

👀 Want to learn more?

Check out Starlights docs, read the Astro documentation, or jump into the Astro Discord server.

Description
No description provided
Readme 2.1 MiB
Languages
JavaScript 52.5%
MDX 23.5%
Dockerfile 18%
TypeScript 6%