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/markers from 1.16.0 to 1.26.0 #616

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @theia/markers from 1.16.0 to 1.26.0.

Release notes

Sourced from @​theia/markers's releases.

Eclipse Theia v1.26.0

What's Changed

Contributors

@​DanboDuan, @​ShehanAT, @​alvsan09, @​colin-grant-work, @​educphi, @​educphi, @​eneufeld, @​jfaltermeier, @​jfaltermeier, @​kittaakos, @​martin-fleck-at, @​msujew, @​paul-marechal, @​planger, @​tortmayr, @​vince-fugnitto, @​westbury, @​xoriath, @​zhaomenghuan,

New Contributors :rocket:

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

Eclipse Theia v1.25.0

What's Changed

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

... (truncated)

Changelog

Sourced from @​theia/markers's changelog.

v1.26.0 - 5/26/2022

  • [application-package] introduce application config prop validatePreferencesSchema to control whether to validate preferences on start #11189
  • [cli] added ability to perform the download of plugins sequentially #11112
  • [cli] updated the download:plugins script to respect proxy settings #11043
  • [console] fixed issue where the maximum debug console history was not respected #10598
  • [core] added TheiaDockPanel factory binding for extensibility #11154
  • [core] added support for traversing editor history through mouse buttons #11163
  • [core] added support to respect the visible option for menuBarVisibility when in fullscreen #11119
  • [core] added timestamps to console logs #11150
  • [core] fixed filesystem path display for Windows #11180
  • [core] fixed statusbar onclick handling #11117
  • [core] fixed the display of keybindings for macOS in the browser #11092
  • [core] updated Chinese localization translations #11182
  • [core] updated UntitledResourceResolver binding so it is available outside the plugin system #11195
  • [core] updated handling of ApplicationError to not re-register the same codes #11160
  • [core] updated styling of buttons when focused #11192
  • [core] updated tree styling to respect decorations during selection #11118
  • [debug] added handling to resolve command variables contributed by debuggers #11170
  • [documentation] updated instructions for building on Windows #11165
  • [filesystem] un-deprecated permission flags #9269
  • [keymaps] added handling to properly update the keybinding widget on keybindings change #11102
  • [monaco] added handling to ensure monaco keybindings are updated on keybindings change #11101
  • [monaco] fixed onHide callback in MonacoContextMenuService #11152
  • [monaco] fixed an issue where when and custom context keys were ignored by monaco #11095
  • [playwright] improved getting started documentation #11094
  • [plugin] added support for the DebugSession#workspaceFolder VS Code API #11090 - Contributed on behalf of STMicroelectronics
  • [plugin] added support for the ExtensionMode VS Code API #10201 - Contributed on behalf of STMicroelectronics
  • [plugin] added support for the LinkedEditingRanges VS Code API #11137
  • [plugin] added support for the Terminal#exitStatus VS Code API #11175
  • [plugin] fixed document path for callhierarchy #11178
  • [repo] updated imports to avoid circular errors #11142
  • [request] introduced @theia/request package to send proxy-aware http requests to other services #11043
  • [task] fixed problem matchers when kind is a file #11190
  • [workspace] added support to open multi-root workspaces from the cli #11034

Breaking Changes:

  • [callhierarchy] paths.ts and glob.ts moved to core/src/common; language-selector.ts moved to editor/src/common. Any imports will need to be updated #11083
  • [electron] removed redundant config option disallowReloadKeybinding from dev-packages/application-package/src/application-props.ts file and corresponding test #11099
  • [filesystem] remove deprecated APIs #11176:
    • Deleted @theia/filesystem/lib/browser/filesystem-watcher:
      • FileChangeType, FileChange, FileChangeEvent, FileMoveEvent, FileEvent, FileOperationEmitter, FileSystemWatcher
    • Deleted @theia/filesystem/lib/node/node-file-upload:
      • NodeFileUpload
    • Deleted @theia/filesystem/lib/node/nsfw-watcher/nsfw-filesystem-watcher:
      • WatcherOptions, NsfwFileSystemWatcherServer
    • Removed from @theia/filesystem/lib/common/filesystem:
      • FileSystem, FileMoveOptions, FileDeleteOptions, FileStat, FileSystemError
  • [filesystem] updated FileStatNodeData.fileStat to use the non-deprecated FileStat from @theia/core/lib/common/files #11176

... (truncated)

Commits
Maintainer changes

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