-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps-dev): Bump tailwindcss from 4.1.13 to 4.1.15 #240
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
base: main
Are you sure you want to change the base?
Conversation
Deploying blinklabs-utxorpc with
|
Latest commit: |
1abfa08
|
Status: | ✅ Deploy successful! |
Preview URL: | https://eaefe663.blinklabs-utxorpc.pages.dev |
Branch Preview URL: | https://dependabot-npm-and-yarn-tail-m4ju.blinklabs-utxorpc.pages.dev |
✓ Safe to upgradeI recommend merging this upgrade because it's a minor patch update within the same major version (v4), bringing 8 new features and 17 bug fixes with no breaking changes affecting this codebase. The project is already on Tailwind v4 with proper configuration, and none of the deprecated utilities (break-words) or changed features (@apply directive) are used in the codebase. The security vulnerabilities flagged (CVE-2024-4068, CVE-2024-4067 affecting braces and micromatch) are not introduced by this upgrade and exist in unrelated build tool dependencies (fast-glob). The malicious package warning is about a different typosquatting package (material-tailwindcss) not related to the official tailwindcss being upgraded. Web search findings about v4 migration issues and WSL2 installation problems apply to major version migrations, not this minor patch upgrade within v4. What we checked
Dependency UsageTailwind CSS serves as the core styling framework for this React-based Cardano wallet transaction application, integrated through PostCSS build tooling and imported globally in the main CSS file. The dependency enables utility-first CSS styling throughout the user interface, supporting the application's visual design system for wallet connection flows and transaction displays. This is a standard build-time dependency pattern where Tailwind processes styles during development and production builds rather than runtime, with configuration handled through the PostCSS pipeline. Changestailwindcss has introduced a breaking change with globby upgraded to a major release, deprecated the
View 97 more changes
References (5)[1]: Tailwindcss upgraded from 4.1.13 to 4.1.15 (minor patch version) Line 36 in e374b7c
[2]: Project already using Tailwind v4 import syntax with compatibility layer in place (lines 3-19) Line 1 in e374b7c
[3]: Security vulnerability in braces@3.0.3 is a transitive dependency of fast-glob (line 3615), not tailwindcss - exists in current version and is unrelated to this upgrade utxorpc-example/package-lock.json Line 2662 in e374b7c
[4]: Security vulnerability in micromatch@4.0.8 is a transitive dependency of fast-glob via braces (line 4671), not tailwindcss - exists in current version and is unrelated to this upgrade utxorpc-example/package-lock.json Line 4665 in e374b7c
[5]: Deprecated break-words utility is not used in this codebase (grep found no matches) (source link) fossabot analyzed this PR using dependency research. |
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.13 to 4.1.15. - [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.15/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.15 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
e374b7c
to
1abfa08
Compare
Bumps tailwindcss from 4.1.13 to 4.1.15.
Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
b2e2435
Release 4.1.15 (#19159)3b636b7
Markbreak-words
as deprecated, and upgrade towrap-break-word
(#19157)acb27ef
Generalize thewalk
implementation (#19126)de6b54c
Fix parsing issue when\t
is used in at-rules (#19130)22858ac
Make TypeScript a bit more happy (#19124)f945c3d
Don’t index into strings with thetheme(…)
function (#19111)2cba831
Clone AST nodes used instaticValues
(#19110)c67c0c5
Canonicalize dimensions (#19101)01d1e98
Canonicalization constant folding and handling zeros (#19095)3aadba7
Move modifier ofnot-*
,has-*
, andin-*
variant to sub variant (#19100)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)