Title: Bump tailwindcss from 3.4.13 to 4.1.5 by dependabot[bot] · Pull Request #362 · emeraldjava/emeraldjava.github.io · GitHub
Open Graph Title: Bump tailwindcss from 3.4.13 to 4.1.5 by dependabot[bot] · Pull Request #362 · emeraldjava/emeraldjava.github.io
X Title: Bump tailwindcss from 3.4.13 to 4.1.5 by dependabot[bot] · Pull Request #362 · emeraldjava/emeraldjava.github.io
Description: Bumps tailwindcss from 3.4.13 to 4.1.5.
Release notes
Sourced from tailwindcss's releases.
v4.1.5
Added
Support using @tailwindcss/upgrade to upgrade between versions of v4.* (#17717)
Add h-lh / min-h-lh / max-h-lh utilities (#17790)
Transition display, visibility, content-visibility, overlay, and pointer-events when using transition to simplify @starting-style usage (#17812)
Fixed
Don't scan .geojson or .db files for classes by default (#17700, #17711)
Hide default shadow suggestions when missing default shadow theme keys (#17743)
Replace _ with . in theme suggestions for @utility if surrounded by digits (#17733)
Skip color-mix(…) when opacity is 100% (#17815)
PostCSS: Ensure that errors in imported stylesheets are recoverable (#17754)
Upgrade: Bump all Tailwind CSS related dependencies during upgrade (#17763)
Upgrade: Don't add - to variants starting with @ (#17814)
Upgrade: Don't format stylesheets that didn't change when upgrading (#17824)
v4.1.4
Added
Add experimental @tailwindcss/oxide-wasm32-wasi target for running Tailwind in browser environments like StackBlitz (#17558)
Fixed
Ensure color-mix(…) polyfills do not cause used CSS variables to be removed (#17555)
Ensure color-mix(…) polyfills create fallbacks for theme variables that reference other theme variables (#17562)
Fix brace expansion in declining ranges like {10..0..5} and {0..10..-5} (#17591)
Work around a Chrome rendering bug when using the skew-* utilities (#17627)
Ensure container query variant names can contain hyphens (#17628)
Ensure shadow-inherit, inset-shadow-inherit, drop-shadow-inherit, and text-shadow-inherit inherit the shadow color (#17647)
Ensure compatibility with array tuples used in fontSize JS theme keys (#17630)
Ensure folders with binary file extensions in their names are scanned for utilities (#17595)
Upgrade: Convert fontSize array tuple syntax to CSS theme variables (#17630)
v4.1.3
Fixed
Show warning when using unsupported bare value data type in --value(…) (#17464)
PostCSS: Ensure changes to the input CSS file don't generate stale output when using Turbopack (#17554)
Ensure classes are detected in Ruby's %w syntax in Slim templates (#17557)
v4.1.2
Fixed
Don't rely on the presence of @layer base to polyfill @property (#17506)
Support setting multiple inset shadows as arbitrary values (#17523)
Fix drop-shadow-* utilities that are defined with multiple shadows (#17515)
PostCSS: Fix race condition when two changes are queued concurrently (#17514)
PostCSS: Ensure files containing @tailwind utilities are processed (#17514)
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
[4.1.5] - 2025-04-30
Added
Support using @tailwindcss/upgrade to upgrade between versions of v4.* (#17717)
Add h-lh / min-h-lh / max-h-lh utilities (#17790)
Transition display, visibility, content-visibility, overlay, and pointer-events when using transition to simplify @starting-style usage (#17812)
Fixed
Don't scan .geojson or .db files for classes by default (#17700, #17711)
Hide default shadow suggestions when missing default shadow theme keys (#17743)
Replace _ with . in theme suggestions for @utility if surrounded by digits (#17733)
Skip color-mix(…) when opacity is 100% (#17815)
PostCSS: Ensure that errors in imported stylesheets are recoverable (#17754)
Upgrade: Bump all Tailwind CSS related dependencies during upgrade (#17763)
Upgrade: Don't add - to variants starting with @ (#17814)
Upgrade: Don't format stylesheets that didn't change when upgrading (#17824)
[4.1.4] - 2025-04-14
Added
Add experimental @tailwindcss/oxide-wasm32-wasi target for running Tailwind in browser environments like StackBlitz (#17558)
Fixed
Ensure color-mix(…) polyfills do not cause used CSS variables to be removed (#17555)
Ensure color-mix(…) polyfills create fallbacks for theme variables that reference other theme variables (#17562)
Fix brace expansion in declining ranges like {10..0..5} and {0..10..-5} (#17591)
Work around a Chrome rendering bug when using the skew-* utilities (#17627)
Ensure container query variant names can contain hyphens (#17628)
Ensure shadow-inherit, inset-shadow-inherit, drop-shadow-inherit, and text-shadow-inherit inherit the shadow color (#17647)
Ensure compatibility with array tuples used in fontSize JS theme keys (#17630)
Ensure folders with binary file extensions in their names are scanned for utilities (#17595)
Upgrade: Convert fontSize array tuple syntax to CSS theme variables (#17630)
[4.1.3] - 2025-04-04
Fixed
Show warning when using unsupported bare value data type in --value(…) (#17464)
PostCSS: Ensure changes to the input CSS file don't generate stale output when using Turbopack (#17554)
Ensure classes are detected in Ruby's %w syntax in Slim templates (#17557)
[4.1.2] - 2025-04-03
Fixed
Don't rely on the presence of @layer base to polyfill @property (#17506)
... (truncated)
Commits
45cd32e Prepare v4.1.5 release (#17830)
a636933 Add discrete properties to the default list of transition properties (#17812)
d2daf59 Skip color-mix(…) when opacity is 100% (#17815)
ba10379 Add h-lh/min-h-lh/max-h-lh utilities to match an elements line height (...
52000a3 PostCSS: Improve error recovery (#17754)
8e826b1 Ensure @tailwindcss/upgrade runs on Tailwind CSS v4 projects and is idempot...
8bf06ab Handle legacy key behavior in theme-driven suggestions for @utility (#17733)
ee0d752 Hide default shadow suggestions when missing theme keys (#17743)
aa836d3 Prepare v4.1.4 release (#17669)
6e1f533 Workaround Chrome rendering bug for skew-* utilities (#17627)
Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps tailwindcss from 3.4.13 to 4.1.5. Release notes Sourced from tailwindcss's releases. v4.1.5 Added Support using @tailwindcss/upgrade to upgrade between versions of v4.* (#17717) Add h-...
X Description: Bumps tailwindcss from 3.4.13 to 4.1.5. Release notes Sourced from tailwindcss's releases. v4.1.5 Added Support using @tailwindcss/upgrade to upgrade between versions of v4.* (#17717) Ad...
Opengraph URL: https://github.com/emeraldjava/emeraldjava.github.io/pull/362
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:8a0c787c-c5be-af59-d887-7a0730a1d612 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | E72C:EAD41:3F7870E:584FDC6:697140A6 |
| html-safe-nonce | 5662f08184b73478b8ea9a28025880c053f5eecd91b4dbdf6316e92b5c931545 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNzJDOkVBRDQxOjNGNzg3MEU6NTg0RkRDNjo2OTcxNDBBNiIsInZpc2l0b3JfaWQiOiIzNDQ4MTk3OTk4MzkzMjQ1ODYyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | aabee19bdca8af9ef46d5ecf34ae1eec176e76ad8e0aadc2feeaa6f9aacce954 |
| hovercard-subject-tag | pull_request:2493336531 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/emeraldjava/emeraldjava.github.io/pull/362/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps tailwindcss from 3.4.13 to 4.1.5. Release notes Sourced from tailwindcss's releases. v4.1.5 Added Support using @tailwindcss/upgrade to upgrade between versions of v4.* (#17717) Add h-... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 7899979feb505886f0f29e8086a739254f3a850fd3dbc9fb63ce4ec27831b1fb |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/emeraldjava/emeraldjava.github.io git https://github.com/emeraldjava/emeraldjava.github.io.git |
| octolytics-dimension-user_id | 229760 |
| octolytics-dimension-user_login | emeraldjava |
| octolytics-dimension-repository_id | 17636941 |
| octolytics-dimension-repository_nwo | emeraldjava/emeraldjava.github.io |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 17636941 |
| octolytics-dimension-repository_network_root_nwo | emeraldjava/emeraldjava.github.io |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 998d3ef09faa982f8d83ad111166244ae4625572 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width