Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2025

This PR contains the following updates:

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

Release Notes

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

v2.23.10

Compare Source

Fix JS binding

v2.23.9

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.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 8, 2025

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

v2.23.9 Changes:

  • XML parsing fix for unescaping ">" character (issue #825)
  • Added 'speculationrules' as JSON MIME type (issue #827)
  • Updated Python version to 3.13

v2.23.10 Changes:

  • Fix JS binding (single commit)
  • Dependency updates (node-gyp, golangci-lint-action, etc.)

Breaking Changes: None identified
Security Fixes: None mentioned
API Changes: No breaking API modifications detected

🎯 Impact Scope Investigation

Usage Analysis:

  • HTML minification (internal/formatters/html_minified.go:10-12): Uses minify/v2, css, and html packages
  • JSON minification (internal/formatters/json_minified.go:9-10): Uses minify/v2 and json packages
  • SVG minification (internal/formatters/svg_minified.go:9-10): Uses minify/v2 and svg packages

Impact Assessment:

  • The codebase uses standard minify APIs (minify.New(), AddFunc(), Add(), Minify())
  • XML parsing improvements in v2.23.9 don't affect current usage (gat uses Go's built-in XML package)
  • JS binding fix in v2.23.10 is irrelevant to Go usage
  • JSON MIME type addition (speculationrules) doesn't conflict with existing usage
  • No dependency conflicts with other packages

💡 Recommended Actions

Safe to merge immediately

  • No code changes required
  • Existing APIs remain fully compatible
  • Minor bug fixes and improvements included
  • Regular dependency update pattern (previous updates: v2.23.3, v2.23.5, v2.23.8)

🔗 Reference Links

@koki-develop koki-develop merged commit 9c5ba93 into main Aug 8, 2025
5 checks passed
@koki-develop koki-develop deleted the renovate/github.com-tdewolff-minify-v2-2.x branch August 8, 2025 08:56
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