Bump tailwindcss from 3.4.17 to 4.3.3 - #139
dependabot[bot] wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
d41037a to
650a0b5
Compare
|
@coderabbitai is this already upgraded? |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
printf '%s\n' '== Changed dependency-related files =='
git diff --name-status HEAD^ HEAD -- package.json package-lock.json pnpm-lock.yaml yarn.lock bun.lockb 2>/dev/null || true
printf '%s\n' '== tailwindcss declarations in manifests and lockfiles =='
rg -n -i -C2 '"?tailwindcss"?|`@tailwindcss/`' \
-g 'package.json' \
-g 'package-lock.json' \
-g 'pnpm-lock.yaml' \
-g 'yarn.lock' \
-g 'bun.lockb' \
. || true
printf '%s\n' '== Last commit summary =='
git show --no-ext-diff --format=fuller --stat HEADLength of output: 6762
A separate nested copy, You are interacting with an AI system. |
|
@coderabbitai i was aksing if this is not alread fixed on main |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
set -euo pipefail
printf '%s\n' '== Remote branches =='
git branch -r --list 'origin/main' 'origin/*139*' || true
printf '%s\n' '== package manifest on origin/main =='
git show origin/main:package.json 2>/dev/null | rg -n -C2 '"tailwindcss"' || true
printf '%s\n' '== package manifest on current PR branch =='
rg -n -C2 '"tailwindcss"' package.json || true
printf '%s\n' '== Commits on PR branch not in origin/main that modify dependency manifests =='
git log --oneline origin/main..HEAD -- package.json package-lock.json pnpm-lock.yaml yarn.lock bun.lockb 2>/dev/null || true
printf '%s\n' '== Diff from origin/main for dependency manifests =='
git diff --no-ext-diff --unified=3 origin/main...HEAD -- package.json package-lock.json pnpm-lock.yaml yarn.lock bun.lockb 2>/dev/null || trueLength of output: 32682
No, the upgrade is not already fixed on Sorry for the incorrect answer. 🐇 You are interacting with an AI system. |
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.3.3. - [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.3.3/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
650a0b5 to
6495fa7
Compare
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueComment |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps tailwindcss from 3.4.17 to 4.3.3.
Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
... (truncated)
Commits
c2b24dd4.3.3 (#20334)e48c5e8Fix weird character rendering on Windows with Japanese locale (#20318)35a3e9cAlways produce\<length>value when optimizing--spacing(0)(#20319)4af47fbFix hues in achromatic theme colors to benone(#20314)5835691Handle CSS nesting natively (#20124)67c745eFix bug in attribute selector parsing (#20303)2683903Support fractional opacity modifiers for named shadow sizes (#20302)04588b1Fix theme() in JS plugins returning unresolved object instead of DEFAULT valu...b53fa09fix: exclude iframes from focus-visible auto outline in Preflight (#20292)ef79119Bump dependencies (#20300)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for tailwindcss since your current version.