csvalpha / amber-api

https://csvalpha.nl
MIT License
4 stars 4 forks source link

chore(deps): update all non-major bundler dependencies #304

Closed renovate[bot] closed 4 days ago

renovate[bot] commented 2 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bcrypt '~> 3.1' -> '~> 3.1', '>= 3.1.20' age adoption passing confidence
bootsnap '~> 1.4' -> '~> 1.18', '>= 1.18.4' age adoption passing confidence
carrierwave-base64 '~> 2.5' -> '~> 2.11' age adoption passing confidence
carrierwave-bombshelter '~> 0.2' -> '~> 0.2', '>= 0.2.2' age adoption passing confidence
counter_culture '~> 3.0' -> '~> 3.8', '>= 3.8.2' age adoption passing confidence
doorkeeper-i18n '~> 5.2' -> '~> 5.2', '>= 5.2.7' age adoption passing confidence
exifr (source, changelog) '~> 1.3' -> '~> 1.4' age adoption passing confidence
faker (changelog) '~> 3.0' -> '~> 3.5', '>= 3.5.1' age adoption passing confidence
friendly_id '~> 5.2' -> '~> 5.5', '>= 5.5.1' age adoption passing confidence
http (changelog) '~> 5.0' -> '~> 5.2' age adoption passing confidence
iban-tools '~> 1.1.0' -> '~> 1.2.1' age adoption passing confidence
icalendar (changelog) '~> 2.4' -> '~> 2.10', '>= 2.10.3' age adoption passing confidence
isbn_validation '~> 1.2' -> '~> 1.2', '>= 1.2.2' age adoption passing confidence
jsonapi-authorization '~> 3.0' -> '~> 3.0', '>= 3.0.2' age adoption passing confidence
jsonapi-resources '~> 0.9.1.beta2' -> '~> 0.10.7' age adoption passing confidence
message_bus '~> 4.0' -> '~> 4.3', '>= 4.3.8' age adoption passing confidence
mini_magick (changelog) '~> 4.6' -> '~> 4.13', '>= 4.13.2' age adoption passing confidence
pg '~> 1.0' -> '~> 1.5', '>= 1.5.9' age adoption passing confidence
pundit '~> 2.0' -> '~> 2.4' age adoption passing confidence
rack-attack (changelog) '~> 6.0' -> '~> 6.7' age adoption passing confidence
rack-cors '~> 2.0', '>= 2.0.1' -> '~> 2.0', '>= 2.0.2' age adoption passing confidence
rails-i18n '~> 7.0' -> '~> 7.0', '>= 7.0.10' age adoption passing confidence
redis (changelog) '~> 4.0' -> '~> 4.8', '>= 4.8.1' age adoption passing confidence
roo '~> 2.9' -> '~> 2.10', '>= 2.10.1' age adoption passing confidence
ruby-filemagic '~> 0.7' -> '~> 0.7', '>= 0.7.3' age adoption passing confidence
rubyzip (changelog) '~> 2.0' -> '~> 2.3', '>= 2.3.2' age adoption passing confidence
sentry-raven '~> 3.0' -> '~> 3.1', '>= 3.1.2' age adoption passing confidence
sepa_king '~> 0.11' -> '~> 0.14' age adoption passing confidence
sidekiq (source, changelog) '~> 6.0' -> '~> 6.5', '>= 6.5.12' age adoption passing confidence
sidekiq-scheduler (source) '~> 5.0', '>= 5.0.2' -> '~> 5.0', '>= 5.0.6' age adoption passing confidence
slack-notifier '~> 2.0' -> '~> 2.4' age adoption passing confidence

Release Notes

lebedev-yury/carrierwave-base64 (carrierwave-base64) ### [`v2.11.0`](https://redirect.github.com/lebedev-yury/carrierwave-base64/blob/HEAD/CHANGELOG.md#2110) [Compare Source](https://redirect.github.com/lebedev-yury/carrierwave-base64/compare/v2.10.0...v2.11.0) - Add ability to remove upload by assigning nil value to the field
magnusvk/counter_culture (counter_culture) ### [`v3.8.2`](https://redirect.github.com/magnusvk/counter_culture/blob/HEAD/CHANGELOG.md#382-October-21-2024) [Compare Source](https://redirect.github.com/magnusvk/counter_culture/compare/v3.8.1...v3.8.2) Bugfixes: - Use ActiveRecord version, not Rails version, to make it possible to use `counter_culture_fix_counts` without Rails - Tests no longer require Rails, making sure we do not introduce this regression again ### [`v3.8.1`](https://redirect.github.com/magnusvk/counter_culture/blob/HEAD/CHANGELOG.md#381-October-18-2024) [Compare Source](https://redirect.github.com/magnusvk/counter_culture/compare/v3.8.0...v3.8.1) Bugfixes: - Fix compatibility with `mobility` gem by skipping attributes that don't exist in the database but show up in `saved_changes` ([#​401](https://redirect.github.com/magnusvk/counter_culture/issues/401)) ### [`v3.8.0`](https://redirect.github.com/magnusvk/counter_culture/blob/HEAD/CHANGELOG.md#380-October-4-2024) [Compare Source](https://redirect.github.com/magnusvk/counter_culture/compare/v3.7.0...v3.8.0) New features: - Prefer using `with_connection` where possible ([#​398](https://redirect.github.com/magnusvk/counter_culture/issues/398)) ### [`v3.7.0`](https://redirect.github.com/magnusvk/counter_culture/blob/HEAD/CHANGELOG.md#370-June-20-2024) [Compare Source](https://redirect.github.com/magnusvk/counter_culture/compare/v3.6.0...v3.7.0) New features: - Combine multiple updates into a single SQL per target row ([#​393](https://redirect.github.com/magnusvk/counter_culture/issues/393)) ### [`v3.6.0`](https://redirect.github.com/magnusvk/counter_culture/blob/HEAD/CHANGELOG.md#360-June-18-2024) [Compare Source](https://redirect.github.com/magnusvk/counter_culture/compare/v3.5.3...v3.6.0) Improvements: - Don't perform a query if the `delta_magnitude` is zero ([#​394](https://redirect.github.com/magnusvk/counter_culture/issues/394)) ### [`v3.5.3`](https://redirect.github.com/magnusvk/counter_culture/blob/HEAD/CHANGELOG.md#353-February-16-2024) [Compare Source](https://redirect.github.com/magnusvk/counter_culture/compare/v3.5.2...v3.5.3) Bugfixes: - Correct polymorphic table name alias reference in join clauses ([#​388](https://redirect.github.com/magnusvk/counter_culture/issues/388)) ### [`v3.5.2`](https://redirect.github.com/magnusvk/counter_culture/blob/HEAD/CHANGELOG.md#352-January-16-2024) [Compare Source](https://redirect.github.com/magnusvk/counter_culture/compare/v3.5.1...v3.5.2) Bugfixes: - Assign attributes to the duped model on a lower level when determining whether a model has changed to avoid invoking unrelated callbacks ([#​386](https://redirect.github.com/magnusvk/counter_culture/issues/386)) ### [`v3.5.1`](https://redirect.github.com/magnusvk/counter_culture/blob/HEAD/CHANGELOG.md#351-January-8-2024) [Compare Source](https://redirect.github.com/magnusvk/counter_culture/compare/v3.5.0...v3.5.1) Bugfixes: - Fix touching for counted models without `updated_at` ([#​383](https://redirect.github.com/magnusvk/counter_culture/issues/383)) ### [`v3.5.0`](https://redirect.github.com/magnusvk/counter_culture/blob/HEAD/CHANGELOG.md#350-August-25-2023) [Compare Source](https://redirect.github.com/magnusvk/counter_culture/compare/v3.4.0...v3.5.0) Improvements: - Allow passing context to `counter_culture_fix_counts` ([#​375](https://redirect.github.com/magnusvk/counter_culture/issues/375)) ### [`v3.4.0`](https://redirect.github.com/magnusvk/counter_culture/blob/HEAD/CHANGELOG.md#340-July-12-2023) [Compare Source](https://redirect.github.com/magnusvk/counter_culture/compare/v3.3.1...v3.4.0) Improvements: - Ability to skip counter culture updates in a block ([#​371](https://redirect.github.com/magnusvk/counter_culture/issues/371)) ### [`v3.3.1`](https://redirect.github.com/magnusvk/counter_culture/blob/HEAD/CHANGELOG.md#331-June-26-2023) [Compare Source](https://redirect.github.com/magnusvk/counter_culture/compare/v3.3.0...v3.3.1) Bugfixes: - Read primary key on polymorphic associations if it's explicitly set ([#​370](https://redirect.github.com/magnusvk/counter_culture/issues/370)) ### [`v3.3.0`](https://redirect.github.com/magnusvk/counter_culture/blob/HEAD/CHANGELOG.md#330-October-11-2022) [Compare Source](https://redirect.github.com/magnusvk/counter_culture/compare/v3.2.1...v3.3.0) Improvements: - Allow reading from replica in `counter_culture_fix_counts` ([#​330](https://redirect.github.com/magnusvk/counter_culture/issues/330)) - Test against Ruby 3.1 ([#​357](https://redirect.github.com/magnusvk/counter_culture/issues/357)) Bugfixes: - Don't decrement counter cache when calling `.destroy` on an already-destroyed model ([#​351](https://redirect.github.com/magnusvk/counter_culture/issues/351)) - Don't immediately call `Proc` passed to `column_names` to avoid startup issue ([#​352](https://redirect.github.com/magnusvk/counter_culture/issues/352))
doorkeeper-gem/doorkeeper-i18n (doorkeeper-i18n) ### [`v5.2.7`](https://redirect.github.com/doorkeeper-gem/doorkeeper-i18n/releases/tag/v5.2.7) [Compare Source](https://redirect.github.com/doorkeeper-gem/doorkeeper-i18n/compare/v5.2.6...v5.2.7) - Added Vietnamese translation ### [`v5.2.6`](https://redirect.github.com/doorkeeper-gem/doorkeeper-i18n/releases/tag/v5.2.6) Update zh-TW.yml ### [`v5.2.4`](https://redirect.github.com/doorkeeper-gem/doorkeeper-i18n/releases/tag/v5.2.4) [Compare Source](https://redirect.github.com/doorkeeper-gem/doorkeeper-i18n/compare/v5.2.3...v5.2.4) Added [indonesian](https://redirect.github.com/doorkeeper-gem/doorkeeper-i18n/commit/e825a86fd0e6d8e6f7cf551b385eba94f1f42a22) translation
remvee/exifr (exifr) ### [`v1.4.0`](https://redirect.github.com/remvee/exifr/compare/release-1.3.10...release-1.4.0) [Compare Source](https://redirect.github.com/remvee/exifr/compare/release-1.3.10...release-1.4.0) ### [`v1.3.10`](https://redirect.github.com/remvee/exifr/compare/release-1.3.9...release-1.3.10) [Compare Source](https://redirect.github.com/remvee/exifr/compare/release-1.3.9...release-1.3.10)
faker-ruby/faker (faker) ### [`v3.5.1`](https://redirect.github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v351-2024-10-18) [Compare Source](https://redirect.github.com/faker-ruby/faker/compare/v3.4.2...v3.5.1) Happy October! πŸŽƒ This version **drops support for Ruby < 3.0**. We only support one EOL Ruby version at a time. Please upgrade to Ruby 3.0 to update to this and future versions of faker-ruby. Besides that, this version removes deprecated generators, fixes some bugs, and adds a Security Policy. Thanks to all contributors! ### [`v3.4.2`](https://redirect.github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v342-2024-07-16) [Compare Source](https://redirect.github.com/faker-ruby/faker/compare/v3.4.1...v3.4.2) Happy July with a new faker-ruby release. This version: - introduces a breaking change for `Faker::NationalHealthService.british_number` (more details below) - adds translation for some generators - fixes bugs ##### Breaking changes The NHS sets aside a range of numbers from 999 000 0000 to 999 999 9999 for test purposes. The old range could produce NHS numbers that were in use by real patients in the UK/England and Wales. In this version, `Faker::NationalHealthService.british_number` uses the test range for creating NHS numbers rather than the previous 400 000 0010 to 499 999 9999 range. Breaking change was introduced in "Add test range param to NHS numbers" by [@​neanias](https://redirect.github.com/neanias) in [https://github.com/faker-ruby/faker/pull/2947](https://redirect.github.com/faker-ruby/faker/pull/2947) ##### Improvements & Bug fixes - Add Bank and Sport to Swedish locale by [@​twk-mn](https://redirect.github.com/twk-mn) in [https://github.com/faker-ruby/faker/pull/2961](https://redirect.github.com/faker-ruby/faker/pull/2961) - docs: update with notes about validity for zips by [@​garrettgregor](https://redirect.github.com/garrettgregor) in [https://github.com/faker-ruby/faker/pull/2963](https://redirect.github.com/faker-ruby/faker/pull/2963) - `Faker::Games::Dota` missing quotes and new heroes by [@​arthurka-o](https://redirect.github.com/arthurka-o) in [https://github.com/faker-ruby/faker/pull/2907](https://redirect.github.com/faker-ruby/faker/pull/2907) - Add phone_number.country_code and address.full_address in locale sv by [@​larkro](https://redirect.github.com/larkro) in [https://github.com/faker-ruby/faker/pull/2965](https://redirect.github.com/faker-ruby/faker/pull/2965) - Fix typo by [@​fynsta](https://redirect.github.com/fynsta) in [https://github.com/faker-ruby/faker/pull/2968](https://redirect.github.com/faker-ruby/faker/pull/2968) - fix: `Faker::Internet.username` should not generate duplicated punctuation by [@​thdaraujo](https://redirect.github.com/thdaraujo) in [https://github.com/faker-ruby/faker/pull/2970](https://redirect.github.com/faker-ruby/faker/pull/2970) - Update dog breed names for `en-US` locale by [@​mononoken](https://redirect.github.com/mononoken) in [https://github.com/faker-ruby/faker/pull/2972](https://redirect.github.com/faker-ruby/faker/pull/2972) - Add `Deprecator.skip_warning?` ability to silence deprecators on tests by [@​keshavbiswa](https://redirect.github.com/keshavbiswa) in [https://github.com/faker-ruby/faker/pull/2956](https://redirect.github.com/faker-ruby/faker/pull/2956) ##### Update local dependencies - Bump timecop from 0.9.9 to 0.9.10 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2969](https://redirect.github.com/faker-ruby/faker/pull/2969) - Bump minitest from 5.23.1 to 5.24.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2975](https://redirect.github.com/faker-ruby/faker/pull/2975) - Bump bundler version to `2.4.22` by [@​thdaraujo](https://redirect.github.com/thdaraujo) in [https://github.com/faker-ruby/faker/pull/2978](https://redirect.github.com/faker-ruby/faker/pull/2978) - Bump rubocop from 1.64.1 to 1.65.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2979](https://redirect.github.com/faker-ruby/faker/pull/2979) - Bump rubocop-minitest from 0.35.0 to 0.35.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2980](https://redirect.github.com/faker-ruby/faker/pull/2980) ### [`v3.4.1`](https://redirect.github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v341-2024-05-28) [Compare Source](https://redirect.github.com/faker-ruby/faker/compare/v3.3.1...v3.4.1) ##### What's changed - Performance: Sample arrays instead of performing shuffle and slice by [@​alextaujenis](https://redirect.github.com/alextaujenis) in [https://github.com/faker-ruby/faker/pull/2940](https://redirect.github.com/faker-ruby/faker/pull/2940) - Performance: Reduce the time complexity of `Faker::Crypto` generators by [@​alextaujenis](https://redirect.github.com/alextaujenis) in [https://github.com/faker-ruby/faker/pull/2938](https://redirect.github.com/faker-ruby/faker/pull/2938) - Remove tzinfo dependency by [@​stefannibrasil](https://redirect.github.com/stefannibrasil) in [https://github.com/faker-ruby/faker/pull/2952](https://redirect.github.com/faker-ruby/faker/pull/2952) ##### Bug fixes - Fix invalid IANA time zone identifier for `Atlantic/Cape_Verde` by [@​andrelaszlo](https://redirect.github.com/andrelaszlo) in [https://github.com/faker-ruby/faker/pull/2927](https://redirect.github.com/faker-ruby/faker/pull/2927) - Fix entry in faker.food.ingredients by [@​matthewmayer](https://redirect.github.com/matthewmayer) in [https://github.com/faker-ruby/faker/pull/2933](https://redirect.github.com/faker-ruby/faker/pull/2933) - Docs: add absolute links to CONTRIBUTING from README by [@​matthewmayer](https://redirect.github.com/matthewmayer) in [https://github.com/faker-ruby/faker/pull/2934](https://redirect.github.com/faker-ruby/faker/pull/2934) - Fix: `Faker::Number.hexadecimal` should include characters within the range of `[0-9a-f]` by [@​alextaujenis](https://redirect.github.com/alextaujenis) in [https://github.com/faker-ruby/faker/pull/2942](https://redirect.github.com/faker-ruby/faker/pull/2942) - Username splits names by space and doesn't regex match them by [@​keshavbiswa](https://redirect.github.com/keshavbiswa) in [https://github.com/faker-ruby/faker/pull/2950](https://redirect.github.com/faker-ruby/faker/pull/2950) ##### Features - Add animals, desserts, foods, hobbies, house, and k-pop translations to the Korean locale file by [@​connie-feng](https://redirect.github.com/connie-feng) in [https://github.com/faker-ruby/faker/pull/2935](https://redirect.github.com/faker-ruby/faker/pull/2935) - Add adjectives to Korean locale file by [@​connie-feng](https://redirect.github.com/connie-feng) in [https://github.com/faker-ruby/faker/pull/2930](https://redirect.github.com/faker-ruby/faker/pull/2930) - Add emotions, movies, Pokemon, and Studio Ghibli to the Korean locale by [@​connie-feng](https://redirect.github.com/connie-feng) in [https://github.com/faker-ruby/faker/pull/2941](https://redirect.github.com/faker-ruby/faker/pull/2941) - Add Japanese translations for `Faker::Sports::Football`. by [@​yamat47](https://redirect.github.com/yamat47) in [https://github.com/faker-ruby/faker/pull/2903](https://redirect.github.com/faker-ruby/faker/pull/2903) ##### Update local dependencies - Bump rake from 13.1.0 to 13.2.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2929](https://redirect.github.com/faker-ruby/faker/pull/2929) - Bump i18n from 1.14.4 to 1.14.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2949](https://redirect.github.com/faker-ruby/faker/pull/2949) - Bump minitest from 5.22.3 to 5.23.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2957](https://redirect.github.com/faker-ruby/faker/pull/2957) - Bump rubocop from 1.63.4 to 1.64.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2958](https://redirect.github.com/faker-ruby/faker/pull/2958) ### [`v3.3.1`](https://redirect.github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v331-2024-04-02) [Compare Source](https://redirect.github.com/faker-ruby/faker/compare/v3.3.0...v3.3.1) ##### Bug fixes - Fix bug on phone number generator for `en-US` locale caused by incorrect `.yml` file structure by [@​aprescott](https://redirect.github.com/aprescott) in [https://github.com/faker-ruby/faker/pull/2924](https://redirect.github.com/faker-ruby/faker/pull/2924) ##### What's Changed - Added docs for Deprecator in CONTRIBUTING.md by [@​keshavbiswa](https://redirect.github.com/keshavbiswa) in [https://github.com/faker-ruby/faker/pull/2919](https://redirect.github.com/faker-ruby/faker/pull/2919) - Rename Faker::show to Faker::Theater by [@​keshavbiswa](https://redirect.github.com/keshavbiswa) in [https://github.com/faker-ruby/faker/pull/2921](https://redirect.github.com/faker-ruby/faker/pull/2921) - renamed nhs to national_health_service by [@​keshavbiswa](https://redirect.github.com/keshavbiswa) in [https://github.com/faker-ruby/faker/pull/2923](https://redirect.github.com/faker-ruby/faker/pull/2923) ##### New Contributors - [@​aprescott](https://redirect.github.com/aprescott) made their first contribution in [https://github.com/faker-ruby/faker/pull/2924](https://redirect.github.com/faker-ruby/faker/pull/2924) **Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.3.0...v3.3.1 *** ### [`v3.3.0`](https://redirect.github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v330-2024-03-25) [Compare Source](https://redirect.github.com/faker-ruby/faker/compare/v3.2.3...v3.3.0) ##### Bug Fixes - Remove the duplicate method Faker::Commerce.material description by [@​mmarusyk](https://redirect.github.com/mmarusyk) in [https://github.com/faker-ruby/faker/pull/2914](https://redirect.github.com/faker-ruby/faker/pull/2914) ##### Features - Add Kenya to supported countries by [@​AndrewNduati](https://redirect.github.com/AndrewNduati) in [https://github.com/faker-ruby/faker/pull/2871](https://redirect.github.com/faker-ruby/faker/pull/2871) - Benchmarking loading JSON file vs YML file by [@​salochara](https://redirect.github.com/salochara) in [https://github.com/faker-ruby/faker/pull/2897](https://redirect.github.com/faker-ruby/faker/pull/2897) ##### What's changed - Fix/Deprecate `Faker::IDNumber` to `Faker::IdNumber` to be more consistent with other generator's naming convention. by [@​Jamal-A-Mohamed](https://redirect.github.com/Jamal-A-Mohamed) in [https://github.com/faker-ruby/faker/pull/2858](https://redirect.github.com/faker-ruby/faker/pull/2858) - Fix/Deprecate FmaBrotherhood Generator by [@​kirkkwang](https://redirect.github.com/kirkkwang) in [https://github.com/faker-ruby/faker/pull/2856](https://redirect.github.com/faker-ruby/faker/pull/2856) - Fix/Deprecate Faker::Australia to Faker::Locations::Australia by [@​keshavbiswa](https://redirect.github.com/keshavbiswa) in [https://github.com/faker-ruby/faker/pull/2869](https://redirect.github.com/faker-ruby/faker/pull/2869) - Add note about EOL dependencies by [@​stefannibrasil](https://redirect.github.com/stefannibrasil) in [https://github.com/faker-ruby/faker/pull/2890](https://redirect.github.com/faker-ruby/faker/pull/2890) ##### Update local dependencies - Bump test-unit from 3.6.1 to 3.6.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2906](https://redirect.github.com/faker-ruby/faker/pull/2906) - Bump i18n from 1.14.1 to 1.14.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2913](https://redirect.github.com/faker-ruby/faker/pull/2913) - Bump rubocop from 1.60.2 to 1.62.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2916](https://redirect.github.com/faker-ruby/faker/pull/2916) - Bump yard from 0.9.34 to 0.9.36 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2909](https://redirect.github.com/faker-ruby/faker/pull/2909) - Bump minitest from 5.22.2 to 5.22.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2917](https://redirect.github.com/faker-ruby/faker/pull/2917) ##### New Contributors - [@​AndrewNduati](https://redirect.github.com/AndrewNduati) made their first contribution in [https://github.com/faker-ruby/faker/pull/2871](https://redirect.github.com/faker-ruby/faker/pull/2871) - [@​Jamal-A-Mohamed](https://redirect.github.com/Jamal-A-Mohamed) made their first contribution in [https://github.com/faker-ruby/faker/pull/2858](https://redirect.github.com/faker-ruby/faker/pull/2858) - [@​mmarusyk](https://redirect.github.com/mmarusyk) made their first contribution in [https://github.com/faker-ruby/faker/pull/2914](https://redirect.github.com/faker-ruby/faker/pull/2914) **Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.2.3...v3.3.0 *** ### [`v3.2.3`](https://redirect.github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v323-2024-01-12) [Compare Source](https://redirect.github.com/faker-ruby/faker/compare/v3.2.2...v3.2.3) Happy 2024 with a new faker-ruby release. This version includes bug and documentation fixes, and some changes on the contributing guides. ### [`v3.2.2`](https://redirect.github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v322-2023-11-03) [Compare Source](https://redirect.github.com/faker-ruby/faker/compare/v3.2.1...v3.2.2) Happy November with a new faker-ruby release. This version: - adds generators - fixes bugs - updates dev and dependencies - updates docs ##### Features - feat: add danish country code by [@​hoshy](https://redirect.github.com/hoshy) in [https://github.com/faker-ruby/faker/pull/2818](https://redirect.github.com/faker-ruby/faker/pull/2818) - Add `zh-CN` translations for Bank names by [@​guxiaobai](https://redirect.github.com/guxiaobai) in [https://github.com/faker-ruby/faker/pull/2840](https://redirect.github.com/faker-ruby/faker/pull/2840) - Add Code Scanning by [@​stefannibrasil](https://redirect.github.com/stefannibrasil) in [https://github.com/faker-ruby/faker/pull/2835](https://redirect.github.com/faker-ruby/faker/pull/2835) - Add Japanese for Games Touhou by [@​shiroemons](https://redirect.github.com/shiroemons) in [https://github.com/faker-ruby/faker/pull/2829](https://redirect.github.com/faker-ruby/faker/pull/2829) - Added Faker::Company.indian_gst_number fixed [#​2823](https://redirect.github.com/faker-ruby/faker/issues/2823) by [@​ankitkhadria](https://redirect.github.com/ankitkhadria) in [https://github.com/faker-ruby/faker/pull/2825](https://redirect.github.com/faker-ruby/faker/pull/2825) - Adds Smashing Pumpkins to the Music module by [@​redconfetti](https://redirect.github.com/redconfetti) in [https://github.com/faker-ruby/faker/pull/2817](https://redirect.github.com/faker-ruby/faker/pull/2817) ##### Bug fixes - Delete doc/default/michael_scott.md by [@​jmromer](https://redirect.github.com/jmromer) in [https://github.com/faker-ruby/faker/pull/2837](https://redirect.github.com/faker-ruby/faker/pull/2837) - Fix typo in `lib/locales/README.md` by [@​BelaBartok39](https://redirect.github.com/BelaBartok39) in [https://github.com/faker-ruby/faker/pull/2812](https://redirect.github.com/faker-ruby/faker/pull/2812) ##### What's Changed - Update contributing and maintaining guides by [@​stefannibrasil](https://redirect.github.com/stefannibrasil) in [https://github.com/faker-ruby/faker/pull/2836](https://redirect.github.com/faker-ruby/faker/pull/2836) - Changed tests from x.times loop to deterministically_verify helper. [#​2813](https://redirect.github.com/faker-ruby/faker/issues/2813) issue by [@​fernandomenolli](https://redirect.github.com/fernandomenolli) in [https://github.com/faker-ruby/faker/pull/2816](https://redirect.github.com/faker-ruby/faker/pull/2816) - Improve `#deterministically_verify` helper by [@​erichmachado](https://redirect.github.com/erichmachado) in [https://github.com/faker-ruby/faker/pull/2828](https://redirect.github.com/faker-ruby/faker/pull/2828) ##### Update local dependencies - Bump minitest from 5.19.0 to 5.20.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2826](https://redirect.github.com/faker-ruby/faker/pull/2826) - Bump rake from 13.0.6 to 13.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2846](https://redirect.github.com/faker-ruby/faker/pull/2846) - Bump rubocop-minitest from 0.32.2 to 0.33.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2843](https://redirect.github.com/faker-ruby/faker/pull/2843) - Bump rubocop from 1.57.1 to 1.57.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2844](https://redirect.github.com/faker-ruby/faker/pull/2844) - Bump timecop from 0.9.6 to 0.9.8 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2811](https://redirect.github.com/faker-ruby/faker/pull/2811) ### [`v3.2.1`](https://redirect.github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v321-2023-08-11) [Compare Source](https://redirect.github.com/faker-ruby/faker/compare/v3.2.0...v3.2.1) Happy August with a new Faker release! πŸŽ‰ This version: - adds generators - fixes bugs - updates dev dependencies This version fixes a bug with setting the locale in multi-threaded environments. It's now possible to set the locale per thread. For more details, see [How to set the default locale for in threaded server environments](https://redirect.github.com/faker-ruby/faker/blob/main/lib/locales/README.md#how-to-set-the-default-locale-for-in-threaded-server-environments). Other changes included in this version: ### [`v3.2.0`](https://redirect.github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v320-2023-04-14) [Compare Source](https://redirect.github.com/faker-ruby/faker/compare/v3.1.1...v3.2.0) Happy Spring with a new Faker release! 🌼 This version changes `Faker::Internet.email`, `Faker::Internet.domain_name`, `Faker::Internet.safe_email`, and `Faker::Internet.free_email` default behavior. These generators email are now RFC 2606 compliant. They generate safe values by default using the Reserved Top Level DNS Names: `example` and `test`. To maintain backwards compatibility and give users the option to use non-safe domains at their own risk, custom domains are allowed. `Faker::Internet.safe_email`, and `Faker::Internet.free_email` have been deprecated. Users have until October 2023 to make the necessary changes. [More details and updated docs can be found here](https://redirect.github.com/faker-ruby/faker/blob/main/doc/default/internet.md#about-faker-ruby-transition-to-be-rfc-2606-compliant). Other changes included in this version: ### [`v3.1.1`](https://redirect.github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v311-2023-02-03) [Compare Source](https://redirect.github.com/faker-ruby/faker/compare/v3.1.0...v3.1.1) Happy Valentine's Day with a new Faker release! πŸŽ‰ This version: - adds and deprecates generators - fixes bugs - updates development dependencies ##### Features - Add exclude_words keyword to Lorem Ipsum to prevent words from being produced by [@​philipfong](https://redirect.github.com/philipfong) in [#​2665](https://redirect.github.com/faker-ruby/faker/issues/2665) - Deprecate FillMurray service by [@​ferblape](https://redirect.github.com/ferblape) in [#​2657](https://redirect.github.com/faker-ruby/faker/issues/2657) - Airports by [@​ZionMiller](https://redirect.github.com/ZionMiller) in [https://github.com/faker-ruby/faker/pull/2682](https://redirect.github.com/faker-ruby/faker/pull/2682) ##### Bug fixes - Fix simple typo in es.yml by [@​hslzr](https://redirect.github.com/hslzr) in [https://github.com/faker-ruby/faker/pull/2675](https://redirect.github.com/faker-ruby/faker/pull/2675) - Test the Vehicle VIN validator with known good and bad values, fixes … by [@​alextaujenis](https://redirect.github.com/alextaujenis) in [https://github.com/faker-ruby/faker/pull/2640](https://redirect.github.com/faker-ruby/faker/pull/2640) - Fix you're/your typo and inaccuracy in Star Wars quote by [@​dwilsonactual](https://redirect.github.com/dwilsonactual) in [https://github.com/faker-ruby/faker/pull/2693](https://redirect.github.com/faker-ruby/faker/pull/2693) - Revert "Typo in Ukrainian locale, fixes [#​2620](https://redirect.github.com/faker-ruby/faker/issues/2620)" by [@​thdaraujo](https://redirect.github.com/thdaraujo) in [https://github.com/faker-ruby/faker/pull/2690](https://redirect.github.com/faker-ruby/faker/pull/2690) ##### Update local dependencies - Adds Ruby 3.2 to the CI matrix. Updates checkout action version. by [@​petergoldstein](https://redirect.github.com/petergoldstein) in [https://github.com/faker-ruby/faker/pull/2673](https://redirect.github.com/faker-ruby/faker/pull/2673) - Update rubocop-minitest requirement from = 0.25.0 to = 0.25.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2674](https://redirect.github.com/faker-ruby/faker/pull/2674) - Update minitest requirement from = 5.16.3 to = 5.17.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2677](https://redirect.github.com/faker-ruby/faker/pull/2677) - Update pry requirement from = 0.14.1 to = 0.14.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2680](https://redirect.github.com/faker-ruby/faker/pull/2680) - Update simplecov requirement from = 0.21.2 to = 0.22.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2672](https://redirect.github.com/faker-ruby/faker/pull/2672) - Update rubocop requirement from = 1.44.0 to = 1.44.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/faker-ruby/faker/pull/2691](https://redirect.github.com/faker-ruby/faker/pull/2691) ##### New Contributors - [@​hslzr](https://redirect.github.com/hslzr) made their first contribution in [https://github.com/faker-ruby/faker/pull/2675](https://redirect.github.com/faker-ruby/faker/pull/2675) - [@​ferblape](https://redirect.github.com/ferblape) made their first contribution in [https://github.com/faker-ruby/faker/pull/2657](https://redirect.github.com/faker-ruby/faker/pull/2657) - [@​petergoldstein](https://redirect.github.com/petergoldstein) made their first contribution in [https://github.com/faker-ruby/faker/pull/2673](https://redirect.github.com/faker-ruby/faker/pull/2673) - [@​dwilsonactual](https://redirect.github.com/dwilsonactual) made their first contribution in [https://github.com/faker-ruby/faker/pull/2693](https://redirect.github.com/faker-ruby/faker/pull/2693) **Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.1.0...v3.1.1 *** ### [`v3.1.0`](https://redirect.github.com/faker-ruby/faker/blob/HEAD/CHANGELOG.md#v310-2022-12-23) [Compare Source](https://redirect.github.com/faker-ruby/faker/compare/v3.0.0...v3.1.0) Happy Holidays with a new Faker release! πŸŽ‰ This version: - adds and removes generators - fixes bugs - updates dependencies ##### Features - Simple Japanesemedia::CowboyBebop module by [@​Ivan-P23994](https://redirect.github.com/Ivan-P23994) in [https://github.com/faker-ruby/faker/pull/2617](https://redirect.github.com/faker-ruby/faker/pull/2617) - added travel folder and airports by [@​ZionMiller](https://redirect.github.com/ZionMiller) in [https://github.com/faker-ruby/faker/pull/2601](https://redirect.github.com/faker-ruby/faker/pull/2601) - Spongebob TV show collections by [@​kleinjm](https://redirect.github.com/kleinjm) in [https://github.com/faker-ruby/faker/pull/2619](https://redirect.github.com/faker-ruby/faker/pull/2619) - Add pre-push hook example by [@​akanshak984](https://redirect.github.com/akanshak984) in [https://github.com/faker-ruby/faker/pull/2606](https://redirect.github.com/faker-ruby/faker/pull/2606) ##### Bug fixes - fix: ensure generated passwords have correct characters when mix_case & special_characters enabled by [@​tiff-o](https://redirect.github.com/tiff-o) in [https://github.com/faker-ruby/faker/pull/2533](https://redirect.github.com/faker-ruby/faker/pull/2533) - Fix: ensure sport generator produces single sport unless a number of sports is requested by [@​si-lens](https://redirect.github.com/si-lens) in [https://github.com/faker-ruby/faker/pull/2616](https://redirect.github.com/faker-ruby/faker/pull/2616) - Remove typo in ISSUE_TEMPLATE to check Faker version by [@​loqimean](https://redirect.github.com/loqimean) in [https://github.com/faker-ruby/faker/pull/2621](https://redirect.github.com/faker-ruby/faker/pull/2621) - Typo in Ukrainian locale, fixes [#​2620](https://redirect.github.com/faker-ruby/faker/issues/2620) by [@​Newman101](https://redirect.github.com/Newman101) in [https://github.com/faker-ruby/faker/pull/2622](https://redirect.github.com/faker-ruby/faker/pull/2622) - Remove english characters in ja locale file, fixes [#​2637](https://redirect.github.com/faker-ruby/faker/issues/2637) by [@​alextaujenis](https://redirect.github.com/alextaujenis) in [https://github.com/faker-ruby/faker/pull/2638](https://redirect.github.com/faker-ruby/faker/pull/2638) - Fix country code length for non EN locale by [@​vbrazo](https://redirect.github.com/vbrazo) in [https://github.com/faker-ruby/faker/pull/2669](https://redirect.github.com/faker-ruby/faker/pull/2669) ##### What's Changed - Removed LoremPixel Files by [@​uzorjchibuzor](https://redirect.github.com/uzorjchibuzor) in [https://github.com/faker-ruby/faker/pull/2664](https://redirect.github.com/faker-ruby/faker/pull/2664) - Document IBAN digits validity generator by [@​stefannibrasil](https://redirect.github.com/stefannibrasil) in [https://github.com/faker-ruby/faker/pull/2625](https://redirect.github.com/faker-ruby/faker/pull/2625) - Create random vehicle vin numbers with the correct check-digit by [@​alextaujenis](https://redirect.github.com/alextaujenis) in [https://github.com/faker-ruby/faker/pull/2633](https://redirect.github.com/faker-ruby/faker/pull/2633) - Fix formatting in internet/http.md documentation by [@​Newman101](https://redirect.github.com/Newman101) in [https://github.com/faker-ruby/faker/pull/2647](https://redirect.github.com/faker-ruby/faker/pull/2647) - Remove deprecated ru paul documentation by [@​italopires](https://redirect.github.com/italopires) in [https://github.com/faker-ruby/faker/pull/2651](https://redirect.github.com/faker-ruby/faker/pull/2651) - Add Ruby as specified language in code block by [@​luciagirasoles](https://redirect.github.com/luciagirasoles) in [https://github.com/faker-ruby/faker/pull/2654](https://redirect.github.com/faker-ruby/faker/pull/2654) - Fix some typos by [@​jdufresne](https://redirect.github.com/jdufresne) in [https://github.com/faker-ruby/faker/pull/2662](https://redirect.github.com/faker-ruby/faker/pull/2662) - Remove unnecessary executable bit from several files by [@​jdufresne](https://redirect.github.com/jdufresne) in [https://github.com/faker-ruby/faker/pull/2645](https://redirect.github.com/faker-ruby/faker/pull/2645) - Remove broken readme links by [@​vbrazo](https://redirect.github.com/vbrazo) in [https://github.com/faker-ruby/faker/pull/2668](https://redirect.github.com/faker-ruby/faker/pull/2668) - Update minecraft.rb by [@​lepinejf](https://redirect.github.com/lepinejf) in [https://github.com/faker-ruby/faker/pull/2635](https://redirect.github.com/faker-ruby/faker/pull/2635) - Update README and CONTRIBUTING guides by [@​stefannibrasil](https://redirect.github.com/stefannibrasil) in [https://github.com/faker-ruby/faker/pull/2630](https://redirect.github.com/faker-ruby/faker/pull/2630) - Update dependabot ignore list by [@​stefannibrasil](https://redirect.github.com/stefannibrasil) in [https://github.com/faker-ruby/faker/pull/2629](https://redirect.gith

Configuration

πŸ“… Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Amsterdam, 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.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 4 weeks ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: Gemfile.lock
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...

Could not find compatible versions

Because jsonapi-authorization >= 3.0.2 depends on jsonapi-resources ~> 0.9.0
  and Gemfile depends on jsonapi-authorization >= 3.0.2, < 4.A,
  jsonapi-resources ~> 0.9.0 is required.
So, because Gemfile depends on jsonapi-resources ~> 0.10.7,
  version solving has failed.
renovate[bot] commented 3 weeks ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.92%. Comparing base (3b8686e) to head (1c63adb). Report is 12 commits behind head on staging.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## staging #304 +/- ## ======================================== Coverage 99.92% 99.92% ======================================== Files 203 203 Lines 2708 2714 +6 ======================================== + Hits 2706 2712 +6 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features: