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

Update communication-common dependency to fix core-http transitive de… #16180

Merged

Conversation

praveenkuttappan
Copy link
Member

…pendency

Communication-identity says it works with communication-common ^1.0.0 and core-http ^2.0.0

Communication-common is currently 1.1.0 when core-http dependency was updated to ^2.0.0. But communication-common 1.0.0 is compatible with core-http 1.2.6

So below combination will be a problem for users:

[email protected]

[email protected]

[email protected]

Copy link
Member

@JoshuaLai JoshuaLai left a comment

Choose a reason for hiding this comment

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

Thanks for all the hard work and investigation into this.

@praveenkuttappan praveenkuttappan merged commit 48e9cf8 into Azure:main Jul 2, 2021
@praveenkuttappan praveenkuttappan deleted the dev_communication_build branch July 2, 2021 21:39
maorleger added a commit that referenced this pull request Jul 7, 2021
…blob (#16182)

We recently discovered an issue caused by bumping core-http by a major version (#15925) where if a transitive dependency
is still allowing an older version we would end up with two versions of core-http / core-lro.

This is a problem for two reasons:
- bundle size
- incompatibility of enums between two versions

This was discovered via failed nightly tests and while some of this was fixed by #16180, we still need to audit all the packages and ensure that:

For every package that moved to [email protected], all other dependencies of that package are pinned to a min-version that also uses [email protected]

Luckily that is a very small number of packages - mainly communication (fixed) and storage (this PR)
maorleger added a commit that referenced this pull request Jul 7, 2021
…and storage-blob (#16261)

## What 

- Updates @azure/eventhubs-checkpoint-blobstore min version to the latest @azure/eventhubs 

## Why

This resolves the build error when set-dev-version is run, ensuring that the @azure/core-tracing versions are compatible.

See also #16182 and #16180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants