Update dependency solid_cache to v1.0.10 #7

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

This PR contains the following updates:

Package Change Age Confidence
solid_cache 1.0.6 -> 1.0.10 age confidence

⚠️ Warning

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


Release Notes

rails/solid_cache (solid_cache)

v1.0.10

Compare Source

What's Changed

  • Revert "Generate reference to the database in the cache template for all envi…" by @​djmb in #​292

Full Changelog: https://github.com/rails/solid_cache/compare/v1.0.9...v1.0.10

v1.0.9

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rails/solid_cache/compare/v1.0.8...v1.0.9

v1.0.8

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rails/solid_cache/compare/v1.0.7...v1.0.8

v1.0.7

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rails/solid_cache/compare/v1.0.6...v1.0.7


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 | Confidence | |---|---|---|---| | [solid_cache](https://github.com/rails/solid_cache) | `1.0.6` -> `1.0.10` | [![age](https://developer.mend.io/api/mc/badges/age/rubygems/solid_cache/1.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/solid_cache/1.0.6/1.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>rails/solid_cache (solid_cache)</summary> ### [`v1.0.10`](https://github.com/rails/solid_cache/releases/tag/v1.0.10) [Compare Source](https://github.com/rails/solid_cache/compare/v1.0.9...v1.0.10) #### What's Changed - Revert "Generate reference to the database in the cache template for all envi…" by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;292](https://github.com/rails/solid_cache/pull/292) **Full Changelog**: <https://github.com/rails/solid_cache/compare/v1.0.9...v1.0.10> ### [`v1.0.9`](https://github.com/rails/solid_cache/releases/tag/v1.0.9) [Compare Source](https://github.com/rails/solid_cache/compare/v1.0.8...v1.0.9) #### What's Changed - Supporting Rails 8.1 && Ruby 3.4 in Github workflow by [@&#8203;p-schlickmann](https://github.com/p-schlickmann) in [#&#8203;284](https://github.com/rails/solid_cache/pull/284) - Update behavior tests and fix timeout stubbing by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;285](https://github.com/rails/solid_cache/pull/285) - Update readme yaml config example by [@&#8203;andimrob](https://github.com/andimrob) in [#&#8203;273](https://github.com/rails/solid_cache/pull/273) - Allow a single database in databases configuration by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;286](https://github.com/rails/solid_cache/pull/286) - Generate reference to the database in the cache template for all envi… by [@&#8203;orbanbotond](https://github.com/orbanbotond) in [#&#8203;279](https://github.com/rails/solid_cache/pull/279) - Remove `frozen_string_literal` from schema.rb by [@&#8203;ghiculescu](https://github.com/ghiculescu) in [#&#8203;256](https://github.com/rails/solid_cache/pull/256) - Drop Ruby 3.1 from the test matrix by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;288](https://github.com/rails/solid_cache/pull/288) - Support installing with SQL schema format by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;287](https://github.com/rails/solid_cache/pull/287) - Rework the connects\_to configuration in the README by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;289](https://github.com/rails/solid_cache/pull/289) #### New Contributors - [@&#8203;p-schlickmann](https://github.com/p-schlickmann) made their first contribution in [#&#8203;284](https://github.com/rails/solid_cache/pull/284) - [@&#8203;andimrob](https://github.com/andimrob) made their first contribution in [#&#8203;273](https://github.com/rails/solid_cache/pull/273) - [@&#8203;orbanbotond](https://github.com/orbanbotond) made their first contribution in [#&#8203;279](https://github.com/rails/solid_cache/pull/279) - [@&#8203;ghiculescu](https://github.com/ghiculescu) made their first contribution in [#&#8203;256](https://github.com/rails/solid_cache/pull/256) **Full Changelog**: <https://github.com/rails/solid_cache/compare/v1.0.8...v1.0.9> ### [`v1.0.8`](https://github.com/rails/solid_cache/releases/tag/v1.0.8) [Compare Source](https://github.com/rails/solid_cache/compare/v1.0.7...v1.0.8) #### What's Changed - Remove post install message by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;266](https://github.com/rails/solid_cache/pull/266) - Update README.md by [@&#8203;maxnrp](https://github.com/maxnrp) in [#&#8203;270](https://github.com/rails/solid_cache/pull/270) - ActiveRecord connection -> with/lease\_connection by [@&#8203;trevorturk](https://github.com/trevorturk) in [#&#8203;275](https://github.com/rails/solid_cache/pull/275) #### New Contributors - [@&#8203;maxnrp](https://github.com/maxnrp) made their first contribution in [#&#8203;270](https://github.com/rails/solid_cache/pull/270) - [@&#8203;trevorturk](https://github.com/trevorturk) made their first contribution in [#&#8203;275](https://github.com/rails/solid_cache/pull/275) **Full Changelog**: <https://github.com/rails/solid_cache/compare/v1.0.7...v1.0.8> ### [`v1.0.7`](https://github.com/rails/solid_cache/releases/tag/v1.0.7) [Compare Source](https://github.com/rails/solid_cache/compare/v1.0.6...v1.0.7) #### What's Changed - Docs: Fix Markdown formatting, add LRU acronym expansion by [@&#8203;andyatkinson](https://github.com/andyatkinson) in [#&#8203;223](https://github.com/rails/solid_cache/pull/223) - Remove Rails 8/ruby 3.1 tests by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;224](https://github.com/rails/solid_cache/pull/224) - Bump webrick from 1.8.1 to 1.8.2 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;225](https://github.com/rails/solid_cache/pull/225) - Bump actionpack from 7.2.0 to 7.2.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;227](https://github.com/rails/solid_cache/pull/227) - Fix a documentation error by [@&#8203;kfinn](https://github.com/kfinn) in [#&#8203;230](https://github.com/rails/solid_cache/pull/230) - Update README with Manual Configuration by [@&#8203;allcentury](https://github.com/allcentury) in [#&#8203;231](https://github.com/rails/solid_cache/pull/231) - Remove unused require by [@&#8203;y-yagi](https://github.com/y-yagi) in [#&#8203;229](https://github.com/rails/solid_cache/pull/229) - Clean up typos in /test, made some public methods in Connections module private by [@&#8203;rossme](https://github.com/rossme) in [#&#8203;232](https://github.com/rails/solid_cache/pull/232) - Bump rexml from 3.3.6 to 3.3.9 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;233](https://github.com/rails/solid_cache/pull/233) - Bump rails-html-sanitizer from 1.6.0 to 1.6.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;240](https://github.com/rails/solid_cache/pull/240) - Bump actionpack from 7.2.1.1 to 7.2.2.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;242](https://github.com/rails/solid_cache/pull/242) - Fix typo in README.md by [@&#8203;danpolyuha](https://github.com/danpolyuha) in [#&#8203;247](https://github.com/rails/solid_cache/pull/247) - Don't failsafe ActiveRecord::ConnectionTimeoutError by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;252](https://github.com/rails/solid_cache/pull/252) - Replace with\_instrumenter if not available by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;254](https://github.com/rails/solid_cache/pull/254) - Add gemfile for Rails 8 by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;255](https://github.com/rails/solid_cache/pull/255) - Batch multi queries by [@&#8203;djmb](https://github.com/djmb) in [#&#8203;236](https://github.com/rails/solid_cache/pull/236) #### New Contributors - [@&#8203;andyatkinson](https://github.com/andyatkinson) made their first contribution in [#&#8203;223](https://github.com/rails/solid_cache/pull/223) - [@&#8203;kfinn](https://github.com/kfinn) made their first contribution in [#&#8203;230](https://github.com/rails/solid_cache/pull/230) - [@&#8203;allcentury](https://github.com/allcentury) made their first contribution in [#&#8203;231](https://github.com/rails/solid_cache/pull/231) - [@&#8203;y-yagi](https://github.com/y-yagi) made their first contribution in [#&#8203;229](https://github.com/rails/solid_cache/pull/229) - [@&#8203;danpolyuha](https://github.com/danpolyuha) made their first contribution in [#&#8203;247](https://github.com/rails/solid_cache/pull/247) **Full Changelog**: <https://github.com/rails/solid_cache/compare/v1.0.6...v1.0.7> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yLjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi4yLjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Update dependency solid_cache to v1.0.10
Some checks failed
build.yml / Update dependency solid_cache to v1.0.10 (push) Failing after 0s
deploy.yml / Update dependency solid_cache to v1.0.10 (push) Failing after 0s
build.yml / Update dependency solid_cache to v1.0.10 (pull_request) Failing after 0s
deploy.yml / Update dependency solid_cache to v1.0.10 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
ff5a81473f
Some checks failed
build.yml / Update dependency solid_cache to v1.0.10 (push) Failing after 0s
deploy.yml / Update dependency solid_cache to v1.0.10 (push) Failing after 0s
build.yml / Update dependency solid_cache to v1.0.10 (pull_request) Failing after 0s
deploy.yml / Update dependency solid_cache to v1.0.10 (pull_request) Failing after 0s
Release Drafter / update_release_draft (pull_request) Has been cancelled
This pull request can be merged automatically.
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/solid_cache-1.x-lockfile:renovate/solid_cache-1.x-lockfile
git switch renovate/solid_cache-1.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/solid_cache-1.x-lockfile
git switch renovate/solid_cache-1.x-lockfile
git rebase main
git switch main
git merge --ff-only renovate/solid_cache-1.x-lockfile
git switch renovate/solid_cache-1.x-lockfile
git rebase main
git switch main
git merge --no-ff renovate/solid_cache-1.x-lockfile
git switch main
git merge --squash renovate/solid_cache-1.x-lockfile
git switch main
git merge --ff-only renovate/solid_cache-1.x-lockfile
git switch main
git merge renovate/solid_cache-1.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!7
No description provided.