Skip to content

dep: bump faker from 2.23.0 to 3.0.0

George Koltsov requested to merge dependabot-bundler-faker-3.0.0 into main

Bumps faker from 2.23.0 to 3.0.0.

Release notes

Sourced from faker's releases.

v3.0.0

v3.0.0 (2022-11-01)

This version:

  • drops support for positional arguments in favor of keyword arguments (positional arguments were deprecated in v2)
  • add new generators
  • bug fixes and chores

See changelog for full details.

Breaking Changes

Bug/Fixes

Features

What's Changed

Update local dependencies

  • Update rubocop minitest to 0.23.0
  • Update simplecov to 0.21.0

... (truncated)

Changelog

Sourced from faker's changelog.

v3.0.0 (2022-11-01)

Breaking Changes

Bug/Fixes

Features

What's Changed

Update local dependencies

  • Update rubocop minitest to 0.23.0
  • Update simplecov to 0.21.0
  • Update test-unit to 3.5.5
  • Update rubocop to 1.37.1

Full Changelog: https://github.com/faker-ruby/faker/compare/v2.23.0...v3.0.0


Commits


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot rebase will rebase this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Allure report

allure-report-publisher generated test report!

rspec: test report for af380443

+------------------------------------------------------------------+
|                        behaviors summary                         |
+-------------+--------+--------+---------+-------+-------+--------+
|             | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services    | 181    | 0      | 0       | 0     | 181   | ✅     |
| jobs        | 14     | 0      | 0       | 0     | 14    | ✅     |
| controllers | 25     | 0      | 0       | 0     | 25    | ✅     |
| tasks       | 9      | 0      | 0       | 0     | 9     | ✅     |
| system      | 10     | 0      | 0       | 0     | 10    | ✅     |
| models      | 4      | 0      | 0       | 0     | 4     | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
| Total       | 243    | 0      | 0       | 0     | 243   | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov

Merge request reports