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

DEP Conflict with incompatible version of elemental #1800

Merged

Conversation

GuySartorelli
Copy link
Member

Fixes https://github.com/silverstripe/silverstripe-graphql/actions/runs/10086656540/job/28024281063

No toast container found with text: Validation error

Graphql branch 5 uses the ^5 constraint to pull in elemental, which gets 5.2.* right now because those are the stable tags.
It turns out elemental 5.2 and admin 2.3 are incompatible with one another. Adding this conflict to admin results in getting the 5.x-dev constraint for elemental instead, which will pass happily.

An alternative would be to change the constraint in graphql from ^5 to 5.x-dev but then when we release 5.3 we'll still have the 5.x-dev constraint so we'd have the opposite problem, where the next minor is being pulled in when testing against graphql 5.3.

issue

Copy link
Member

@emteknetnz emteknetnz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should have a DEP prefix in the commit message and PR title

@GuySartorelli GuySartorelli force-pushed the pulls/2/conflict-lower-elemental branch from 82ba355 to 1a787f9 Compare July 29, 2024 05:00
@GuySartorelli GuySartorelli changed the title MNT Conflict with incompatible version of elemental API Conflict with incompatible version of elemental Jul 29, 2024
@GuySartorelli GuySartorelli force-pushed the pulls/2/conflict-lower-elemental branch from 1a787f9 to f8883e2 Compare July 29, 2024 05:00
@GuySartorelli GuySartorelli changed the title API Conflict with incompatible version of elemental DEP Conflict with incompatible version of elemental Jul 29, 2024
@GuySartorelli
Copy link
Member Author

Done

@GuySartorelli
Copy link
Member Author

Note job 3 CI failure is pre-existing. See https://github.com/silverstripe/silverstripe-admin/actions/runs/10123308730

@emteknetnz emteknetnz merged commit 5df9725 into silverstripe:2 Jul 29, 2024
14 of 16 checks passed
@emteknetnz emteknetnz deleted the pulls/2/conflict-lower-elemental branch July 29, 2024 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants