Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9efbd2d

Browse files
authoredNov 30, 2022
Merge branch 'main' into release/v4.9.0
2 parents ccf882f + 2cbb113 commit 9efbd2d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
 

‎.github/workflows/installer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
alpine:
4242
name: Test installer on Alpine
4343
runs-on: ubuntu-latest
44-
container: "alpine:3.16"
44+
container: "alpine:3.17"
4545
steps:
4646
- name: Checkout repo
4747
uses: actions/checkout@v3

‎.github/workflows/scripts.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Run script unit tests
3939
runs-on: ubuntu-latest
4040
# This runs on Alpine to make sure we're testing with actual sh.
41-
container: "alpine:3.16"
41+
container: "alpine:3.17"
4242
steps:
4343
- name: Checkout repo
4444
uses: actions/checkout@v3

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"eslint-import-resolver-typescript": "^3.5.2",
6262
"eslint-plugin-import": "^2.26.0",
6363
"eslint-plugin-prettier": "^4.2.1",
64-
"prettier": "2.7.1",
64+
"prettier": "2.8.0",
6565
"prettier-plugin-sh": "^0.12.8",
6666
"ts-node": "^10.0.0",
6767
"typescript": "^4.6.2"

‎patches/getting-started.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Index: code-server/lib/vscode/src/vs/workbench/contrib/welcomeGettingStarted/bro
5555
+ 'font-size: 13px',
5656
+ 'color: #dcdee2',
5757
+ ].join(';'),
58-
+ }, 'Provision remote development environments on your infrastructure with Coder.'),
58+
+ }, 'Provision software development environments on your infrastructure with Coder.'),
5959
+ $('p', {
6060
+ style: [
6161
+ 'margin-top: 8px',

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2775,10 +2775,10 @@ prettier-plugin-sh@^0.12.8:
27752775
sh-syntax "^0.3.6"
27762776
synckit "^0.8.1"
27772777

2778-
prettier@2.7.1:
2779-
version "2.7.1"
2780-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
2781-
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
2778+
prettier@2.8.0:
2779+
version "2.8.0"
2780+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9"
2781+
integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==
27822782

27832783
proxy-addr@~2.0.5:
27842784
version "2.0.6"

0 commit comments

Comments
 (0)
Please sign in to comment.