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/preferences from 1.16.0 to 1.30.0 #655

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @theia/preferences from 1.16.0 to 1.30.0.

Release notes

Sourced from @​theia/preferences's releases.

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

New Contributors :rocket:

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

Eclipse Theia v1.29.1 - 2022-09 Community Release

This is the first Eclipse Theia Community release. Please see here for more details about this community release.

What's Changed

As there is no previous community release, please see the [change logs of our monthly releases] (https://github.com/eclipse-theia/theia/releases) leading to this release to find out about breaking changes and respective release notes.

Eclipse Theia v1.29.0

What's Changed

Contributors

@​AlbyIanna, @​AlexandraBuzila, @​alvsan09, @​colin-grant-work, @​danepowell, @​hyy215, @​jaimemartinagui, @​kittaakos, @​martin-fleck-at, @​msujew, @​ndoschek, @​paul-marechal, @​perrinjerome, @​planger, @​pluralia, @​tortmayr, @​vince-fugnitto, @​yiliang114

New Contributors :rocket:

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

Eclipse Theia v1.28.0

What's Changed

... (truncated)

Changelog

Sourced from @​theia/preferences's changelog.

v1.30.0 - 9/29/2022

  • [core] added functionality ot listen to keyboard layout changes #11689
  • [core] added support for moving webview-based views into a secondary window for browser applications #11048 - Contributed on behalf of ST Microelectronics and Ericsson and by ARM and EclipseSource
    • Added the new @theia/secondary-window extension which contributes the UI to enable the new feature.
  • [core] fixed RPC decoding errors on large objects #11636
  • [core] fixed about dialog rendering when closed and re-opened #11687
  • [core] fixed programmatic movement of views #11576
  • [core] improved application title functionality #10916
  • [core] improved rendering of tab-bars to have unique id #11622
  • [core] restored cancellation token behavior in RPC calls #11693
  • [core] updated about dialog to include additional framework information #11687
  • [documentation] created dedicated code guidelines and code organization docs #11529
  • [documentation] updated minimally supported node version to >=14.18.0 #11621
  • [editor] added handling to organize edt quick-pick entries by area and groups #11611
  • [getting-started] updated view to include a link to the API compatibility report #11691
  • [git] fixed Discard All for new files #11677
  • [git] fixed unstage bug where all files were reverted #11635
  • [git] re-added support for decoration preferences #11674
  • [markers] updated marker decorations in the navigator #11671
  • [navigator] fixed closed all toolbar enablement and visibility #11634
  • [navigator] fixed save all tabs toolbar enablement and visibility #11634
  • [output] improved extensibility of OutputEditorFactory and OutputEditorModelFactory #11615
  • [plugin] added buttons support in the QuickPickItem VS Code API #11650
  • [plugin] added support for MarkdownString tooltips in TreeItem #11661
  • [plugin] added support for cancellation tokens on file events #11658
  • [plugin] added support for the FoldingRangeProvider#onDidChangeFoldingRanges VS Code API #11696
  • [plugin] added support for the Pseudoterminal#onDidChangeName VS Code API #11657
  • [plugin] added support for the Terminal#creationOptions VS Code API #11623
  • [plugin] added support for the TerminalOptions.strictEnv VS Code API #11641
  • [plugin] added support for the deprecated show overload #11649
  • [plugin] fixed autoSave behavior for custom-editors #11599
  • [plugin] fixed handling when closing dirty custom-editors #11593
  • [plugin] fixed the EventEmitter.fire signature according to the VS Code API #11655
  • [plugin] updated theia.d.ts docs, typings and syntax errors #11493
  • [preferences] improved color and icon theme preference selection #11678
  • [process] fixed env when building commands #11609
  • [repo] improved overall repository size #11653
  • [vscode] added support for CodeActionTriggerKind #11695
  • [vsx-registry] updated nls localizations #11637
  • [workspace] added functionality to pass down options to open and reload window methods #11571

Breaking Changes:

  • [core] added constructor injection to ApplicationShell: SecondaryWindowHandler #11048 - Contributed on behalf of ST Microelectronics and Ericsson and by ARM and EclipseSource
  • [core] changed type of FrontendApplicationConfig#defaultTheme from string to DefaultTheme #11570
    • From now on, the default theme can be dispatched based on the OS theme. Use DefaultTheme#defaultForOSTheme to derive the string theme ID.
  • [plugin-ext] removed ctrlcmd+shift+l keybinding for pluginsView:toggle #11608

v1.29.0 - 8/25/2022

... (truncated)

Commits
Maintainer changes

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