Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 9, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/tdewolff/minify/v2 v2.23.10 -> v2.23.11 age confidence

Release Notes

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

v2.23.11

Compare Source


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.

@renovate
Copy link
Contributor Author

renovate bot commented Aug 9, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/tdewolff/parse/v2 v2.8.1 -> v2.8.2-0.20250806174018-50048bb39781

@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2025

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • Minor HTML enhancement: Added support for unofficial XML tags in HTML minification (fixes #832)
  • Build/packaging fix: Resolved tarball export issue for vendored dependencies (fixes #834)
  • No breaking changes: Both fixes are backwards-compatible improvements to existing functionality
  • No security fixes: This is a routine maintenance release with bug fixes

🎯 Impact Scope Investigation

  • Usage locations identified: The minify package is used in 3 formatter files:
    • internal/formatters/html_minified.go:10-12 - Uses HTML and CSS minifiers
    • internal/formatters/json_minified.go:9-10 - Uses JSON minifier
    • internal/formatters/svg_minified.go:9-10 - Uses SVG minifier
  • API compatibility: All current usage patterns remain unchanged:
    • minify.New() constructor
    • m.Add() and m.AddFunc() methods
    • m.Minify() method
    • Minifier configuration options (KeepDocumentTags, KeepQuotes)
  • Dependency chain: Also updates github.com/tdewolff/parse/v2 to v2.8.2 (indirect dependency)
  • No impact on other dependencies: This is an isolated update

💡 Recommended Actions

  • ✅ Safe to merge immediately: No code changes required
  • No manual migration needed: All existing APIs remain functional
  • No configuration changes required: Current minifier configurations continue to work
  • Enhanced functionality: The HTML minifier will now better handle unofficial XML tags, potentially improving minification coverage

🔗 Reference Links

@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 10fcacf to f98ce48 Compare August 10, 2025 12:42
@koki-develop koki-develop merged commit 7311e8c into main Aug 16, 2025
4 checks passed
@koki-develop koki-develop deleted the renovate/github.com-tdewolff-minify-v2-2.x branch August 16, 2025 03:21
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.

2 participants