mirror of
https://github.com/coder/code-server.git
synced 2026-07-12 11:50:24 +02:00
Compare commits
2 Commits
dependabot
...
v4.128.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cb22f74650 | ||
|
|
d103d5057a |
@@ -1 +1 @@
|
||||
24.15.0
|
||||
24.17.0
|
||||
|
||||
@@ -22,6 +22,12 @@ Code v99.99.999
|
||||
|
||||
## Unreleased
|
||||
|
||||
Code v1.128.0
|
||||
|
||||
### Changed
|
||||
|
||||
- Update to Code 1.128.0
|
||||
|
||||
## [4.127.0](https://github.com/coder/code-server/releases/tag/v4.127.0) - 2026-07-02
|
||||
|
||||
Code v1.127.0
|
||||
|
||||
@@ -42,6 +42,8 @@ function refresh_patches() {
|
||||
function update_node() {
|
||||
local node_version
|
||||
node_version=$(cat .node-version)
|
||||
local target_node_version
|
||||
target_node_version=$(grep target lib/vscode/remote/.npmrc | awk -F= '{print $2}' | tr -d '"')
|
||||
if [[ $node_version == "$target_node_version" ]] ; then
|
||||
echo "Already set to $target_node_version"
|
||||
else
|
||||
@@ -116,9 +118,6 @@ function main() {
|
||||
|
||||
source ./ci/lib.sh
|
||||
|
||||
local target_node_version
|
||||
target_node_version=$(grep target lib/vscode/remote/.npmrc | awk -F= '{print $2}' | tr -d '"')
|
||||
|
||||
declare -a steps
|
||||
|
||||
# If version is not set, assume we are already at the target version and the
|
||||
@@ -141,7 +140,7 @@ function main() {
|
||||
fi
|
||||
|
||||
steps+=(
|
||||
"Set Node version to $target_node_version" "update_node"
|
||||
"Update Node version" "update_node"
|
||||
"Update CSP webview hash" "update_csp"
|
||||
"Add changelog note" "add_changelog"
|
||||
)
|
||||
|
||||
Submodule lib/vscode updated: a22d003006...fc3def6774
Reference in New Issue
Block a user