-
Notifications
You must be signed in to change notification settings - Fork 0
Commit d8cf16e
authored
chore(deps): update dependency tailwindcss to v3.4.14 (#53)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [tailwindcss](https://tailwindcss.com)
([source](https://redirect.github.com/tailwindlabs/tailwindcss)) |
devDependencies | patch | [`3.4.1` ->
`3.4.14`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.1/3.4.14) |
---
### Release Notes
<details>
<summary>tailwindlabs/tailwindcss (tailwindcss)</summary>
###
[`v3.4.14`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.14)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14)
##### Fixed
- Don't set `display: none` on elements that use `hidden="until-found"`
([#​14625](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14625))
###
[`v3.4.13`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.13)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13)
##### Fixed
- Improve source glob verification performance
([#​14481](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14481))
###
[`v3.4.12`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.12)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.11...v3.4.12)
##### Fixed
- Ensure using `@apply` with utilities that use `@defaults` works with
rules defined in the base layer when using `optimizeUniversalDefaults`
([#​14427](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14427))
###
[`v3.4.11`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.11)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11)
##### Fixed
- Allow `anchor-size(…)` in arbitrary values
([#​14393](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14393))
###
[`v3.4.10`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.10)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10)
##### Fixed
- Bump versions of plugins in the Standalone CLI
([#​14185](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14185))
###
[`v3.4.9`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.9)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.8...v3.4.9)
##### Fixed
- No longer warns when broad glob patterns are detecting `vendor`
folders
###
[`v3.4.8`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.8)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.8)
##### Fixed
- Fix minification when using nested CSS
([#​14105](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14105))
- Warn when broad glob patterns are used in the content configuration
([#​14140](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14140))
###
[`v3.4.7`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.7)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.7)
##### Fixed
- Fix class detection in Slim templates with attached attributes and ID
([#​14019](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14019))
- Ensure attribute values in `data-*` and `aria-*` modifiers are always
quoted in the generated CSS
([#​14037](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14037))
###
[`v3.4.6`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.6)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.5...v3.4.6)
##### Fixed
- Fix detection of some utilities in Slim/Pug templates
([#​14006](https://redirect.github.com/tailwindlabs/tailwindcss/pull/14006))
##### Changed
- Loosen `:is()` wrapping rules when using an important selector
([#​13900](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13900))
###
[`v3.4.5`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.5)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.5)
##### Fixed
- Disable automatic `var()` injection for anchor properties
([#​13826](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13826))
- Use no value instead of `blur(0px)` for `backdrop-blur-none` and
`blur-none` utilities
([#​13830](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13830))
- Add `.mts` and `.cts` config file detection
([#​13940](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13940))
- Don't generate utilities like `px-1` unnecessarily when using
utilities like `px-1.5`
([#​13959](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13959))
- Always generate `-webkit-backdrop-filter` for `backdrop-*` utilities
([#​13997](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13997))
###
[`v3.4.4`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.4)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.3...v3.4.4)
##### Fixed
- Make it possible to use multiple `<alpha-value>` placeholders in a
single color definition
([#​13740](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13740))
- Don't prefix classes in arbitrary values of `has-*`, `group-has-*`,
and `peer-has-*` variants
([#​13770](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13770))
- Support negative values for `{col,row}-{start,end}` utilities
([#​13781](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13781))
- Update embedded browserslist database
([#​13792](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13792))
###
[`v3.4.3`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.3)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.2...v3.4.3)
##### Fixed
- Revert changes to glob handling
([#​13384](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13384))
###
[`v3.4.2`](https://redirect.github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.2)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.2)
##### Fixed
- Ensure max specificity of `0,0,1` for button and input Preflight rules
([#​12735](https://redirect.github.com/tailwindlabs/tailwindcss/pull/12735))
- Improve glob handling for folders with `(`, `)`, `[` or `]` in the
file path
([#​12715](https://redirect.github.com/tailwindlabs/tailwindcss/pull/12715))
- Split `:has` rules when using `experimental.optimizeUniversalDefaults`
([#​12736](https://redirect.github.com/tailwindlabs/tailwindcss/pull/12736))
- Sort arbitrary properties alphabetically across multiple class lists
([#​12911](https://redirect.github.com/tailwindlabs/tailwindcss/pull/12911))
- Add `mix-blend-plus-darker` utility
([#​12923](https://redirect.github.com/tailwindlabs/tailwindcss/pull/12923))
- Ensure dashes are allowed in variant modifiers
([#​13303](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13303))
- Fix crash showing completions in Intellisense when using a custom
separator
([#​13306](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13306))
- Transpile `import.meta.url` in config files
([#​13322](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13322))
- Reset letter spacing for form elements
([#​13150](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13150))
- Fix missing `xx-large` and remove double `x-large` absolute size
([#​13324](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13324))
- Don't error when encountering nested CSS unless trying to `@apply` a
class that uses nesting
([#​13325](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13325))
- Ensure that arbitrary properties respect `important` configuration
([#​13353](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13353))
- Change dark mode selector so `@apply` works correctly with pseudo
elements
([#​13379](https://redirect.github.com/tailwindlabs/tailwindcss/pull/13379))
</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 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 [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjQiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: forever-on-call[bot] <183041887+forever-on-call[bot]@users.noreply.github.com>1 parent 4f3166e commit d8cf16eCopy full SHA for d8cf16e
File tree
Expand file treeCollapse file tree
2 files changed
+7
-6
lines changedFilter options
- external-landing
Expand file treeCollapse file tree
2 files changed
+7
-6
lines changedexternal-landing/package-lock.json
Copy file name to clipboardExpand all lines: external-landing/package-lock.json+6-5Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
external-landing/package.json
Copy file name to clipboardExpand all lines: external-landing/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
|
0 commit comments