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/core from 1.16.0 to 1.25.0 #609

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @theia/core from 1.16.0 to 1.25.0.

Release notes

Sourced from @​theia/core's releases.

Eclipse Theia v1.25.0

Contributors

@​alvsan09, @​Bolodya1997, @​CamilleLetavernier, @​caseyflynn-google, @​colin-grant-work, @​gaomin, @​jdmchp, @​jfaltermeier. @​lucas-koehler, @​martin-fleck-at, @​matt-dot, @​msujew, @​ndoschek, @​paul-marechal, @​planger, @​SangameshItagi, @​sgraband, @​vince-fugnitto

New Contributors :rocket:

Full Changelog: https://github.com/eclipse-theia/theia/compare/v1.24.0...v1.25.0

Eclipse Theia v1.24.0

What's Changed

New Contributors

Contributors

@​AlexandraBuzila, @​alvsan09, @​colin-grant-work, @​drochgenius, @​hoangphamEclipse, @​lucas-koehler, @​martin-fleck-at, @​msujew, @​ndoschek, @​ndoschek, @​paul-marecha, @​planger, @​thegecko, @​vince-fugnitto, @​westbury

Full Changelog: https://github.com/eclipse-theia/theia/compare/v1.23.0...v1.24.0

Eclipse Theia v1.23.0

New Contributors

Full Changelog: https://github.com/eclipse-theia/theia/compare/v1.22.1...v1.23.0

Eclipse Theia v1.22.1

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

... (truncated)

Changelog

Sourced from @​theia/core's changelog.

v1.25.0 - 4/28/2022

1.25.0 Milestone

  • [callhierarchy] added handling to cache instances of callhierarchy providers #10857
  • [core] added property-view API documentation #11022
  • [core] added selection-service APIdocumentation #11022
  • [core] added additional statusbar theming colors #11026
  • [core] added better support for conversion between windows and posix paths #10591
  • [core] added handling to guarantee showQuickPick resolves on hide #11068
  • [core] added support for a custom select component #10991
  • [core] added support for decorations in file-based tree-views #10846
  • [core] fixed an issue with Disposable.NULL #11053
  • [core] fixed issue when attempting to perform save as #11032
  • [core] fixed issue with the electron token on Windows #11082
  • [core] fixed localization issue resulting in incorrect casing after translating #11042
  • [core] fixed styling issues related to quick-input styling #11029
  • [core] improved display and styling of tabbars #10908
  • [core] moved code for untitled resources into core from plugin-ext and allow users to open untitled editors with New File command #10868
  • [core] removed window focus listener on unload #11075
  • [git] upgraded moment to resolve vulnerability #11009
  • [monaco] fixed issue related to selection in monaco editors #11049
  • [monaco] improved quick-pick attachment #11054
  • [monaco] restored detail to EditorMouseEvent to fix CommentThread issue #11065
  • [playwright] added handling to improve extensibility for custom theia applications #11071
  • [playwright] fixed an issue with publishing the lib folder #11014
  • [plugin] added CancellationToken logic for withProgress API #11027
  • [plugin] added canReply support to CommentThread #11062 - Contributed on behalf of STMicroelectronics
  • [plugin] added missing properties id, name and backgroundColor to StatusBarItem #11026 - Contributed on behalf of STMicroelectronics
  • [plugin] added support for AccessibilityInformation #10961 - Contributed on behalf of STMicroelectronics
  • [plugin] added support for Accessibility VS Code API #10961
  • [plugin] added support for ShellQuotedStrings in Tasks API #10997
  • [plugin] added support for SnippetString.appendChoice #10969 - Contributed on behalf of STMicroelectronics
  • [plugin] added support for keepScrollPosition in QuickPick #11002
  • [plugin] added support for the generic type in CodeActionProvider #10988
  • [plugin] aligned signatures of showQuickPick with the VS Code API #10974
  • [plugin] fixed an issue with onDidTerminateDebugSession #10954
  • [plugin] fixed localization issue affecting preferences rendering #11039
  • [plugin] fixed multi-step quick-open menus #11055
  • [preferences] fixed issue with files.eol preference rendering #11079
  • [preferences] improved preference validation warnings #11025
  • [preferences] updated handling to make node renderers more robust against null values #11074
  • [workspace] fixed issue resulting in duplicate entries for recent workspaces #11016

Breaking Changes:

  • [callhierarchy] types Definition, Caller and Callee removed and replaced with CallHierarchyItem, CallHierarchyIncomingCall, CallHierarchyOutgoingCall #10857
  • [core] changed return type of (Async)LocalizationProvider#getAvailableLanguages from string[] to LanguageInfo[] #11018
  • [core] changed return type of QuickInputService.showQuickPick and its implementation in MonacoQuickInputService to Promise<T | undefined>. undefined will be returned if the user closes the quick pick without making a selection #11068
  • [core] changed return type of Saveable.createSnapshot from object to { value: string } | { read(): string | null } #11032

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vince-fugnitto, a new releaser for @​theia/core 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 #614.