New version of dry-core (0.8.0) produced dependency conflicts
We've tested your project with an updated dependency and got errors while installing the dependencies.
This version is either within the version range you specified or you haven't specified a version/range. To be able to test your project with the new version, we've taken the liberty of pinning the version for this branch and pull request.
| name | version specification | new version |
|---|---|---|
| dry-core | ~> 0.5, >= 0.5 | 0.8.0 |
Unfortunately, the build failed while installing dependencies. This means that while the new version is within the specified range, a version conflict between two or more packages will prohibit this version from being installed.
As this breaks fresh installs of your package, we've left this pull request open for you to investigate.
What changed?
✳️ dry-core (~> 0.5, >= 0.5 → 0.8.0) · Repo · Changelog
Release Notes
0.8.0
Added
Dry::Core::BasicObjectported from hanami-utils (@jodosha)Changed
- [BREAKING] [descendants tracker] switch to using
Class#subclasseson Ruby 3.1+.
This changes the order of returned subclasses (immediate subclasses now go first) (@flash-gordon)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 72 commits:
Update changelog filesBump dry-core to 0.8.0Update .github/workflows/ci.yml from dry-rb/template-gemMerge pull request #67 from EdwardBetts/spellingCorrect spelling mistakesUpdate Gemfile.devtools from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .github/workflows/ci.yml from dry-rb/template-gemUpdate README.md from dry-rb/template-gemUpdate dry-core.gemspec from dry-rb/template-gemUpdate .github/workflows/sync_configs.yml from dry-rb/template-gemUpdate .github/workflows/docsite.yml from dry-rb/template-gemUpdate .github/workflows/ci.yml from dry-rb/template-gemMerge pull request #66 from elcuervo/fix/memoizable-kernel-nameFixes typoUpdate Gemfile.devtools from dry-rb/template-gemIntroduce `Dry::Core::BasicObject` (#53)Update .github/FUNDING.yml from dry-rb/template-gemUpdate Gemfile.devtools from dry-rb/template-gemUpdate Gemfile.devtools from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate Gemfile.devtools from dry-rb/template-gem[devtools] syncMerge pull request #65 from cllns/import-dry-equalizer-documentationUpdate .rubocop.yml from dry-rb/template-gem[refactor] simplify delegation with new syntaxUpdate README.md from dry-rb/template-gemUpdate .github/workflows/ci.yml from dry-rb/template-gemUpdate README.md from dry-rb/template-gemUpdate dry-core.gemspec from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .github/workflows/sync_configs.yml from dry-rb/template-gemUpdate .github/workflows/docsite.yml from dry-rb/template-gemUpdate .github/workflows/ci.yml from dry-rb/template-gemAdd description to indexFix date for changelog entry v0.5.0Add Dry::Core::Equalizer documentation[devtools] syncBuild changelog[changelog] syntax[changelog] syntaxUpdate changelogUpdate README.md from dry-rb/template-gemUpdate .github/workflows/ci.yml from dry-rb/template-gemUpdate .github/workflows/ci.yml from dry-rb/template-gemUpdate .github/workflows/sync_configs.yml from dry-rb/template-gemUpdate .github/workflows/ci.yml from dry-rb/template-gemUpdate README.md from dry-rb/template-gemUpdate .github/workflows/ci.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemAdd commentsMerge pull request #61 from dry-rb/optimize-no-args-memoizationOptimize no args case for Dry::Core::MemoizableUpdate example of generated codeUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate README.md from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gemUpdate .rubocop.yml from dry-rb/template-gem
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
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)