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

fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.28.0 #116

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/brianvoe/gofakeit/v6 v6.22.0 -> v6.28.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


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.

@renovate renovate bot changed the title fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.23.0 fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.23.1 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from 263996f to 5825473 Compare August 3, 2023 17:22
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from 5825473 to 25f1a59 Compare August 24, 2023 12:28
@renovate renovate bot changed the title fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.23.1 fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.23.2 Aug 24, 2023
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from 25f1a59 to 4d79187 Compare October 22, 2023 04:56
@renovate renovate bot changed the title fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.23.2 fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.24.0 Oct 22, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.24.0 fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.25.0 Nov 27, 2023
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from 4d79187 to fd59483 Compare November 27, 2023 02:04
@renovate renovate bot changed the title fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.25.0 fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.26.0 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from fd59483 to 32ccf7c Compare December 6, 2023 00:13
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from 32ccf7c to f01f2f0 Compare December 13, 2023 04:33
@renovate renovate bot changed the title fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.26.0 fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.26.2 Dec 13, 2023
@renovate renovate bot changed the title fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.26.2 fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.26.3 Dec 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from f01f2f0 to 1d6bc4e Compare December 13, 2023 22:40
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from 1d6bc4e to 861e3b5 Compare January 10, 2024 20:41
@renovate renovate bot changed the title fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.26.3 fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.26.4 Jan 10, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.26.4 fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.27.0 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from 861e3b5 to 8164412 Compare January 16, 2024 04:46
@renovate renovate bot changed the title fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.27.0 fix(deps): update module github.com/brianvoe/gofakeit/v6 to v6.28.0 Jan 20, 2024
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from 8164412 to 3582c61 Compare January 20, 2024 04:58
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from 3582c61 to 4b15342 Compare February 25, 2024 10:02
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from 4b15342 to e361569 Compare April 14, 2024 11:21
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from e361569 to bbcb1d2 Compare May 9, 2024 09:33
Copy link
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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.4

@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from bbcb1d2 to 230376c Compare June 17, 2024 16:56
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from 230376c to b84a761 Compare July 14, 2024 08:30
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from b84a761 to 7952473 Compare September 11, 2024 17:17
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from 7952473 to bb5ab36 Compare November 17, 2024 17:13
@renovate renovate bot force-pushed the renovate/github.com-brianvoe-gofakeit-v6-6.x branch from bb5ab36 to 005be6c Compare December 22, 2024 18:06
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