Update dependency faker to v3.8.0 #4

Open
renovate wants to merge 1 commit from renovate/faker-3.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
faker (changelog) 3.5.13.8.0 age confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

faker-ruby/faker (faker)

v3.8.0

Compare Source

Enabling lazy load

This version introduces lazy loading. It means users will only pay for what they use. Faker loads 2x faster when it's enabled.

Lazy loading the generators is disabled by default. To enable it, choose one of the configuration options below:

1 - Set lazy load as a Faker Config

Faker::Config.lazy_loading = true

2 - Set lazy load as an environment variable

FAKER_LAZY_LOAD = 1

We hope you get to see the improvement by enabling it. Please file a bug report for any issues!

Thanks to @​jeremyevans for the mentoring, and to @​thdaraujo for pairing and code reviews.

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.7.1...v3.8.0


v3.7.1

Compare Source

Enabling lazy load

This version introduces lazy loading. It means users will only pay for what they use. Faker loads 2x faster when it's enabled.

Lazy loading the generators is disabled by default. To enable it, choose one of the configuration options below:

1 - Set lazy load as a Faker Config

Faker::Config.lazy_loading = true

2 - Set lazy load as an environment variable

FAKER_LAZY_LOAD = 1

We hope you get to see the improvement by enabling it. Please file a bug report for any issues!

Thanks to @​jeremyevans for the mentoring, and to @​thdaraujo for pairing and code reviews.

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.7.1...v3.8.0


v3.6.1

Compare Source

Thanks to all contributors!

Drops support for Ruby 3.1
What's changed
Update development dependencies
New Contributors

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.6.1...v3.7.1


v3.6.0

Compare Source

It's almost Spring time in the Northern hemisphere 🌸

Security, performance improvements and bug fixes
Update development dependencies
New Contributors

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.6.0...v3.6.1


v3.5.3

Compare Source

First release of the new year!

This version comes with some performance improvements (speeds faker load time by 17%!) and removal of deprecated generators.

It also drops support to Ruby's EOL 3.0. The minimum supported Ruby version is 3.1.

Drops support for Ruby 3.0
Removes deprecated generators
  • Faker::Twitter and Faker::BossaNova have been removed. Please use the new generators Faker::X and Faker::Music::BossaNova and check the new docs for more details in #​3190
Improvements and bug fixes
Update development dependencies
New Contributors

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.5.3...v3.6.0


v3.5.2

Compare Source

Wishing you a cozy and calm Holiday season ☃️

This version adds and improves some locales, fixes some bugs, and deprecates some generators.

Thanks to all contributors!

Deprecated generators
Improvements & Bug Fixes
Chores
Update local dependencies
New Contributors

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.5.2...v3.5.3



Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [faker](https://github.com/faker-ruby/faker) ([changelog](https://github.com/faker-ruby/faker/blob/main/CHANGELOG.md)) | `3.5.1` → `3.8.0` | ![age](https://developer.mend.io/api/mc/badges/age/rubygems/faker/3.8.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/faker/3.5.1/3.8.0?slim=true) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>faker-ruby/faker (faker)</summary> ### [`v3.8.0`](https://github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v380-2026-04-16) [Compare Source](https://github.com/faker-ruby/faker/compare/v3.7.1...v3.8.0) - Add Lazy loading config by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) and [@&#8203;thdaraujo](https://github.com/thdaraujo) in [#&#8203;3244](https://github.com/faker-ruby/faker/pull/3244) ##### Enabling lazy load This version introduces lazy loading. It means users will only pay for what they use. Faker [loads 2x faster](https://github.com/faker-ruby/faker/blob/main/experiments/lazy_load.md) when it's enabled. Lazy loading the generators is disabled by default. To enable it, choose one of the configuration options below: ##### 1 - Set lazy load as a Faker Config `Faker::Config.lazy_loading = true` ##### 2 - Set lazy load as an environment variable `FAKER_LAZY_LOAD = 1` We hope you get to see the improvement by enabling it. Please file a bug report for any issues! Thanks to [@&#8203;jeremyevans](https://github.com/jeremyevans) for the mentoring, and to [@&#8203;thdaraujo](https://github.com/thdaraujo) for pairing and code reviews. **Full Changelog**: <https://github.com/faker-ruby/faker/compare/v3.7.1...v3.8.0> *** ### [`v3.7.1`](https://github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v380-2026-04-16) [Compare Source](https://github.com/faker-ruby/faker/compare/v3.6.1...v3.7.1) - Add Lazy loading config by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) and [@&#8203;thdaraujo](https://github.com/thdaraujo) in [#&#8203;3244](https://github.com/faker-ruby/faker/pull/3244) ##### Enabling lazy load This version introduces lazy loading. It means users will only pay for what they use. Faker [loads 2x faster](https://github.com/faker-ruby/faker/blob/main/experiments/lazy_load.md) when it's enabled. Lazy loading the generators is disabled by default. To enable it, choose one of the configuration options below: ##### 1 - Set lazy load as a Faker Config `Faker::Config.lazy_loading = true` ##### 2 - Set lazy load as an environment variable `FAKER_LAZY_LOAD = 1` We hope you get to see the improvement by enabling it. Please file a bug report for any issues! Thanks to [@&#8203;jeremyevans](https://github.com/jeremyevans) for the mentoring, and to [@&#8203;thdaraujo](https://github.com/thdaraujo) for pairing and code reviews. **Full Changelog**: <https://github.com/faker-ruby/faker/compare/v3.7.1...v3.8.0> *** ### [`v3.6.1`](https://github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v371-2026-04-14) [Compare Source](https://github.com/faker-ruby/faker/compare/v3.6.0...v3.6.1) Thanks to all contributors! ##### Drops support for Ruby 3.1 - Drop support for Ruby EOL 3.1 by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3240](https://github.com/faker-ruby/faker/pull/3240) ##### What's changed - Remove json\_schema and public-suffix versions constraint by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3224](https://github.com/faker-ruby/faker/pull/3224) - Added additional football teams by [@&#8203;John222](https://github.com/John222) in [#&#8203;3231](https://github.com/faker-ruby/faker/pull/3231) - Remove duplicate 'Recalled to Life' book title by [@&#8203;gkrimer](https://github.com/gkrimer) in [#&#8203;3238](https://github.com/faker-ruby/faker/pull/3238) ##### Update development dependencies - Bump yard from 0.9.38 to 0.9.40 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3237](https://github.com/faker-ruby/faker/pull/3237) - Bump timecop from 0.9.10 to 0.9.11 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3236](https://github.com/faker-ruby/faker/pull/3236) - Bump rubocop from 1.85.1 to 1.86.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3235](https://github.com/faker-ruby/faker/pull/3235) ##### New Contributors - [@&#8203;John222](https://github.com/John222) made their first contribution in [#&#8203;3231](https://github.com/faker-ruby/faker/pull/3231) - [@&#8203;gkrimer](https://github.com/gkrimer) made their first contribution in [#&#8203;3238](https://github.com/faker-ruby/faker/pull/3238) **Full Changelog**: <https://github.com/faker-ruby/faker/compare/v3.6.1...v3.7.1> *** ### [`v3.6.0`](https://github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v361-2026-03-04) [Compare Source](https://github.com/faker-ruby/faker/compare/v3.5.3...v3.6.0) It's almost Spring time in the Northern hemisphere 🌸 ##### Security, performance improvements and bug fixes - fix: polynomial regex on uncontrolled input by [@&#8203;thdaraujo](https://github.com/thdaraujo) in [#&#8203;3196](https://github.com/faker-ruby/faker/pull/3196) - perf: replaces list of postcodes in `ja/address.yml` with a 7-digit format by [@&#8203;thdaraujo](https://github.com/thdaraujo) in [#&#8203;3201](https://github.com/faker-ruby/faker/pull/3201) - Remove unnecessary whitespace from code blocks in READMEs by [@&#8203;ryotaro-shirai](https://github.com/ryotaro-shirai) in [#&#8203;3209](https://github.com/faker-ruby/faker/pull/3209) - Document lazy load experiment results by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3205](https://github.com/faker-ruby/faker/pull/3205) - \[skip ci] Add-backtick by [@&#8203;OzuAkira](https://github.com/OzuAkira) in [#&#8203;3210](https://github.com/faker-ruby/faker/pull/3210) - Zeitwerk experiment changes and results \[skip ci] by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3213](https://github.com/faker-ruby/faker/pull/3213) - Remove duplicate reference link in README.md by [@&#8203;yutasb](https://github.com/yutasb) in [#&#8203;3217](https://github.com/faker-ruby/faker/pull/3217) ##### Update development dependencies - Bump rubocop from 1.84.0 to 1.84.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3202](https://github.com/faker-ruby/faker/pull/3202) - Bump irb from 1.16.0 to 1.17.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3203](https://github.com/faker-ruby/faker/pull/3203) - Bump rubocop version and fix offenses by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3198](https://github.com/faker-ruby/faker/pull/3198) - Bump rdoc from 7.1.0 to 7.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3204](https://github.com/faker-ruby/faker/pull/3204) - Bump rubocop to 1.84.2 by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3215](https://github.com/faker-ruby/faker/pull/3215) - Bump rubocop-minitest from 0.38.2 to 0.39.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3216](https://github.com/faker-ruby/faker/pull/3216) - Bump rubocop to v1.85.0 by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3220](https://github.com/faker-ruby/faker/pull/3220) ##### New Contributors - [@&#8203;ryotaro-shirai](https://github.com/ryotaro-shirai) made their first contribution in [#&#8203;3209](https://github.com/faker-ruby/faker/pull/3209) - [@&#8203;OzuAkira](https://github.com/OzuAkira) made their first contribution in [#&#8203;3210](https://github.com/faker-ruby/faker/pull/3210) - [@&#8203;yutasb](https://github.com/yutasb) made their first contribution in [#&#8203;3217](https://github.com/faker-ruby/faker/pull/3217) **Full Changelog**: <https://github.com/faker-ruby/faker/compare/v3.6.0...v3.6.1> *** ### [`v3.5.3`](https://github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v360-2026-01-21) [Compare Source](https://github.com/faker-ruby/faker/compare/v3.5.2...v3.5.3) First release of the new year! This version comes with some performance improvements (speeds faker load time by 17%!) and removal of deprecated generators. It also drops support to Ruby's EOL `3.0`. The minimum supported Ruby version is `3.1`. ##### Drops support for Ruby 3.0 - Drop support for Ruby EOL 3.0 by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3167](https://github.com/faker-ruby/faker/pull/3167) ##### Removes deprecated generators - `Faker::Twitter` and `Faker::BossaNova` have been removed. Please use the new generators `Faker::X` and `Faker::Music::BossaNova` and check the new docs for more details in [#&#8203;3190](https://github.com/faker-ruby/faker/pull/3190) ##### Improvements and bug fixes - Autoload OpenSSL by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) and [@&#8203;thdaraujo](https://github.com/thdaraujo) in [#&#8203;3188](https://github.com/faker-ruby/faker/pull/3188) - this speeds faker load time by 17%! - Fix typos in README.md by [@&#8203;CarlosCalgaro](https://github.com/CarlosCalgaro) in [#&#8203;3156](https://github.com/faker-ruby/faker/pull/3156) - fix: badly anchored regexes by [@&#8203;thdaraujo](https://github.com/thdaraujo) in [#&#8203;3181](https://github.com/faker-ruby/faker/pull/3181) - Benchmark revamp + run benchmark as part of CI by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3176](https://github.com/faker-ruby/faker/pull/3176) - Add reformat locales rake task by [@&#8203;thdaraujo](https://github.com/thdaraujo) in [#&#8203;3061](https://github.com/faker-ruby/faker/pull/3061) - Add option to trigger GH workflows manually by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3187](https://github.com/faker-ruby/faker/pull/3187) ##### Update development dependencies - Bump bundler version by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3165](https://github.com/faker-ruby/faker/pull/3165) - Add GitHub actions to dependabot workflow by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3168](https://github.com/faker-ruby/faker/pull/3168) - Bump pry from 0.15.2 to 0.16.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3175](https://github.com/faker-ruby/faker/pull/3175) - Bump i18n from 1.14.7 to 1.14.8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3174](https://github.com/faker-ruby/faker/pull/3174) - Bump yard from 0.9.37 to 0.9.38 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3173](https://github.com/faker-ruby/faker/pull/3173) - Bump actions/checkout from 3 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3170](https://github.com/faker-ruby/faker/pull/3170) - Bump test-unit from 3.7.1 to 3.7.7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3172](https://github.com/faker-ruby/faker/pull/3172) - Bump github/codeql-action from 2 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3169](https://github.com/faker-ruby/faker/pull/3169) - Bump rubocop from 1.81.7 to 1.82.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3171](https://github.com/faker-ruby/faker/pull/3171) - Bump minitest from 5.26.1 to 5.27.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3177](https://github.com/faker-ruby/faker/pull/3177) - Bump 'rdoc' dependency, handle 'erb' version constraint with Ruby 3.1 and improve CI bundle cache by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3185](https://github.com/faker-ruby/faker/pull/3185) ##### New Contributors - [@&#8203;CarlosCalgaro](https://github.com/CarlosCalgaro) made their first contribution in [#&#8203;3156](https://github.com/faker-ruby/faker/pull/3156) **Full Changelog**: <https://github.com/faker-ruby/faker/compare/v3.5.3...v3.6.0> *** ### [`v3.5.2`](https://github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v353-2025-12-02) [Compare Source](https://github.com/faker-ruby/faker/compare/v3.5.1...v3.5.2) Wishing you a cozy and calm Holiday season ☃️ This version adds and improves some locales, fixes some bugs, and deprecates some generators. Thanks to all contributors! ##### Deprecated generators - Refactor: move `Faker::BossaNova` under `Faker::Music::BossaNova` by [@&#8203;thdaraujo](https://github.com/thdaraujo) in [#&#8203;3140](https://github.com/faker-ruby/faker/pull/3140) - Deprecate `Faker::Twitter` in favor of `Faker::X` and update attributes by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3138](https://github.com/faker-ruby/faker/pull/3138) ##### Improvements & Bug Fixes - Remove duplicate entry `amateur radio` from `locales/en/hobby.yml` by [@&#8203;Leenday](https://github.com/Leenday) in [#&#8203;3099](https://github.com/faker-ruby/faker/pull/3099) - fix [#&#8203;3114](https://github.com/faker-ruby/faker/issues/3114): prevent scientific notation when generating bank account number by [@&#8203;AhmedHisham552](https://github.com/AhmedHisham552) in [#&#8203;3118](https://github.com/faker-ruby/faker/pull/3118) - Fix: typos in locales for `overwatch.yml`, `rajnikanth.yml` and `street_fighter.ym` by [@&#8203;smorttey](https://github.com/smorttey) in [#&#8203;3106](https://github.com/faker-ruby/faker/pull/3106) - Add `Artist` translations for the japanese locale by [@&#8203;neco-nico](https://github.com/neco-nico) in [#&#8203;3110](https://github.com/faker-ruby/faker/pull/3110) - Add `country_code` to Estonia locale (`locales/ee.yml`) by [@&#8203;HassanAkbar](https://github.com/HassanAkbar) in [#&#8203;3111](https://github.com/faker-ruby/faker/pull/3111) - Reformat Arabic locale (`locales/ar.yml`) by [@&#8203;ramzieus](https://github.com/ramzieus) in [#&#8203;3130](https://github.com/faker-ruby/faker/pull/3130) - Refactor: Improve UK Phone number false failure hit-rate by [@&#8203;luke-hill](https://github.com/luke-hill) in [#&#8203;3136](https://github.com/faker-ruby/faker/pull/3136) - Improvements and fixes for Elder Scrolls locale (`elder_scrolls.yml`) by [@&#8203;SleekMutt](https://github.com/SleekMutt) in [#&#8203;3129](https://github.com/faker-ruby/faker/pull/3129) - Add en-GB ID Numbers (aka National Insurance Numbers) by [@&#8203;stefanjcollier](https://github.com/stefanjcollier) in [#&#8203;3032](https://github.com/faker-ruby/faker/pull/3032) - Update ukrainian city locales to the modern ones by [@&#8203;SleekMutt](https://github.com/SleekMutt) in [#&#8203;3127](https://github.com/faker-ruby/faker/pull/3127) - Revamp the docs to make them easier to find by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3151](https://github.com/faker-ruby/faker/pull/3151) ##### Chores - test: fix flaky test on `Faker::IdNumber` by [@&#8203;thdaraujo](https://github.com/thdaraujo) in [#&#8203;3126](https://github.com/faker-ruby/faker/pull/3126) - Remove minitest dependency on i18n reload test by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3149](https://github.com/faker-ruby/faker/pull/3149) - Remove unused release workflow by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3133](https://github.com/faker-ruby/faker/pull/3133) ##### Update local dependencies - Bump benchmark from 0.4.1 to 0.5.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3122](https://github.com/faker-ruby/faker/pull/3122) - Bump rake from 13.3.0 to 13.3.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3124](https://github.com/faker-ruby/faker/pull/3124) - Bump test-unit from 3.7.0 to 3.7.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3128](https://github.com/faker-ruby/faker/pull/3128) - Bump rubocop-minitest from 0.38.1 to 0.38.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;3116](https://github.com/faker-ruby/faker/pull/3116) - deps: bump dependencies by [@&#8203;thdaraujo](https://github.com/thdaraujo) in [#&#8203;3141](https://github.com/faker-ruby/faker/pull/3141) - deps: bump Minitest version to `v5.26.1` and fix issues by [@&#8203;stefannibrasil](https://github.com/stefannibrasil) in [#&#8203;3144](https://github.com/faker-ruby/faker/pull/3144) - deps: bump rubocop version to `v1.81.7` by [@&#8203;thdaraujo](https://github.com/thdaraujo) in [#&#8203;3143](https://github.com/faker-ruby/faker/pull/3143) ##### New Contributors - [@&#8203;Leenday](https://github.com/Leenday) made their first contribution in [#&#8203;3099](https://github.com/faker-ruby/faker/pull/3099) - [@&#8203;AhmedHisham552](https://github.com/AhmedHisham552) made their first contribution in [#&#8203;3118](https://github.com/faker-ruby/faker/pull/3118) - [@&#8203;smorttey](https://github.com/smorttey) made their first contribution in [#&#8203;3106](https://github.com/faker-ruby/faker/pull/3106) - [@&#8203;neco-nico](https://github.com/neco-nico) made their first contribution in [#&#8203;3110](https://github.com/faker-ruby/faker/pull/3110) - [@&#8203;HassanAkbar](https://github.com/HassanAkbar) made their first contribution in [#&#8203;3111](https://github.com/faker-ruby/faker/pull/3111) - [@&#8203;ramzieus](https://github.com/ramzieus) made their first contribution in [#&#8203;3130](https://github.com/faker-ruby/faker/pull/3130) - [@&#8203;luke-hill](https://github.com/luke-hill) made their first contribution in [#&#8203;3136](https://github.com/faker-ruby/faker/pull/3136) - [@&#8203;SleekMutt](https://github.com/SleekMutt) made their first contribution in [#&#8203;3129](https://github.com/faker-ruby/faker/pull/3129) - [@&#8203;stefanjcollier](https://github.com/stefanjcollier) made their first contribution in [#&#8203;3032](https://github.com/faker-ruby/faker/pull/3032) **Full Changelog**: <https://github.com/faker-ruby/faker/compare/v3.5.2...v3.5.3> *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yLjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi43MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update dependency faker to v3.5.2
Some checks failed
build.yml / Update dependency faker to v3.5.2 (push) Failing after 0s
deploy.yml / Update dependency faker to v3.5.2 (push) Failing after 0s
build.yml / Update dependency faker to v3.5.2 (pull_request) Failing after 0s
deploy.yml / Update dependency faker to v3.5.2 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
4dea0fb2a3
renovate force-pushed renovate/faker-3.x-lockfile from 4dea0fb2a3
Some checks failed
build.yml / Update dependency faker to v3.5.2 (push) Failing after 0s
deploy.yml / Update dependency faker to v3.5.2 (push) Failing after 0s
build.yml / Update dependency faker to v3.5.2 (pull_request) Failing after 0s
deploy.yml / Update dependency faker to v3.5.2 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
to 9e38958d78
Some checks failed
build.yml / Update dependency faker to v3.5.3 (push) Failing after 0s
deploy.yml / Update dependency faker to v3.5.3 (push) Failing after 0s
build.yml / Update dependency faker to v3.5.3 (pull_request) Failing after 0s
deploy.yml / Update dependency faker to v3.5.3 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
2025-12-04 00:01:10 +00:00
Compare
renovate changed title from Update dependency faker to v3.5.2 to Update dependency faker to v3.5.3 2025-12-04 00:01:13 +00:00
renovate force-pushed renovate/faker-3.x-lockfile from 9e38958d78
Some checks failed
build.yml / Update dependency faker to v3.5.3 (push) Failing after 0s
deploy.yml / Update dependency faker to v3.5.3 (push) Failing after 0s
build.yml / Update dependency faker to v3.5.3 (pull_request) Failing after 0s
deploy.yml / Update dependency faker to v3.5.3 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
to a838f4c16e
Some checks failed
build.yml / Update dependency faker to v3.6.0 (push) Failing after 0s
deploy.yml / Update dependency faker to v3.6.0 (push) Failing after 0s
build.yml / Update dependency faker to v3.6.0 (pull_request) Failing after 0s
deploy.yml / Update dependency faker to v3.6.0 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
2026-01-23 00:01:19 +00:00
Compare
renovate changed title from Update dependency faker to v3.5.3 to Update dependency faker to v3.6.0 2026-01-23 00:01:20 +00:00
renovate force-pushed renovate/faker-3.x-lockfile from a838f4c16e
Some checks failed
build.yml / Update dependency faker to v3.6.0 (push) Failing after 0s
deploy.yml / Update dependency faker to v3.6.0 (push) Failing after 0s
build.yml / Update dependency faker to v3.6.0 (pull_request) Failing after 0s
deploy.yml / Update dependency faker to v3.6.0 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
to 6e6895e42a
Some checks failed
build.yml / Update dependency faker to v3.6.1 (push) Failing after 0s
deploy.yml / Update dependency faker to v3.6.1 (push) Failing after 0s
build.yml / Update dependency faker to v3.6.1 (pull_request) Failing after 0s
deploy.yml / Update dependency faker to v3.6.1 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
2026-03-05 00:01:54 +00:00
Compare
renovate changed title from Update dependency faker to v3.6.0 to Update dependency faker to v3.6.1 2026-03-05 00:01:55 +00:00
renovate force-pushed renovate/faker-3.x-lockfile from 6e6895e42a
Some checks failed
build.yml / Update dependency faker to v3.6.1 (push) Failing after 0s
deploy.yml / Update dependency faker to v3.6.1 (push) Failing after 0s
build.yml / Update dependency faker to v3.6.1 (pull_request) Failing after 0s
deploy.yml / Update dependency faker to v3.6.1 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
to 2ec5495bfd
Some checks failed
build.yml / Update dependency faker to v3.7.1 (push) Failing after 0s
deploy.yml / Update dependency faker to v3.7.1 (push) Failing after 0s
build.yml / Update dependency faker to v3.7.1 (pull_request) Failing after 0s
deploy.yml / Update dependency faker to v3.7.1 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
2026-04-15 00:01:26 +00:00
Compare
renovate changed title from Update dependency faker to v3.6.1 to Update dependency faker to v3.7.1 2026-04-15 00:01:28 +00:00
renovate force-pushed renovate/faker-3.x-lockfile from 2ec5495bfd
Some checks failed
build.yml / Update dependency faker to v3.7.1 (push) Failing after 0s
deploy.yml / Update dependency faker to v3.7.1 (push) Failing after 0s
build.yml / Update dependency faker to v3.7.1 (pull_request) Failing after 0s
deploy.yml / Update dependency faker to v3.7.1 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
to 2396782ac0
Some checks failed
build.yml / Update dependency faker to v3.8.0 (push) Failing after 0s
deploy.yml / Update dependency faker to v3.8.0 (push) Failing after 0s
build.yml / Update dependency faker to v3.8.0 (pull_request) Failing after 0s
deploy.yml / Update dependency faker to v3.8.0 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Waiting to run
2026-04-17 00:01:29 +00:00
Compare
renovate changed title from Update dependency faker to v3.7.1 to Update dependency faker to v3.8.0 2026-04-17 00:01:30 +00:00
Some checks failed
build.yml / Update dependency faker to v3.8.0 (push) Failing after 0s
deploy.yml / Update dependency faker to v3.8.0 (push) Failing after 0s
build.yml / Update dependency faker to v3.8.0 (pull_request) Failing after 0s
deploy.yml / Update dependency faker to v3.8.0 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Waiting to run
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/faker-3.x-lockfile:renovate/faker-3.x-lockfile
git switch renovate/faker-3.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/faker-3.x-lockfile
git switch renovate/faker-3.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/faker-3.x-lockfile
git switch renovate/faker-3.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/faker-3.x-lockfile
git switch main
git merge --squash renovate/faker-3.x-lockfile
git switch main
git merge --ff-only renovate/faker-3.x-lockfile
git switch main
git merge renovate/faker-3.x-lockfile
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hobbypunk/discord-santa!4
No description provided.