postmanlabs / postman-collection

Javascript module that allows a developer to work with Postman Collections
https://www.postmanlabs.com/postman-collection/
Apache License 2.0
456 stars 215 forks source link

Bump @faker-js/faker from 6.0.0 to 6.1.2 #1261

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @faker-js/faker from 6.0.0 to 6.1.2.

Release notes

Sourced from @​faker-js/faker's releases.

v6.1.2

New & Noteworthy

What's Changed

... (truncated)

Changelog

Sourced from @​faker-js/faker's changelog.

6.1.2 (2022-04-04)

Features

Bug Fixes

  • datatype.number when min = max + precision, throw when max > min (#664) (0304120)
  • deterministic results for address.nearbyGPSCoordinate (#737) (bc7bd57)
  • random word fails on undefined (#771) (fb1b87e)
  • remove doubled extension in system.filePath (#300) (2532eb9)

6.1.1 (2022-03-28)

Bug Fixes

  • forgot to run pnpm run build

6.1.0 (2022-03-28)

WARNING: This build is broken due to missing build files. Please don't use this version!

Features

  • types: generate all locales index files with non-any types (#494) (b611ca1)
  • types: provide strong typing for locales 2 (#398) (419e9e2)

Bug Fixes

  • accept dates as params for Date methods (#200) (91a1aab)
  • alphaNumeric all chars banned (#550) (c51fb15)
  • corrected the Costa Rican IBAN format (#646) (3f3de78)
  • correcting the readme file (#529) (6c9dcdd)
  • datatype.datetime should use static boundaries (#343) (7141cd7)
  • enable algolia search (#641) (a759c87)
  • fake behavior with special replacement patterns (#688) (8d1aefb)
  • fake is unable to return empty strings (#347) (301a6d2)
  • finance: update iso-3166-1 country codes for IBAN/BIC (#168) (6050d7a)
  • fix bicycle_types files being named incorrectly (#477) (7a2a522)
  • fix time.recent method signature (#586) (60d3cc5)
  • fix unique method types (#457) (14df7d3)
  • force passed locales into faker constructor (#580) (5ed963f)
  • handle missing or broken locales main index files (#478) (ff97431)
  • mersenne rand invalid input argument (#577) (486c76e)
  • move el credit card information to the expected location (#484) (dcbd18e)
  • name module gender (#644) (7675abe)

... (truncated)

Commits
  • b34ef46 chore(release): 6.1.2 (#773)
  • 8f40d2b test: fix random alpha and alphaNumeric tests assumptions (#774)
  • 845c6db refactor: remove inconsistent defaults from internet.password() (#767)
  • 01cd057 chore(deps): update dependency esbuild to ~0.14.31 (#772)
  • fb1b87e fix: random word fails on undefined (#771)
  • 8b545b4 chore: fix mustache type warning and add some tests (#753)
  • 9e03bcf chore(deps): update vitest to ~0.8.4 (#769)
  • 6096cb4 chore: deprecate name.title() in favor of name.jobTitle() (#766)
  • 214a77b chore: address zipCodeByState fix types (#760)
  • 52ad16e test: check that system.filePath() generates file extensions (#765)
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #1261 (52074e5) into develop (b2238af) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##           develop     #1261   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           37        37           
  Lines         2162      2162           
  Branches       660       660           
=========================================
  Hits          2162      2162           
Flag Coverage Δ
unit 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

dependabot[bot] commented 2 years ago

Superseded by #1265.