Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Bump Bogus from 28.3.2 to 28.4.1 #28

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
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 83af350 to ec65349 Compare October 15, 2019 20:16
@david-driscoll
Copy link
Member

@dependabot merge

@dependabot-preview dependabot-preview bot merged commit 47ca19b into master Oct 16, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/master/Bogus-28.4.1 branch October 16, 2019 04:05
@rsg-bot rsg-bot modified the milestones: v2.1.4, v2.2.1, v3.0.0 Oct 16, 2019
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