rfasioli / SpringBootstrapApplication

Aplicação com exemplos do spring
0 stars 0 forks source link

Bump io.github.serpro69:kotlin-faker from 1.15.0 to 1.16.0 #113

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 months ago

Bumps io.github.serpro69:kotlin-faker from 1.15.0 to 1.16.0.

Release notes

Sourced from io.github.serpro69:kotlin-faker's releases.

v1.6.0

:boom: Breaking Change

:building_construction: Added

  • serpro69/kotlin-faker#215 [core] Add IPv4, IPv6 and MAC address generation to Internet
    • iPv4Address()
    • publicIPv4Address()
    • privateIPv4Address()
    • iPv6Address()
    • macAddress()
  • serpro69/kotlin-faker#214 [core] Update dictionary files, including:
    • Data and functions in existing data providers
    • Faker().internet.domain() now takes optional argument and produces a "safe-domain" (ending with .example or .test)
    • Updates to existing localized dictionaries + one new locale
  • serpro69/kotlin-faker#208 [core] Allow StringProvider#regexify to take Regex as input
  • serpro69/kotlin-faker#202 [core] Allow randomClassInstance to directly use predefined generators

:heavy_plus_sign: New Data Providers

  • smashing_pumpkins
  • the_room

:heavy_plus_sign: New Locales

  • en-KE

:lady_beetle: Fixed

v1.16.0-rc.1

:radioactive: Breaking Change

  • #213 [core] Add support for unique data generation to Faker#random This change should not potentially break in many cases, however it can still happen in the following situations:
    • The type of Faker#random has changed, and in cases where it was explicitly declared as RandomService it needs to be changed to RandomProvider
    • Faker#random#nextEnum(excludeName: String) now takes a vararg of strings and hence if the function was called with a named parameter - compilation will fail.

:rocket: Added

  • #208 [core] Allow StringProvider#regexify to take Regex as input
  • #202 [core] Allow randomClassInstance to directly use predefined generators

:lady_beetle: Fixed

  • #205 [core] Fix Person.birthDate range error during leap year @​JoaoSouMoreira
  • #204 [core] Fix RandomClassProvider handling "constructor-less" types in collections
Changelog

Sourced from io.github.serpro69:kotlin-faker's changelog.

.[2.0.0] - unreleased [%collapsible]

[discrete] === Breaking Change

[discrete] === Added

[discrete] === Fixed

[discrete] === Other

  • ...

====

.[1.16.0] - 2024-02-12 [%collapsible]

[discrete] === Breaking Change

[discrete] === Added

  • serpro69/kotlin-faker#215 (:core) Add IPv4, IPv6 and MAC address generation to Internet ** iPv4Address() ** publicIPv4Address() ** privateIPv4Address() ** iPv6Address()

... (truncated)

Commits
  • 1b6f7c9 Update changelog for next release
  • de696f0 Add IPv6 addr generation to Internet
  • 2205b7f Add mac-addr generation to Internet
  • 59e9ca1 Add ipv4 addr generation to Internet
  • 84b018e Add Regex helper functions for Internet
  • 358cd0b Add new en-KE locale
  • 7af676f Add new data providers
  • da3fd59 Update localized .yml dict files from upstream
  • 0c6b58d Fix PhoneNumber for 'fr' and 'ja' locales
  • 9ada3af Fix missing bits in PhoneNumber
  • Additional commits viewable 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 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)
github-actions[bot] commented 2 months ago

Test Results

17 files  17 suites   9s :stopwatch: 47 tests 47 :white_check_mark: 0 :zzz: 0 :x: 71 runs  71 :white_check_mark: 0 :zzz: 0 :x:

Results for commit d6ba1c96.

github-actions[bot] commented 2 months ago
Overall Project 58.82% :x:

There is no coverage information present for the Files changed