fix: Missing lru-cache dependency#4600
Merged
abernix merged 3 commits intoOct 5, 2020
Merged
Conversation
signatureCache in usageReporting uses it, so it needs to be declared.
abernix
approved these changes
Oct 5, 2020
Member
|
Does this break the use of v2.18 in some cases? Should I rush this out as a v2.18.2, since I think v2.19 is going to go out until next week due to @jsegaran 's schedule? |
Contributor
Author
|
I noticed problems with this when using yarn2 with PnP. Those problems can be worked around though. For completeness, this would locally resolve the issue through packageExtensions:
apollo-server-core@*:
dependencies:
lru-cache: "*"Without that override, users may be unable to start Apollo server if an Apollo Studio API key is provided and schema reporting is enabled. In such a case, users will see the following error: Sorry for not providing the information initially. I was in a hurry :( |
glasser
pushed a commit
that referenced
this pull request
Oct 5, 2020
Relates to #4453. Co-authored-by: Jesse Rosenberger <git@jro.cc>
Merged
Member
|
Thanks, see #4628 |
This was referenced Mar 9, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
signatureCacheinusageReportinguses it, so it needs to be declared.