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

chore(deps-dev): bump the monaco-editor group across 1 directory with 2 updates #201

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 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.52.0

Release notes

Sourced from monaco-editor's releases.

v0.52.0

Changes:

  • #4691: Prepare monaco-editor for release 0.52
  • #4665: Updates nvm to align with vscode nvm file.
  • #4652: Removing editor.main.nls.js

This list of changes was auto generated.

v0.52.0-rc2

Changes:

  • #4665: Updates nvm to align with vscode nvm file.
  • #4652: Removing editor.main.nls.js

This list of changes was auto generated.

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.

... (truncated)

Changelog

Sourced from monaco-editor's changelog.

[0.52.0]

  • Comment added inside of IModelContentChangedEvent

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

... (truncated)

Commits
  • f6dc0eb Merge pull request #4691 from microsoft/chubby-cardinal
  • 53e8e1c adding changelog md change
  • 7959d5c update pacakge.json
  • 3c7eb57 undo the package upgrade change
  • f262e8f Defines setInterval/setTimeout on faked globalThis in unit test
  • b31d22b Updates nvm to align with vscode nvm file. (#4665)
  • b8a83d5 Merge pull request #4652 from microsoft/annoyed-dragon
  • e52ff42 removing editor.main.nls.js
  • 67d664a Merge pull request #4649 from microsoft/unique-locust
  • 88c558b adding changes for monaco editor release
  • 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

… 2 updates

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.52.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.52.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 Oct 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.

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