Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency tailwindcss to v4.0.1 - autoclosed #537

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tailwindcss (source) ^3.4.17 -> ^4.0.0 age adoption passing confidence
tailwindcss (source) ^3.4.10 -> ^4.0.0 age adoption passing confidence
tailwindcss (source) ^3.3.3 -> ^4.0.0 age adoption passing confidence
tailwindcss (source) 3 -> 4 age adoption passing confidence
tailwindcss (source) 4.0.0 -> 4.0.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

tailwindlabs/tailwindcss (tailwindcss)

v4.0.1

Compare Source

Added
  • Include :open pseudo-class in existing open variant (#​15349)
Fixed
  • Remove invalid min-w/h-none utilities (#​15845)
  • Discard CSS variable shorthand utilities that don't use valid CSS variables (#​15738)
  • Ensure font-size utilities with none modifier have a line-height set e.g. text-sm/none (#​15921)
  • Ensure font-size utilities with unknown modifier don't generate CSS (#​15921)
  • Don’t suggest font weight utilities more than once (#​15857)
  • Suggest container query variants (#​15857)
  • Disable bare value suggestions when not using the --spacing variable (#​15857)
  • Ensure suggested classes are properly sorted (#​15857)
  • Don’t look at .gitignore files outside initialized repos (#​15941)
  • Find utilities when using the Svelte class shorthand syntax across multiple lines (#​15974)
  • Find utilities when using the Angular class shorthand syntax (#​15974)
  • Find utilities when using functions inside arrays (#​15974)
  • Ensure that @tailwindcss/browser does not pollute the global namespace (#​15978)
  • Ensure that tailwind-merge is not scanned when using the Vite plugin (#​16005)
  • Ensure CSS theme variables are available within shadow roots (#​15975)
  • Fix crash when project lives in the / directory (#​15988)
  • Ensure custom variants have a non-empty selector list (#​16009)
  • Upgrade: Ensure JavaScript config files on different drives are correctly migrated (#​15927)
  • Upgrade: Migrate leading-[1] to leading-none (#​16004)
  • Upgrade: Do not migrate arbitrary leading utilities to bare values (#​16004)

v4.0.0

Compare Source

Added

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.


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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

changeset-bot bot commented Dec 29, 2024

⚠️ No Changeset found

Latest commit: 37a8272

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

netlify bot commented Dec 29, 2024

Deploy Preview for ice-tw failed.

Name Link
🔨 Latest commit 37a8272
🔍 Latest deploy log https://app.netlify.com/sites/ice-tw/deploys/679aae6b5b83d90008e2bb65

Copy link

cloudflare-workers-and-pages bot commented Dec 29, 2024

Deploying weapp-tailwindcss with  Cloudflare Pages  Cloudflare Pages

Latest commit: 37a8272
Status:🚫  Build failed.

View logs

Copy link

codecov bot commented Dec 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.56%. Comparing base (db56d1b) to head (a96815e).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #537   +/-   ##
=======================================
  Coverage   87.56%   87.56%           
=======================================
  Files          67       67           
  Lines        5242     5242           
  Branches      511      511           
=======================================
  Hits         4590     4590           
  Misses        651      651           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/tailwindcss-4.x branch 2 times, most recently from 6145b43 to e2e186b Compare January 9, 2025 21:01
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v4.0.0-beta.8 chore(deps): update dependency tailwindcss to v4.0.0-beta.9 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/tailwindcss-4.x branch 3 times, most recently from f99d76c to f818489 Compare January 21, 2025 19:27
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v4.0.0-beta.9 chore(deps): update dependency tailwindcss to v4.0.0-beta.10 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/tailwindcss-4.x branch 2 times, most recently from e76cf72 to a96815e Compare January 21, 2025 23:15
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v4.0.0-beta.10 chore(deps): update dependency tailwindcss to v4.0.0 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/tailwindcss-4.x branch from a96815e to 3d0fe6a Compare January 23, 2025 03:09
@renovate renovate bot changed the title chore(deps): update dependency tailwindcss to v4.0.0 fix(deps): update dependency tailwindcss to v4.0.0 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/tailwindcss-4.x branch from 3d0fe6a to 64bfac6 Compare January 23, 2025 03:48
@renovate renovate bot changed the title fix(deps): update dependency tailwindcss to v4.0.0 fix(deps): update dependency tailwindcss to v4 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/tailwindcss-4.x branch 2 times, most recently from 3ebfbed to 4efd31f Compare January 25, 2025 21:24
@renovate renovate bot force-pushed the renovate/tailwindcss-4.x branch from 4efd31f to 37a8272 Compare January 29, 2025 22:40
@renovate renovate bot changed the title fix(deps): update dependency tailwindcss to v4 fix(deps): update dependency tailwindcss to v4.0.1 Jan 29, 2025
Copy link
Contributor Author

renovate bot commented Jan 29, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts 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: how-to-build-components-by-tailwindcss/vue-lib/pnpm-lock.yaml
Scope: all 23 workspace projects
../..                                    |  WARN  Ignoring broken lockfile at /tmp/renovate/repos/github/sonofmagic/weapp-tailwindcss: Lockfile /tmp/renovate/repos/github/sonofmagic/weapp-tailwindcss/pnpm-lock.yaml not compatible with current pnpm
../..                                    | Progress: resolved 1, reused 0, downloaded 0, added 0
../..                                    | Progress: resolved 23, reused 0, downloaded 0, added 0
../..                                    | Progress: resolved 31, reused 0, downloaded 8, added 0
../..                                    | Progress: resolved 45, reused 0, downloaded 27, added 0
../..                                    | Progress: resolved 64, reused 0, downloaded 41, added 0
../..                                    | Progress: resolved 91, reused 0, downloaded 70, added 0
../..                                    | Progress: resolved 111, reused 0, downloaded 89, added 0
../..                                    | Progress: resolved 130, reused 0, downloaded 106, added 0
../..                                    | Progress: resolved 154, reused 0, downloaded 130, added 0
../..                                    | Progress: resolved 185, reused 0, downloaded 143, added 0
../..                                    | Progress: resolved 194, reused 0, downloaded 163, added 0
../..                                    | Progress: resolved 210, reused 0, downloaded 181, added 0
../..                                    | Progress: resolved 235, reused 0, downloaded 195, added 0
../..                                    | Progress: resolved 245, reused 0, downloaded 219, added 0
../..                                    | Progress: resolved 284, reused 0, downloaded 253, added 0
../..                                    | Progress: resolved 313, reused 0, downloaded 280, added 0
../..                                    | Progress: resolved 346, reused 0, downloaded 311, added 0
../..                                    | Progress: resolved 396, reused 0, downloaded 354, added 0
../..                                    | Progress: resolved 431, reused 0, downloaded 381, added 0
../..                                    | Progress: resolved 468, reused 0, downloaded 417, added 0
../..                                    | Progress: resolved 488, reused 0, downloaded 435, added 0
../..                                    | Progress: resolved 515, reused 0, downloaded 463, added 0
../..                                    | Progress: resolved 553, reused 0, downloaded 496, added 0
../..                                    | Progress: resolved 592, reused 0, downloaded 534, added 0
../..                                    | Progress: resolved 639, reused 0, downloaded 569, added 0
../..                                    | Progress: resolved 705, reused 0, downloaded 596, added 0
../..                                    | Progress: resolved 753, reused 0, downloaded 607, added 0
../..                                    | Progress: resolved 769, reused 0, downloaded 634, added 0
../..                                    | Progress: resolved 782, reused 0, downloaded 663, added 0
../..                                    | Progress: resolved 802, reused 0, downloaded 666, added 0
../..                                    | Progress: resolved 821, reused 0, downloaded 679, added 0
../..                                    | Progress: resolved 824, reused 0, downloaded 703, added 0
../..                                    | Progress: resolved 851, reused 0, downloaded 703, added 0
../..                                    | Progress: resolved 904, reused 0, downloaded 720, added 0
../..                                    | Progress: resolved 904, reused 0, downloaded 753, added 0
../..                                    | Progress: resolved 911, reused 0, downloaded 791, added 0
../..                                    | Progress: resolved 960, reused 0, downloaded 829, added 0
../..                                    | Progress: resolved 1011, reused 0, downloaded 857, added 0
../..                                    | Progress: resolved 1043, reused 0, downloaded 878, added 0
../..                                    | Progress: resolved 1098, reused 0, downloaded 912, added 0
../..                                    | Progress: resolved 1123, reused 0, downloaded 941, added 0
../..                                    | Progress: resolved 1159, reused 0, downloaded 977, added 0
../..                                    | Progress: resolved 1199, reused 0, downloaded 1012, added 0
../..                                    | Progress: resolved 1228, reused 0, downloaded 1041, added 0
../..                                    | Progress: resolved 1241, reused 0, downloaded 1058, added 0
../..                                    | Progress: resolved 1260, reused 0, downloaded 1070, added 0
../..                                    | Progress: resolved 1289, reused 0, downloaded 1082, added 0
/tmp/renovate/repos/github/sonofmagic/weapp-tailwindcss:
 ERR_PNPM_NO_MATCHING_VERSION  No matching version found for @pnpm/[email protected]

This error happened while installing the dependencies of @icebreakers/[email protected]
 at @pnpm/[email protected]

The latest release of @pnpm/fs.find-packages is "1000.0.3".

Other releases are:
  * dev: 0.0.0-20230605-20230605142810

If you need the full list of all 34 published versions run "$ pnpm view @pnpm/fs.find-packages versions".

File name: how-to-build-components-by-tailwindcss/react-lib/pnpm-lock.yaml
Scope: all 23 workspace projects
../..                                    |  WARN  Ignoring broken lockfile at /tmp/renovate/repos/github/sonofmagic/weapp-tailwindcss: Lockfile /tmp/renovate/repos/github/sonofmagic/weapp-tailwindcss/pnpm-lock.yaml not compatible with current pnpm
../..                                    | Progress: resolved 1, reused 0, downloaded 0, added 0
../..                                    | Progress: resolved 38, reused 38, downloaded 0, added 0
../..                                    | Progress: resolved 76, reused 74, downloaded 1, added 0
../..                                    | Progress: resolved 145, reused 138, downloaded 1, added 0
../..                                    | Progress: resolved 179, reused 170, downloaded 7, added 0
../..                                    | Progress: resolved 227, reused 216, downloaded 11, added 0
../..                                    | Progress: resolved 338, reused 318, downloaded 13, added 0
../..                                    | Progress: resolved 449, reused 415, downloaded 21, added 0
../..                                    | Progress: resolved 553, reused 512, downloaded 27, added 0
../..                                    | Progress: resolved 679, reused 590, downloaded 32, added 0
../..                                    | Progress: resolved 736, reused 621, downloaded 35, added 0
../..                                    | Progress: resolved 818, reused 714, downloaded 40, added 0
../..                                    | Progress: resolved 844, reused 738, downloaded 44, added 0
../..                                    | Progress: resolved 936, reused 826, downloaded 46, added 0
../..                                    | Progress: resolved 1036, reused 891, downloaded 50, added 0
../..                                    | Progress: resolved 1180, reused 1011, downloaded 59, added 0
/tmp/renovate/repos/github/sonofmagic/weapp-tailwindcss:
 ERR_PNPM_NO_MATCHING_VERSION  No matching version found for @pnpm/[email protected]

This error happened while installing the dependencies of @icebreakers/[email protected]
 at @pnpm/[email protected]

The latest release of @pnpm/fs.find-packages is "1000.0.3".

Other releases are:
  * dev: 0.0.0-20230605-20230605142810

If you need the full list of all 34 published versions run "$ pnpm view @pnpm/fs.find-packages versions".

@renovate renovate bot changed the title fix(deps): update dependency tailwindcss to v4.0.1 fix(deps): update dependency tailwindcss to v4.0.1 - autoclosed Jan 30, 2025
@renovate renovate bot closed this Jan 30, 2025
@renovate renovate bot deleted the renovate/tailwindcss-4.x branch January 30, 2025 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants