Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/brianvoe/gofakeit/v6 v6.18.0 -> v6.28.0 age adoption passing confidence
github.com/oxyno-zeta/gomock-extra-matcher v1.1.0 -> v1.2.0 age adoption passing confidence
github.com/spf13/cobra v1.5.0 -> v1.8.1 age adoption passing confidence
github.com/stretchr/testify v1.8.0 -> v1.9.0 age adoption passing confidence

Release Notes

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

v6.28.0: Descriptions!!!

Compare Source

Thanks to the contributor @​se-omar for all his great work in updating all the descriptions for lookups.

What's Changed

Full Changelog: brianvoe/gofakeit@v6.27.0...v6.28.0

v6.27.0

Compare Source

v6.26.4

Compare Source

v6.26.3

Compare Source

v6.26.2

Compare Source

v6.26.1

Compare Source

v6.26.0: Products!!! v6.26.0

Compare Source

🚀 Unleash the Power of Gofakeit 2.0: Elevate Your Data Faking Game! 🚀

We're thrilled to introduce the latest and greatest update to Gofakeit, and this time, we've supercharged your data faking experience with a suite of powerful new functions! Say hello to the game-changing Product module, a feature-packed addition that will revolutionize the way you generate fake product information. 🛍️✨

🎁 Introducing the Product() Function:
Get ready to dive into a world of limitless possibilities with the Product() function! It's your go-to command for creating realistic and captivating fake product data effortlessly. Harness the magic within this function to craft dynamic, authentic product information that will leave your users amazed and engaged.

🏷️ ProductName() – Unleash the Creativity:
Forge compelling product identities with the ProductName() function. From quirky gadgets to sophisticated fashion pieces, this function lets you generate catchy and unique names that captivate your audience.

📝 ProductDescription() – Tell a Story:
Bring your products to life with the ProductDescription() function! Craft vivid and intriguing descriptions that go beyond the mundane, ensuring your fake data is as immersive as it is imaginative. Spark curiosity and keep your users hooked.

🔖 ProductCategory() – Define the Essence:
Organize your products seamlessly with the ProductCategory() function. From electronics to fashion, create a diverse range of categories that add depth and structure to your fake data, making it more realistic and relatable.

🌟 ProductFeature() – Highlight the Best:
Elevate your product data with the ProductFeature() function! Showcase unique features that set your fake products apart. Whether it's cutting-edge technology or innovative design, this function lets you highlight the essence of your creations.

🛠️ ProductMaterial() – Craft Authenticity:
Immerse your users in the tactile world of your fake products with the ProductMaterial() function. Specify materials that resonate with authenticity, allowing your users to envision the quality and feel of the items you've meticulously crafted.

🎉 Elevate your data generation game to new heights with Gofakeit 2.0! 🎉 Unleash creativity, captivate your audience, and make your fake data more convincing than ever before. The world is your oyster, and with Gofakeit's new Product module, you're the master creator of captivating, realistic product information! 🚀🌐💼

Upgrade now and experience the thrill of data faking like never before! 🚀✨ #Gofakeit

v6.25.0: Templates!!! v6.25.0

Compare Source

🚀 Exciting New Release for Gofakeit v6!

We're thrilled to introduce the latest version of Gofakeit, packed with a powerful addition to enhance your templating experience. Brace yourself for the introduction of custom outputs using Golang's template engine! 🌟

SPECIAL THANKS to @​Mrpye for his work on this!

🎭 Template Magic
Now, you can unleash your creativity with custom outputs using Golang's template engine. We've integrated all available functions into the template engine, providing you with a versatile toolkit to craft dynamic and personalized content.

🛠 Additional Functions
But that's not all! We've gone the extra mile and added some game-changing functions to supercharge your template building:

ToUpper & ToLower: Easily manipulate text case for a polished appearance.
ToString: Swiftly convert any data type to a string.
ToDate: Effortlessly transform strings into time.Time objects.
SpliceAny, SpliceString, SpliceUInt, SpliceInt: Build slices dynamically, perfect for weighted scenarios and random selections.

🌐 Example Usages
To give you a taste of the excitement, here's a snippet showcasing the newfound template capabilities:

// Your template goes here
template := `
Subject: {{RandomString (SliceString "Greetings" "Hello" "Hi")}}

Dear {{LastName}},

{{RandomString (SliceString "Greetings!" "Hello there!" "Hi, how are you?")}}

{{Paragraph 1 5 10 "\n\n"}}

{{RandomString (SliceString "Warm regards" "Best wishes" "Sincerely")}}
{{$person:=Person}}
{{$person.FirstName}} {{$person.LastName}}
{{$person.Email}}
{{$person.Phone}}
`

// Applying the template
value, err := gofakeit.Template(template, nil)

v6.24.0

Compare Source

v6.23.2

Compare Source

v6.23.1

Compare Source

v6.23.0

Compare Source

v6.22.0: New Functions!!!

Compare Source

Thanks to the help of @​ViridianForge and @​dminkovski! We now have Books, Movies, Middle Names, Blurbs and Company Slogans.

v6.21.0: Added fakable interface

Compare Source

See https://github.com/brianvoe/gofakeit#fakeable-types

What's Changed

New Contributors

Full Changelog: brianvoe/gofakeit@v6.20.2...v6.21.0

v6.20.2

Compare Source

v6.20.1

Compare Source

v6.20.0

Compare Source

v6.19.0

Compare Source

oxyno-zeta/gomock-extra-matcher (github.com/oxyno-zeta/gomock-extra-matcher)

v1.2.0

Compare Source

Continuous Integration
Features
  • Change to go.uber.org/mock since golang/mock is deprecated (44abcc3)
Maintenance
  • Change pre-commit config for default hooks (9bb4e97)
  • deps: update actions/checkout action to v3 (addc2b4)
  • deps: update actions/checkout action to v4 (da5b4cc)
  • deps: update actions/labeler action to v4 (f7c49a7)
  • deps: update actions/setup-go action to v3 (1745900)
  • deps: update actions/setup-go action to v4 (6bd0fe9)
  • deps: update actions/stale action to v5 (c11b984)
  • deps: update actions/stale action to v8 (f6e3026)
  • deps: update dependency ubuntu to v22 (7dd392a)
  • deps: update golangci/golangci-lint-action action to v3 (7ea4560)
  • deps: update pascalgn/size-label-action commit hash to a4655c4 (4c35708)
  • deps: update pascalgn/size-label-action digest to b1f4946 (4e0475c)
  • Upgrade linter & install field alignment (aaa159f)
  • Upgrade pre-commit hooks (524ea68)
Pull Requests
  • Merge pull request #​21 from oxyno-zeta/renovate/actions-setup-go-4.x (524474d), closes #​21
  • Merge pull request #​24 from oxyno-zeta/renovate/pascalgn-size-label-action-digest (201be47), closes #​24
  • Merge pull request #​23 from oxyno-zeta/renovate/actions-stale-8.x (3e0d7d7), closes #​23
  • Merge pull request #​26 from oxyno-zeta/renovate/actions-checkout-4.x (be254f3), closes #​26
  • Merge pull request #​25 from oxyno-zeta/renovate/ubuntu-22.x (ed460d1), closes #​25
  • Merge pull request #​18 from oxyno-zeta/renovate/actions-labeler-4.x (6830fb4), closes #​18
  • Merge pull request #​15 from oxyno-zeta/renovate/actions-setup-go-3.x (10904c1), closes #​15
  • Merge pull request #​14 from oxyno-zeta/renovate/golangci-golangci-lint-action-3.x (613c607), closes #​14
  • Merge pull request #​13 from oxyno-zeta/renovate/pascalgn-size-label-action-digest (8fb0d80), closes #​13
  • Merge pull request #​17 from oxyno-zeta/renovate/actions-checkout-3.x (a395d82), closes #​17
  • Merge pull request #​16 from oxyno-zeta/renovate/actions-stale-5.x (b25f2dc), closes #​16
Styles
  • Patch structure for style and memory impact (edd6868)
spf13/cobra (github.com/spf13/cobra)

v1.8.1

Compare Source

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

New Contributors


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.8.0...v1.8.1

v1.8.0

Compare Source

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.7.0...v1.8.0

v1.7.0

Compare Source

✨ Features
🐛 Bug fixes
🧪 Testing & CI/CD
🔧 Maintenance
✏️ Documentation

This release contains several long running fixes, improvements to powershell completions, and further optimizations for completions.

Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you! 🐍

Full changelog: spf13/cobra@v1.6.1...v1.7.0

v1.6.1

Compare Source

Bug fixes 🐛
  • Fixes a panic when AddGroup isn't called before AddCommand(my-sub-command) is executed. This can happen within more complex cobra file structures that have many different inits to be executed. Now, the check for groups has been moved to ExecuteC and provides more flexibility when working with grouped commands - @​marckhouzam (and shout out to @​aawsome, @​andig and @​KINGSABRI for a deep investigation into this! 👏🏼)

v1.6.0

Compare Source

Summer 2022 Release

Some exciting changes make their way to Cobra! Command completions continue to get better and better (including adding --help and --version automatic flags to the completions list). Grouping is now possible in your help output as well! And you can now use the OnFinalize method to cleanup things when all "work" is done. Checkout the full changelog below:


Features 🌠
Deprecation 👎🏼
  • ExactValidArgs is deprecated (but not being removed entirely). This is abit nuanced, so checkout #​1643 for further information and the updated user_guide.md on how this may affect you (and how you can take advantage of the correct behavior in the validators): @​umarcor #​1643
Bug fixes 🐛
Dependencies 🗳️
Testing 🤔
Docs ✏️
Misc 💭

Note: Per #​1804, we will be moving away from "seasonal" releases and doing more generic point release targets. Continue to track the milestones and issues in the spf13/cobra GitHub repository for more information!

Great work everyone! Cobra would never be possible without your contributions! 🐍

Full Changelog: spf13/cobra@v1.5.0...v1.6.0

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

v1.9.0

Compare Source

What's Changed


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.

👻 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.

@codecov
Copy link

codecov bot commented Sep 14, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 57.67%. Comparing base (18ae537) to head (bbdc0b3).

Current head bbdc0b3 differs from pull request most recent head 605c4c2

Please upload reports for the commit 605c4c2 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #55   +/-   ##
=======================================
  Coverage   57.67%   57.67%           
=======================================
  Files          16       16           
  Lines         267      267           
=======================================
  Hits          154      154           
  Misses        101      101           
  Partials       12       12           

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

@renovate renovate bot changed the title Update module github.com/brianvoe/gofakeit/v6 to v6.19.0 Update all non-major dependencies Oct 11, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ca36e8f to 90a59b6 Compare October 25, 2022 02:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 90a59b6 to 13ac4fc Compare March 16, 2023 21:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 13ac4fc to bbdc0b3 Compare April 17, 2023 09:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 661e4fb to 6665d39 Compare May 30, 2023 11:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6665d39 to 06f3d5b Compare June 7, 2023 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 06f3d5b to 124b5f3 Compare July 6, 2023 23:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 124b5f3 to 11885d0 Compare August 3, 2023 16:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 11885d0 to 45565b1 Compare August 24, 2023 15:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4ab409a to ef865c1 Compare November 4, 2023 21:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c38b07c to 106d616 Compare December 13, 2023 23:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from be30edd to 52e1c49 Compare January 16, 2024 03:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0369cf6 to 8e7d1e1 Compare March 1, 2024 14:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8e7d1e1 to fe050c3 Compare April 14, 2024 12:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe050c3 to 3558447 Compare May 9, 2024 09:12
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ 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):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.22.5
github.com/inconshreveable/mousetrap v1.0.0 -> v1.1.0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3558447 to 605c4c2 Compare June 14, 2024 22:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 605c4c2 to 520d1b0 Compare July 8, 2024 21:51
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.

None yet

0 participants