chore(deps): update all non-major bundler dependencies#980
Merged
Conversation
abd104a to
34f428e
Compare
Contributor
Author
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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## staging #980 +/- ##
========================================
Coverage 75.17% 75.17%
========================================
Files 55 55
Lines 1116 1116
========================================
Hits 839 839
Misses 277 277 ☔ View full report in Codecov by Sentry. |
Contributor
lodewiges
approved these changes
Jan 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'~> 3.1.0'->'~> 3.1.20''~> 1.12.0'->'~> 1.18.4''~> 5.3.0'->'~> 5.3.1''~>4.8.0'->'~>4.9.4''~>1.10.0'->'~>1.12.1''~> 2.7.0'->'~> 2.8.1''~> 6.2.0'->'~> 6.4.4''~> 3.1.1'->'~> 3.5.1''~> 4.7.0.0'->'~> 4.7.0.9''~> 2.5.0'->'~> 2.5.2''~> 5.0.0'->'~> 5.2.0''~> 2.11.0'->'~> 2.13.0''~> 4.5.0'->'~> 4.6.0''~> 1.2.0'->'~> 1.2.2''~> 1.2.0'->'~> 1.2.5''~> 0.6.0'->'~> 0.16.0''~> 4.7.0'->'~> 4.15.0''~> 2.0.0'->'~> 2.1.2''~> 1.7.0'->'~> 1.8.0''~> 1.0'->'~> 1.0', '>= 1.0.2''~> 1.3.0'->'~> 1.5.9''~> 6.4.0'->'~> 6.5.0''~> 2.2.0'->'~> 2.4.0''~> 6.6.0'->'~> 6.7.0''~> 7.0.4', '>= 7.0.4.3'->'~> 7.2.2', '>= 7.2.2.1''~> 1.0.0'->'~> 1.0.5''~> 7.0.0'->'~> 7.0.10''~> 5.0.0'->'~> 5.0.2''~> 1.30.0'->'~> 1.69.2''~> 2.1.0'->'~> 2.1.2''~> 5.5'->'~> 5.22', '>= 5.22.1''~> 5.5'->'~> 5.22', '>= 5.22.1''~> 5.5'->'~> 5.22', '>= 5.22.1''~> 7.1.0'->'~> 7.3.7''~> 5.0.2'->'~> 5.0.6''~> 5.1.0'->'~> 5.3.1''~> 5.2.0'->'~> 5.2.1''~> 4.2.0'->'~> 4.2.1''~> 7.0.0.beta2'->'~> 7.1.0''~> 4.2.0'->'~> 4.2.1''~> 5.4.0'->'~> 5.4.4'Release Notes
heartcombo/devise (devise)
v4.9.4Compare Source
https://github.com/heartcombo/devise/blob/v4.9.4/CHANGELOG.md#494---2024-04-10
v4.9.3Compare Source
Devise.deprecatorto integrate with new application deprecators in Rails 7.1. (@soartec-lab, @etiennebarrie)v4.9.2Compare Source
Devise.activerecord51?and deprecate it, in order to avoid breakage with some libraries that apparently relied on it.v4.9.1Compare Source
enhancements
sign_in_after_reset_passwordbehaviour. #5429 @mattrbug fixes
redirect_statusinstead oferror_statusif the recall app returns a redirect status (300..399) #5573v4.9.0Compare Source
Devise uses the latest
respondersversion (v3.1.0 or higher), which allows configuring the status used for validation error responses (error_status) and for redirects after POST/PUT/PATCH/DELETE requests (redirect_status). For backwards compatibility, Devise keepserror_statusas:okwhich returns a200 OKresponse, andredirect_statusto:foundwhich returns a302 Foundresponse, but you can configure it to return422 Unprocessable Entityand303 See Otherrespectively, to match the behavior expected by Hotwire/Turbo:config/initializers/devise.rb
...
...
tigrish/devise-i18n (devise-i18n)
v1.12.1Compare Source
v1.12.0Compare Source
v1.11.1Compare Source
v1.11.0Compare Source
v1.10.3Compare Source
bkeepers/dotenv (dotenv-rails)
v2.8.1Compare Source
v2.8.0Compare Source
$ dotenv --overload -f .env.local) #445thoughtbot/factory_bot_rails (factory_bot_rails)
v6.4.4: 6.4.4Compare Source
What's Changed
New Contributors
Full Changelog: thoughtbot/factory_bot_rails@v6.4.3...v6.4.4
v6.4.3: 6.4.3Compare Source
v6.4.2Compare Source
main(y-yagi)v6.4.0: 6.4.0Compare Source
v6.3.0: 6.3.0Compare Source
projections.jsonfor Rails.vim (Caleb Hearth).Entcheva, Daniel Colson).
faker-ruby/faker (faker)
v3.5.1Compare 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.2Compare 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_numberuses 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::Dotamissing quotes and new heroes by @arthurka-o in https://github.com/faker-ruby/faker/pull/2907Faker::Internet.usernameshould not generate duplicated punctuation by @thdaraujo in https://github.com/faker-ruby/faker/pull/2970en-USlocale 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.22by @thdaraujo in https://github.com/faker-ruby/faker/pull/2978v3.4.1Compare Source
What's changed
Faker::Cryptogenerators by @alextaujenis in https://github.com/faker-ruby/faker/pull/2938Bug fixes
Atlantic/Cape_Verdeby @andrelaszlo in https://github.com/faker-ruby/faker/pull/2927Faker::Number.hexadecimalshould 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.1Compare Source
Bug fixes
en-USlocale caused by incorrect.ymlfile 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.0Compare Source
Bug Fixes
Features
What's changed
Faker::IDNumbertoFaker::IdNumberto be more consistent with other generator's naming convention. by @Jamal-A-Mohamed in https://github.com/faker-ruby/faker/pull/2858Update local dependencies
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" 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.