-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
let TVariable generics extend OperationVariables #1910
let TVariable generics extend OperationVariables #1910
Conversation
to accomodate an upstream type change in @apollo/[email protected]
🦋 Changeset detectedLatest commit: ad5340f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
765da6a
to
6806470
Compare
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.
According to CI, you might have forgotten a few usages...
package.json
Outdated
@@ -35,7 +35,7 @@ | |||
"@angular/platform-browser-dynamic": "^14.0.6", | |||
"@angular/platform-server": "^14.0.6", | |||
"@angular/router": "^14.0.6", | |||
"@apollo/client": "3.7.5", | |||
"@apollo/client": "3.7.7", |
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.
This definitely should use ^
notation, and probably be ^3.7.7
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.
Sure, I just wanted to stick to existing patterns :)
.changeset/gorgeous-coats-shave.md
Outdated
@@ -0,0 +1,5 @@ | |||
--- | |||
'apollo-angular': minor |
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.
In an ideal world apollo-client
would have released a major version, because it was breaking, and we would also have to release a major version. But since they released as patch version, we probably also should release as patch, not minor, shouldn't we ?
Oh, sorry! I had only run I already finished up for the day - I'll get back to this and fix up the rest tomorrow. |
Okay, next turn in the CI :) Generally, these are hard to catch, since they don't turn up in the repo itself (which has I didn't turn on |
100% agree we must switch to strict typescript as soon as possible. I was not aware we were not strict yet. |
Looks like it's al green now :) Yay! |
Thank you taking the time to fix this ❤️ |
to accommodate an upstream type change in @apollo/[email protected]
This addresses #1907
Checklist: