Bump github.com/gabriel-vasile/mimetype from 1.3.1 to 1.4.0 #49

Merged
dependabot[bot] merged 2 commits from dependabot/go_modules/github.com/gabriel-vasile/mimetype-1.4.0 into master 2021-10-27 19:07:23 +03:00
dependabot[bot] commented 2021-10-12 20:19:28 +03:00 (Migrated from github.com)

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

Release notes

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

v1.4.0

Features:

  • support for 3 new formats: .msi, .har, .jxl; #182, #174, #154
  • possibility to Extend individual MIME nodes #158

Fixes:

  • exclude weird control characters from valid UTF8 #186
  • rename x-sqlite3 to vnd.sqlite3 #170
  • single JSON value are no longer detected as JSON #175
  • fix vint-width parsing in matroska #185

Thank you for your contributions @​ne1llee, @​waybackarchiver, @​jonsneyers, @​sigma, @​anthonyfok, @​dennisstritzke, @​IevgenLuzan, @​Kycklingar.

Commits
  • 2163896 Merge pull request #188 from gabriel-vasile/utf-control-chars
  • fe5cc77 Merge pull request #190 from dennisstritzke/sqlite-mime-change
  • 641d944 Changing sqlite3 to application/vnd.sqlite3 and retaining application/x-sqlit...
  • 220897d Merge pull request #176 from gabriel-vasile/jsonvalues
  • 2d2c175 Exclude weird control characters from valid utf8 text/plain
  • a9b9b9d Merge pull request #185 from Kycklingar/whammy2
  • 5f340cc rename vint func
  • 90b7576 improve webm/matroska detection
  • a040a9f Merge pull request #184 from gabriel-vasile/better-comment-wording
  • 765beb3 Better wording for errMIME comment
  • 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 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.1 to 1.4.0. <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>v1.4.0</h2> <p>Features:</p> <ul> <li>support for 3 new formats: .msi, .har, .jxl; <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/182">#182</a>, <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/174">#174</a>, <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/154">#154</a></li> <li>possibility to Extend individual MIME nodes <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/158">#158</a></li> </ul> <p>Fixes:</p> <ul> <li>exclude weird control characters from valid UTF8 <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/186">#186</a></li> <li>rename x-sqlite3 to vnd.sqlite3 <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/170">#170</a></li> <li>single JSON value are no longer detected as JSON <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/175">#175</a></li> <li>fix vint-width parsing in matroska <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/185">#185</a></li> </ul> <p>Thank you for your contributions <a href="https://github.com/ne1llee"><code>@​ne1llee</code></a>, <a href="https://github.com/waybackarchiver"><code>@​waybackarchiver</code></a>, <a href="https://github.com/jonsneyers"><code>@​jonsneyers</code></a>, <a href="https://github.com/sigma"><code>@​sigma</code></a>, <a href="https://github.com/anthonyfok"><code>@​anthonyfok</code></a>, <a href="https://github.com/dennisstritzke"><code>@​dennisstritzke</code></a>, <a href="https://github.com/IevgenLuzan"><code>@​IevgenLuzan</code></a>, <a href="https://github.com/Kycklingar"><code>@​Kycklingar</code></a>.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/21638968dbc50f1f9a83d4f89863e2d607308482"><code>2163896</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/188">#188</a> from gabriel-vasile/utf-control-chars</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/fe5cc773f2949436fa8456a0d29a9484c1fb0f3c"><code>fe5cc77</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/190">#190</a> from dennisstritzke/sqlite-mime-change</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/641d9446d44986edcfe418790a8832afafc69245"><code>641d944</code></a> Changing sqlite3 to application/vnd.sqlite3 and retaining application/x-sqlit...</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/220897d540955ee0a7192f1a1fadc49bfe37b98d"><code>220897d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/176">#176</a> from gabriel-vasile/jsonvalues</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/2d2c1753f94d2f3d3940f775206f4b5b81ef2e51"><code>2d2c175</code></a> Exclude weird control characters from valid utf8 text/plain</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/a9b9b9df0c9221ddc2cdf222665182f50e81056e"><code>a9b9b9d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/185">#185</a> from Kycklingar/whammy2</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/5f340cce96758fbf1cb44c01d4bcb294465dd5d5"><code>5f340cc</code></a> rename vint func</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/90b7576376c10250d06fc41a5f11d68ae20bc8fe"><code>90b7576</code></a> improve webm/matroska detection</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/a040a9fdeb50e6cf2d29e6e1bac8557531814cb5"><code>a040a9f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/184">#184</a> from gabriel-vasile/better-comment-wording</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/765beb310ed7cc6d8e8846c6f7db3e2f46411044"><code>765beb3</code></a> Better wording for errMIME comment</li> <li>Additional commits viewable in <a href="https://github.com/gabriel-vasile/mimetype/compare/v1.3.1...v1.4.0">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.1&new-version=1.4.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>
vtolstov commented 2021-10-27 18:00:44 +03:00 (Migrated from github.com)

@dependabot recreate

@dependabot recreate
vtolstov (Migrated from github.com) approved these changes 2021-10-27 18:00:56 +03:00
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#49
No description provided.