Bump github.com/gabriel-vasile/mimetype from 1.3.0 to 1.3.1 #40

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/gabriel-vasile/mimetype-1.3.1 into master 2021-09-06 17:53:18 +03:00
dependabot[bot] commented 2021-09-06 15:17:34 +03:00 (Migrated from github.com)

Bumps github.com/gabriel-vasile/mimetype from 1.3.0 to 1.3.1.

Release notes

Sourced from github.com/gabriel-vasile/mimetype's releases.

Fix EOF returned for empty readers

v1.2.0 introduced a change where error EOF was returned for empty readers. Previously, text/plain would be returned for such an input.

v1.3.1 comes back to the pre-v1.2.0 behavior.

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)
Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.3.0 to 1.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gabriel-vasile/mimetype/releases">github.com/gabriel-vasile/mimetype's releases</a>.</em></p> <blockquote> <h2>Fix EOF returned for empty readers</h2> <p>v1.2.0 introduced a change where error EOF was returned for empty readers. Previously, <code>text/plain</code> would be returned for such an input.</p> <p>v1.3.1 comes back to the pre-v1.2.0 behavior.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/04bcd30eb3d53806a2adbb501c0d1b93e95fb2fc"><code>04bcd30</code></a> Check for EOF in DetectReader; for <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/162">#162</a></li> <li>See full diff in <a href="https://github.com/gabriel-vasile/mimetype/compare/v1.3.0...v1.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gabriel-vasile/mimetype&package-manager=go_modules&previous-version=1.3.0&new-version=1.3.1)](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>
vtolstov commented 2021-09-06 17:53:16 +03:00 (Migrated from github.com)

@dependabot squash and merge

пн, 6 сент. 2021 г. в 15:17, dependabot[bot] @.***>:

Bumps github.com/gabriel-vasile/mimetype from 1.3.0 to 1.3.1.

Release notes

Sourced from github.com/gabriel-vasile/mimetype's releases.

Fix EOF returned for empty readers

v1.2.0 introduced a change where error EOF was returned for empty readers. Previously, text/plain would be returned for such an input.

v1.3.1 comes back to the pre-v1.2.0 behavior.

Commits

04bcd30 Check for EOF in DetectReader; for #162
See full diff in compare view

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)


You can view, comment on, or merge this pull request online at:

https://github.com/unistack-org/micro-store-s3/pull/40

Commit Summary

Bump github.com/gabriel-vasile/mimetype from 1.3.0 to 1.3.1

File Changes

M go.mod (2)
M go.sum (4)

Patch Links:

https://github.com/unistack-org/micro-store-s3/pull/40.patch
https://github.com/unistack-org/micro-store-s3/pull/40.diff


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

--
Vasiliy Tolstov,
e-mail: @.***

@dependabot squash and merge пн, 6 сент. 2021 г. в 15:17, dependabot[bot] ***@***.***>: > > Bumps github.com/gabriel-vasile/mimetype from 1.3.0 to 1.3.1. > > Release notes > > Sourced from github.com/gabriel-vasile/mimetype's releases. > > Fix EOF returned for empty readers > > v1.2.0 introduced a change where error EOF was returned for empty readers. Previously, text/plain would be returned for such an input. > > v1.3.1 comes back to the pre-v1.2.0 behavior. > > Commits > > 04bcd30 Check for EOF in DetectReader; for #162 > See full diff in compare view > > > 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) > > ________________________________ > > You can view, comment on, or merge this pull request online at: > > https://github.com/unistack-org/micro-store-s3/pull/40 > > Commit Summary > > Bump github.com/gabriel-vasile/mimetype from 1.3.0 to 1.3.1 > > File Changes > > M go.mod (2) > M go.sum (4) > > Patch Links: > > https://github.com/unistack-org/micro-store-s3/pull/40.patch > https://github.com/unistack-org/micro-store-s3/pull/40.diff > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub, or unsubscribe. -- Vasiliy Tolstov, e-mail: ***@***.***
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
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: unistack-org/micro-store-s3#40
No description provided.