Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
Currentfrom
dependabot/npm_and_yarn/playform/compress-0.2.5
Open

Bump @playform/compress from 0.2.3 to 0.2.5#758
dependabot[bot] wants to merge 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 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 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)

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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 10, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​playform/​compress@​0.2.3 ⏵ 0.2.593 +11009790 +1100

View full report

@socket-security

Copy link
Copy Markdown

Caution

Review the following alerts detected in dependencies.

According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Block Medium
Network access: npm clean-css in module globalThis["fetch"]

Module: globalThis["fetch"]

Location: Package overview

From: ?npm/@playform/compress@0.2.5npm/clean-css@5.3.3

ℹ Read more on: This package | This alert | What is network access?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/clean-css@5.3.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Block Medium
Network access: npm clean-css in module http

Module: http

Location: Package overview

From: ?npm/@playform/compress@0.2.5npm/clean-css@5.3.3

ℹ Read more on: This package | This alert | What is network access?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/clean-css@5.3.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Block Medium
Network access: npm clean-css in module https

Module: https

Location: Package overview

From: ?npm/@playform/compress@0.2.5npm/clean-css@5.3.3

ℹ Read more on: This package | This alert | What is network access?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/clean-css@5.3.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Block Low
Environment variable access: npm clean-css reads HTTP_PROXY

Env Vars: HTTP_PROXY

Location: Package overview

From: ?npm/@playform/compress@0.2.5npm/clean-css@5.3.3

ℹ Read more on: This package | This alert | What is environment variable access?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should be clear about which environment variables they access, and care should be taken to ensure they only access environment variables they claim to.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/clean-css@5.3.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Block Low
Environment variable access: npm clean-css reads http_proxy

Env Vars: http_proxy

Location: Package overview

From: ?npm/@playform/compress@0.2.5npm/clean-css@5.3.3

ℹ Read more on: This package | This alert | What is environment variable access?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should be clear about which environment variables they access, and care should be taken to ensure they only access environment variables they claim to.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/clean-css@5.3.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Block Low
Filesystem access: npm clean-css with module fs

Module: fs

Location: Package overview

From: ?npm/@playform/compress@0.2.5npm/clean-css@5.3.3

ℹ Read more on: This package | This alert | What is filesystem access?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: If a package must read the file system, clarify what it will read and ensure it reads only what it claims to. If appropriate, packages can leave file system access to consumers and operate on data passed to it instead.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/clean-css@5.3.3. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Block Low
Embedded URLs or IPs: npm dot-case with dot.case, path.case

URLs: dot.case, path.case

Location: Package overview

From: ?npm/@playform/compress@0.2.5npm/dot-case@3.0.4

ℹ Read more on: This package | This alert | What are URL strings?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Review all remote URLs to ensure they are intentional, pointing to trusted sources, and not being used for data exfiltration or loading untrusted code at runtime.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/dot-case@3.0.4. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Block Low
Embedded URLs or IPs: npm html-minifier-terser

URLs: https://example.com, http://foo.com, http://foo.com/

Location: Package overview

From: ?npm/@playform/compress@0.2.5npm/html-minifier-terser@7.2.0

ℹ Read more on: This package | This alert | What are URL strings?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Review all remote URLs to ensure they are intentional, pointing to trusted sources, and not being used for data exfiltration or loading untrusted code at runtime.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/html-minifier-terser@7.2.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Block Low
Embedded URLs or IPs: npm no-case with dot.case

URLs: dot.case

Location: Package overview

From: ?npm/@playform/compress@0.2.5npm/no-case@3.0.4

ℹ Read more on: This package | This alert | What are URL strings?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Review all remote URLs to ensure they are intentional, pointing to trusted sources, and not being used for data exfiltration or loading untrusted code at runtime.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/no-case@3.0.4. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Block Low
Unmaintained: npm relateurl was last published 10 years ago

Last Publish: 7/14/2016, 1:31:25 PM

From: ?npm/@playform/compress@0.2.5npm/relateurl@0.2.7

ℹ Read more on: This package | This alert | What are unmaintained packages?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Package should publish periodic maintenance releases if they are maintained, or deprecate if they have no intention in further maintenance.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/relateurl@0.2.7. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

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