[PR #684] [MERGED] fix(deps): bump github.com/jaswdr/faker/v2 from 2.4.0 to 2.5.0 in /api #687

Closed
opened 2026-03-03 16:39:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/684
Author: @dependabot[bot]
Created: 6/1/2025
Status: Merged
Merged: 6/2/2025
Merged by: @AchoArnold

Base: mainHead: dependabot/go_modules/api/github.com/jaswdr/faker/v2-2.5.0


📝 Commits (1)

  • bcc28bf fix(deps): bump github.com/jaswdr/faker/v2 from 2.4.0 to 2.5.0 in /api

📊 Changes

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

View changed files

📝 api/go.mod (+1 -1)
📝 api/go.sum (+2 -2)

📄 Description

Bumps github.com/jaswdr/faker/v2 from 2.4.0 to 2.5.0.

Release notes

Sourced from github.com/jaswdr/faker/v2's releases.

v2.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/jaswdr/faker/compare/v2.4.0...v2.5.0

Commits
  • b77894e refactor: Remove redundant float rounding checks in tests (#195)
  • ba17330 feat: add pokemon names (#194)
  • 8e98542 feat: Add NewWithSeedInt64 function and corresponding test (#192)
  • 3cc2741 refactor: Remove unused benchmark tests and improve random number generation ...
  • cac97e9 refactor: Simplify ShuffleString implementation in Faker (#186) (#190)
  • 92e8e0d Use english dictionary for words instead of subset
  • cbeb238 Removed hit count from README (#188)
  • 3ba16ea feat: Add ProgrammingLanguage struct and associated methods (#187)
  • 038e5c6 feat: Implement Shuffle function and add corresponding tests (#186)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 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/NdoleStudio/httpsms/pull/684 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/jaswdr/faker/v2-2.5.0` --- ### 📝 Commits (1) - [`bcc28bf`](https://github.com/NdoleStudio/httpsms/commit/bcc28bf26a184161231e34d5d860022d451fd792) fix(deps): bump github.com/jaswdr/faker/v2 from 2.4.0 to 2.5.0 in /api ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+1 -1) 📝 `api/go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/jaswdr/faker/v2](https://github.com/jaswdr/faker) from 2.4.0 to 2.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jaswdr/faker/releases">github.com/jaswdr/faker/v2's releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <h2>What's Changed</h2> <ul> <li>feat: Implement Shuffle function and add corresponding tests by <a href="https://github.com/jaswdr"><code>@​jaswdr</code></a> in <a href="https://redirect.github.com/jaswdr/faker/pull/186">jaswdr/faker#186</a></li> <li>Feat programming language by <a href="https://github.com/jaswdr"><code>@​jaswdr</code></a> in <a href="https://redirect.github.com/jaswdr/faker/pull/187">jaswdr/faker#187</a></li> <li>Removed hit count from README by <a href="https://github.com/jaswdr"><code>@​jaswdr</code></a> in <a href="https://redirect.github.com/jaswdr/faker/pull/188">jaswdr/faker#188</a></li> <li>Use english dictionary for words instead of subset by <a href="https://github.com/jaswdr"><code>@​jaswdr</code></a> in <a href="https://redirect.github.com/jaswdr/faker/pull/189">jaswdr/faker#189</a></li> <li>refactor: Simplify ShuffleString implementation in Faker (<a href="https://redirect.github.com/jaswdr/faker/issues/186">#186</a>) by <a href="https://github.com/jaswdr"><code>@​jaswdr</code></a> in <a href="https://redirect.github.com/jaswdr/faker/pull/190">jaswdr/faker#190</a></li> <li>refactor: Remove unused benchmark tests and improve random number generation by <a href="https://github.com/jaswdr"><code>@​jaswdr</code></a> in <a href="https://redirect.github.com/jaswdr/faker/pull/191">jaswdr/faker#191</a></li> <li>feat: Add NewWithSeedInt64 function and corresponding test by <a href="https://github.com/jaswdr"><code>@​jaswdr</code></a> in <a href="https://redirect.github.com/jaswdr/faker/pull/192">jaswdr/faker#192</a></li> <li>feat: add pokemon names by <a href="https://github.com/joshkurien"><code>@​joshkurien</code></a> in <a href="https://redirect.github.com/jaswdr/faker/pull/194">jaswdr/faker#194</a></li> <li>refactor: Remove redundant float rounding checks in tests by <a href="https://github.com/jaswdr"><code>@​jaswdr</code></a> in <a href="https://redirect.github.com/jaswdr/faker/pull/195">jaswdr/faker#195</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joshkurien"><code>@​joshkurien</code></a> made their first contribution in <a href="https://redirect.github.com/jaswdr/faker/pull/194">jaswdr/faker#194</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jaswdr/faker/compare/v2.4.0...v2.5.0">https://github.com/jaswdr/faker/compare/v2.4.0...v2.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jaswdr/faker/commit/b77894edd1819aacb54d4813db05e2237cf0590a"><code>b77894e</code></a> refactor: Remove redundant float rounding checks in tests (<a href="https://redirect.github.com/jaswdr/faker/issues/195">#195</a>)</li> <li><a href="https://github.com/jaswdr/faker/commit/ba17330372ac9ccec4888f02000bdf71ca468eb0"><code>ba17330</code></a> feat: add pokemon names (<a href="https://redirect.github.com/jaswdr/faker/issues/194">#194</a>)</li> <li><a href="https://github.com/jaswdr/faker/commit/8e98542800e60f9e085f821ace0eceb7191a17f8"><code>8e98542</code></a> feat: Add NewWithSeedInt64 function and corresponding test (<a href="https://redirect.github.com/jaswdr/faker/issues/192">#192</a>)</li> <li><a href="https://github.com/jaswdr/faker/commit/3cc2741be265147b98d56de5a4180ef789d54a68"><code>3cc2741</code></a> refactor: Remove unused benchmark tests and improve random number generation ...</li> <li><a href="https://github.com/jaswdr/faker/commit/cac97e9e5839b93b02d4e66ca7aa3094ebab3791"><code>cac97e9</code></a> refactor: Simplify ShuffleString implementation in Faker (<a href="https://redirect.github.com/jaswdr/faker/issues/186">#186</a>) (<a href="https://redirect.github.com/jaswdr/faker/issues/190">#190</a>)</li> <li><a href="https://github.com/jaswdr/faker/commit/92e8e0d536e4f66c042fc4a8fe6c77dfb90fede7"><code>92e8e0d</code></a> Use english dictionary for words instead of subset</li> <li><a href="https://github.com/jaswdr/faker/commit/cbeb2384c68b4f035d7cd882c6fad4f9dbbedc0f"><code>cbeb238</code></a> Removed hit count from README (<a href="https://redirect.github.com/jaswdr/faker/issues/188">#188</a>)</li> <li><a href="https://github.com/jaswdr/faker/commit/3ba16eaac280ed59c3f1da51d98e37753768deb3"><code>3ba16ea</code></a> feat: Add ProgrammingLanguage struct and associated methods (<a href="https://redirect.github.com/jaswdr/faker/issues/187">#187</a>)</li> <li><a href="https://github.com/jaswdr/faker/commit/038e5c62f0fb5f18ca0028d6a6edfa39215ddb46"><code>038e5c6</code></a> feat: Implement Shuffle function and add corresponding tests (<a href="https://redirect.github.com/jaswdr/faker/issues/186">#186</a>)</li> <li>See full diff in <a href="https://github.com/jaswdr/faker/compare/v2.4.0...v2.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/jaswdr/faker/v2&package-manager=go_modules&previous-version=2.4.0&new-version=2.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:39:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#687
No description provided.