Skip to content

chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.13 to 1.4.15 - #5140

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gabriel-vasile/mimetype-1.4.15
Open

chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.13 to 1.4.15#5140
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gabriel-vasile/mimetype-1.4.15

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/gabriel-vasile/mimetype from 1.4.13 to 1.4.15.

Release notes

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

v1.4.14 pyc, pcap, cycloned, gedcom support

Media type changes

  • newly added: application/x-bytecode.python, application/vnd.tcpdump.pcap, application/vnd.cyclonedx+xml, application/vnd.cyclonedx+json, text/vnd.familysearch.gedcom
  • superseded and demoted to aliases: image/vnd.mozilla.apng superseded by image/apng video/x-matroska superseded by video/matroska application/x-rar-compressed superseded by application/vnd.rar

Full changelog

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.13...v1.4.14

v1.4.14-rc1 pyc, pcap, cycloned support

Media type changes

  • new media types: image/apng, video/matroska, application/vnd.rar, application/x-bytecode.python, application/vnd.tcpdump.pcap, application/vnd.cyclonedx+xml, application/vnd.cyclonedx+json
  • media types demoted to aliases: image/vnd.mozilla.apng, video/x-matroska, application/x-rar-compressed

Full changelog

... (truncated)

Commits
  • f6bb955 readme: add back contributing section, for #827 (#831)
  • 1b3ab2e fuzz: fuzz for 32 bit too to avoid panics like #829 (#830)
  • 38e5e71 cdf: fix slice index panic on 32bit arch (#829)
  • bcd718d gedcom: add support for text/vnd.familysearch.gedcom (#789)
  • 2995287 build(deps): bump the github-actions group across 1 directory with 7 updates ...
  • 14cefcb fuzz: improvements for exploring more code paths (#824)
  • 5b11e3a scan: fix panic and fuzz flags (#823)
  • 5621f29 charset: stop checking for ascii if utf8 is satisfied (#768)
  • eb8d3f4 docs: mention String() can return different values (#820)
  • 9268756 mkv: use IANA registered media type video/matroska (#819)
  • 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 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/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.13 to 1.4.15.
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](gabriel-vasile/mimetype@v1.4.13...v1.4.15)

---
updated-dependencies:
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-version: 1.4.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies go Pull requests that update Go code labels Jul 31, 2026
@dependabot
dependabot Bot requested review from a team as code owners July 31, 2026 00:45
@dependabot dependabot Bot added dependencies go Pull requests that update Go code labels Jul 31, 2026
@netlify

netlify Bot commented Jul 31, 2026

Copy link
Copy Markdown

Deploy Preview for zarf-docs canceled.

Name Link
🔨 Latest commit c1b4ea7
🔍 Latest deploy log https://app.netlify.com/projects/zarf-docs/deploys/6a6bf01645ec160009d901bc

@brandtkeller

Copy link
Copy Markdown
Member

Before accepting this PR I am evaluating these based on what function they serve. This dependency is used solely by the pull logic for a package from http/https. The file has already been downloaded and we're detecting the file type extension. IMO the existing archives dependency holds better fidelity of the contract is merely .tar/.tar.zst.

Otherwise the alternative would be removing the http/https pull all-together but that feels a bit extreme.

Thoughts @zarf-dev/maintainers / @zarf-dev/reviewers ?

@AustinAbro321

AustinAbro321 commented Aug 7, 2026

Copy link
Copy Markdown
Member

@brandtkeller Yeah, I think we can replace this with the archives filetype detection

It would still be an in-direct dependency, but that's a still a win IMO.

@soltysh

soltysh commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Totally agree with minimizing our deps surface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies go Pull requests that update Go code

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants