-
Notifications
You must be signed in to change notification settings - Fork 1.8k
monaco-graphql: fix monaco-editor peer dependency version range #4133
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
Conversation
🦋 Changeset detectedLatest commit: 472c379 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 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 |
Pin `monaco-editor` peer dependency version range until `0.52.2` to fix esm.sh example.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4133 +/- ##
==========================================
- Coverage 63.99% 63.96% -0.04%
==========================================
Files 35 35
Lines 3086 3086
Branches 934 947 +13
==========================================
- Hits 1975 1974 -1
- Misses 1106 1107 +1
Partials 5 5 🚀 New features to boost your workflow:
|
|
The latest changes of this PR are available as canary in npm (based on the declared |
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 ## [email protected] ### Patch Changes - [#4133](#4133) [`1bc6568`](1bc6568) Thanks [@dimaMachina](https://github.com/dimaMachina)! - to fix esm.sh example we should pin `monaco-editor` peer dependency to versions `≥ 0.20.0 and < 0.53`, since `monaco-editor@^0.53.0` isn't supported yet with `monaco-graphql` - Updated dependencies \[[`1bc6568`](1bc6568)]: - @graphiql/[email protected] ## @graphiql/[email protected] ### Patch Changes - [#4133](#4133) [`1bc6568`](1bc6568) Thanks [@dimaMachina](https://github.com/dimaMachina)! - to fix esm.sh example we should pin `monaco-editor` peer dependency to versions `≥ 0.20.0 and < 0.53`, since `monaco-editor@^0.53.0` isn't supported yet with `monaco-graphql` - Updated dependencies \[[`1bc6568`](1bc6568)]: - [email protected] ## [email protected] ### Patch Changes - [#4133](#4133) [`1bc6568`](1bc6568) Thanks [@dimaMachina](https://github.com/dimaMachina)! - to fix esm.sh example we should pin `monaco-editor` peer dependency to versions `≥ 0.20.0 and < 0.53`, since `monaco-editor@^0.53.0` isn't supported yet with `monaco-graphql` --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dima <[email protected]>
fix #4132 (comment)