chore(deps): update dependency tailwindcss to v3.4.16 - autoclosed #38

Closed
Renovate [BOT] wants to merge 1 commits from renovate/tailwindcss-3.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
tailwindcss (source) dependencies patch 3.4.4 -> 3.4.16

⚠️ Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

tailwindlabs/tailwindcss (tailwindcss)

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

Changed

v3.4.15

Compare Source

  • Bump versions for security vulnerabilities (#​14697)
  • Ensure the TypeScript types for the boxShadow theme configuration allows arrays (#​14856)
  • Set fallback for opacity variables to ensure setting colors with the selection:* variant works in Chrome 131 (#​15003)

v3.4.14

Compare Source

Fixed
  • Don't set display: none on elements that use hidden="until-found" (#​14625)

v3.4.13

Compare Source

Fixed
  • Improve source glob verification performance (#​14481)

v3.4.12

Compare Source

Fixed
  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#​14427)

v3.4.11

Compare Source

Fixed
  • Allow anchor-size(…) in arbitrary values (#​14393)

v3.4.10

Compare Source

Fixed
  • Bump versions of plugins in the Standalone CLI (#​14185)

v3.4.9

Compare Source

Fixed
  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Compare Source

Fixed
  • Fix minification when using nested CSS (#​14105)
  • Warn when broad glob patterns are used in the content configuration (#​14140)

v3.4.7

Compare Source

Fixed
  • Fix class detection in Slim templates with attached attributes and ID (#​14019)
  • Ensure attribute values in data-* and aria-* modifiers are always quoted in the generated CSS (#​14037)

v3.4.6

Compare Source

Fixed
  • Fix detection of some utilities in Slim/Pug templates (#​14006)
Changed
  • Loosen :is() wrapping rules when using an important selector (#​13900)

v3.4.5

Compare Source

Fixed
  • Disable automatic var() injection for anchor properties (#​13826)
  • Use no value instead of blur(0px) for backdrop-blur-none and blur-none utilities (#​13830)
  • Add .mts and .cts config file detection (#​13940)
  • Don't generate utilities like px-1 unnecessarily when using utilities like px-1.5 (#​13959)
  • Always generate -webkit-backdrop-filter for backdrop-* utilities (#​13997)

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tailwindcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss)) | dependencies | patch | [`3.4.4` -> `3.4.16`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.4/3.4.16) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the warning logs for more information. --- ### Release Notes <details> <summary>tailwindlabs/tailwindcss (tailwindcss)</summary> ### [`v3.4.16`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.16) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.15...v3.4.16) ##### Fixed - Ensure the TypeScript types for `PluginsConfig` allow `undefined` values ([#&#8203;14668](https://github.com/tailwindlabs/tailwindcss/pull/14668)) ### Changed - Bumped lilconfig to v3.x ([#&#8203;15289](https://github.com/tailwindlabs/tailwindcss/pull/15289)) ### [`v3.4.15`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.15) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.14...v3.4.15) - Bump versions for security vulnerabilities ([#&#8203;14697](https://github.com/tailwindlabs/tailwindcss/pull/14697)) - Ensure the TypeScript types for the `boxShadow` theme configuration allows arrays ([#&#8203;14856](https://github.com/tailwindlabs/tailwindcss/pull/14856)) - Set fallback for opacity variables to ensure setting colors with the `selection:*` variant works in Chrome 131 ([#&#8203;15003](https://github.com/tailwindlabs/tailwindcss/pull/15003)) ### [`v3.4.14`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.14) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14) ##### Fixed - Don't set `display: none` on elements that use `hidden="until-found"` ([#&#8203;14625](https://github.com/tailwindlabs/tailwindcss/pull/14625)) ### [`v3.4.13`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.13) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.12...v3.4.13) ##### Fixed - Improve source glob verification performance ([#&#8203;14481](https://github.com/tailwindlabs/tailwindcss/pull/14481)) ### [`v3.4.12`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.12) [Compare Source](https://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` ([#&#8203;14427](https://github.com/tailwindlabs/tailwindcss/pull/14427)) ### [`v3.4.11`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.11) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.10...v3.4.11) ##### Fixed - Allow `anchor-size(…)` in arbitrary values ([#&#8203;14393](https://github.com/tailwindlabs/tailwindcss/pull/14393)) ### [`v3.4.10`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.10) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.9...v3.4.10) ##### Fixed - Bump versions of plugins in the Standalone CLI ([#&#8203;14185](https://github.com/tailwindlabs/tailwindcss/pull/14185)) ### [`v3.4.9`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.9) [Compare Source](https://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://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.8) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.8) ##### Fixed - Fix minification when using nested CSS ([#&#8203;14105](https://github.com/tailwindlabs/tailwindcss/pull/14105)) - Warn when broad glob patterns are used in the content configuration ([#&#8203;14140](https://github.com/tailwindlabs/tailwindcss/pull/14140)) ### [`v3.4.7`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.7) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.7) ##### Fixed - Fix class detection in Slim templates with attached attributes and ID ([#&#8203;14019](https://github.com/tailwindlabs/tailwindcss/pull/14019)) - Ensure attribute values in `data-*` and `aria-*` modifiers are always quoted in the generated CSS ([#&#8203;14037](https://github.com/tailwindlabs/tailwindcss/pull/14037)) ### [`v3.4.6`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.6) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.5...v3.4.6) ##### Fixed - Fix detection of some utilities in Slim/Pug templates ([#&#8203;14006](https://github.com/tailwindlabs/tailwindcss/pull/14006)) ##### Changed - Loosen `:is()` wrapping rules when using an important selector ([#&#8203;13900](https://github.com/tailwindlabs/tailwindcss/pull/13900)) ### [`v3.4.5`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.5) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.5) ##### Fixed - Disable automatic `var()` injection for anchor properties ([#&#8203;13826](https://github.com/tailwindlabs/tailwindcss/pull/13826)) - Use no value instead of `blur(0px)` for `backdrop-blur-none` and `blur-none` utilities ([#&#8203;13830](https://github.com/tailwindlabs/tailwindcss/pull/13830)) - Add `.mts` and `.cts` config file detection ([#&#8203;13940](https://github.com/tailwindlabs/tailwindcss/pull/13940)) - Don't generate utilities like `px-1` unnecessarily when using utilities like `px-1.5` ([#&#8203;13959](https://github.com/tailwindlabs/tailwindcss/pull/13959)) - Always generate `-webkit-backdrop-filter` for `backdrop-*` utilities ([#&#8203;13997](https://github.com/tailwindlabs/tailwindcss/pull/13997)) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Renovate [BOT] changed title from chore(deps): update dependency tailwindcss to v3.4.5 to chore(deps): update dependency tailwindcss to v3.4.6 2024-07-16 15:34:33 +00:00
Renovate [BOT] force-pushed renovate/tailwindcss-3.x-lockfile from 93588499c3 to 726b19253e 2024-07-16 15:34:34 +00:00 Compare
Renovate [BOT] force-pushed renovate/tailwindcss-3.x-lockfile from 726b19253e to e51f820b63 2024-07-25 14:35:55 +00:00 Compare
Renovate [BOT] changed title from chore(deps): update dependency tailwindcss to v3.4.6 to chore(deps): update dependency tailwindcss to v3.4.7 2024-07-25 14:35:55 +00:00
Renovate [BOT] changed title from chore(deps): update dependency tailwindcss to v3.4.7 to chore(deps): update dependency tailwindcss to v3.4.8 2024-08-07 15:51:06 +00:00
Renovate [BOT] force-pushed renovate/tailwindcss-3.x-lockfile from e51f820b63 to 8bbbd8fd8d 2024-08-07 15:51:07 +00:00 Compare
Renovate [BOT] force-pushed renovate/tailwindcss-3.x-lockfile from 8bbbd8fd8d to f555d581b1 2024-08-08 13:36:00 +00:00 Compare
Renovate [BOT] changed title from chore(deps): update dependency tailwindcss to v3.4.8 to chore(deps): update dependency tailwindcss to v3.4.9 2024-08-08 13:36:00 +00:00
Renovate [BOT] changed title from chore(deps): update dependency tailwindcss to v3.4.9 to chore(deps): update dependency tailwindcss to v3.4.10 2024-08-13 20:51:42 +00:00
Renovate [BOT] force-pushed renovate/tailwindcss-3.x-lockfile from f555d581b1 to 1807f6d96c 2024-08-13 20:51:42 +00:00 Compare
Renovate [BOT] force-pushed renovate/tailwindcss-3.x-lockfile from 1807f6d96c to a6473f01e0 2024-09-11 12:51:51 +00:00 Compare
Renovate [BOT] force-pushed renovate/tailwindcss-3.x-lockfile from a6473f01e0 to 0c9006c906 2024-09-11 17:51:24 +00:00 Compare
Renovate [BOT] changed title from chore(deps): update dependency tailwindcss to v3.4.10 to chore(deps): update dependency tailwindcss to v3.4.11 2024-09-11 17:51:24 +00:00
Renovate [BOT] changed title from chore(deps): update dependency tailwindcss to v3.4.11 to chore(deps): update dependency tailwindcss to v3.4.12 2024-09-17 15:23:54 +00:00
Renovate [BOT] force-pushed renovate/tailwindcss-3.x-lockfile from 0c9006c906 to f000b7f79f 2024-09-17 15:23:55 +00:00 Compare
Renovate [BOT] changed title from chore(deps): update dependency tailwindcss to v3.4.12 to chore(deps): update dependency tailwindcss to v3.4.13 2024-09-23 15:22:28 +00:00
Renovate [BOT] force-pushed renovate/tailwindcss-3.x-lockfile from f000b7f79f to e6dbe03da1 2024-09-23 15:22:29 +00:00 Compare
Renovate [BOT] changed title from chore(deps): update dependency tailwindcss to v3.4.13 to chore(deps): update dependency tailwindcss to v3.4.14 2024-10-15 10:53:36 +00:00
Renovate [BOT] force-pushed renovate/tailwindcss-3.x-lockfile from e6dbe03da1 to ac6042d3fc 2024-10-15 10:53:37 +00:00 Compare
Renovate [BOT] force-pushed renovate/tailwindcss-3.x-lockfile from ac6042d3fc to 74fdfff876 2024-11-14 18:51:35 +00:00 Compare
Renovate [BOT] changed title from chore(deps): update dependency tailwindcss to v3.4.14 to chore(deps): update dependency tailwindcss to v3.4.15 2024-11-14 18:51:38 +00:00
Renovate [BOT] force-pushed renovate/tailwindcss-3.x-lockfile from 74fdfff876 to d8322cd433 2024-12-03 19:51:42 +00:00 Compare
Renovate [BOT] changed title from chore(deps): update dependency tailwindcss to v3.4.15 to chore(deps): update dependency tailwindcss to v3.4.16 2024-12-03 19:51:42 +00:00
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/jiti - Not found
npm error 404
npm error 404  'jiti@^1.21.6' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-08T18_20_25_684Z-debug-0.log

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: package-lock.json ``` npm error code E404 npm error 404 Not Found - GET https://registry.npmjs.org/jiti - Not found npm error 404 npm error 404 'jiti@^1.21.6' is not in this registry. npm error 404 npm error 404 Note that you can also install from a npm error 404 tarball, folder, http url, or git url. npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-08T18_20_25_684Z-debug-0.log ```
Renovate [BOT] changed title from chore(deps): update dependency tailwindcss to v3.4.16 to chore(deps): update dependency tailwindcss to v3.4.16 - autoclosed 2024-12-08 18:34:51 +00:00
Renovate [BOT] closed this pull request 2024-12-08 18:34:51 +00:00
Some checks failed
Build, check & Test / run (push) Failing after 1m29s
Lint / run (push) Failing after 53s
Build Docker Image / build_docker (push) Failing after 3m21s
renovate/artifacts Artifact file update failure
Delete Packages / Delete the package on a deleted branch (pull_request) Has been skipped
Delete Packages / Delete the package on a closed Pull Request (pull_request) Failing after 5s

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: avior/template-web-astro#38
No description provided.