Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2021

Bumps @theia/electron from 1.16.0 to 1.18.0.

Release notes

Sourced from @​theia/electron's releases.

Eclipse Theia v1.18.0

Release Changelog

Eclipse Theia v1.17.2

CHANGELOG

Eclipse Theia v1.17.1

CHANGELOG

Changelog

Sourced from @​theia/electron's changelog.

v1.18.0 - 9/30/2021

1.18.0 Milestone

  • [callhierarchy] added support for SymbolTag.Deprecated styling when rendering nodes #10114
  • [cli] added support for downloading .theia plugins #10082
  • [core] added support for editor breadcrumbs #9920
    • contributions to breadcrumbs contributions were added from core, filesystem, outline-view and workspace.
  • [core] added support for sub-headings in view-container parts #9909
  • [core] added support to hide the statusbar #10092
  • [core] fixed font-size for the compact sidebar menu #10180
  • [core] updated menu separator styling with vscode #10080
  • [debug] added functionality to support DebugVariables navigation #10165
  • [debug] added support for dynamic debug configurations API #10134
  • [debug] fixed flickering when clicking toolbar items #10062
  • [debug] updated DebugConfigurationManager to wait for preferences being ready before initializing debug configurations #10167
  • [documentation] fixed broken roadmap links in publishing documentation #9984
  • [eslint-plugin] added new runtime-import-check rule to error when importing from folders meant for incompatible runtimes #10124
  • [filesystem] fixed canRead implementation which caused false positives #10131
  • [filesystem] updated file dialog to properly apply the default filter #10133
  • [mini-browser] fixed issues when attempting open source or preview of resources #10047
  • [monaco] updated focused quick-input styling #10074
  • [monaco] updated the QuickInputService to properly pass options when calling input #10096
  • [outline-view] fixed minor documentation typo #10071
  • [plugin] added DebugConsoleMode enum #10113
  • [plugin] added deprecated LanguageConfiguration fields (__characterPairSupport and __electricCharacterSupport) #10050
  • [plugin] added functionality to allow downloads from webviews #10064
  • [plugin] added handling to avoid infinite redirect loop for webviews #10064
  • [plugin] added handling to check message source frame in webviews #10202
  • [plugin] added missing CompletionItemKind constants #10123
  • [plugin] added stub for ExtensionMode to not fail plugin activation #10205
  • [plugin] added stub for setKeysForSync to not fail plugin activation #10205
  • [plugin] added support for CancellationError #10035
  • [plugin] added support for callhierarchy tags #10114
  • [plugin] added support for the vscode.openWith command #9881
  • [plugin] added support for the workbench.action.openWorkspaceConfigFile command #10039
  • [plugin] fixed an issue where items in the quick-pick menu were not properly updated #10065
  • [plugin] fixed bug which prevented tree-searching in tree-views #10097
  • [plugin] fixed issue where panel location was not respected #10162
  • [plugin] update instanceof ThemeIcon to is method #10012
  • [plugin] updated DocumentSelector to correctly use a ReadonlyArray instead of Array #10070
  • [plugin] updated custom-editor opener to support option priority #10158
  • [plugin] updated the default vscode API from 1.50.0 to 1.53.2 #9959
  • [preview] fixed opening of markdown sources to align with vscode behavior #10047
  • [repo] added dash-licenses CI workflow to verify dependencies for 3PP FOSS license compatibility #9953
  • [repo] fixed attach to electron frontend debug launch configuration #10101
  • [repo] reworked and simplified build system for Theia development #9710
  • [repo] updated existing icons to codicons #9864
  • [scripts] added ts-clean script to help when performing major refactorings #10156
  • [task] updated provideTasks implementation similarly to vscode #10061

... (truncated)

Commits
  • 06742cc v1.18.0
  • 5df4bdc documentation: updated changelog for v1.18.0
  • 3b4e1db plugin: stub ExtensionMode implementation
  • 1b333be plugin: stub setKeysForSync
  • 4ba87c8 webview: check message source frame (#10202)
  • 6abc784 Change panel location of viewsContainers to align to vscode.
  • f45b665 Align file icon margins with vscode
  • 6a3ad6a Use fixed font-size for compact sidebar menu
  • dfde6ec terminal: add mouse support of GUI terminal application , such as vim, mc (#9...
  • 47031c9 electron: fix canRead implementation
  • Additional commits viewable in compare view
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.16.0 to 1.18.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.16.0...v1.18.0)

---
updated-dependencies:
- dependency-name: "@theia/electron"
  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 Oct 1, 2021
@cla-bot cla-bot bot added the cla-signed label Oct 1, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 29, 2021

Superseded by #539.

@dependabot dependabot bot closed this Oct 29, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/theia/electron-1.18.0 branch October 29, 2021 06: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