Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2025

Bumps github.com/tdewolff/minify/v2 from 2.24.7 to 2.24.8.

Release notes

Sourced from github.com/tdewolff/minify/v2's releases.

v2.24.8

Commits
  • 8cf9eb3 Merge pull request #879 from VastBlast/js-bindings-rewrite
  • b5ecedf add optional minify overload with explicit required args
  • 3f34d2f add better memory leak test
  • f5efd76 remove flawed memory leak test (todo: add mem leak test)
  • 7aed404 update node workflow to work with new rewrite
  • 6a72bb1 require minimum node v20
  • c187fa0 rewrite readme
  • b7874bc rewrite example
  • eaa6c9e migrate existing tests to vitest and add many new tests
  • 63d6a81 use koffi types
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.24.7 to 2.24.8.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](tdewolff/minify@v2.24.7...v2.24.8)

---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
  dependency-version: 2.24.8
  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 go Pull requests that update go code labels Dec 9, 2025
@lemon-mint lemon-mint merged commit a294db0 into main Dec 18, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/tdewolff/minify/v2-2.24.8 branch December 18, 2025 01:28
lemon-mint added a commit that referenced this pull request Dec 18, 2025
* chore(deps): bump github.com/alecthomas/chroma/v2 from 2.20.0 to 2.21.1 (#192)

Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.20.0 to 2.21.1.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Commits](alecthomas/chroma@v2.20.0...v2.21.1)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-version: 2.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(blog): Update blog metadata

* chore(deps): bump github.com/tdewolff/minify/v2 from 2.24.7 to 2.24.8 (#188)

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.24.7 to 2.24.8.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](tdewolff/minify@v2.24.7...v2.24.8)

---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
  dependency-version: 2.24.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump caniuse-lite from 1.0.30001756 to 1.0.30001760 (#189)

Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001756 to 1.0.30001760.
- [Commits](browserslist/caniuse-lite@1.0.30001756...1.0.30001760)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001760
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump golang.org/x/image from 0.33.0 to 0.34.0 (#187)

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.33.0 to 0.34.0.
- [Commits](golang/image@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat(blog): Update blog metadata

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lemon-mint <lemon-mint@users.noreply.github.com>
@lemon-mint lemon-mint mentioned this pull request Dec 18, 2025
lemon-mint added a commit that referenced this pull request Dec 18, 2025
* chore(deps): bump github.com/alecthomas/chroma/v2 from 2.20.0 to 2.21.1 (#192)

Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.20.0 to 2.21.1.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Commits](alecthomas/chroma@v2.20.0...v2.21.1)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-version: 2.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...




* feat(blog): Update blog metadata

* chore(deps): bump github.com/tdewolff/minify/v2 from 2.24.7 to 2.24.8 (#188)

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.24.7 to 2.24.8.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](tdewolff/minify@v2.24.7...v2.24.8)

---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
  dependency-version: 2.24.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...




* chore(deps): bump caniuse-lite from 1.0.30001756 to 1.0.30001760 (#189)

Bumps [caniuse-lite](https://github.com/browserslist/caniuse-lite) from 1.0.30001756 to 1.0.30001760.
- [Commits](browserslist/caniuse-lite@1.0.30001756...1.0.30001760)

---
updated-dependencies:
- dependency-name: caniuse-lite
  dependency-version: 1.0.30001760
  dependency-type: direct:production
  update-type: version-update:semver-patch
...




* chore(deps): bump golang.org/x/image from 0.33.0 to 0.34.0 (#187)

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.33.0 to 0.34.0.
- [Commits](golang/image@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...




* feat(blog): Update blog metadata

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lemon-mint <lemon-mint@users.noreply.github.com>
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant