Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 28, 2022

Bumps @theia/filesystem from 1.15.0 to 1.22.0.

Release notes

Sourced from @​theia/filesystem's releases.

Eclipse Theia v1.22.0

New Contributors

Eclipse Theia v1.21.0

Release Notes

Breaking Changes

Migration Guide

Eclipse Theia v1.20.0

Release Notes

Breaking Changes

Migration Guide

Eclipse Theia v1.19.0

Release Changelog

Migration Guide

Eclipse Theia v1.18.0

Release Changelog

Migration Guide

Eclipse Theia v1.17.2

CHANGELOG

Migration Guide

Eclipse Theia v1.17.1

CHANGELOG

Migration Guide

Eclipse Theia v1.16.0

Release Changelog

Changelog

Sourced from @​theia/filesystem's changelog.

v1.22.0 - 1/27/2022

1.22.0 Milestone

  • [cli] replaced colors with chalk #10612
  • [cli] updated node-fetch from 2.6.6 to 2.6.7 #10670
  • [console] fixed an issue which caused the debug console to clear at the end of a debug session #10671
  • [core] added appearance sub-menu to view main-menu #10220
  • [core] added functionality to properly handle localhost uris on electron #10590
  • [core] added schema support for keymaps.json #10613
  • [core] added support for multiple selections when triggering open folder #10357
  • [core] fixed an issue when window.menuBarVisibility is set to compact #10626
  • [core] fixed memory leak in ApplicationShell#activateWidget #10570
  • [core] updated markdown-it dependency from 8.4.0 to 12.3.2 #10634
  • [editor] added editor layout sub-menu to view main-menu #10220
  • [electron] fixed path comparison for exit confirmation #10597
  • [electron] improved electron keybinding labels #10673
  • [electron] upgraded electron to 15.3.5 #9936
  • [localization] added missing translations to filesystem, and plugin menu items #10564
  • [localization] added missing translations to navigator menu items #10565
  • [messages] fixed rendering of notification progress as html #10588
  • [monaco] fixed codicon styling in quick-inputs #10544
  • [plugin] added fix to skip extension resolution if already installed #10624
  • [plugin] added support for PluginContext.extension #10650
  • [plugin] added support for PluginContext.logUri #10650
  • [plugin] added support for the vscode.debug.stopDebugging API #10638
  • [plugin] aligned vscode.debug.startDebugging API to the latest version #10656
  • [plugin] fixed joinPath on Windows #10434
  • [plugin] fixed showOpenDialog fallback to use workspace root #10573
  • [plugin] resolved an issue with widget options when opening custom editors #10580
  • [preferences] added functionality to prevent unopened files from producing problem markers #10562
    • AbstractResourcePreferenceProvider providers no longer maintain a reference to a MonacoTextModel.
    • This removes preference files from the Problems view unless the file is opened by the user.
  • [search-in-workspace] removed unnecessary padding-left statement #10623
  • [task] fixed an issue that caused errors on startup if no workspace was opened #10576
  • [terminal] added support for terminal onKey event #10617
  • [workspace] added support for files outside the workspace when executing the command copy relative path #10674
  • [workspace] added support for the workbenchState context key #10550
  • [workspace] added the possibility of performing a permanent deletion if trash deletion fails #10161

Breaking Changes:

  • [core] ContextKeyService is now an interface. Extenders should extend ContextKeyServiceDummyImpl #10546
  • [core] removed MarkdownRenderer class #10589
  • [core] removed deprecated API: unfocusSearchFieldContainer, doUnfocusSearchFieldContainer() #10625
  • [electron] upgraded electron #9936 - for additional details please see the migration guide
  • [navigator] added Open Containing Folder command #10523
  • [plugin-ext] PluginDeployerImpl now uses the UnresolvedPluginEntry: { id: string, type: PluginType } interface as parameter types for resolving plugins. Affected methods: deploy, deployMultipleEntries and resolvePlugins #10624
  • [plugin-ext] ViewContextKeyService#with method removed. Use ContextKeyService#with instead. PluginViewWidget and PluginTreeWidget inject the ContextKeyService rather than ViewContextKeyService. #10546
  • [plugin] removed deprecated fields id and label from theia.Command #10512

... (truncated)

Commits
  • 541b300 publish v1.22.0
  • 84cfe06 repo: adjust publish:latest script
  • 77dc90a docs: update changelog for v1.22.0
  • 82f152d update to electron@^15.3.5 (#9936)
  • afc20b1 console: do not clear output when a session ends
  • 9386179 deps: update node-fetch
  • e3f7b21 Use absolute path for "Copy relative path" outside of workspace (#10674)
  • 4fa6ec2 Use ascii-only labels for Electron menus (#10673)
  • 582e596 Support 'logUri' and 'extension' (partially) to PluginContext (#10650)
  • d38f111 plugin: align startDebugging api
  • Additional commits viewable in compare view
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.22.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.22.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 Jan 28, 2022
@cla-bot cla-bot bot added the cla-signed label Jan 28, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 31, 2022

Superseded by #202.

@dependabot dependabot bot closed this Jan 31, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/theia/filesystem-1.22.0 branch January 31, 2022 13:24
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