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 the monaco-editor group across 1 directory with 2 updates #165

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

Bumps the monaco-editor group with 2 updates in the / directory: monaco-editor and react-monaco-editor.

Updates monaco-editor from 0.40.0 to 0.51.0

Release notes

Sourced from monaco-editor's releases.

v0.51.0

Changes:

  • #4649: Add changes for monaco editor release 0.51.0
  • #4630: Remove locker and info-needed-closer workflows.
  • #4573: Adding some detail in MAINTAINING.md for trigger build step
  • #4586: Update Q# Keywords

This list of changes was auto generated.

v0.51.0-rc3

No release notes provided.

v0.51.0-rc2

No release notes provided.

v0.51.0-rc

No release notes provided.

v0.51.0-dev-20240807

No release notes provided.

v0.51.0-dev-20240806

No release notes provided.

v0.51.0-dev-20240805

No release notes provided.

v0.51.0-dev-20240804

No release notes provided.

v0.51.0-dev-20240803

No release notes provided.

v0.51.0-dev-20240802

No release notes provided.

v0.51.0-dev-20240801

Changes:

  • #4630: Remove locker and info-needed-closer workflows.

This list of changes was auto generated.

v0.51.0-dev-20240731

No release notes provided.

... (truncated)

Changelog

Sourced from monaco-editor's changelog.

[0.51.0]

  • New fields IEditorOptions.placeholder and IEditorOptions.compactMode
  • New fields IGotoLocationOptions.multipleTests and IGotoLocationOptions.alternativeTestsCommand
  • New field IInlineEditOptions.backgroundColoring
  • New experimental field IEditorOptions.experimental.useTrueInlineView
  • New options CommentThreadRevealOptions for comments

Contributions to monaco-editor:

[0.50.0]

  • New field IEditorMinimapOptions.sectionHeaderLetterSpacing
  • New field IOverlayWidgetPosition.stackOridinal
  • New field EmitOutput.diagnostics
  • New event IOverlayWidget.onDidLayout
  • New events ICodeEditor.onBeginUpdate and ICodeEditor.onEndUpdate
  • HoverVerbosityRequest.action -> HoverVerbosityRequest.verbosityDelta
  • MultiDocumentHighlightProvider.selector changed from LanguageFilter to LanguageSelector
  • New optional parameters in getEmitOutput: emitOnlyDtsFiles and forceDtsEmit

Contributions to monaco-editor:

[0.49.0]

  • New proposed editorHoverVerbosityLevel API
  • New proposed newSymbolNamesProvider API

Contributions to monaco-editor:

[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:

... (truncated)

Commits
  • 67d664a Merge pull request #4649 from microsoft/unique-locust
  • 88c558b adding changes for monaco editor release
  • 2713684 Makes vs/nls.availableLanguages work for AMD again.
  • f618747 Merge pull request #4630 from microsoft/dev/bhavyau/workflows
  • cd5d52c Remove workflows
  • 93a0a2d Fixes CI
  • d4bb0a8 Fixes tests
  • 02de12a Merge pull request #4573 from microsoft/nutritious-krill
  • 5181be1 website: monaco loading improvements
  • 5eb2aba Merge pull request #4586 from ScottCarda-MS/sccarda/UpdateKeywords
  • Additional commits viewable in compare view

Updates react-monaco-editor from 0.54.0 to 0.56.1

Commits
  • 77765dd v0.56.1
  • 218893e fix: stale onChange callback in onDidChangeModelContent handler (#955)
  • 2f45002 v0.56.0
  • e6ed2e8 chore(deps-dev): bump @​babel/core from 7.24.7 to 7.25.2 in /example
  • 5c8ecaa chore(deps-dev): bump prettier from 3.3.2 to 3.3.3
  • c13707f chore(deps-dev): bump eslint-plugin-react from 7.34.3 to 7.35.0
  • c5df2cb chore(deps-dev): bump typescript from 5.5.2 to 5.5.4
  • b9d4658 chore(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1
  • 0e851e7 chore(deps-dev): bump webpack from 5.92.1 to 5.93.0 in /example
  • 9a45d58 chore(deps-dev): bump @​babel/preset-env in /example
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @lichtblick-bot.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the monaco-editor group with 2 updates in the / directory: [monaco-editor](https://github.com/microsoft/monaco-editor) and [react-monaco-editor](https://github.com/react-monaco-editor/react-monaco-editor).


Updates `monaco-editor` from 0.40.0 to 0.51.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.40.0...v0.51.0)

Updates `react-monaco-editor` from 0.54.0 to 0.56.1
- [Release notes](https://github.com/react-monaco-editor/react-monaco-editor/releases)
- [Commits](react-monaco-editor/react-monaco-editor@v0.54.0...v0.56.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@lichtblick-bot
Copy link
Collaborator

@dependabot squash and merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2024

Superseded by #201.

@dependabot dependabot bot closed this Oct 1, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/monaco-editor-a983b870dc branch October 1, 2024 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant