chore(deps): update code-server to v4.134.0 - #57
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovateBotforce-pushed
the
renovate/coder-code-server-4.x
branch
from
June 18, 2026 10:09
3692810 to
ca32decComparerenovateBotforce-pushed
the
renovate/coder-code-server-4.x
branch
from
June 25, 2026 01:39
ca32dec to
c5c5e4aComparerenovateBotforce-pushed
the
renovate/coder-code-server-4.x
branch
2 times, most recently
from
July 2, 2026 17:54
c5c5e4a to
1f46cf4ComparerenovateBotforce-pushed
the
renovate/coder-code-server-4.x
branch
from
July 11, 2026 23:03
1f46cf4 to
adf2d83ComparerenovateBotforce-pushed
the
renovate/coder-code-server-4.x
branch
from
July 24, 2026 00:58
adf2d83 to
122ef10ComparerenovateBotforce-pushed
the
renovate/coder-code-server-4.x
branch
2 times, most recently
from
July 31, 2026 01:51
ce1c237 to
de87f09ComparerenovateBotforce-pushed
the
renovate/coder-code-server-4.x
branch
from
August 10, 2026 19:16
de87f09 to
3867eccComparerenovateBotforce-pushed
the
renovate/coder-code-server-4.x
branch
2 times, most recently
from
August 17, 2026 20:30
353b9c0 to
ac34856ComparerenovateBotforce-pushed
the
renovate/coder-code-server-4.x
branch
from
August 25, 2026 19:56
ac34856 to
ebacc5fCompare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.131.0→4.134.0Release Notes
coder/code-server (coder/code-server)
v4.134.0Compare Source
Code v1.134.0
Added
--socket-fdflag that can be used to listen on a file descriptor. Inparticular, this allows using code-server with systemd's socket activation.
--vscode-optionrepeatable flag that can be used to pass through optionsto VS Code. It requires
flag=valueor simplyflagfor booleans. Forexample:
--vscode-option enable-sandbox --vscode-option agents=true. TheVSCODE_OPTIONSenvironment variable may also be used. For example:VSCODE_OPTIONS="enable-sandbox agents=true". Note that code-serversimply splits this variable on spaces and is not aware of quoting.
Changed
--unsafe-permfrom installation scripts. This flag results in anerror when used with npm since v12 and has been a no-op since v7. If you are
installing with a version of npm older than v7 as root, installation may not
work correctly.
v4.133.0Compare Source
Code v1.133.0
Changed
v4.132.0Compare Source
Code v1.132.0
Changed
Fixed
issues for applications that encode differently. Cookies are now passed
through unchanged (aside from stripping out code-server's session token).
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.