Skip to content

build(deps): bump tailwindcss from 4.1.8 to 4.1.10#7

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tailwindcss-4.1.10
Closed

build(deps): bump tailwindcss from 4.1.8 to 4.1.10#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/tailwindcss-4.1.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps tailwindcss from 4.1.8 to 4.1.10.

Release notes

Sourced from tailwindcss's releases.

v4.1.10

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

v4.1.9

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Changelog

Sourced from tailwindcss's changelog.

[4.1.10] - 2025-06-11

Fixed

  • Fix incorrectly generated CSS when using percentages in arbitrary values with calc (e.g. w-[calc(100%-var(--offset))]) (#18289)

[4.1.9] - 2025-06-11

Fixed

  • Correctly parse custom properties with strings containing semicolons (#18251)
  • Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g. /[0.16]/16) (#18184)
  • Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
  • Upgrade: Migrate negative arbitrary values to negative bare values (e.g. mb-[-32rem]-mb-128) (#18212)
  • Upgrade: Do not migrate blur in wire:model.blur (#18216)
  • Don't add spaces around CSS dashed idents when formatting math expressions (#18220)
Commits

Dependabot compatibility score

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 <dependency name> 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 16, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tailwindcss-4.1.10 branch from 064f7cc to 1f77bf4 Compare June 18, 2025 07:20
@jazzberry-ai
Copy link
Copy Markdown

jazzberry-ai bot commented Jun 18, 2025

Bug Report

| framer-motion incompatibility | Medium | Update framer-motion and check components using animation. | The update of framer-motion from 12.16.0 to 12.18.1 might introduce compatibility issues with existing components that rely on specific framer-motion APIs. This could manifest as broken animations, unexpected behavior, or runtime errors, especially regarding peer dependency requirements with react and react-dom. Components using motion from framer-motion should be checked. |

Comments? Email us.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tailwindcss-4.1.10 branch from 1f77bf4 to e934292 Compare June 23, 2025 06:26
@jazzberry-ai
Copy link
Copy Markdown

jazzberry-ai bot commented Jun 23, 2025

Bug Report

Name Severity Example test case Description
Potential Stale Styles due to Missing Content Configuration Medium 1. Apply the patch. 2. Add a new React component (.tsx file) in the src/components directory that uses Tailwind CSS classes. 3. Build the application. 4. Verify if the styles for the new component are correctly applied. The update to tailwindcss might have introduced changes in the default behavior of the purge/content functionality. Since there's no explicit tailwind.config.js or tailwind.config.ts file, the project relies on the default configuration within the @tailwindcss/vite plugin. If the default configuration doesn't include all the necessary file types or paths, the update might inadvertently remove styles for new components or files that are added to the project after the update. This can lead to stale styles or broken layouts.

Comments? Email us.

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.8 to 4.1.10.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.10/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tailwindcss-4.1.10 branch from e934292 to 5048407 Compare June 24, 2025 00:18
@jazzberry-ai
Copy link
Copy Markdown

jazzberry-ai bot commented Jun 24, 2025

Bug Report

Name Severity Example test case Description
Potential wouter-preact incompatibility with preact 10.26.9 Medium Navigate through different routes in the application. The update to preact 10.26.9 might introduce subtle breaking changes that affect the compatibility with wouter-preact, leading to routing issues or rendering errors. Thoroughly test the routing functionality after the update.

Comments? Email us.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Jun 26, 2025

Superseded by #20.

@dependabot dependabot bot closed this Jun 26, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/tailwindcss-4.1.10 branch June 26, 2025 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants