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

Bump @theia/mini-browser from 1.0.0 to 1.9.0 #98

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 Sep 2, 2021

Bumps @theia/mini-browser from 1.0.0 to 1.9.0.

Release notes

Sourced from @​theia/mini-browser's releases.

Eclipse Theia v1.9.0

See CHANGELOG.

Eclipse Theia v1.8.1

https://github.com/eclipse-theia/theia/blob/v1.8.1/CHANGELOG.md

Eclipse Theia v1.8.0

Release Changelog

Eclipse Theia v1.7.0

Release Changelog

Eclipse Theia v1.6.0

Release Changelog

Eclipse Theia v1.5.0

Release Changelog

publish v1.4.0

Release Changelog

publish v1.3.0

Release Changelog

v1.2.0

Release Changelog

v1.1.0

Release Changelog

Changelog

Sourced from @​theia/mini-browser's changelog.

v1.9.0 - 16/12/2020

  • [cli] updated error reporting for the download-plugins script #8798
  • [cli] updated the download-plugins script to report errors in case of unsupported file types #8797
  • [core] added support for the workbench.editor.closeOnFileDelete preference #8731
  • [core] fixed issue when attempting to kill the electron backend #8809
  • [core] updated tree expansion busy indicators #8582
  • [filesystem] fixed issue with pasting files/folders with the same name #8778
  • [filesystem] updated upload to return FileUploadResult #8766
  • [mini-browser] fixed issue when serving {{hostname}} as a pattern for THEIA_MINI_BROWSER_HOST_PATTERN #8865
  • [mini-browser] fixed missing resource response #8866
  • [plugin] added support for the command workbench.extensions.installExtension #8745
  • [plugin] corrected identification of uri schemes according to rfc3986 #8832
  • [plugin] fixed the reveal() method for tree-views #8783
  • [plugin] removed unnecessary plugin-ext dependencies #8831
  • [plugin] updated set html to pass the object field instead of method argument #8833
  • [siw] added support for the search.searchOnEditorModification preference #8765
  • [siw] added support for the search.searchOnType preference #8773

Breaking Changes:

  • [core] FrontendApplicationContribution.onWillStop is now called for every contribution and will not bail early #8863
    • It will also be called when application.confirmExit is set to never.
  • [download:plugins] errors when downloading plugins now result in build failures, unless the --ignore-errors flag is passed #8788
  • [plugin] LocalDirectoryPluginDeployerResolver has moved from packages/plugin-ext/src/main/node/resolvers/plugin-local-dir-resolver.ts to packages/plugin-ext/src/main/node/resolvers/local-file-plugin-deployer-resolver.ts and now derives from LocalPluginDeployerResolver #8745
  • [plugin] updated the TreeViewsMain.$reveal second parameter from string element id to string array element parent chain #8783
  • [plugin] removed the unused /plugin/:path(*) endpoint #8831
  • [task] remove bash login shell when run from task to align with vscode #8834

v1.8.1 - 08/12/2020

  • [core] added THEIA_HOSTS environment variable (browser applications only) #8759
    • Used to filter incoming WebSocket connections: if Origin header does not match the list of hosts it will be refused.
    • Value is a comma-separated list of domain names including the port if not 80 nor 443.
    • Example: app.some.domain.com,app.other.domain:12345.

Breaking Changes:

  • [core] deprecated ElectronMessagingContribution, token validation is now done in ElectronTokenValidator as a WsRequestValidatorContribution #8759
  • [mini-browser] added new unique endpoint #8759
    • {{uuid}}.mini-browser.{{hostname}} by default.
    • Can be configured via THEIA_MINI_BROWSER_HOST_PATTERN environment variable.
    • Clients must setup this new hostname in their DNS resolvers.

v1.8.0 - 26/11/2020

  • [api-tests] fixed issue with saveable test suite #8736
  • [application-manager] enabled monaco-editor.* sourcemaps when debugging #8744
  • [console] updated the anser import workaround #8741
  • [core] added ability to filter tree nodes #8540

... (truncated)

Commits
  • 35d87ba publish 1.9.0
  • 97f07de docs: add 1.9.0 changelog
  • 0761dcf core: fix origin checks problems
  • 16ad46a core: call every contribution on unload
  • 8e53c23 siw: sync search results with editor content changes
  • 8385768 Fix mini-browser-endpoint missing resource response
  • 5511152 core: fix closing confirmation on Electron
  • cb4d6b3 yarn upgrade: avoid vscode-jsonrpc@6
  • 9e950a8 Fix tree view reveal() behavior
  • aa88fd7 Pass object field instead of method argument
  • Additional commits viewable in compare view

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/mini-browser](https://github.com/eclipse-theia/theia) from 1.0.0 to 1.9.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.0.0...v1.9.0)

---
updated-dependencies:
- dependency-name: "@theia/mini-browser"
  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 Sep 2, 2021
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