shmuelhizmi / web-desktop-environment

a web-based cross-platform desktop environment
https://web-desktop.run
MIT License
252 stars 37 forks source link

Bump code-server from 3.9.2 to 4.4.0 in /packages/servers/development-edition-server #38

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps code-server from 3.9.2 to 4.4.0.

Release notes

Sourced from code-server's releases.

v4.4.0

VS Code v1.66.2

Upgrading is as easy as installing the new version over the old one. code-server maintains all user data in ~/.local/share/code-server so that it is preserved in between installations.

Changed

  • Refactored methods in Heart class and made Heart.beat() async to make testing easier.
  • Upgraded to Code 1.66.2.
  • code-server now runs on Node v16 due to the requirements changing in Code.

Added

  • Added back telemetry patch which was removed in the Code reachitecture.
  • Added support to use true for CS_DISABLE_FILE_DOWNLOADS environment variable. This means you can disable file downloads by setting CS_DISABLE_FILE_DOWNLOADS to true or 1.
  • Added tests for Heart class.

Fixed

  • Fixed installation issue in AUR after LICENSE rename.
  • Fixed issue with listening on IPv6 addresses.
  • Fixed issue with Docker publish action not being able to find artifacts. Now it downloads the release assets from the release.

New Contributors

Full Changelog: https://github.com/coder/code-server/compare/v4.1.0...v4.4.0

v4.3.0

Code v1.65.2

Changed

  • Excluded .deb files from release Docker image which drops the compressed and uncompressed size by 58% and 34%.
  • Upgraded to Code 1.65.2.

... (truncated)

Changelog

Sourced from code-server's changelog.

4.4.0 - 2022-05-06

Code v1.66.2

Changed

  • Refactored methods in Heart class and made Heart.beat() async to make testing easier.
  • Upgraded to Code 1.66.2.

Added

  • Added back telemetry patch which was removed in the Code reachitecture.
  • Added support to use true for CS_DISABLE_FILE_DOWNLOADS environment variable. This means you can disable file downloads by setting CS_DISABLE_FILE_DOWNLOADS to true or 1.
  • Added tests for Heart class.

Fixed

  • Fixed installation issue in AUR after LICENSE rename.
  • Fixed issue with listening on IPv6 addresses.
  • Fixed issue with Docker publish action not being able to find artifacts. Now it downloads the release assets from the release.

4.3.0 - 2022-04-14

Code v1.65.2

Changed

  • Excluded .deb files from release Docker image which drops the compressed and uncompressed size by 58% and 34%.
  • Upgraded to Code 1.65.2.

Added

  • Added a new CLI flag called --disable-file-downloads which allows you to disable the "Download..." option that shows in the UI when right-clicking on a file. This can also set by running CS_DISABLE_FILE_DOWNLOADS=1.
  • Aligned the dependencies for binary and npm release artifacts.

Fixed

  • Fixed the code-server version from not displaying in the Help > About dialog.
  • Fixed issues with the TypeScript and JavaScript Language Features Extension failing to activate.
  • Fixed missing files in ipynb extension.
  • Fixed the homebrew release workflow.
  • Fixed the Docker release workflow from not always publishing version tags.

... (truncated)

Upgrade guide

Sourced from code-server's upgrade guide.

Upgrade

To upgrade code-server, install the new version over the old version. All user data is in ~/.local/share/code-server, so they are preserved between installations.

Commits
Maintainer changes

This version was pushed to npm by kylecarbs, a new releaser for code-server 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) - `@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](https://github.com/shmuelhizmi/web-desktop-environment/network/alerts).
vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
web-desktop-environment ✅ Ready (Inspect) Visit Preview May 24, 2022 at 11:50PM (UTC)
dependabot[bot] commented 2 years ago

Looks like code-server is no longer updatable, so this is no longer needed.