Compare commits

...

5 Commits

Author SHA1 Message Date
Olivier Benz 5c79885599
Merge 184800a94f into 6b4b3e0c89 2024-10-15 23:15:33 +00:00
Asher 184800a94f
Fix playwright exec
npm does not let you run binaries like yarn does, as far as I know.
2024-10-15 15:15:22 -08:00
Asher d2ce1e4240
Update test extension dependencies
This appears to be conflicting with the root dependencies.
2024-10-15 14:22:33 -08:00
Asher d5a21748cf
Update to 1.94.2 2024-10-15 13:47:23 -08:00
Asher 6b4b3e0c89
v4.93.1 2024-10-04 15:31:14 -08:00
7 changed files with 26 additions and 14 deletions

View File

@ -22,6 +22,18 @@ Code v99.99.999
## Unreleased
## [4.93.1](https://github.com/coder/code-server/releases/tag/v4.93.1) - 2024-09-23
Code v1.93.1
### Changed
- Updated to Code 1.93.1.
### Added
- Added `--abs-proxy-base-path` flag for when code-server is not at the root.
## [4.92.2](https://github.com/coder/code-server/releases/tag/v4.92.2) - 2024-08-19
Code v1.92.2

View File

@ -44,7 +44,7 @@ main() {
fi
cd test
npm run playwright test "$@"
./node_modules/.bin/playwright test "$@"
}
main "$@"

View File

@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.23.0
version: 3.24.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 4.92.2
appVersion: 4.93.1

View File

@ -6,7 +6,7 @@ replicaCount: 1
image:
repository: codercom/code-server
tag: '4.92.2'
tag: '4.93.1'
pullPolicy: Always
# Specifies one or more secrets to be used when pulling images from a

@ -1 +1 @@
Subproject commit d78a74bcdfad14d5d3b1b782f87255d802b57511
Subproject commit 384ff7382de624fb94dbaf6da11977bba1ecd427

View File

@ -10,23 +10,23 @@
"license": "MIT",
"devDependencies": {
"@types/vscode": "^1.56.0",
"typescript": "^4.0.5"
"typescript": "^5.6.2"
},
"engines": {
"vscode": "^1.56.0"
}
},
"node_modules/@types/vscode": {
"version": "1.57.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.57.0.tgz",
"integrity": "sha512-FeznBFtIDCWRluojTsi9c3LLcCHOXP5etQfBK42+ixo1CoEAchkw39tuui9zomjZuKfUVL33KZUDIwHZ/xvOkQ==",
"version": "1.94.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.94.0.tgz",
"integrity": "sha512-UyQOIUT0pb14XSqJskYnRwD2aG0QrPVefIfrW1djR+/J4KeFQ0i1+hjZoaAmeNf3Z2jleK+R2hv+EboG/m8ruw==",
"dev": true,
"license": "MIT"
},
"node_modules/typescript": {
"version": "4.3.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz",
"integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==",
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@ -34,7 +34,7 @@
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
"node": ">=14.17"
}
}
}

View File

@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/vscode": "^1.56.0",
"typescript": "^4.0.5"
"typescript": "^5.6.2"
},
"scripts": {
"build": "tsc"