Skip to content

Bump @playform/compress from 0.2.3 to 0.2.5 - #795

Merged
github-actions[bot] merged 1 commit into
Currentfrom
dependabot/npm_and_yarn/playform/compress-0.2.5
Aug 10, 2026
Merged

Bump @playform/compress from 0.2.3 to 0.2.5#795
github-actions[bot] merged 1 commit into
Currentfrom
dependabot/npm_and_yarn/playform/compress-0.2.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps @playform/compress from 0.2.3 to 0.2.5.

Release notes

Sourced from @​playform/compress's releases.

Compress/v0.2.5

Full Changelog: PlayForm/Compress@Compress/v0.2.4...Compress/v0.2.5

Compress/v0.2.4

What's Changed

Full Changelog: PlayForm/Compress@Compress/v0.2.3...Compress/v0.2.4

Changelog

Sourced from @​playform/compress's changelog.

0.2.5

Fix

  • Disabled csso by default, making lightningcss the only CSS compressor enabled out of the box. csso silently deletes modern CSS it cannot parse instead of leaving it untouched:
    • Media Queries Level 4 range syntax — @media (width>=40rem) — is removed entirely, which broke every responsive breakpoint on Tailwind CSS v4 sites because @tailwindcss/vite emits sm:, md:, lg:, xl: and 2xl: using that syntax. (#640)
    • CSS nesting blocks are dropped from the output. (#400)
  • Because csso ran after lightningcss in the compression chain, enabling lightningcss was not enough to avoid the problem — csso discarded the correct output it produced.

Change

  • Source/Variable/Option.ts now defaults CSS to { csso: false, lightningcss: {…} }.
  • Source/Variable/Parser.ts now lists lightningcss as the sole default CSS parser instead of ["csso", "lightningcss"].
  • Documented the modern-CSS limitation and the opt-in procedure for csso in README.md and in the Source/Interface/CSS/csso.ts type documentation.
  • Bumped package version from 0.2.4 to 0.2.5

csso remains fully supported for anyone who wants it and can be re-enabled explicitly with CSS: { csso: true }.

0.2.4

Change

  • Bumped package version from 0.2.3 to 0.2.4
  • Updated dependencies to latest versions:
    • @playform/pipe (0.1.5 → 0.1.6)
    • @types/csso (5.0.4 → 5.0.5)
    • commander (14.0.3 → 15.0.0)
    • lightningcss (1.32.0 → 1.33.0)
    • sharp (0.34.5 → 0.35.3)
    • svgo (4.0.1 → 4.0.2)
    • terser (5.46.1 → 5.49.2)
    • @playform/build (0.3.1 → 0.3.4)
    • browserslist (4.28.2 → 4.28.7)
  • Updated tsconfig.json to replace baseUrl with path aliases:
    • @Function/*./Source/Function/*
    • @Interface/*./Source/Interface/*
    • @Type/*./Source/Type/*
    • @Variable/*./Source/Variable/*
Commits
  • aad9439 Compress/v0.2.5
  • 54e3508 Merge branch 'Current' of ssh://github.com/PlayForm/Compress into Current
  • 7215e7e fix(css): disable csso by default to preserve modern CSS
  • 1a837dd
  • 25734be Compress/v0.2.4
  • ec8ec17 Merge branch 'Current' of ssh://github.com/PlayForm/Compress into Current
  • 1f313a3 fix(dependencies): update @​playform/pipe to version 0.1.6 and terser to versi...
  • de9a732
  • 7a31e7e chore(release): Bump version to 0.2.4 with dependency updates and tsconfig pa...
  • d6a3de1 Merge branch 'Current' of ssh://github.com/PlayForm/Compress into Current
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 10, 2026
Bumps [@playform/compress](https://github.com/PlayForm/Compress) from 0.2.3 to 0.2.5.
- [Release notes](https://github.com/PlayForm/Compress/releases)
- [Changelog](https://github.com/PlayForm/Compress/blob/Current/CHANGELOG.md)
- [Commits](PlayForm/Compress@Compress/v0.2.3...Compress/v0.2.5)

---
updated-dependencies:
- dependency-name: "@playform/compress"
  dependency-version: 0.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/playform/compress-0.2.5 branch from a70d30f to 71538cc Compare August 10, 2026 14:27
@github-actions
github-actions Bot merged commit 705efe5 into Current Aug 10, 2026
3 of 8 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/playform/compress-0.2.5 branch August 10, 2026 14:27
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

Development

Successfully merging this pull request may close these issues.

0 participants