dashboard
dashboard copied to clipboard
Bump monaco-editor from 0.34.1 to 0.47.0
Bumps monaco-editor from 0.34.1 to 0.47.0.
Changelog
Sourced from monaco-editor's changelog.
[0.47.0]
Additions
- Bug fixes
registerNewSymbolNameProvider- Experimental
registerInlineEditProvider[0.46.0]
- Bug fixes
[0.45.0]
Breaking Changes
wordBasedSuggestions: boolean->'off' | 'currentDocument' | 'matchingDocuments' | 'allDocuments'occurrencesHighlight: boolean->'off' | 'singleFile' | 'multiFile'Additions
- Many bug fixes
IEditorScrollbarOptions.ignoreHorizontalScrollbarInContentHeightIDiffEditor.goToDiffIDiffEditor.revealFirstDiff[0.44.0]
- Removes old diff editor implementation.
- Custom diff algorithms no longer can be passed via diff editor options, instead a service should be used ([see #3558 for more details](microsoft/monaco-editor#3558)).
[0.42.0]
- Uses new diff editor widget by default. Use
experimental.useVersion2: falseto use the old widget. The old widget will be replaced in the next update.- Diff editor uses inline mode by default when width is too small. Use the config option
useInlineViewWhenSpaceIsLimitedto control this behavior.- Fixes broken language features when a model is created before the editor.
[0.41.0]
IDiffEditor.diffReviewNextwas renamed toIDiffEditor.accessibleDiffViewerNext.IDiffEditor.diffReviewPrevwas renamed toIDiffEditor.accessibleDiffViewerPrev.- Introduces
InlineCompletionsProvider.yieldsToGroupIdsto allows inline completion providers to yield to other providers.- Bugfixes
Contributions to
monaco-editor:
@claylibrarymarket: Fix Twig's plain text class expression [PR #4063](microsoft/monaco-editor#4063)@FossPrime (Ray Foss): Use new GitHub pages workflow [PR #4000](microsoft/monaco-editor#4000)@leandrocp (Leandro Pereira): Elixir - Add support for multi-letter uppercase sigils [PR #4041](microsoft/monaco-editor#4041)@philippleidig (PhilippLe): Add TwinCAT file support for structured text (st) language [PR #3315](microsoft/monaco-editor#3315)
... (truncated)
Commits
69991d6Prepares v0.47.02100736Adds changed lockfilec2040c4Update version to 0.46.03284441fixes website CI failure8617a8aDisables parcel buildfd84f54Update esbuild21db3aeSorts version numbers73b47d4Fixes parameter labels9488e7eRemoves parcel smoke test, as it replaces process with {}b0330f8Fixes monaco-editor nightly build (needed for verification)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by vscode-bot, a new releaser for monaco-editor since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)