-
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
release [email protected]
from the monorepo
#2288
Conversation
🦋 Changeset detectedLatest commit: ecd444b The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 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 |
Codecov Report
@@ Coverage Diff @@
## main #2288 +/- ##
==========================================
- Coverage 65.70% 64.72% -0.99%
==========================================
Files 85 81 -4
Lines 5106 5315 +209
Branches 1631 1701 +70
==========================================
+ Hits 3355 3440 +85
- Misses 1747 1871 +124
Partials 4 4
Continue to review full report at Codecov.
|
The latest changes of this PR are not available as canary, since there are no linked |
c021a1b
to
7ac4987
Compare
[email protected]
from the monorepo[email protected]
from the monorepo
This stackblitz confirms that removing |
11d106a
to
be90138
Compare
be90138
to
ecd444b
Compare
- fix esbuild bundling issues with vscode-graphql [#2269](#2269) by fixing esbuild version - remove `graphql-language-service` dependency on `graphql-config`, which is only for types - remove direct `vscode-graphql` dependency on `graphql-config`, which previously existed for op exec client - resolve `graphql-config` to `4.3.0` in `graphql-language-server`
This permanently fixes #2269