Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 25, 2022

Bumps @theia/filesystem from 1.15.0 to 1.23.0.

Release notes

Sourced from @​theia/filesystem's releases.

Eclipse Theia v1.23.0

New Contributors

Full Changelog: eclipse-theia/theia@v1.22.1...v1.23.0

Eclipse Theia v1.22.1

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

Fixes a publishing issue so Theia applications can build again (https://community.theia-ide.org/t/upgrade-to-theia-1-22-from-1-21/2203)

Eclipse Theia v1.22.0

New Contributors

Eclipse Theia v1.21.0

Release Notes

Breaking Changes

Migration Guide

News and Noteworthy

Eclipse Theia v1.20.0

Release Notes

Breaking Changes

Migration Guide

Eclipse Theia v1.19.0

Release Changelog

Migration Guide

... (truncated)

Changelog

Sourced from @​theia/filesystem's changelog.

v1.23.0 - 2/24/2022

1.23.0 Milestone

  • [application-manager] added path-browserify to polyfill path in the browser #10745
  • [application-manager] replaced changes-stream with nano #10764
  • [application-manager] upgraded electron-rebuild to v3.2.7 #10726
  • [cli] added localization cli command #10187
  • [core] added better setPreference handling for language overrides #10665
  • [core] added handling to hide the resize sash if a container or panel is collapsed #10561
  • [core] added handling to prevent multiple save dialogs for the same resource #10614
  • [core] added support for compressed tree nodes #10713
  • [core] fixed issue to return focus to last recently active tab #10685
  • [core] updated default loading animation #10761
  • [core] updated preferences and notifications styling #10719
  • [debug] added functionality to properly handle completion and evaluations in the debug console #10469
  • [debug] fixed debuggingForeground theming #10760
  • [documentation] added plugin API documentation #10695
  • [electron] added support for modal dialogs #10769
  • [electron] fixed issue ctrl+r keybinding in terminals #10704
  • [file-search] improved sorting for file search results #10694
  • [git] upgraded dugite-extra to v0.1.15 which supports newer Node versions #10722
  • [localization] added machine translations for 12 languages #10782
  • [monaco] updated internal themes #10525
  • [playwright] added playwright framework #10494
  • [plugin] added missing property untitledDocumentData for CustomDocumentOpenContext #10784
  • [plugin] added more detail to logging of backend and frontend start-up, especially in plugin management #10407 - Contributed on behalf of STMicroelectronics
  • [plugin] added support for VS Code web extensions #10721
  • [plugin] added support for Authentication API at [email protected] #10709
  • [plugin] added support for disabled, isPreferred, and documentation fields for code actions #10777
  • [plugin] added support for vscode.CodeActionProvider.resolveCodeAction #10730 - Contributed on behalf of STMicroelectronics
  • [plugin] added support for vscode.window.createStatusBarItem #10754 - Contributed on behalf of STMicroelectronics
  • [plugin] added support to correctly expose uri for frontend modules #10747
  • [plugin] aligned vscode.window.createTerminal API with VS Code #10683
  • [plugin] fixed the start of pseudoterminals #10780
  • [plugin] implemented WebviewView API #10705
  • [plugin] implemented preliminary Workspace Trust API #10473
  • [preferences] added validation logic for preferences used by the editor #10607
  • [repo] added browser compound launch configuration #10720
  • [repo] removed unused dependencies #10717
  • [repo] upgraded typescript to v4.5.5 #10355
  • [toolbar] added a new @theia/toolbar extension to contribute a global toolbar to the framework #10731
  • [workspace] added handling to ensure correct recentworkspace.json format and entries #10711

Breaking Changes:

  • [core] moved methods attachReadyToShow, restoreMaximizedState, attachCloseListeners, handleStopRequest, checkSafeToStop, handleReload, reload from ElectronMainAPplication into new class TheiaElectronWindow #10600
  • [core] removed all of our own custom HTTP Polling implementation #10514
  • [core] removed method attachGlobalShortcuts from ElectronMainApplication. Attaching shortcuts in that way interfered with internal shortcuts. Use internal keybindings instead of global shortcuts. #10704
  • [core] removed the Event.maxListeners field; The feature still exists but please use Event.getMaxListeners(event) and Event.setMaxListeners(event, maxListeners) instead.

... (truncated)

Commits
Maintainer changes

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

Bumps [@theia/filesystem](https://github.com/eclipse-theia/theia) from 1.15.0 to 1.23.0.
- [Release notes](https://github.com/eclipse-theia/theia/releases)
- [Changelog](https://github.com/eclipse-theia/theia/blob/master/CHANGELOG.md)
- [Commits](eclipse-theia/theia@v1.15.0...v1.23.0)

---
updated-dependencies:
- dependency-name: "@theia/filesystem"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 25, 2022
@cla-bot cla-bot bot added the cla-signed label Feb 25, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2022

Superseded by #222.

@dependabot dependabot bot closed this Apr 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/theia/filesystem-1.23.0 branch April 1, 2022 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant