Skip to content

Comments

chore: Update non-major dependencies#1188

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/non-major-dependencies
Sep 8, 2025
Merged

chore: Update non-major dependencies#1188
renovate[bot] merged 1 commit intomasterfrom
renovate/non-major-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/brianvoe/gofakeit/v7 v7.4.0 -> v7.5.1 age confidence require minor
github.com/charmbracelet/huh/spinner c41a69b -> fa7f8a2 age confidence require digest
github.com/gabriel-vasile/mimetype v1.4.9 -> v1.4.10 age confidence require patch
github.com/gookit/validate v1.5.5 -> v1.5.6 age confidence require patch
github.com/stretchr/testify v1.11.0 -> v1.11.1 age confidence require patch
go (source) 1.25.0 -> 1.25.1 age confidence toolchain patch
golang.org/x/sys v0.35.0 -> v0.36.0 age confidence require minor
google.golang.org/genproto 3122310 -> ef028d9 age confidence replace digest
google.golang.org/genproto/googleapis/rpc 3122310 -> ef028d9 age confidence replace digest
gorm.io/gorm v1.30.1 -> v1.30.3 age confidence require patch

Release Notes

brianvoe/gofakeit (github.com/brianvoe/gofakeit/v7)

v7.5.1

Compare Source

v7.5.0

Compare Source

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

gookit/validate (github.com/gookit/validate)

v1.5.6

Compare Source

Change Log

Fixed
Feature
  • feat: add option to restore request body after reading (#​307) aff7898
Other
  • Add comprehensive GitHub Copilot instructions for gookit/validate (#​306) a96441d
  • ⬆️ dep: upgrade actions and deps to latest version 3dc6a3f
  • 🎨 chore: update some code styles, update git ignore config 0abf62c

What's Changed

New Contributors

Full Changelog: gookit/validate@v1.5.5...v1.5.6

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

golang/go (go)

v1.25.1

go-gorm/gorm (gorm.io/gorm)

v1.30.3

Compare Source

Changes

  • No changes

v1.30.2

Compare Source

Changes


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot requested a review from a team as a code owner September 8, 2025 01:35
@renovate
Copy link
Contributor Author

renovate bot commented Sep 8, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/gookit/filter v1.2.2 -> v1.2.3
github.com/gookit/goutil v0.6.18 -> v0.7.1
File name: tests/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/gabriel-vasile/mimetype v1.4.9 -> v1.4.10
golang.org/x/sys v0.35.0 -> v0.36.0

@renovate renovate bot enabled auto-merge (squash) September 8, 2025 01:35
@codecov
Copy link

codecov bot commented Sep 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.27%. Comparing base (4cd93b0) to head (f49bc29).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1188   +/-   ##
=======================================
  Coverage   68.27%   68.27%           
=======================================
  Files         233      233           
  Lines       15071    15071           
=======================================
  Hits        10290    10290           
  Misses       4401     4401           
  Partials      380      380           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot merged commit 8ff3cc6 into master Sep 8, 2025
16 checks passed
@renovate renovate bot deleted the renovate/non-major-dependencies branch September 8, 2025 08:11
alfanzain pushed a commit to alfanzain/goravel-framework that referenced this pull request Sep 15, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant