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): bump @theia/editor from 1.16.0 to 1.32.0 #691

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @theia/editor from 1.16.0 to 1.32.0.

Release notes

Sourced from @​theia/editor's releases.

Eclipse Theia v1.32.0

What's Changed

Contributors

@​EstFoisy, @​FinnChen, @​Hanksha, @​Niklas-Dahlquist, @​Pranav2612000, @​colin-grant-work, @​erezmus, @​inlann, @​kittaakos, @​marcdumais-work, @​msujew, @​planger, @​sgraband, @​thegecko, @​tsmaeder, @​vince-fugnitto,

New Contributors :rocket:

Full Changelog: https://github.com/eclipse-theia/theia/compare/v1.31.0...v1.32.0

Eclipse Theia v1.31.1

What's Changed

Based on https://github.com/eclipse-theia/theia/releases/tag/v1.31.0.

The release fixes a CVE from socket.io-parser (https://github.com/eclipse-theia/theia/commit/4ae2a68f1e34d692571eed2b0016679f26789400)

Eclipse Theia v1.31.0

What's Changed

Contributors

@​EstFoisy, @​alvsan09, @​colin-grant-work, @​federicobozzini, @​inlann, @​jfaltermeier, @​lucas-koehler, @​marcdumais-work , @​ndoschek, @​paul-marechal, @​planger, @​tsmaeder, @​vince-fugnitto, @​xai

New Contributors :rocket:

Full Changelog: https://github.com/eclipse-theia/theia/compare/v1.30.0...v1.31.0

Eclipse Theia v1.30.0

What's Changed

Contributors

@​EstFoisy, @​akhileshraju, @​colin-grant-work, @​jbicker, @​jfaltermeier, @​kittaakos, @​lucas-koehler, @​marcdumais-work, @​msujew, @​paul-marechal, @​perrinjerome, @​planger, @​safisa, @​tortmayr, @​tsmaeder, @​vince-fugnitto, @​yiliang114

... (truncated)

Changelog

Sourced from @​theia/editor's changelog.

v1.32.0 - 11/24/2022

  • [application-manager] fixed various webpack warnings during the build #11830
  • [application-package] fixed "Failed to resolve module" warnings during the build #11830
  • [core] added support for a generic hover service #11869
  • [core] added unit tests for objects.ts #11762
  • [core] fixed an issue when cycling tabs #11794
  • [core] fixed an issue with context-menus for tree-views #11742
  • [core] fixed issue on electron when reloading or opening new windows #11810
  • [core] fixed issue regarding theme-icons in tree-views #11914
  • [core] fixed various zh-cn localizations #11842
  • [core] upgraded nls metadata to VS Code v1.55.2 #11824
  • [debug] fixed the styling for the expansion toggle in the debug-view #11895
  • [filesystem] added support for copy when performing drag-and-drop #11872
  • [filesystem] fixed a potential race condition when copying files and directories #11857
  • [git] upgraded dugite-extra from v0.1.16 to v0.1.17 #11782
  • [monaco] uplifted monaco to VS Code v1.73.3 #11787
  • [navigator] added support for the explorer.decorations.colors preference #11802
  • [plugin] added Task#runOptions field and RunOptions interface #11759 - Contributed on behalf of STMicroelectronics
  • [plugin] added full support for the TerminalOptions.shellArgs VS Code API #11767
  • [plugin] added full support for the withScmProgress VS Code API #11798
  • [plugin] added support for the DebugSessionOptions#lifecycleManagedByParent VS Code API #11751
  • [plugin] aligned typings for HoverProvider.provideHover with VS Code #11862 - Contributed on behalf of STMicroelectronics
  • [plugin] fixed initialization of the localization service #11853
  • [plugin] fixed issues when using the separator in quick-open menus #11834
  • [plugin] updated the default VS Code API version from v1.53.2 to v1.55.2 #11823
  • [preferences] added localizations for preference validations #11906
  • [repo] fixed various circular dependency warnings #11432
  • [repo] upgraded minimatch from v3.0.4 to v5.1.0 #11820
  • [repo] upgraded the lerna from v5.5.4 to v6.0.1 #11820
  • [repo] upgraded the mocha dependency and configurations from ^7.0.0 to ^10.1.0 #11820
  • [tasks] added support for reevaluateOnRerun run option #11759 - Contributed on behalf of STMicroelectronics

Breaking Changes:

  • [application-manager] removed circular-dependency-plugin #11864
  • [cli] updated the download:plugins script to download and resolve plugins sequentially by default #11860
  • [preferences] moved PreferenceHeaderRendererContribution to preference-node-renderer-creator.ts #11432
  • [tasks] if the variables of a task should be reevaluated on a rerun (this was the behavior until now) the reevaluateOnRerun run option in the task description needs to be set to true from now on #11759 - Contributed on behalf of STMicroelectronics
  • [workspace] removed workspace.supportMultiRootWorkspace preference #11538
  • [workspace] removed method isMultiRootWorkspaceEnabled from WorkspaceService #11538

v1.31.0 - 10/27/2022

  • [debug] added confirmation message for debug exit #11546
  • [git] fixed the implementation of the unstage all command #11805
  • [messages] fixed transparent notifications issue #11714
  • [monaco] fixed issue with editor-* preferences not being applied properly #11711
  • [output] fixed issue with channel selector #11727
  • [plugin] added handling to check if commands registered via registerTextEditorCommand are declared in the package.json #11764

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vince-fugnitto, a new releaser for @​theia/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 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 1 year ago

Superseded by #698.