René's URL Explorer Experiment


Title: Bump tailwindcss from 3.4.13 to 4.0.0 by dependabot[bot] · Pull Request #255 · emeraldjava/emeraldjava.github.io · GitHub

Open Graph Title: Bump tailwindcss from 3.4.13 to 4.0.0 by dependabot[bot] · Pull Request #255 · emeraldjava/emeraldjava.github.io

X Title: Bump tailwindcss from 3.4.13 to 4.0.0 by dependabot[bot] · Pull Request #255 · emeraldjava/emeraldjava.github.io

Description: Bumps tailwindcss from 3.4.13 to 4.0.0. Release notes Sourced from tailwindcss's releases. v4.0.0 Holy shit it's actually done — we just tagged Tailwind CSS v4.0. Tailwind CSS v4.0 is an all-new version of the framework optimized for performance and flexibility, with a reimagined configuration and customization experience, and taking full advantage of the latest advancements the web platform has to offer. New high-performance engine — where full builds are up to 5x faster, and incremental builds are over 100x faster — and measured in microseconds. Designed for the modern web — built on cutting-edge CSS features like cascade layers, registered custom properties with @property, and color-mix(). Simplified installation — fewer dependencies, zero configuration, and just a single line of code in your CSS file. First-party Vite plugin — tight integration for maximum performance and minimum configuration. Automatic content detection — all of your template files are discovered automatically, with no configuration required. Built-in import support — no additional tooling necessary to bundle multiple CSS files. CSS-first configuration — a reimagined developer experience where you customize and extend the framework directly in CSS instead of a JavaScript configuration file. CSS theme variables — all of your design tokens exposed as native CSS variables so you can access them anywhere. Dynamic utility values and variants — stop guessing what values exist in your spacing scale, or extending your configuration for things like basic data attributes. Modernized P3 color palette — a redesigned, more vivid color palette that takes full advantage of modern display technology. Container queries — first-class APIs for styling elements based on their container size, no plugins required. New 3D transform utilities — transform elements in 3D space directly in your HTML. Expanded gradient APIs — radial and conic gradients, interpolation modes, and more. @​starting-style support — a new variant you can use to create enter and exit transitions, without the need for JavaScript. not-* variant — style an element only when it doesn't match another variant, custom selector, or media or feature query. Even more new utilities and variants — including support for color-scheme, field-sizing, complex shadows, inert, and more. Start using Tailwind CSS v4.0 today by installing it in a new project, or playing with it directly in the browser on Tailwind Play. For existing projects, we've published a comprehensive upgrade guide and built an automated upgrade tool to get you on the latest version as quickly and painlessly as possible. For a deep-dive into everything that's new, check out the announcement post. v4.0.0-beta.10 Added Add support for using @variant to use variants in your CSS (#15663) Include outline-color when transitioning colors (#15690) Fixed Add missing main and browser fields for @tailwindcss/browser (#15594) Support escaping * in theme namespace syntax (e.g.: --color-\*: initial;) (#15603) Respect @theme options when resolving values in custom functional utilities (#15623) Discard invalid variants (e.g. data-checked-[selected=1]:*) (#15629) Ensure -outline-offset-* utilities are suggested in IntelliSense (#15646) Write to stdout when --output is set to - or omitted with @tailwindcss/cli (#15656) Prevent not-* from being used with variants that have multiple sibling rules (#15689) Upgrade (experimental): Pretty print --spacing(…) to prevent ambiguity (#15596) Changed Use more modern --alpha(color / 50%) syntax instead of --alpha(color, 50%) (#15665) ... (truncated) Changelog Sourced from tailwindcss's changelog. [4.0.0] - 2025-01-21 [4.0.0-beta.10] - 2025-01-21 Added Add support for using @variant to use variants in your CSS (#15663) Include outline-color when transitioning colors (#15690) Fixed Add missing main and browser fields for @tailwindcss/browser (#15594) Support escaping * in theme namespace syntax (e.g.: --color-\*: initial;) (#15603) Respect @theme options when resolving values in custom functional utilities (#15623) Discard invalid variants (e.g. data-checked-[selected=1]:*) (#15629) Ensure -outline-offset-* utilities are suggested in IntelliSense (#15646) Write to stdout when --output is set to - or omitted with @tailwindcss/cli (#15656) Prevent not-* from being used with variants that have multiple sibling rules (#15689) Upgrade (experimental): Pretty print --spacing(…) to prevent ambiguity (#15596) Changed Use more modern --alpha(color / 50%) syntax instead of --alpha(color, 50%) (#15665) Rename @variant to @custom-variant (#15663) Change outline-hidden to set outline-style: none except in forced colors mode (#15690) [4.0.0-beta.9] - 2025-01-09 Added Add @tailwindcss/browser package to run Tailwind CSS in the browser (#15558) Add @reference "…" API as a replacement for the previous @import "…" reference option (#15565) Add support for defining functional utilities in CSS (#15455) Add new --spacing(…), --alpha(…), and --theme(…) CSS functions (#15572) Add musl-based Linux builds of the standalone CLI (#15567) Improve performance of internal AST manipulations (#15529) Fixed Use the correct property value for place-content-between, place-content-around, and place-content-evenly utilities (#15440) Don’t detect arbitrary properties when preceded by an escape (#15456) Fix incorrectly named bg-round and bg-space utilities to bg-repeat-round to bg-repeat-space (#15462) Fix inset-shadow-* suggestions in IntelliSense (#15471) Only compile arbitrary values ending in ] (#15503) Ensure @apply rules are processed in the correct order (#15542) Allow negative utility names in @utility (#15573) Remove all @keyframes contributed by JavaScript plugins when using @reference imports (#15581) Upgrade (experimental): Do not extract class names from functions (e.g. shadow in filter: 'drop-shadow(…)') (#15566) Upgrade (experimental): Migrate theme(spacing.2) to --spacing(2) (#15579) Upgrade (experimental): Migrate theme(…) to --theme(…) (#15579) ... (truncated) Commits a8c54ac Prepare v4.0.0 release (#15693) 8a97a6a v4.0.0-beta.10 (#15691) 4820f6b Transition outline-color (#15690) 79f21a8 Prevent not-* from being used with variants with multiple sibling rules (#1... 4035ab0 Implement @variant (#15663) a51b214 Use more modern --alpha(color / 50%) syntax (#15665) 2f8c517 Ensure -outline-offset-* utilities are suggested in IntelliSense (#15646) 528c848 Discard invalid variants such as data-checked-[selected=1]:* (#15629) 2de644b Remove @property fallbacks for Firefox (#15622) da2da51 Resolve values in functional utilities based on @theme options (#15623) 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 ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open Graph Description: Bumps tailwindcss from 3.4.13 to 4.0.0. Release notes Sourced from tailwindcss's releases. v4.0.0 Holy shit it's actually done — we just tagged Tailwind CSS v4.0. Tailwind CSS v4.0 is an...

X Description: Bumps tailwindcss from 3.4.13 to 4.0.0. Release notes Sourced from tailwindcss's releases. v4.0.0 Holy shit it's actually done — we just tagged Tailwind CSS v4.0. Tailwind CSS v4...

Opengraph URL: https://github.com/emeraldjava/emeraldjava.github.io/pull/255

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:d59eea31-6272-da3c-cf64-ecd70355acd6
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC6E0:94D44:C5E7F:117CBC:697A103E
html-safe-nonce7f7a603f6acf106201515b54dfa51575152e1c2eef32e1e5fbddf6e1b65d2462
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNkUwOjk0RDQ0OkM1RTdGOjExN0NCQzo2OTdBMTAzRSIsInZpc2l0b3JfaWQiOiI4MDQ5OTU2Mjg4ODU3NDE2MzAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmaca145f8d00e7086c657ed816c4cfafd44e218c7e7b38270ba4f6b43a949cc4f90
hovercard-subject-tagpull_request:2293807955
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/emeraldjava/emeraldjava.github.io/pull/255/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps tailwindcss from 3.4.13 to 4.0.0. Release notes Sourced from tailwindcss's releases. v4.0.0 Holy shit it's actually done — we just tagged Tailwind CSS v4.0. Tailwind CSS v4.0 is an...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None24021c77440f544078f9cbe80d78a2fb16ccff65fca92deda9da3c51d1cdc5fc
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/emeraldjava/emeraldjava.github.io git https://github.com/emeraldjava/emeraldjava.github.io.git
octolytics-dimension-user_id229760
octolytics-dimension-user_loginemeraldjava
octolytics-dimension-repository_id17636941
octolytics-dimension-repository_nwoemeraldjava/emeraldjava.github.io
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id17636941
octolytics-dimension-repository_network_root_nwoemeraldjava/emeraldjava.github.io
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release81e2c48314326bc7b2fe99b9dd0fe08ce098a869
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/emeraldjava/emeraldjava.github.io/pull/255/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Femeraldjava%2Femeraldjava.github.io%2Fpull%2F255%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Femeraldjava%2Femeraldjava.github.io%2Fpull%2F255%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=emeraldjava%2Femeraldjava.github.io
Reloadhttps://github.com/emeraldjava/emeraldjava.github.io/pull/255/files
Reloadhttps://github.com/emeraldjava/emeraldjava.github.io/pull/255/files
Reloadhttps://github.com/emeraldjava/emeraldjava.github.io/pull/255/files
emeraldjava https://github.com/emeraldjava
emeraldjava.github.iohttps://github.com/emeraldjava/emeraldjava.github.io
Notifications https://github.com/login?return_to=%2Femeraldjava%2Femeraldjava.github.io
Fork 1 https://github.com/login?return_to=%2Femeraldjava%2Femeraldjava.github.io
Star 0 https://github.com/login?return_to=%2Femeraldjava%2Femeraldjava.github.io
Code https://github.com/emeraldjava/emeraldjava.github.io
Issues 2 https://github.com/emeraldjava/emeraldjava.github.io/issues
Pull requests 36 https://github.com/emeraldjava/emeraldjava.github.io/pulls
Discussions https://github.com/emeraldjava/emeraldjava.github.io/discussions
Actions https://github.com/emeraldjava/emeraldjava.github.io/actions
Projects 0 https://github.com/emeraldjava/emeraldjava.github.io/projects
Wiki https://github.com/emeraldjava/emeraldjava.github.io/wiki
Security 0 https://github.com/emeraldjava/emeraldjava.github.io/security
Insights https://github.com/emeraldjava/emeraldjava.github.io/pulse
Code https://github.com/emeraldjava/emeraldjava.github.io
Issues https://github.com/emeraldjava/emeraldjava.github.io/issues
Pull requests https://github.com/emeraldjava/emeraldjava.github.io/pulls
Discussions https://github.com/emeraldjava/emeraldjava.github.io/discussions
Actions https://github.com/emeraldjava/emeraldjava.github.io/actions
Projects https://github.com/emeraldjava/emeraldjava.github.io/projects
Wiki https://github.com/emeraldjava/emeraldjava.github.io/wiki
Security https://github.com/emeraldjava/emeraldjava.github.io/security
Insights https://github.com/emeraldjava/emeraldjava.github.io/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Femeraldjava%2Femeraldjava.github.io%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Femeraldjava%2Femeraldjava.github.io%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
astrohttps://github.com/emeraldjava/emeraldjava.github.io/tree/astro
dependabot/npm_and_yarn/tailwindcss-4.0.0https://github.com/emeraldjava/emeraldjava.github.io/tree/dependabot/npm_and_yarn/tailwindcss-4.0.0
Conversation 1 https://github.com/emeraldjava/emeraldjava.github.io/pull/255
Commits 1 https://github.com/emeraldjava/emeraldjava.github.io/pull/255/commits
Checks 1 https://github.com/emeraldjava/emeraldjava.github.io/pull/255/checks
Files changed https://github.com/emeraldjava/emeraldjava.github.io/pull/255/files
Please reload this pagehttps://github.com/emeraldjava/emeraldjava.github.io/pull/255/files
Bump tailwindcss from 3.4.13 to 4.0.0 https://github.com/emeraldjava/emeraldjava.github.io/pull/255/files#top
Show all changes 1 commit https://github.com/emeraldjava/emeraldjava.github.io/pull/255/files
bd27061 Bump tailwindcss from 3.4.13 to 4.0.0 dependabot[bot] Jan 23, 2025 https://github.com/emeraldjava/emeraldjava.github.io/pull/255/commits/bd270616ac566770ec9fd2da1c14cca79ea6aae8
Clear filters https://github.com/emeraldjava/emeraldjava.github.io/pull/255/files
Please reload this pagehttps://github.com/emeraldjava/emeraldjava.github.io/pull/255/files
Please reload this pagehttps://github.com/emeraldjava/emeraldjava.github.io/pull/255/files
package-lock.json https://github.com/emeraldjava/emeraldjava.github.io/pull/255/files#diff-053150b640a7ce75eff69d1a22cae7f0f94ad64ce9a855db544dda0929316519
package.json https://github.com/emeraldjava/emeraldjava.github.io/pull/255/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://github.com/emeraldjava/emeraldjava.github.io/pull/255/files
Please reload this pagehttps://github.com/emeraldjava/emeraldjava.github.io/pull/255/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.