Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2025

This PR contains the following updates:

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

Release Notes

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

v2.24.7

Compare Source

v2.24.6

Compare Source

v2.24.5

Compare Source

v2.24.4

Compare Source

v2.24.3

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 Sep 6, 2025

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • JavaScript optimizations: v2.24.7 improves JS minification by reducing && and || operators and simplifying conditional statements
  • Bug fixes: Resolved variable initialization issues in JS minifier (issue #867)
  • CSS improvements: v2.24.5 fixed CSS parser for multiple selectors and custom variables starting with digits
  • HTML template fixes: v2.24.4 addressed lowercasing of template attributes
  • No breaking changes: All changes are internal optimizations and bug fixes that maintain API compatibility
  • No security fixes: Updates are focused on functionality improvements rather than security

🎯 Impact Scope Investigation

  • Limited usage scope: gat uses minify only in 3 specific formatter modules:
    • internal/formatters/html_minified.go - HTML/CSS minification using html.Minifier and css.Minify
    • internal/formatters/json_minified.go - JSON minification using json.Minify
    • internal/formatters/svg_minified.go - SVG minification using svg.Minify
  • API surface unchanged: All minify API calls (minify.New(), m.Add(), m.AddFunc(), m.Minify()) remain identical
  • No dependency conflicts: The parse/v2 dependency also updated (v2.8.3 → v2.8.5) with compatible changes
  • No test dependencies: No existing tests directly use minify functionality

💡 Recommended Actions

  • Immediate merge approved: No code changes required, API remains fully compatible
  • Monitor output quality: The JS improvements shouldn't affect gat since it doesn't use JS minification, but HTML/CSS improvements may enhance output
  • Consider integration testing: While not required for this update, adding tests for minified formatters would improve future change validation

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch 3 times, most recently from 72a5c95 to 8566a04 Compare October 4, 2025 07:22
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 8566a04 to 00a0800 Compare October 18, 2025 17:06
@renovate renovate bot changed the title fix(deps): update module github.com/tdewolff/minify/v2 to v2.24.3 fix(deps): update module github.com/tdewolff/minify/v2 to v2.24.4 Oct 18, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Oct 18, 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):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/tdewolff/parse/v2 v2.8.3 -> v2.8.5
golang.org/x/sys v0.35.0 -> v0.37.0

@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 00a0800 to 425f8bb Compare October 26, 2025 16:38
@renovate renovate bot changed the title fix(deps): update module github.com/tdewolff/minify/v2 to v2.24.4 fix(deps): update module github.com/tdewolff/minify/v2 to v2.24.5 Oct 26, 2025
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 425f8bb to e6cc7ed Compare November 4, 2025 12:15
@renovate renovate bot changed the title fix(deps): update module github.com/tdewolff/minify/v2 to v2.24.5 fix(deps): update module github.com/tdewolff/minify/v2 to v2.24.6 Nov 4, 2025
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from e6cc7ed to 3e97bd1 Compare November 10, 2025 11:31
@renovate renovate bot changed the title fix(deps): update module github.com/tdewolff/minify/v2 to v2.24.6 fix(deps): update module github.com/tdewolff/minify/v2 to v2.24.7 Nov 10, 2025
@renovate renovate bot force-pushed the renovate/github.com-tdewolff-minify-v2-2.x branch from 3e97bd1 to 87ce3ff Compare November 14, 2025 13:53
@koki-develop koki-develop merged commit 695f1fc into main Nov 23, 2025
4 checks passed
@koki-develop koki-develop deleted the renovate/github.com-tdewolff-minify-v2-2.x branch November 23, 2025 02:48
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