Skip to content

build(deps-dev): bump tailwindcss from 4.1.11 to 4.1.12 in /frontend #582

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 14, 2025

Bumps tailwindcss from 4.1.11 to 4.1.12.

Release notes

Sourced from tailwindcss's releases.

v4.1.12

Fixed

  • Don't consider the global important state in @apply (#18404)
  • Add missing suggestions for flex-<number> utilities (#18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#18432)
  • Track source locations through @plugin and @config (#18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#18485)
  • Ignore consecutive semicolons in the CSS parser (#18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#18511)
  • Extract candidates in Slang templates (#18565)
  • Improve error messages when encountering invalid functional utility names (#18568)
  • Discard CSS AST objects with false or undefined properties (#18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#18704)
  • Don't scan .hdr and .exr files for classes by default (#18734)
Changelog

Sourced from tailwindcss's changelog.

[4.1.12] - 2025-08-13

Fixed

  • Don't consider the global important state in @apply (#18404)
  • Add missing suggestions for flex-<number> utilities (#18642)
  • Fix trailing ) from interfering with extraction in Clojure keywords (#18345)
  • Detect classes inside Elixir charlist, word list, and string sigils (#18432)
  • Track source locations through @plugin and @config (#18345)
  • Allow boolean values of process.env.DEBUG in @tailwindcss/node (#18485)
  • Ignore consecutive semicolons in the CSS parser (#18532)
  • Center the dropdown icon added to an input with a paired datalist by default (#18511)
  • Extract candidates in Slang templates (#18565)
  • Improve error messages when encountering invalid functional utility names (#18568)
  • Discard CSS AST objects with false or undefined properties (#18571)
  • Allow users to disable URL rebasing in @tailwindcss/postcss via transformAssetUrls: false (#18321)
  • Fix false-positive migrations in addEventListener and JavaScript variable names (#18718)
  • Fix Standalone CLI showing default Bun help when run via symlink on Windows (#18723)
  • Read from --border-color-* theme keys in divide-* utilities for backwards compatibility (#18704)
  • Don't scan .hdr and .exr files for classes by default (#18734)
Commits
  • 6791e81 Prepare v4.1.12 release (#18728)
  • 1855d68 Add --border-color to divide theme keys (#18704)
  • 8e8a2d6 update @ampproject/remapping to @jridgewell/remapping (#18716)
  • 68a79b1 Suggest bare values for flex-* utilities (#18642)
  • fa3f45f Don’t output CSS objects with false or undefined in the AST (#18571)
  • 939fda6 Show more specific error for functional-like but invalid utility names (#18568)
  • 88b9f15 Center the dropdown icon added to an input with a paired datalist in Chrome (...
  • 798a7bf Ignore consecutive semicolons in the CSS parser (#18532)
  • 2941a7b Track source locations through @plugin and @config (#18329)
  • 9169d73 update READMEs
  • Additional commits viewable in compare view

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 Aug 14, 2025
Copy link

jazzberry-ai bot commented Aug 14, 2025

Bug Report

Name Severity Example test case Description
Potential incompatibility between @tailwindcss/[email protected] and [email protected] Medium Update tailwindcss to 4.1.12 and check if all Tailwind CSS classes are applied correctly in the frontend. @tailwindcss/postcss is responsible for processing Tailwind CSS with PostCSS. The patch updates tailwindcss to 4.1.12, but @tailwindcss/postcss remains at version 4.1.11. This could lead to inconsistencies or unexpected behavior in the frontend, especially if [email protected] introduces new CSS functions or directives that are not recognized by @tailwindcss/[email protected]. This might result in styling issues where certain Tailwind CSS classes are not applied correctly.

Comments? Email us.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/tailwindcss-4.1.12 branch from a56cc20 to 6c84ea1 Compare August 18, 2025 13:16
Copy link

jazzberry-ai bot commented Aug 18, 2025

Bug Report

Name Severity Example test case Description
Potential incompatibility between @tailwindcss/[email protected] and [email protected] Medium Update tailwindcss to 4.1.12 and observe potential styling issues. The vite plugin might not be fully compatible with the newer version of tailwindcss, potentially leading to styling issues or build errors.
Dependency conflict with react-json-view High Run npm install and observe the dependency conflict error. The react-json-view dependency requires a React version that is incompatible with the project's React version, causing installation errors.
Build process timeout Medium Run npm install --force and observe the timeout error. The npm install --force command timed out, indicating a potential issue with dependency resolution or the build process.

Comments? Email us.

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.11 to 4.1.12.
- [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.12/packages/tailwindcss)

---
updated-dependencies:
- dependency-name: tailwindcss
  dependency-version: 4.1.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/tailwindcss-4.1.12 branch from 6c84ea1 to 373dc58 Compare August 20, 2025 19:24
Copy link

jazzberry-ai bot commented Aug 20, 2025

Bug Report

Name Severity Example test case Description
Dependency Conflict Critical Run npm install in the frontend directory. There is a dependency conflict between react (version 18.3.1) and react-json-view (which requires a version of react that is not 18). This prevents the frontend from being built, as npm install fails.

Comments? Email us.

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