Skip to content
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

Bump monaco-editor from 0.34.0 to 0.48.0 #887

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps monaco-editor from 0.34.0 to 0.48.0.

Release notes

Sourced from monaco-editor's releases.

v0.48.0

Changes:

Feature Requests:

  • #727: Expose access to JSON worker
  • #4084: [Feature Request] Explain basic concepts
  • #3883: [Feature Request] Add lexing support for WebGPU Shading Language

Bugs:

  • #4253: [Bug] Comments inside C++ template arguments are sometimes not parsed as such
  • #3923: [Bug] Document symbols are not working
  • #3534: Bracket Matching Does Not Work For Inner Languages

Others:

  • #4451: chore: CG ignore VS Code extensions for nightly
  • #4440: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /website
  • #4439: Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /samples
  • #4436: Fix bug with highlighting of C++ raw string literals
  • #4435: chore: add another skipAPIScan
  • #4428: Bump follow-redirects from 1.15.1 to 1.15.6 in /samples
  • #4429: Bump follow-redirects from 1.15.1 to 1.15.6 in /website
  • #4431: chore: add cgIgnoreDirectories
  • #4432: chore: skip APIScan
  • #4430: Bump follow-redirects from 1.15.2 to 1.15.6
  • #4349: Bump vite from 2.9.16 to 2.9.17 in /samples/browser-esm-vite-react
  • #4350: Bump vite from 3.2.7 to 3.2.8
  • #4299: Expose JSON worker
  • #3894: Change JSON symbol information to document symbol
  • #4304: Changing the color ranges of the color provider example in the playground
  • #4243: chore(docs): fix monaco.d.ts link
  • #4255: Remove 2 java-only operators from c++ tokenizer
  • #4256: Fix suggestion for #4253
  • #4254: Small wording fix in the site
  • #4212: feat: Python 3.12 keywords support
  • #4210: fix: enable markdown in JSON completion details
  • #4215: Bump @​babel/traverse from 7.17.3 to 7.23.2 in /samples/browser-esm-vite-react
  • #4216: Bump @​babel/traverse from 7.17.3 to 7.23.2 in /samples/browser-esm-webpack-typescript-react
  • #4089: Bump word-wrap from 1.2.3 to 1.2.4
  • #4201: Bump postcss from 8.4.16 to 8.4.31 in /samples/browser-esm-vite-react

... (truncated)

Changelog

Sourced from monaco-editor's changelog.

[0.48.0]

Additions

  • Various bug fixes
  • Minimap Section Headers (see config option showRegionSectionHeaders)
  • Diff Editor Gutter Menu (see config option renderGutterMenu)
  • InlineCompletionsProvider.handlePartialAccept has PartialAcceptInfo

Contributions to monaco-editor:

[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.ignoreHorizontalScrollbarInContentHeight
  • IDiffEditor.goToDiff
  • IDiffEditor.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: false to 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 useInlineViewWhenSpaceIsLimited to control this behavior.
  • Fixes broken language features when a model is created before the editor.

... (truncated)

Commits
  • 0037b13 v0.48.0
  • 8503aef chore: CG ignore VS Code extensions for nightly (#4451)
  • 9825225 Merge pull request #4440 from microsoft/dependabot/npm_and_yarn/website/webpa...
  • 725eb79 Merge pull request #4439 from microsoft/dependabot/npm_and_yarn/samples/webpa...
  • 7014d40 Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /website
  • 9f5ddf9 Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /samples
  • 92f21bf Fix bug with highlighting of C++ raw string literals (#4436)
  • c92a363 chore: add another skipAPIScan (#4435)
  • bfc5f7c Adds missing css
  • 023ae42 Update monaco editor core to dev version to investigate CI issues.
  • 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 compatibility score

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.34.0 to 0.48.0.
- [Release notes](https://github.com/microsoft/monaco-editor/releases)
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md)
- [Commits](microsoft/monaco-editor@v0.34.0...v0.48.0)

---
updated-dependencies:
- dependency-name: monaco-editor
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 13, 2024 04:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 13, 2024
@dependabotreviewer dependabotreviewer bot enabled auto-merge (squash) May 13, 2024 04:59
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving minor update to a development dependency

Copy link

Use the following command to run this PR with Docker at http://localhost:3000:

docker run --rm -p 3000:3000 grafana/plugin-builds:6320e3adb10a065d3ccb914c4b29d8428550ea27pre

Copy link
Contributor Author

dependabot bot commented on behalf of github May 27, 2024

Superseded by #897.

@dependabot dependabot bot closed this May 27, 2024
auto-merge was automatically disabled May 27, 2024 04:58

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/monaco-editor-0.48.0 branch May 27, 2024 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants