evolvedbinary / fusion-studio-extension

Fusion Studio is a Theia IDE extension for FusionDB
GNU General Public License v3.0
4 stars 5 forks source link

chore(deps-dev): bump @theia/cli from 1.16.0 to 1.28.0 #639

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @theia/cli from 1.16.0 to 1.28.0.

Release notes

Sourced from @​theia/cli's releases.

Eclipse Theia v1.28.0

What's Changed

Contributors

@​AlexandraBuzila, @​CamilleLetavernier, @​FinnChen, @​Niklas-Dahlquist, @​alvsan09, @​bbelyavsky-ti, @​colin-grant-work, @​jbicker, @​kaiyue-pan-work, @​msujew, @​ndoschek, @​paul-marechal, @​planger, @​pluralia, @​tortmayr, @​vince-fugnitto, @​xai, @​yiliang114, @​yiningwang11

New Contributors :rocket:

Full Changelog: https://github.com/eclipse-theia/theia/compare/v1.27.0...v1.28.0

Eclipse Theia v1.27.0

What's Changed

Contributors

@​PrajwalBorkar, @​alvsan09, @​colin-grant-work, @​fipro78, @​fipro78, @​hemanthemmady, @​jfaltermeier, @​kenneth-marut-work, @​kittaakos, @​lucas-koehler, @​msujew, @​msujew, @​paul-marechal, @​planger, @​sgraband, @​sgraband, @​thegecko, @​tortmayr, @​vince-fugnitto, @​yiliang114, @​zhaomenghuan

New Contributors :rocket:

Full Changelog: https://github.com/eclipse-theia/theia/compare/v1.26.0...v1.27.0

Eclipse Theia v1.26.0

What's Changed

... (truncated)

Changelog

Sourced from @​theia/cli's changelog.

v1.28.0 - 7/28/2022

  • [cli] improved error handling when interacting with the API #11454
  • [core] added better support when unloading language packs #11338
  • [core] added proper support for null-value RPC encoding #11396
  • [core] updated WidgetManager to compare keys using deep equal #11450
  • [core] updated handling to pass StopReason to OnWillStopAction #11428
  • [core] updated the caption rendering for ViewContainer #11422
  • [debug] added support for InstructionBreakpoints #111866
  • [debug] added support for the Disassembly view #11186
  • [debug] added the ability to dismiss exception widgets #11441
  • [debug] fixed an issue causing an infinite loop with child debug sessions #11388
  • [file-search] updated vscode-ripgrep to @vscode-ripgrep@1.14.2 #11389
  • [filesystem] fixed implementation of FileChangeEvent#contains #11409
  • [git] upgraded dugite-extra to v0.1.16 #11445
  • [keymaps] added handling for multiple keybindings for a given command #11363
  • [markers] updated rendering of markers #11408
  • [monaco] added localization support for commands contributed by monaco #11434
  • [monaco] fixed activeItem handling in the QuickPick menu #11438
  • [monaco] improved tokenization performance #11416
  • [monaco] upgraded monaco to VS Code v1.67.2 #11331
  • [navigator] updated New File and New Folder to only appear for folders #11453
  • [navigator] updated explorer toolbar items #11429
  • [plugin] added support for activeParameter in the SignatureInformation VS Code API #11426
  • [plugin] added support for title in the QuickPickOptions VS Code API #11418
  • [plugin] added support for vscode.env VS Code API namespace #11446
  • [plugin] added support for all selected URIs in command execution #11433
  • [plugin] added support for the DebugProtocolBreakpoint and DebugProtocolSource VS Code API #10011 - Contributed on behalf of STMicroelectronics
  • [plugin] added support for the TerminalOptions#message VS Code API #11385
  • [plugin] added support for the workbench.action.saveWorkspaceAs command #11395
  • [plugin] added support for the property SourceControlInputBox#visible #11412 - Contributed on behalf of STMicroelectronics
  • [plugin] updated LocationLink definition #11465
  • [preferences] added handling to properly dispose the model after saving #11410
  • [process] improved performance of lsof on macOS #11411
  • [search-in-workspace] updated Find in Folder to only apply for folders #11456
  • [search-in-workspace] updated vscode-ripgrep to @vscode-ripgrep@1.14.2 #11389
  • [terminal] added output buffering support #11449
  • [variable-resolver] added handling for user cancellation of variables #11406
  • [vsx-registry] updated the extensions view to display a message when failing to fetch extensions #11457

Breaking Changes:

  • [core] handleDefault, handleElectronDefault method no longer called in BrowserMainMenuFactory.registerMenu(), DynamicMenuWidget.buildSubMenus() or ElectronMainMenuFactory.fillSubmenus(). Override the respective calling function rather than handleDefault. The argument to each of the three methods listed above is now MenuNode and not CompositeMenuNode, and the methods are truly recursive and called on entire menu tree. ActionMenuNode.action removed; access relevant field on ActionMenuNode.command, .when etc. #11290
  • [core] renamed CommonCommands.NEW_FILE to CommonCommands.NEW_UNTITLED_FILE #11429
  • [plugin] CodeEditorWidgetUtil moved to packages/plugin-ext/src/main/browser/menus/vscode-theia-menu-mappings.ts. MenusContributionPointHandler extensively refactored. See PR description for details. #11290
  • [plugin] LocalFilePluginDeployerResolver moved to plugin-ext local-vsix-file-plugin-deployer-resolver.ts. #11466
  • [plugin] removed Plugin: Deploy Plugin by Id command #11417
  • [vsx-registry] removed downloadPath field from VSXExtensionResolver. Plugins are now placed directly in user plugin directory. #11466

v1.27.0 - 6/30/2022

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vince-fugnitto, a new releaser for @​theia/cli 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 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)
dependabot[bot] commented 2 years ago

Superseded by #646.