Skip to content

chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.13#304

Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x
Open

chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.13#304
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Nov 13, 2025

This PR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v1.4.13: Support for .hlp, .inf, .fm, .bufr

Compare Source

What's Changed

New Contributors

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

v1.4.12: RFC822, GRIB, Zlib support

Compare Source

What's Changed

  • zip+json: add benchmarks for better performance tracking of pathological inputs in #​730
  • zip+json: performance improvements for pathological cases in #​732
  • Fix integer overflow panic on 32bit architectures in #​733
  • ci: add more linters and fix their warnings in #​734
  • jar: manifest must be first in #​735
  • rfc822: add support in #​740
  • grib: add support in #​742
  • zlib: add support in #​743

Full Changelog: gabriel-vasile/mimetype@v1.4.11...v1.4.12

v1.4.11: cpio, wordperfect support

Compare Source

What's Changed

  • wordperfect: add support in #​707
  • cpio: add support for binary version in #​709
  • shebang: fix detection with args by @​scop in #​710
  • shebang: support env -S by @​scop in #​712
  • dxf: add support in #​720
  • clone: stop cloning MIME when there is no charset in #​722
  • aaf: remove individual node for aaf in #​724
  • msoxml: match files and directories for first zip entry in #​729

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

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

v1.4.9: GLTF support and performance improvements

Compare Source

What's Changed

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

v1.4.8: Add support for APK

Compare Source

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.7...v1.4.8

v1.4.7

Compare Source

What's Changed

Full Changelog: gabriel-vasile/mimetype@v1.4.6...v1.4.7

v1.4.6

Compare Source

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.5...v1.4.6

v1.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.4...v1.4.5

v1.4.4

Compare Source

What's Changed

Security fixes:

Update golang.org/x/net to latest. Fixes: CVE-2023-45288

Performance improvements:
  • Change tar detection to use checksum instead of legal ranges of values in #​466
  • ftyp: exit asap to prevent mem allocs in #​517
  • Improve x-subrip detection performance in #​524
  • improve performance for text detection in #​532
  • Using io.ReadAll instead of ioutil.ReadAll by @​phihungtf in #​525

Benchmarks:

before:
BenchmarkText/application/x-ndjson-8              663314              2027 ns/op            4306 B/op          6 allocs/op
BenchmarkSliceRand-8                              688160              1690 ns/op             728 B/op         75 allocs/op
BenchmarkSrt-8                                    946042              1089 ns/op            4240 B/op          5 allocs/op
after:
BenchmarkText/application/x-ndjson-8             1930292               678.6 ns/op           160 B/op          4 allocs/op
BenchmarkSliceRand-8                             1232066              1173 ns/op             160 B/op          4 allocs/op
BenchmarkSrt-8                                   3235448               368.8 ns/op            64 B/op          2 allocs/op

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.3...v1.4.4


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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.11 chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.11 - autoclosed Nov 18, 2025
@red-hat-konflux red-hat-konflux bot closed this Nov 18, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x branch November 18, 2025 13:07
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.11 - autoclosed chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.11 Nov 19, 2025
@red-hat-konflux red-hat-konflux bot reopened this Nov 19, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x branch from b8a8a01 to da54175 Compare November 19, 2025 20:51
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.11 chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.11 - autoclosed Dec 11, 2025
@red-hat-konflux red-hat-konflux bot closed this Dec 11, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.11 - autoclosed chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.11 Dec 12, 2025
@red-hat-konflux red-hat-konflux bot reopened this Dec 12, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x branch 2 times, most recently from da54175 to 905cd7a Compare December 13, 2025 00:52
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.11 chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 Dec 13, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed Dec 13, 2025
@red-hat-konflux red-hat-konflux bot closed this Dec 13, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 Dec 13, 2025
@red-hat-konflux red-hat-konflux bot reopened this Dec 13, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x branch from 5bed461 to 905cd7a Compare December 13, 2025 09:57
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed Dec 14, 2025
@red-hat-konflux red-hat-konflux bot closed this Dec 14, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 Dec 15, 2025
@red-hat-konflux red-hat-konflux bot reopened this Dec 15, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x branch from 5eb9fb9 to 905cd7a Compare December 15, 2025 00:52
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed Dec 17, 2025
@red-hat-konflux red-hat-konflux bot closed this Dec 17, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 Dec 17, 2025
@red-hat-konflux red-hat-konflux bot reopened this Dec 17, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x branch from 974719a to 905cd7a Compare December 17, 2025 16:55
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed Dec 28, 2025
@red-hat-konflux red-hat-konflux bot closed this Dec 28, 2025
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x branch from 853cd33 to 905cd7a Compare December 31, 2025 05:00
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed Dec 31, 2025
@red-hat-konflux red-hat-konflux bot closed this Dec 31, 2025
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 Jan 1, 2026
@red-hat-konflux red-hat-konflux bot reopened this Jan 1, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x branch from f2c17ec to 905cd7a Compare January 1, 2026 00:50
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed Jan 5, 2026
@red-hat-konflux red-hat-konflux bot closed this Jan 5, 2026
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 Jan 5, 2026
@red-hat-konflux red-hat-konflux bot reopened this Jan 5, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x branch from 3eb1172 to 905cd7a Compare January 5, 2026 20:59
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed Jan 9, 2026
@red-hat-konflux red-hat-konflux bot closed this Jan 9, 2026
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 Jan 9, 2026
@red-hat-konflux red-hat-konflux bot reopened this Jan 9, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x branch from 7102ea2 to 905cd7a Compare January 9, 2026 16:56
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed Jan 27, 2026
@red-hat-konflux red-hat-konflux bot closed this Jan 27, 2026
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 - autoclosed chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 Jan 27, 2026
@red-hat-konflux red-hat-konflux bot reopened this Jan 27, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x branch 2 times, most recently from 86855f7 to 84897fe Compare February 1, 2026 09:00
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.12 chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.13 Feb 1, 2026
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.13 chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.13 - autoclosed Feb 18, 2026
@red-hat-konflux red-hat-konflux bot closed this Feb 18, 2026
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot changed the title chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.13 - autoclosed chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.13 Feb 19, 2026
@red-hat-konflux red-hat-konflux bot reopened this Feb 19, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/github.com-gabriel-vasile-mimetype-1.x branch 2 times, most recently from 84897fe to dfede50 Compare February 19, 2026 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants