Skip to content

fix(deps): update module github.com/tdewolff/minify/v2 to v2.24.8#243

Merged
koki-develop merged 1 commit intomainfrom
renovate/github.com-tdewolff-minify-v2-2.x
Dec 21, 2025
Merged

fix(deps): update module github.com/tdewolff/minify/v2 to v2.24.8#243
koki-develop merged 1 commit intomainfrom
renovate/github.com-tdewolff-minify-v2-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 21, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/tdewolff/minify/v2 v2.24.7 -> v2.24.8 age confidence

Release Notes

tdewolff/minify (github.com/tdewolff/minify/v2)

v2.24.8

Compare Source

  • Remove CSS.KeepCSS2 (use CSS.Version=2); make SVG.Inline private; fixes #​868
  • Rewrite JS bindings (thanks to @​VastBlast)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown
Contributor

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • Removed API: CSS.KeepCSS2 option has been removed (replaced with CSS.Version=2)
  • Private API Change: SVG.Inline has been made private (no longer publicly accessible)
  • JavaScript Bindings: Complete rewrite of JS bindings (internal improvement)
  • Bug Fix: Addresses issue #868 related to CSS and SVG handling
  • No Security Fixes: This is a maintenance release with API cleanup, no security patches identified

🎯 Impact Scope Investigation

  • Usage Locations: The minify package is used in 3 formatter files:
    • internal/formatters/html_minified.go:30 - Uses css.Minify function
    • internal/formatters/json_minified.go:24 - Uses json.Minify function
    • internal/formatters/svg_minified.go:24 - Uses svg.Minify function
  • Breaking Changes Impact: The codebase does NOT use any of the removed/changed APIs:
    • No usage of CSS.KeepCSS2 (removed option)
    • No usage of CSS.Version configuration
    • No usage of SVG.Inline (now private)
  • Current Implementation: The code only uses the stable minify functions (css.Minify, json.Minify, svg.Minify) which remain unchanged
  • Dependency Chain: No impact on other dependencies as this is a direct dependency update

💡 Recommended Actions

  • Immediate Action: Safe to merge immediately - no code changes required
  • Testing: While safe, recommend running existing test suite to verify continued functionality
  • Monitoring: No special monitoring needed as this is a minor version update with no functional changes to used APIs

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@koki-develop koki-develop merged commit 727dd1d into main Dec 21, 2025
5 checks passed
@koki-develop koki-develop deleted the renovate/github.com-tdewolff-minify-v2-2.x branch December 21, 2025 01:49
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