Bump tailwindcss from 3.4.19 to 4.1.18 - #23
dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project’s Tailwind CSS dependency from v3.4.19 to v4.1.18 (Dependabot), updating the lockfile to match the new dependency graph.
Changes:
- Bump
tailwindcssinpackage.jsonfrom^3.4.19to^4.1.18. - Regenerate
package-lock.jsonto reflect Tailwind v4 and transitive dependency changes.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates the Tailwind version constraint to v4. |
| package-lock.json | Updates the resolved Tailwind package and related dependency tree. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "prettier": "^3.8.1", | ||
| "prettier-plugin-tailwindcss": "^0.7.2", | ||
| "tailwindcss": "^3.4.19", | ||
| "tailwindcss": "^4.1.18", |
There was a problem hiding this comment.
This bumps Tailwind to v4, but the repo depends on NativeWind (nativewind@4.2.1) which pulls in react-native-css-interop@0.2.1; that package declares a peerDependency on tailwindcss "~3" (see package-lock.json). With tailwindcss@^4.1.18 this peer requirement is unsatisfied and can cause npm ci/install failures (ERESOLVE) or runtime incompatibilities. Either keep Tailwind on v3 for now, or upgrade NativeWind/react-native-css-interop to versions that explicitly support Tailwind v4 (and update the lockfile accordingly).
| "tailwindcss": "^4.1.18", | |
| "tailwindcss": "^3.4.17", |
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.19 to 4.1.18. - [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.18/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.18 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
04fff8f to
da99f1f
Compare
|
Superseded by #29. |
Bumps tailwindcss from 3.4.19 to 4.1.18.
Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
Commits
9b32f7cRelease v4.1.18 (#19431)820d907ExposecandidatesToAstto the language server (#19405)478e959Don’t emit color-mix fallback rules inside@keyframes(#19419)a5f4644Validate named values in candidate parser (#19397)229121dCanonicalization: combinetext-*andleading-*classes (#19396)243615eHandle backwards compatibility forcontenttheme from JS configs (#19381)7642751Improve compatibility with special default values in JS configs (#19348)af48117remove unnecessary intermediate check9e436f7Try to canonicalize any arbitrary utility to a bare value (#19379)479b725Bump Vitest to v4 (#19216)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)