Skip to content

Bump @tailwindcss/postcss from 4.0.17 to 4.1.10#39

Merged
Scc33 merged 1 commit intomainfrom
dependabot/npm_and_yarn/tailwindcss/postcss-4.1.10
Jun 25, 2025
Merged

Bump @tailwindcss/postcss from 4.0.17 to 4.1.10#39
Scc33 merged 1 commit intomainfrom
dependabot/npm_and_yarn/tailwindcss/postcss-4.1.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @tailwindcss/postcss from 4.0.17 to 4.1.10.

Release notes

Sourced from @​tailwindcss/postcss'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)

v4.1.8

Added

  • Improve error messages when @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#18126)
  • Support Leptos class: attributes when extracting classes (#18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
  • Upgrade: Migrate -mt-[0px] to mt-[0px] instead of the other way around (#18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#18163)
  • Fix PostCSS crash when calling toJSON() (#18083)

v4.1.7

Added

  • Upgrade: Migrate bare values to named values (#18000)
  • Upgrade: Added cache to improve template migration performance (#18025)

Fixed

  • Allow _ before numbers during candidate extraction (#17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#18014)
  • Ignore custom variants using :merge(…) selectors in legacy JS plugins (#18020)
  • Ensure classes containing . are properly extracted from Clojure files (#18038)
  • Upgrade: Fix error when using @import … source(…) (#17963)
  • Upgrade: Change casing of utilities with named values to kebab-case to match updated theme variables (#18017)

... (truncated)

Changelog

Sourced from @​tailwindcss/postcss'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)

[4.1.8] - 2025-05-27

Added

  • Improve error messages when @apply fails (#18059)

Fixed

  • Upgrade: Do not migrate declarations that look like candidates in <style> blocks (#18057, 18068)
  • Upgrade: Don't error when looking for tailwindcss in pnpm monorepos (#18065)
  • Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
  • Upgrade: Migrate deprecated order-none to order-0 (#18126)
  • Support Leptos class: attributes when extracting classes (#18093)
  • Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
  • Upgrade: Migrate -mt-[0px] to mt-[0px] instead of the other way around (#18154)
  • Fix Haml pre-processing crash when there is no \n at the end of the file (#18155)
  • Ignore .pnpm-store folders by default (can be overridden by @source … rules) (#18163)
  • Fix PostCSS crash when calling toJSON() (#18083)

[4.1.7] - 2025-05-15

Added

  • Upgrade: Migrate bare values to named values (#18000)
  • Upgrade: Added cache to improve template migration performance (#18025)

Fixed

  • Allow _ before numbers during candidate extraction (#17961)
  • Prevent duplicate suggestions when using @theme and @utility together (#17675)
  • Ensure that media queries within ::before and ::after pseudo selectors create valid CSS rules in production builds (#17979)
  • Ensure that the standalone CLI does not leave temporary files behind (#17981)
  • Ensure -rotate-* utilities properly negate arbitrary values (#18014)

... (truncated)

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 @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 16, 2025

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jun 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
buddy-sql ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 25, 2025 3:49pm

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 16, 2025

📊 Package size report   No changes

File Before After
Total (Includes all files) 419.2 kB 419.2 kB
Tarball size 171.2 kB 171.2 kB
Unchanged files
File Size
.github/dependabot.yaml 1.1 kB
.github/workflows/codeql-analysis.yaml 785 B
.github/workflows/package-size-report.yaml 519 B
.github/workflows/pr-validation.yaml 1.0 kB
app/favicon.ico 5.2 kB
app/globals.css 1.5 kB
app/glossary/[slug]/layout.tsx 1.7 kB
app/glossary/[slug]/page.tsx 7.7 kB
app/glossary/layout.tsx 466 B
app/glossary/page.tsx 5.4 kB
app/layout.tsx 710 B
app/lessons/[slug]/layout.tsx 798 B
app/lessons/[slug]/page.tsx 6.6 kB
app/lessons/page.tsx 4.7 kB
app/page.tsx 15.8 kB
app/robots.ts 235 B
app/sandbox/layout.tsx 455 B
app/sandbox/page.tsx 3.3 kB
app/sitemap.ts 1.5 kB
app/sitemapmetadata.ts 1.4 kB
app/visualizer/layout.tsx 459 B
app/visualizer/page.tsx 6.9 kB
components/glossary/AlphabeticalIndex.tsx 1.3 kB
components/glossary/GlossaryFilters.tsx 858 B
components/glossary/GlossaryTermList.tsx 2.4 kB
components/glossary/SearchBar.tsx 2.2 kB
components/layout/Footer.tsx 1.5 kB
components/layout/Header.tsx 6.6 kB
components/lessons/LessonCard.tsx 1.6 kB
components/lessons/LessonContent.tsx 3.0 kB
components/lessons/LessonNavigation.tsx 3.1 kB
components/lessons/QueryFeedback.tsx 4.1 kB
components/lessons/ResultTable.tsx 1.9 kB
components/lessons/SqlEditor.tsx 4.5 kB
components/sandbox/TableSchemaViewer.tsx 5.5 kB
components/ui/card.tsx 1.4 kB
components/ui/loading.tsx 1.0 kB
components/visualizer/GroupByOperation.tsx 16.0 kB
components/visualizer/JoinOperation.tsx 16.4 kB
components/visualizer/SelectOperation.tsx 10.1 kB
components/visualizer/WhereOperation.tsx 15.7 kB
constants/keys.ts 57 B
eslint.config.mjs 393 B
hooks/useLocalStorage.ts 1.8 kB
hooks/useSqlJs.ts 3.2 kB
lib/database.ts 3.5 kB
lib/glossaryData.ts 30.9 kB
lib/lessonGrader.ts 7.7 kB
lib/lessons.ts 34.4 kB
lib/queryGrader.ts 7.1 kB
lib/queryParser.ts 7.0 kB
LICENSE 1.1 kB
next.config.ts 452 B
package.json 652 B
postcss.config.mjs 81 B
public/images/groupby-icon.svg 565 B
public/images/join-icon.svg 319 B
public/images/select-icon.svg 391 B
public/images/sql-playground-og.png 146.6 kB
public/images/where-icon.svg 264 B
README.md 3.1 kB
tailwind.config.js 219 B
tsconfig.json 598 B
types/database.ts 355 B
types/glossary.ts 386 B
types/lesson.ts 753 B

🤖 This report was automatically generated by pkg-size-action

Bumps [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) from 4.0.17 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-postcss)

---
updated-dependencies:
- dependency-name: "@tailwindcss/postcss"
  dependency-version: 4.1.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/tailwindcss/postcss-4.1.10 branch from 5ff782b to 7ce4658 Compare June 25, 2025 15:47
@Scc33 Scc33 merged commit df55f5c into main Jun 25, 2025
6 checks passed
@Scc33 Scc33 deleted the dependabot/npm_and_yarn/tailwindcss/postcss-4.1.10 branch June 25, 2025 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant