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/core from 1.16.0 to 1.33.0 #701

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2022

Bumps @theia/core from 1.16.0 to 1.33.0.

Release notes

Sourced from @​theia/core's releases.

Eclipse Theia v1.33.0

What's Changed

Contributors

@​EstFoisy, @​Rajsmit, @​cdamus, @​colin-grant-work, @​leon-arndt, @​msujew, @​rschnekenbu, @​sgraband, @​thegecko, @​tortmayr, @​tsmaeder, @​vakosta, @​vince-fugnitto

New Contributors 🚀

Full Changelog: eclipse-theia/theia@v1.32.0...v1.33.0

Eclipse Theia v1.32.0

What's Changed

Contributors

@​EstFoisy, @​FinnChen, @​Hanksha, @​Niklas-Dahlquist, @​Pranav2612000, @​colin-grant-work, @​erezmus, @​inlann, @​kittaakos, @​marcdumais-work, @​msujew, @​planger, @​sgraband, @​thegecko, @​tsmaeder, @​vince-fugnitto,

New Contributors 🚀

Full Changelog: eclipse-theia/theia@v1.31.0...v1.32.0

Eclipse Theia v1.31.1

What's Changed

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

The release fixes a CVE from socket.io-parser (eclipse-theia/theia@4ae2a68)

Eclipse Theia v1.31.0

What's Changed

Contributors

... (truncated)

Changelog

Sourced from @​theia/core's changelog.

v1.33.0 - 12/20/2022

  • [application-package] added support for declaring extensions as peer dependencies #11808
  • [core] added handling for filesystem permissions #11965
  • [core] fixed handling of submenu children for toolbars #11910
  • [core] fixed top border theming for tabs #11957
  • [debug] added ability to remove watch expressions individually #11956
  • [debug] added handling to wait for debugger capabilities initialization before breakpoints update #11607
  • [debug] added localization for the disassembly view title #11939
  • [debug] fixed watch expression errors #11953
  • [editor] added toggle sticky scroll command and menu item #11926
  • [monaco] added handling to properly respect scrollbar preferences for editors #11883
  • [output] fixed unique key error for the output channel selector #11922
  • [plugin] added enableForms field to WebviewOptions #11983 - Contributed on behalf of STMicroelectronics
  • [plugin] added stubbing of notebook related VS Code APIs #11993- Contributed on behalf of STMicroelectronics
  • [plugin] added support for the DebugSession.parentSession VS Code API #11925
  • [plugin] added support for the InlineCompletion related VS Code APIs #11901
  • [plugin] added support for the TaskGroup.id VS Code API #11944
  • [plugin] added support for the TaskGroup.isDefault VS Code API #11944
  • [plugin] added support for the hcLight VS Code API #11589
  • [preferences] fixed issue regarding step validation in numeric inputs #11927
  • [scripts] integrated start-up performance scripts into nightly master build #10463 - Contributed on behalf of STMicroelectronics

Breaking Changes:

  • [core] updated the returns of many methods of MenuModelRegistry changed from CompositeMenuNode to MutableCompoundMenuNode. To mutate a menu, use the updateOptions method or add a check for instanceof CompositeMenuNode, which will be true in most cases #11910
  • [plugin-ext] refactored the plugin RPC API - now also reuses the msgpackR based RPC protocol that is better suited for handling binary data and enables message tunneling #11228. All plugin protocol types now use UInt8Array as type for message parameters instead of string - Contributed on behalf of STMicroelectronics.

v1.32.0 - 11/24/2022

  • [application-manager] fixed various webpack warnings during the build #11830
  • [application-package] fixed "Failed to resolve module" warnings during the build #11830
  • [core] added support for a generic hover service #11869
  • [core] added unit tests for objects.ts #11762
  • [core] fixed an issue when cycling tabs #11794
  • [core] fixed an issue with context-menus for tree-views #11742
  • [core] fixed issue on electron when reloading or opening new windows #11810
  • [core] fixed issue regarding theme-icons in tree-views #11914
  • [core] fixed various zh-cn localizations #11842
  • [core] upgraded nls metadata to VS Code v1.55.2 #11824
  • [debug] fixed the styling for the expansion toggle in the debug-view #11895
  • [filesystem] added support for copy when performing drag-and-drop #11872
  • [filesystem] fixed a potential race condition when copying files and directories #11857
  • [git] upgraded dugite-extra from v0.1.16 to v0.1.17 #11782
  • [monaco] uplifted monaco to VS Code v1.73.3 #11787
  • [navigator] added support for the explorer.decorations.colors preference #11802
  • [plugin] added Task#runOptions field and RunOptions interface #11759 - Contributed on behalf of STMicroelectronics
  • [plugin] added full support for the TerminalOptions.shellArgs VS Code API #11767
  • [plugin] added full support for the withScmProgress VS Code API #11798
  • [plugin] added support for the DebugSessionOptions#lifecycleManagedByParent VS Code API #11751

... (truncated)

Commits
Maintainer changes

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

---
updated-dependencies:
- dependency-name: "@theia/core"
  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 21, 2022
@cla-bot cla-bot bot added the cla-signed label Dec 21, 2022
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