New version of hanami (2.3.0) produced dependency conflicts #34
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.
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
We've tried to upgrade a dependency and got errors running Bundler. It looks like there is a version conflict between two or more dependencies. Depfu doesn't try to solve these, as this would mean to update more than one dependency at a time.
Please take a look at the exact failure to figure out if this is something you need to work on.
The bundler error message was:
What changed?
✳️ hanami (~> 1.2 → ~> 2.3) · Repo · Changelog
Release Notes
2.3.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 51 commits:
Fix loading of router extensionsBump Hanami dependency versionsUpdate CHANGELOG for v2.3.0Use latest repo names in CHANGELOG linksFix misnaming of “create” resource routes (#1554)Link to the CHANGELOGS of related Hanami gems (#1553)Prepare for v2.3.0Set version for API docsDo not autoload files that may depend on non-installed gems (#1498)Don't generate logging payload if severity is less than logger level (#1550)Enable body parser middleware by default (#1549)Resource-oriented routes (#1548)Use new prefixed repo names in Gemfile (#1547)Only auto-inject db.rom into operations when hanami-db is bundled (#1490)Remove Ruby version information from READMEReplace fast_generate with generate (json) (#1546)Prepare for v2.3.0.beta2Update gem metadataRequire Ruby 3.2Use new action formats config (#1544)Show relative path in MissingActionError (#1445)Remove injected `settings` from view context (#1537)Prepare for v2.3.0.beta1Prepare CHANGELOG for v2.3.0.beta1Avoid early loading of routes file (#1539)Add `console` to configuration (#1540)Add Rack 2/3 to CI build matrix (#1532)Update year in README.md (#1531)Support Rack 3 (#1493)Fix inference of root for deeply nested repos (#1478)Add support for single-character slice names (#1528)Allow Deps mixin to work in repos (#1523)Add tags for zeitwerk loaders (#1497)Support optional nonce in Rack requests, CSP header rules and view helpers (#1503)Don't capture on absolute URL detection (#1519)Fix deprecation warning about URI::DEFAULT_PARSER. (#1518)Ensure DB connections are closed in app_integration tests (#1514)Update Contact section to point Chat URL to Discord (#1515)Fix redundant "Unreleased" section in CHANGELOGOverhaul CONTRIBUTING.md (#1506)Look up APP_ENV as a fallback after HANAMI_ENV (#1495)Update error message assertion for latest Rack (#1512)Remove un-used shared_examples (#1508)Add keepalive action to CI and stop redundant builds (#1510)Make Node steps in ci.yml consistent with assets reposUpgrade actions to latest versions (#1507)Make README more up to date (#1501)Use version agnostic URL to API doc in README (#1491) (#1496)Add Ruby 3.4 support (#1492)Fix typo (#1485)Simpilify README, add hanami-db link (#1481)👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands