Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

build(deps): bump @theia/plugin-ext from 1.18.0-next.120 to 1.23.0-next.48 #139

Conversation

dependabot[bot]
Copy link

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

Bumps @theia/plugin-ext from 1.18.0-next.120 to 1.23.0-next.48.

Release notes

Sourced from @​theia/plugin-ext's releases.

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

Eclipse Theia v1.18.0

Release Changelog

Migration Guide

Changelog

Sourced from @​theia/plugin-ext's changelog.

Change Log

v1.23.0 - 2/24/2022

1.23.0 Milestone

  • [plugin-ext] add more detail to logging of backend and frontend start-up, especially in plugin management #10407 - Contributed on behalf of STMicroelectronics
  • [plugin] Added support for vscode.CodeActionProvider.resolveCodeAction #10730 - Contributed on behalf of STMicroelectronics
  • [electron] The Open and Save file dialogs are now modal by default #10769

Breaking Changes:

  • [plugin] Deprecated PseudoTerminalOptions. ExternalTerminalOptions should be used from now on instead. #10683 - Contributed on behalf of STMicroelectronics
  • [core] Removed method attachGlobalShortcuts from ElectronMainApplication. Attaching shortcuts in that way interfered with internal shortcuts. Use internal keybindings instead of global shortcuts. #10704
  • [plugin-ext] function logMeasurement of PluginDeployerImpl class and browser class HostedPluginSupport is replaced by measure using the new Stopwatch API #10407
  • [plugin-ext] the constructor of BackendApplication class no longer invokes the initialize method. Instead, the @postConstruct configure method now starts by calling initialize #10407
  • [plugin] Added support for vscode.window.createStatusBarItem #10754 - Contributed on behalf of STMicroelectronics
  • [core] Replaced raw WebSocket transport with Socket.io protocol, changed internal APIs accordingly
  • [core] Removed all of our own custom HTTP Polling implementation
  • In order to cleanup the code base, the constructor signature of the following classes got changed in an API-breaking way:
    • ProblemWidget
    • FileNavigatorWidget
    • TerminalServer
    • TimelineTreeWidget
    • TypeHierarchyTreeWidget
  • [core] Moved methods attachReadyToShow, restoreMaximizedState, attachCloseListeners, handleStopRequest, checkSafeToStop, handleReload, reload from ElectronMainAPplication into new class TheiaElectronWindow. #10600

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

... (truncated)

Commits

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@theia/plugin-ext](https://github.com/eclipse-theia/theia) from 1.18.0-next.120 to 1.23.0-next.48.
- [Release notes](https://github.com/eclipse-theia/theia/releases)
- [Changelog](https://github.com/eclipse-theia/theia/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eclipse-theia/theia/commits)

---
updated-dependencies:
- dependency-name: "@theia/plugin-ext"
  dependency-type: direct:production
...

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

dependabot bot commented on behalf of github Mar 13, 2022

Superseded by #144.

@dependabot dependabot bot closed this Mar 13, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/theia/plugin-ext-1.23.0-next.48 branch March 13, 2022 01:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants