You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The adapter packages have a peer dependency on the fury package. It's not wise to upgrade them one-by-one, they should get all upgraded together with the fury package. Every time fury and the adapters release a new version, I get four separate PRs. What I need is a single PR updating all of these, and testing their interplay. Every time we have to prepare the PR manually and to manually close the automated PRs.
The text was updated successfully, but these errors were encountered:
To add more context, in this particular case these libraries depend on an exact version of a peer dependency, and thus they must be updated together for compatibility. Here's an example dependency graph:
Example situation: apiaryio/dredd-transactions#259
The adapter packages have a peer dependency on the
fury
package. It's not wise to upgrade them one-by-one, they should get all upgraded together with thefury
package. Every timefury
and the adapters release a new version, I get four separate PRs. What I need is a single PR updating all of these, and testing their interplay. Every time we have to prepare the PR manually and to manually close the automated PRs.The text was updated successfully, but these errors were encountered: