Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @theia/electron from 1.15.0 to 1.21.0 #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 17, 2021

Bumps @theia/electron from 1.15.0 to 1.21.0.

Release notes

Sourced from @​theia/electron's releases.

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/electron's changelog.

v1.21.0 - 12/16/2021

1.21.0 Milestone

  • [callhierarchy] added support for the editorHasCallHierarchyProvider context key #10492
  • [core] WindowService and ElectronMainApplication updated to allow for asynchronous pre-exit code in electron #10379
  • [core] added sash option for widget resize #10441
  • [core] improved handling of close and reload events #10379
  • [core, editor, editor-preview] additional commands added to tabbar context menu for editor widgets #10394
  • [debug] added timestamps to dap traces #10484
  • [debug] refactored the debug session lifecycle #10333
  • [editor] fixed localization formatting for configuring languages #10510
  • [electron] added handling to restore last window state if it still exists #10436
  • [filesystem] fixed createFolder emitter for user gestures #10460
  • [markers] added support for valid range column for problem matchers #10509
  • [messages] fixed implementation for expand and collapse actions in notifications #10471
  • [mini-browser] updated getSourceUri to properly handle previews #10481
  • [monaco] fixed localization formatting for configuring spaces versus tabs #10510
  • [navigator] added support for symlink decorations #10439
  • [ovsx-client] added isVersionLTE unit tests to cover preview versions #10530
  • [plugin] added support for codicon icon references in view containers #10491
  • [plugin] added support to set theme attributes in webviews #10493
  • [plugin] fixed running plugin hosts on electron for Windows #10518
  • [preferences] updated AbstractResourcePreferenceProvider to handle multiple preference settings in the same tick and handle open preference files. It will save the file exactly once, and prompt the user if the file is dirty when a programmatic setting is attempted. #7775
  • [preferences] added support for non-string enum values in schemas #10511
  • [preferences] added support for rendering markdown descriptions #10431
  • [scripts] added Electron frontend start-up performance measurement script #10442 - Contributed on behalf of STMicroelectronics
  • [task] updated OsSpecificCommand and ShellSpecificOptions so they are exportable #10547
  • [vsx-registry] updated logic to open extensions with a single-click #10498

Breaking Changes:

  • [core/shared] removed vscode-languageserver-types; use vscode-languageserver-protocol instead #10500
  • [core] added SelectionService as a constructor argument of TabBarRenderer #10394
  • [core] removed deprecated activeChanged signal emitter in favor of onDidChangeActiveWidget #10515
  • [core] removed deprecated currentChanged signal emitter in favor of onDidChangeCurrentWidget #10515
  • [core] updated WindowService interface considerably #10379
    • remove canUnload(): boolean- it's replaced by isSafeToShutDown(): Promise<boolean> to allow asynchronous handling in Electron.
    • add isSafeToShutDown() - replaces canUnload().
    • add setSafeToShutDown() - ensures that next close event will not be prevented.
    • add reload() - to allow different handling in Electron and browser.
  • [editor] moved the utilities for creating and manipulating dynamic stylesheets from editor-decoration-style.ts to decoration-style.ts in core. Each namespace now has its independent stylesheet. Only one rule should exist for a given selector in the provided stylesheet. #10441
  • [plugin] changed return type of WebviewThemeDataProvider.getActiveTheme() to Theme instead of WebviewThemeType #10493
  • [plugin] removed the application prop resolveSystemPlugins, builtin plugins should now be resolved at build time #10353
  • [plugin] renamed WebviewThemeData.activeTheme to activeThemeType #10493
  • [preferences] removed PreferenceProvider#pendingChanges field. It was previously set unreliably and caused race conditions. If a PreferenceProvider needs a mechanism for deferring the resolution of PreferenceProvider#setPreference, it should implement its own system. See PR for example implementation in AbstractResourcePreferenceProvider. #7775

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vince-fugnitto, a new releaser for @​theia/electron 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/electron](https://github.com/eclipse-theia/theia) from 1.15.0 to 1.21.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.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 17, 2021
@cla-bot cla-bot bot added the cla-signed label Dec 17, 2021
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.

0 participants