[PR #1353] [MERGED] fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.10 #7489

Closed
opened 2026-04-20 17:43:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/1353
Author: @renovate[bot]
Created: 8/29/2025
Status: Merged
Merged: 8/29/2025
Merged by: @kolaente

Base: mainHead: renovate/github.com-gabriel-vasile-mimetype-1.x


📝 Commits (1)

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

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

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

📄 Description

This PR contains the following updates:

Package Change Age Confidence
github.com/gabriel-vasile/mimetype v1.4.9 -> v1.4.10 age confidence

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: https://github.com/gabriel-vasile/mimetype/compare/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 becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.


🔄 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/go-vikunja/vikunja/pull/1353 **Author:** [@renovate[bot]](https://github.com/apps/renovate) **Created:** 8/29/2025 **Status:** ✅ Merged **Merged:** 8/29/2025 **Merged by:** [@kolaente](https://github.com/kolaente) **Base:** `main` ← **Head:** `renovate/github.com-gabriel-vasile-mimetype-1.x` --- ### 📝 Commits (1) - [`deadb0a`](https://github.com/go-vikunja/vikunja/commit/deadb0a0437852f0a546c60ea66175f7f20fcf50) fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.10 ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -0) </details> ### 📄 Description This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/gabriel-vasile/mimetype](https://redirect.github.com/gabriel-vasile/mimetype) | `v1.4.9` -> `v1.4.10` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgabriel-vasile%2fmimetype/v1.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgabriel-vasile%2fmimetype/v1.4.9/v1.4.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gabriel-vasile/mimetype (github.com/gabriel-vasile/mimetype)</summary> ### [`v1.4.10`](https://redirect.github.com/gabriel-vasile/mimetype/releases/tag/v1.4.10): perfomance inprovements, tests and new formats [Compare Source](https://redirect.github.com/gabriel-vasile/mimetype/compare/v1.4.9...v1.4.10) 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](https://redirect.github.com/gabriel-vasile/mimetype_tests/actions). #### What's Changed - charset: remove dependency on x/net for parsing html in [#&#8203;669](https://redirect.github.com/gabriel-vasile/mimetype/pull/669) - CSV: replace stdlib reader with a parser that allocates less in [#&#8203;672](https://redirect.github.com/gabriel-vasile/mimetype/pull/672) - svg: make detection harder in [#&#8203;674](https://redirect.github.com/gabriel-vasile/mimetype/pull/674) - pdf: relax check to match file in [#&#8203;677](https://redirect.github.com/gabriel-vasile/mimetype/pull/677) - csv: stop mutating input byte slices; for [#&#8203;680](https://redirect.github.com/gabriel-vasile/mimetype/issues/680) in [#&#8203;681](https://redirect.github.com/gabriel-vasile/mimetype/pull/681) - charset: remove dependency on mime in [#&#8203;684](https://redirect.github.com/gabriel-vasile/mimetype/pull/684) - mso\_office: increase limit of checked entries from 4 to 100 in [#&#8203;685](https://redirect.github.com/gabriel-vasile/mimetype/pull/685) - jar: replace application/jar with application/java-archive in [#&#8203;686](https://redirect.github.com/gabriel-vasile/mimetype/pull/686) - Zip container improvements in [#&#8203;687](https://redirect.github.com/gabriel-vasile/mimetype/pull/687) - Jar first entry inside a zip in [#&#8203;688](https://redirect.github.com/gabriel-vasile/mimetype/pull/688) - svg+html: better handling for comments in [#&#8203;689](https://redirect.github.com/gabriel-vasile/mimetype/pull/689) - xhtml: add support in [#&#8203;690](https://redirect.github.com/gabriel-vasile/mimetype/pull/690) - misc: behave more like file in [#&#8203;691](https://redirect.github.com/gabriel-vasile/mimetype/pull/691) - lotus-1-2-3: add support in [#&#8203;695](https://redirect.github.com/gabriel-vasile/mimetype/pull/695) - Add support for zipped KML files by [@&#8203;dmlambea](https://redirect.github.com/dmlambea) in [#&#8203;693](https://redirect.github.com/gabriel-vasile/mimetype/pull/693) - shell: add support by [@&#8203;scop](https://redirect.github.com/scop) in [#&#8203;694](https://redirect.github.com/gabriel-vasile/mimetype/pull/694) - ruby: add support by [@&#8203;scop](https://redirect.github.com/scop) in [#&#8203;700](https://redirect.github.com/gabriel-vasile/mimetype/pull/700) - python: associate with python2 and python3 shebangs by [@&#8203;scop](https://redirect.github.com/scop) in [#&#8203;699](https://redirect.github.com/gabriel-vasile/mimetype/pull/699) - vsdx: add support in [#&#8203;702](https://redirect.github.com/gabriel-vasile/mimetype/pull/702) - oneNote: add support in [#&#8203;703](https://redirect.github.com/gabriel-vasile/mimetype/pull/703) - chm: add support for Microsoft Compiled HTML Help in [#&#8203;704](https://redirect.github.com/gabriel-vasile/mimetype/pull/704) - Netpbm: add support by [@&#8203;kenshaw](https://redirect.github.com/kenshaw) in [#&#8203;705](https://redirect.github.com/gabriel-vasile/mimetype/pull/705) #### New Contributors - [@&#8203;dmlambea](https://redirect.github.com/dmlambea) made their first contribution in [#&#8203;693](https://redirect.github.com/gabriel-vasile/mimetype/pull/693) - [@&#8203;scop](https://redirect.github.com/scop) made their first contribution in [#&#8203;694](https://redirect.github.com/gabriel-vasile/mimetype/pull/694) - [@&#8203;kenshaw](https://redirect.github.com/kenshaw) made their first contribution in [#&#8203;705](https://redirect.github.com/gabriel-vasile/mimetype/pull/705) **Full Changelog**: <https://github.com/gabriel-vasile/mimetype/compare/v1.4.9...v1.4.10> </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 17:43:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#7489