-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all non-major bundler dependencies #304
base: staging
Are you sure you want to change the base?
Conversation
18c742e
to
0e96e4d
Compare
2d483b1
to
67375d8
Compare
90cc6bb
to
c1786a2
Compare
|
c1786a2
to
740270e
Compare
Edited/Blocked NotificationRenovate 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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## staging #304 +/- ##
============================================
- Coverage 99.92% 63.33% -36.60%
============================================
Files 203 203
Lines 2708 2708
============================================
- Hits 2706 1715 -991
- Misses 2 993 +991 ☔ View full report in Codecov by Sentry. |
This PR contains the following updates:
'~> 3.1'
->'~> 3.1', '>= 3.1.20'
'~> 1.4'
->'~> 1.18', '>= 1.18.4'
'~> 2.5'
->'~> 2.11'
'~> 0.2'
->'~> 0.2', '>= 0.2.2'
'~> 3.0'
->'~> 3.8', '>= 3.8.2'
'~> 5.2'
->'~> 5.2', '>= 5.2.7'
'~> 1.3'
->'~> 1.4'
'~> 3.0'
->'~> 3.5', '>= 3.5.1'
'~> 5.2'
->'~> 5.5', '>= 5.5.1'
'~> 5.0'
->'~> 5.2'
'~> 1.1.0'
->'~> 1.2.1'
'~> 2.4'
->'~> 2.10', '>= 2.10.3'
'~> 1.2'
->'~> 1.2', '>= 1.2.2'
'~> 3.0'
->'~> 3.0', '>= 3.0.2'
'~> 0.9.1.beta2'
->'~> 0.10.7'
'~> 4.0'
->'~> 4.3', '>= 4.3.8'
'~> 4.6'
->'~> 4.13', '>= 4.13.2'
'~> 1.0'
->'~> 1.5', '>= 1.5.9'
'~> 2.0'
->'~> 2.4'
'~> 6.0'
->'~> 6.7'
'~> 2.0', '>= 2.0.1'
->'~> 2.0', '>= 2.0.2'
'~> 7.0'
->'~> 7.0', '>= 7.0.10'
'~> 4.0'
->'~> 4.8', '>= 4.8.1'
'~> 2.9'
->'~> 2.10', '>= 2.10.1'
'~> 0.7'
->'~> 0.7', '>= 0.7.3'
'~> 2.0'
->'~> 2.3', '>= 2.3.2'
'~> 3.0'
->'~> 3.1', '>= 3.1.2'
'~> 0.11'
->'~> 0.14'
'~> 6.0'
->'~> 6.5', '>= 6.5.12'
'~> 5.0', '>= 5.0.2'
->'~> 5.0', '>= 5.0.6'
'~> 2.0'
->'~> 2.4'
Release Notes
lebedev-yury/carrierwave-base64 (carrierwave-base64)
v2.11.0
Compare Source
magnusvk/counter_culture (counter_culture)
v3.8.2
Compare Source
Bugfixes:
counter_culture_fix_counts
without Railsv3.8.1
Compare Source
Bugfixes:
mobility
gem by skipping attributes that don't exist in the database but show up insaved_changes
(#401)v3.8.0
Compare Source
New features:
with_connection
where possible (#398)v3.7.0
Compare Source
New features:
v3.6.0
Compare Source
Improvements:
delta_magnitude
is zero (#394)v3.5.3
Compare Source
Bugfixes:
v3.5.2
Compare Source
Bugfixes:
v3.5.1
Compare Source
Bugfixes:
updated_at
(#383)v3.5.0
Compare Source
Improvements:
counter_culture_fix_counts
(#375)v3.4.0
Compare Source
Improvements:
v3.3.1
Compare Source
Bugfixes:
v3.3.0
Compare Source
Improvements:
counter_culture_fix_counts
(#330)Bugfixes:
.destroy
on an already-destroyed model (#351)Proc
passed tocolumn_names
to avoid startup issue (#352)doorkeeper-gem/doorkeeper-i18n (doorkeeper-i18n)
v5.2.7
Compare Source
v5.2.6
Update zh-TW.yml
v5.2.4
Compare Source
Added indonesian translation
remvee/exifr (exifr)
v1.4.0
Compare Source
v1.3.10
Compare Source
faker-ruby/faker (faker)
v3.5.1
Compare Source
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
Compare Source
Happy July with a new faker-ruby release.
This version:
Faker::NationalHealthService.british_number
(more details below)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 in https://github.com/faker-ruby/faker/pull/2947
Improvements & Bug fixes
Faker::Games::Dota
missing quotes and new heroes by @arthurka-o in https://github.com/faker-ruby/faker/pull/2907Faker::Internet.username
should not generate duplicated punctuation by @thdaraujo in https://github.com/faker-ruby/faker/pull/2970en-US
locale by @mononoken in https://github.com/faker-ruby/faker/pull/2972Deprecator.skip_warning?
ability to silence deprecators on tests by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2956Update local dependencies
2.4.22
by @thdaraujo in https://github.com/faker-ruby/faker/pull/2978v3.4.1
Compare Source
What's changed
Faker::Crypto
generators by @alextaujenis in https://github.com/faker-ruby/faker/pull/2938Bug fixes
Atlantic/Cape_Verde
by @andrelaszlo in https://github.com/faker-ruby/faker/pull/2927Faker::Number.hexadecimal
should include characters within the range of[0-9a-f]
by @alextaujenis in https://github.com/faker-ruby/faker/pull/2942Features
Faker::Sports::Football
. by @yamat47 in https://github.com/faker-ruby/faker/pull/2903Update local dependencies
v3.3.1
Compare Source
Bug fixes
en-US
locale caused by incorrect.yml
file structure by @aprescott in https://github.com/faker-ruby/faker/pull/2924What's Changed
New Contributors
Full Changelog: faker-ruby/faker@v3.3.0...v3.3.1
v3.3.0
Compare Source
Bug Fixes
Features
What's changed
Faker::IDNumber
toFaker::IdNumber
to be more consistent with other generator's naming convention. by @Jamal-A-Mohamed in https://github.com/faker-ruby/faker/pull/2858Update local dependencies
New Contributors
Full Changelog: faker-ruby/faker@v3.2.3...v3.3.0
v3.2.3
Compare Source
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
Compare Source
Happy November with a new faker-ruby release.
This version:
Features
zh-CN
translations for Bank names by @guxiaobai in https://github.com/faker-ruby/faker/pull/2840Bug fixes
lib/locales/README.md
by @BelaBartok39 in https://github.com/faker-ruby/faker/pull/2812What's Changed
#deterministically_verify
helper by @erichmachado in https://github.com/faker-ruby/faker/pull/2828Update local dependencies
v3.2.1
Compare Source
Happy August with a new Faker release! 🎉
This version:
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.
Other changes included in this version:
v3.2.0
Compare Source
Happy Spring with a new Faker release! 🌼
This version changes
Faker::Internet.email
,Faker::Internet.domain_name
,Faker::Internet.safe_email
, andFaker::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
andtest
. 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
, andFaker::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.
Other changes included in this version:
v3.1.1
Compare Source
Happy Valentine's Day with a new Faker release! 🎉
This version:
Features
Bug fixes
Update local dependencies
New Contributors
Full Changelog: faker-ruby/faker@v3.1.0...v3.1.1
v3.1.0
Compare Source
Happy Holidays with a new Faker release! 🎉
This version:
Features
Bug fixes
What's Changed
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.