Skip to content
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

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2022

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

Compare Source

  • Add ability to remove upload by assigning nil value to the field
magnusvk/counter_culture (counter_culture)

v3.8.2

Compare Source

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

Compare Source

Bugfixes:

  • Fix compatibility with mobility gem by skipping attributes that don't exist in the database but show up in saved_changes (#​401)

v3.8.0

Compare Source

New features:

  • Prefer using with_connection where possible (#​398)

v3.7.0

Compare Source

New features:

  • Combine multiple updates into a single SQL per target row (#​393)

v3.6.0

Compare Source

Improvements:

  • Don't perform a query if the delta_magnitude is zero (#​394)

v3.5.3

Compare Source

Bugfixes:

  • Correct polymorphic table name alias reference in join clauses (#​388)

v3.5.2

Compare Source

Bugfixes:

  • Assign attributes to the duped model on a lower level when determining whether a model has changed to avoid invoking unrelated callbacks (#​386)

v3.5.1

Compare Source

Bugfixes:

  • Fix touching for counted models without updated_at (#​383)

v3.5.0

Compare Source

Improvements:

  • Allow passing context to counter_culture_fix_counts (#​375)

v3.4.0

Compare Source

Improvements:

  • Ability to skip counter culture updates in a block (#​371)

v3.3.1

Compare Source

Bugfixes:

  • Read primary key on polymorphic associations if it's explicitly set (#​370)

v3.3.0

Compare Source

Improvements:

  • Allow reading from replica in counter_culture_fix_counts (#​330)
  • Test against Ruby 3.1 (#​357)

Bugfixes:

  • Don't decrement counter cache when calling .destroy on an already-destroyed model (#​351)
  • Don't immediately call Proc passed to column_names to avoid startup issue (#​352)
doorkeeper-gem/doorkeeper-i18n (doorkeeper-i18n)

v5.2.7

Compare Source

  • Added Vietnamese translation

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:

  • 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 in https://github.com/faker-ruby/faker/pull/2947

Improvements & Bug fixes
Update local dependencies

v3.4.1

Compare Source

What's changed
Bug fixes
Features
Update local dependencies

v3.3.1

Compare Source

Bug fixes
What'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
Update 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:

  • adds generators
  • fixes bugs
  • updates dev and dependencies
  • updates docs
Features
Bug fixes
What's Changed
Update local dependencies

v3.2.1

Compare Source

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.

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, 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.

Other changes included in this version:

v3.1.1

Compare Source

Happy Valentine's Day with a new Faker release! 🎉

This version:

  • adds and deprecates generators
  • fixes bugs
  • updates development dependencies
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:

  • adds and removes generators
  • fixes bugs
  • updates dependencies
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.


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 8, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch-bundler branch 4 times, most recently from 18c742e to 0e96e4d Compare May 11, 2022 15:36
@wilco375 wilco375 force-pushed the renovate/all-minor-patch-bundler branch from 2d483b1 to 67375d8 Compare November 26, 2022 15:35
@renovate renovate bot force-pushed the renovate/all-minor-patch-bundler branch from 90cc6bb to c1786a2 Compare October 29, 2024 13:55
Copy link
Contributor Author

renovate bot commented Oct 29, 2024

⚠️ 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

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 renovate bot force-pushed the renovate/all-minor-patch-bundler branch from c1786a2 to 740270e Compare October 31, 2024 00:06
Copy link
Contributor Author

renovate bot commented Oct 31, 2024

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.

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.33%. Comparing base (3b8686e) to head (e848067).

❗ There is a different number of reports uploaded between BASE (3b8686e) and HEAD (e848067). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (3b8686e) HEAD (e848067)
2 1
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.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant