Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Bump Bogus from 28.3.2 to 28.4.1 #58

Merged
merged 1 commit into from Oct 16, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 15, 2019

Bumps Bogus from 28.3.2 to 28.4.1.

Release notes

Sourced from Bogus's releases.

Release v28.4.1 build 886

CHANGE LOG

Changelog

Sourced from Bogus's changelog.

v28.4.1

Release Date: 2019-10-14

  • Issue 260: Improved social security number (SSN) generation that should pass basic validation by avoiding invalid SSN ranges. Note: Deterministic SSNs generated with Person.Ssn() will change.
  • Issue 252: Internet.Ip() now avoids generating IP addresses with a leading zero. For example, Bogus will not generate an IP address with a leading zero like 0.1.2.3. Note: Deterministic IPs generated with Internet.Ip() will change.
  • PR 261: Added Internet.IpAddress(), Internet.Ipv6Address(), Internet.IpEndPoint(), and Internet.Ipv6EndPoint().
  • Issue 258: Add Internet.UrlRootedPath() to generate random /foo/bar paths.
  • Added Internet.UrlWithPath(fileExt:".txt") fileExt extension parameter to generate URLs with a specific file extension.
Commits
  • 71b26ea Refactor reorder. Refresh doc page. Prep release.
  • 15453a7 Fixes #258 - Supersedes #258. Adds Internet.UrlRootedPath(fileExt) method to ...
  • 9c611f4 Fixes #252, related #261 - Internet.Ip() no longer generates IP addresses wit...
  • d679bdd Release notes for PR #261.
  • 55946e5 Added ability to generate random IPv4 and IPv6 System.Net.IPEndPoints (#261)
  • cde902c Release notes.
  • 6d60797 Fixes #260 - SSNs generated by Bogus should now pass basic validation (#262)
  • 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the 📦 dependencies Pull requests that update a dependency file label Oct 15, 2019
@codecov
Copy link

codecov bot commented Oct 15, 2019

Codecov Report

Merging #58 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #58   +/-   ##
=======================================
  Coverage   95.17%   95.17%           
=======================================
  Files          22       22           
  Lines         746      746           
  Branches       28       28           
=======================================
  Hits          710      710           
  Misses         32       32           
  Partials        4        4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cc5ff49...732bccd. Read the comment docs.

Bumps [Bogus](https://github.com/bchavez/Bogus) from 28.3.2 to 28.4.1.
- [Release notes](https://github.com/bchavez/Bogus/releases)
- [Changelog](https://github.com/bchavez/Bogus/blob/master/HISTORY.md)
- [Commits](bchavez/Bogus@v28.3.2...v28.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/master/Bogus-28.4.1 branch from 791e5d8 to 732bccd Compare October 15, 2019 15:07
@david-driscoll
Copy link
Member

@dependabot merge

@dependabot-preview dependabot-preview bot merged commit d501486 into master Oct 16, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/master/Bogus-28.4.1 branch October 16, 2019 04:06
@rsg-bot rsg-bot added this to the v7.0.2 milestone Oct 16, 2019
@david-driscoll
Copy link
Member

@dependabot merge

@dependabot-preview
Copy link
Contributor Author

This PR has already been merged! 🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
📦 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants