[PR #59] [CLOSED] Bump github.com/klauspost/compress from 1.15.15 to 1.16.0 #431

Closed
opened 2026-03-15 14:18:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/axllent/mailpit/pull/59
Author: @dependabot[bot]
Created: 2/27/2023
Status: Closed

Base: developHead: dependabot/go_modules/github.com/klauspost/compress-1.16.0


📝 Commits (1)

  • 73e48f8 Bump github.com/klauspost/compress from 1.15.15 to 1.16.0

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/klauspost/compress from 1.15.15 to 1.16.0.

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.16.0

What's Changed

Full Changelog: https://github.com/klauspost/compress/compare/v1.15.15...v1.16.0

Commits

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/axllent/mailpit/pull/59 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/27/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/go_modules/github.com/klauspost/compress-1.16.0` --- ### 📝 Commits (1) - [`73e48f8`](https://github.com/axllent/mailpit/commit/73e48f80ff716e9f55093958e64ae0e769107ec4) Bump github.com/klauspost/compress from 1.15.15 to 1.16.0 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.15.15 to 1.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's releases</a>.</em></p> <blockquote> <h2>v1.16.0</h2> <h2>What's Changed</h2> <ul> <li>s2: Add Dictionary support by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/685">klauspost/compress#685</a></li> <li>s2: Add Compression Size Estimate by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/752">klauspost/compress#752</a></li> <li>s2: Add support for custom stream encoder by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/755">klauspost/compress#755</a></li> <li>s2: Add LZ4 block converter by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/748">klauspost/compress#748</a></li> <li>s2: Support io.ReaderAt in ReadSeeker by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/747">klauspost/compress#747</a></li> <li>s2c/s2sx: Use concurrent decoding by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/746">klauspost/compress#746</a></li> <li>tests: Upgrade to Go 1.20 by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/749">klauspost/compress#749</a></li> <li>Update all (command) dependencies by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/klauspost/compress/pull/758">klauspost/compress#758</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.15.15...v1.16.0">https://github.com/klauspost/compress/compare/v1.15.15...v1.16.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/klauspost/compress/commit/5a210a09735ab4af7b0af4a0ec6d6dd09675526a"><code>5a210a0</code></a> s2: Add Dictionary support. (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/685">#685</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/0faa2d1017e7eaee601365e4d84f15e14a98623f"><code>0faa2d1</code></a> Update all dependencies (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/758">#758</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/8f278c6f7ad03683a95b56bc48b212326856226a"><code>8f278c6</code></a> build(deps): bump golang.org/x/sys in /s2/_generate (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/756">#756</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/47158f2625031ec47adfc85c98c86e6d7a0598a1"><code>47158f2</code></a> s2: Add support for custom stream encoder (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/755">#755</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/fdc8ab05b93a5f04ba02303c189917fa722f4c34"><code>fdc8ab0</code></a> s2: Add compression estimate (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/752">#752</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/7e2122622f20d94e72ad27c5a484956f47386852"><code>7e21226</code></a> s2: Add LZ4 block converter (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/748">#748</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/0793ca190d9604e0254fab30905bc6ffbeb30fce"><code>0793ca1</code></a> tests: Upgrade to Go 1.20 (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/749">#749</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/c847bdeec5da58ee2d0ea671f48b24cdcc4c115c"><code>c847bde</code></a> s2: Support ReadAt in ReadSeeker (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/747">#747</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/69922dfbd3f792f9fa360d022e1bb26775cf2fd7"><code>69922df</code></a> s2c/s2sx: Use concurrent decoding (<a href="https://github-redirect.dependabot.com/klauspost/compress/issues/746">#746</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/fe37dc6783c89b89437054712fbe8f57da53fd58"><code>fe37dc6</code></a> Update README.md</li> <li>See full diff in <a href="https://github.com/klauspost/compress/compare/v1.15.15...v1.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/klauspost/compress&package-manager=go_modules&previous-version=1.15.15&new-version=1.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 14:18:33 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mailpit#431
No description provided.