Skip to content

Commit

Permalink
chore(deps): update dependency tailwindcss to v3.2.3 (#1186)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tailwindcss](https://tailwindcss.com)
([source](https://togithub.com/tailwindlabs/tailwindcss)) | [`3.2.2` ->
`3.2.3`](https://renovatebot.com/diffs/npm/tailwindcss/3.2.2/3.2.3) |
[![age](https://badges.renovateapi.com/packages/npm/tailwindcss/3.2.3/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/tailwindcss/3.2.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/tailwindcss/3.2.3/compatibility-slim/3.2.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/tailwindcss/3.2.3/confidence-slim/3.2.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tailwindlabs/tailwindcss</summary>

###
[`v3.2.3`](https://togithub.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#&#8203;323---2022-11-09)

[Compare
Source](https://togithub.com/tailwindlabs/tailwindcss/compare/v3.2.2...v3.2.3)

##### Fixed

- Fixed use of `raw` content in the CLI
([#&#8203;9773](https://togithub.com/tailwindlabs/tailwindcss/pull/9773))
- Pick up changes from files that are both context and content deps
([#&#8203;9787](https://togithub.com/tailwindlabs/tailwindcss/pull/9787))
- Sort pseudo-elements ONLY after classes when using variants and
`@apply`
([#&#8203;9765](https://togithub.com/tailwindlabs/tailwindcss/pull/9765))
- Support important utilities in the safelist (pattern must include a
`!`)
([#&#8203;9791](https://togithub.com/tailwindlabs/tailwindcss/pull/9791))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/fwouts/previewjs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 10, 2022
1 parent ff09416 commit 316e0a7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app-foundations/package.json
Expand Up @@ -59,7 +59,7 @@
"concurrently": "^7.5.0",
"nodemon": "^2.0.20",
"postcss": "8.4.18",
"tailwindcss": "3.2.2",
"tailwindcss": "3.2.3",
"typescript": "4.8.4",
"unbuild": "0.9.1",
"vitest": "0.24.5"
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Expand Up @@ -56,7 +56,7 @@
"postcss": "8.4.18",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.2.2",
"tailwindcss": "3.2.3",
"typescript": "4.8.4",
"unbuild": "0.9.1",
"vite": "3.2.3",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 316e0a7

Please sign in to comment.