-
Notifications
You must be signed in to change notification settings - Fork 2k
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 @apollo/utils.keyvaluecache
dependency
#7187
Conversation
Previous releases of this package improperly specified the version range for its `lru-cache` dependency.
✅ Deploy Preview for apollo-server-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 7431009:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once this is published let's hop over to an integration repo and see if updating to this version requires that repo to also add lib: ['dom']
or skipLibCheck: true
(and if so, update our README or something).
The built packages from this PR seem to build and test ok in our next and hapi integration repos, so I think this is ok! |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @apollo/server-gateway-interface@1.0.7 ### Patch Changes - [#7187](#7187) [`3fd7b5f26`](3fd7b5f) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Update `@apollo/utils.keyvaluecache` dependency to the latest patch which correctly specifies its version of `lru-cache`. ## @apollo/server-integration-testsuite@4.2.1 ### Patch Changes - [#7187](#7187) [`3fd7b5f26`](3fd7b5f) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Update `@apollo/utils.keyvaluecache` dependency to the latest patch which correctly specifies its version of `lru-cache`. - Updated dependencies \[[`3fd7b5f26`](3fd7b5f)]: - @apollo/server@4.2.1 ## @apollo/server-plugin-response-cache@4.0.3 ### Patch Changes - [#7187](#7187) [`3fd7b5f26`](3fd7b5f) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Update `@apollo/utils.keyvaluecache` dependency to the latest patch which correctly specifies its version of `lru-cache`. ## @apollo/server@4.2.1 ### Patch Changes - [#7187](#7187) [`3fd7b5f26`](3fd7b5f) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Update `@apollo/utils.keyvaluecache` dependency to the latest patch which correctly specifies its version of `lru-cache`. - Updated dependencies \[[`3fd7b5f26`](3fd7b5f)]: - @apollo/server-gateway-interface@1.0.7 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Previous releases of the
@apollo/utils.keyvaluecache
package improperly specified the version range for itslru-cache
dependency.Fresh installs of our packages should receive the patch update since it's careted, so this issue can be worked around by forcing the update if you're using a lockfile. We should update it anyway since
2.0.0
is invalid.