Skip to content

fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.10#625

Merged
jakobmoellerdev merged 1 commit into
mainfrom
renovate/github.com-gabriel-vasile-mimetype-1.x
Aug 25, 2025
Merged

fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.10#625
jakobmoellerdev merged 1 commit into
mainfrom
renovate/github.com-gabriel-vasile-mimetype-1.x

Conversation

@ocmbot

@ocmbot ocmbot Bot commented Aug 25, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change OpenSSF
github.com/gabriel-vasile/mimetype indirect patch v1.4.9 -> v1.4.10 OpenSSF Scorecard
github.com/gabriel-vasile/mimetype require patch v1.4.9 -> v1.4.10 OpenSSF Scorecard

Release Notes

gabriel-vasile/mimetype (github.com/gabriel-vasile/mimetype)

v1.4.10: perfomance inprovements, tests and new formats

Compare Source

This release adds support for XHTML, Lotus-1-2-3, KML, shell scripts, VSDX, OneNote, CHM and Netpbm file formats.
Changes were made to make mimetype behave more file linux $ file --mime utility.

https://github.com/gabriel-vasile/mimetype_tests repo is now used for running comparisons between mimetype and $ file --mime. It contains 50 000 samples and mimetype identifies the same format as $ file --mime for ~97% of them. Results are in the Actions tab.

What's Changed
  • charset: remove dependency on x/net for parsing html in #​669
  • CSV: replace stdlib reader with a parser that allocates less in #​672
  • svg: make detection harder in #​674
  • pdf: relax check to match file in #​677
  • csv: stop mutating input byte slices; for #​680 in #​681
  • charset: remove dependency on mime in #​684
  • mso_office: increase limit of checked entries from 4 to 100 in #​685
  • jar: replace application/jar with application/java-archive in #​686
  • Zip container improvements in #​687
  • Jar first entry inside a zip in #​688
  • svg+html: better handling for comments in #​689
  • xhtml: add support in #​690
  • misc: behave more like file in #​691
  • lotus-1-2-3: add support in #​695
  • Add support for zipped KML files by @​dmlambea in #​693
  • shell: add support by @​scop in #​694
  • ruby: add support by @​scop in #​700
  • python: associate with python2 and python3 shebangs by @​scop in #​699
  • vsdx: add support in #​702
  • oneNote: add support in #​703
  • chm: add support for Microsoft Compiled HTML Help in #​704
  • Netpbm: add support by @​kenshaw in #​705
New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.9...v1.4.10


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@ocmbot ocmbot Bot requested a review from a team as a code owner August 25, 2025 19:56
@github-actions github-actions Bot added kind/bugfix Bug kind/dependency dependency update, etc. size/s Small labels Aug 25, 2025
Signed-off-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com>
@ocmbot ocmbot Bot force-pushed the renovate/github.com-gabriel-vasile-mimetype-1.x branch from ef18a0e to 1e576b0 Compare August 25, 2025 20:03
@jakobmoellerdev jakobmoellerdev merged commit 6840c8c into main Aug 25, 2025
23 checks passed
@jakobmoellerdev jakobmoellerdev deleted the renovate/github.com-gabriel-vasile-mimetype-1.x branch August 25, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bugfix Bug kind/dependency dependency update, etc. size/s Small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant