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

Upgrade to ROM 5.1.0 #543

Merged
merged 3 commits into from
Aug 2, 2019
Merged

Upgrade to ROM 5.1.0 #543

merged 3 commits into from
Aug 2, 2019

Conversation

depfu[bot]
Copy link

@depfu depfu bot commented Jul 31, 2019

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:

Bundler could not find compatible versions for gem "rom":
  In Gemfile:
    rom (>= 3.3.3, ~> 5.1)

    rom-sql (>= 1.3.5, ~> 1.3) was resolved to 1.3.5, which depends on
      rom (>= 3.2.2, ~> 3.2)

What changed?

✳️ rom (~> 3.3, >= 3.3.3 → ~> 5.1, >= 3.3.3) · Repo · Changelog

Release Notes

5.1.0

rom-core

Added

  • ROM::Transformer.map shortcut for defining transformations (@solnic)
  • ROM::Transformer supports instance methods as mapping functions now (@solnic)
  • ROM::Transformer configuration can be now inlined ie relation :users, as: :json_serializer (@solnic)

Fixed

  • Combining same relation multiple times no longer crashes auto-mapping (fixes #547) (@solnic)
  • ROM::Transformer works correctly with inheritance (@solnic)
  • CommandCompiler supports command options correctly now (@solnic)

Changed

  • Plugin API has been generalized to enable arbitrary component plugins (@flash-gordon)

rom-changeset

Added

  • Plugin API 🎉 (@solnic)
  • Support for command_options in changesets for providing any additional command options (@solnic)
  • Support for command_plugins in changesets for enabling command plugins and configuring them (@solnic)

rom-repository

Added

Compare v5.0.2...v5.1.0

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 54 commits:


Depfu Status

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 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)

@depfu depfu bot added the depfu label Jul 31, 2019
@jodosha jodosha changed the base branch from master to unstable August 1, 2019 12:18
@jodosha jodosha self-assigned this Aug 1, 2019
@jodosha jodosha changed the title New version of rom (5.1.0) produced dependency conflicts Upgrade to ROM 5.1.0 Aug 2, 2019
@jodosha jodosha added this to the v2.0.0 milestone Aug 2, 2019
@jodosha jodosha merged commit babe442 into unstable Aug 2, 2019
@depfu depfu bot deleted the depfu/update/rom-5.1.0 branch August 2, 2019 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant