Closed dependabot[bot] closed 11 months ago
Name | Link |
---|---|
Latest commit | 41e35145fdcfc363e3c749c0f9a4933247402f4f |
Latest deploy log | https://app.netlify.com/sites/chimerical-trifle-8d3c21/deploys/6573c48a537d1f0008b3650d |
Deploy Preview | https://deploy-preview-382--chimerical-trifle-8d3c21.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@dependabot rebase
Diff highlighting is not working: 👀
Production | This PR |
---|---|
@dependabot rebase
I'm looking into this problem but cannot find a reason. 😢 Apparently, v0.43.0 and v0.44.0 has different behavior for Diff Editor.
The split view is displayed.
The inline view is displayed:
@ota-meshi If you have any ideas, please let us know. 🙏🏼
The diff editor has been significantly redesigned.
useInlineViewWhenSpaceIsLimited: false
is required for previous behavior.
I still don't know why highlighting isn't working :thinking:
Looks like a bug in monaco 🤔 If we remove one linebreak, the difference highlighting works properly.
Great. Thanks a lot!
I believe we may be able to merge this PR now, but we can also wait for a new fixed version of
monaco-editor
(despite the bug of diff highlighting) because this bug is not critical.I'll leave that decision up to you. 👌🏼
Good morning. For me, the highlighting bug is critical, it breaks the editor and once the error occurs, it's impossible to use the editor correctly except reload the models, which loses the selection. I have to rollback to the 43.
Highlighting seems to work correctly when using monaco-editor v0.45. So I'll merge this PR.
@ota-meshi Nice! Thank you.
Bumps monaco-editor from 0.43.0 to 0.44.0.
Changelog
Sourced from monaco-editor's changelog.
... (truncated)
Commits
3e047ef
Fixes node-gyp issuese409ac0
Adds node-gyp as dev dependency93957fa
Merge pull request #4202 from microsoft/dependabot/npm_and_yarn/webpack-plugi...8665a71
Merge pull request #4203 from microsoft/dependabot/npm_and_yarn/samples/postc...cfdfe21
Bump electron from 19.1.8 to 22.3.25 in /samples (#4205)6354c35
Bump postcss from 8.4.16 to 8.4.31 in /samples105e132
Bump postcss from 8.4.12 to 8.4.31 in /webpack-plugin2e82147
Removes outdated samplef015a01
Fixes CI7e3d25a
Preparing for v0.44.0You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show