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

[Data Plane] pins rollup to 1.13.1 #3494

Merged
merged 3 commits into from
Jun 7, 2019
Merged

Conversation

chradek
Copy link
Contributor

@chradek chradek commented Jun 6, 2019

Rollup versions >= 1.14.0 introduced a change that is causing our test rollup bundle to break. This version was released earlier today and we're specifically seeing integration test failures in @azure/event-bus.

This change pins rollup to version 1.13.1, which gets integration tests back to a mostly working state.

See #3484 for more information.

Copy link
Member

@ramya0820 ramya0820 left a comment

Choose a reason for hiding this comment

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

LGTM, might want to wait for Eng Sys to review @mikeharder @bsiegel

Copy link
Member

@bsiegel bsiegel left a comment

Choose a reason for hiding this comment

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

Since rollup is a direct dependency, we should change our package.json files to simply reflect the version requirement we want:

"rollup": "~1.13.1"

Rather than using the global override mechanism provided by preferredVersions. That should only be used when we need to pin a transitive dependency we have no direct control over.

@chradek
Copy link
Contributor Author

chradek commented Jun 7, 2019

@bsiegel
I removed the rollup entry from the global override and updated the package.json entries to accept ~1.13.1

common/config/rush/common-versions.json Outdated Show resolved Hide resolved
sdk/keyvault/keyvault/ci.yml Show resolved Hide resolved
@chradek chradek force-pushed the pin-rollup branch 3 times, most recently from 3f7b07b to 123ea67 Compare June 7, 2019 16:36
@chradek
Copy link
Contributor Author

chradek commented Jun 7, 2019

@bsiegel
Made the updates and rebased!

Copy link
Member

@bsiegel bsiegel left a comment

Choose a reason for hiding this comment

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

👍✨Ship It✨:shipit:

@chradek chradek merged commit 095323d into Azure:master Jun 7, 2019
ramya-rao-a pushed a commit that referenced this pull request Jun 7, 2019
@chradek chradek deleted the pin-rollup branch June 7, 2019 20:47
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.

None yet

6 participants