-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
missing changeset, fix e2e, node 16 #2045
Conversation
🦋 Changeset detectedLatest commit: 5e0124b The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
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 |
The latest changes of this PR are available as canary in npm (based on the declared |
Codecov Report
@@ Coverage Diff @@
## main #2045 +/- ##
==========================================
- Coverage 65.70% 64.19% -1.52%
==========================================
Files 85 94 +9
Lines 5106 5424 +318
Branches 1631 1709 +78
==========================================
+ Hits 3355 3482 +127
- Misses 1747 1937 +190
- Partials 4 5 +1
Continue to review full report at Codecov.
|
for some reason, these canaries still have different peer dependencies than we have in main... :( @dotansimha do you know why this would be? for example, installing graphql-language-service-server still shows the wrong peer dependencies for |
the node 16 upgrade seems to make yarn install about ~40s faster in github actions!