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 fb8097a

Browse files
authoredJan 4, 2023
Merge branch 'main' into jsjoeio/update-termux-docs
2 parents a747509 + 9e9cbd8 commit fb8097a

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed
 

‎.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
- name: Install helm
8585
if: steps.changed-files.outputs.any_changed == 'true'
86-
uses: azure/setup-helm@v3.4
86+
uses: azure/setup-helm@v3.5
8787
with:
8888
token: ${{ secrets.GITHUB_TOKEN }}
8989

@@ -430,7 +430,7 @@ jobs:
430430
./test/node_modules/.bin/playwright install
431431
432432
- name: Cache Caddy
433-
uses: actions/cache@v2
433+
uses: actions/cache@v3
434434
id: caddy-cache
435435
with:
436436
path: |

‎.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v3
3131

3232
- name: Download npm package from release artifacts
33-
uses: robinraju/release-downloader@v1.6
33+
uses: robinraju/release-downloader@v1.7
3434
with:
3535
repository: "coder/code-server"
3636
tag: ${{ github.event.inputs.version || github.ref_name }}
@@ -178,7 +178,7 @@ jobs:
178178
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
179179
180180
- name: Download release artifacts
181-
uses: robinraju/release-downloader@v1.6
181+
uses: robinraju/release-downloader@v1.7
182182
with:
183183
repository: "coder/code-server"
184184
tag: v${{ env.VERSION }}

‎renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"rangeStrategy": "replace",
33
"extends": ["config:base"],
4+
"includesPeerDependencies": true,
45
"packageRules": [
56
{
67
"matchUpdateTypes": ["minor", "patch", "digest"],
@@ -11,5 +12,5 @@
1112
"vulnerabilityAlerts": {
1213
"enabled": "true"
1314
},
14-
"ignoreDeps": ["express"]
15+
"ignoreDeps": ["express", "ansi-regex", "env-paths", "limiter", "node", "prettier"]
1516
}

‎yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,9 +2090,9 @@ json-stable-stringify-without-jsonify@^1.0.1:
20902090
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
20912091

20922092
json5@^1.0.1:
2093-
version "1.0.1"
2094-
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
2095-
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
2093+
version "1.0.2"
2094+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
2095+
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
20962096
dependencies:
20972097
minimist "^1.2.0"
20982098

0 commit comments

Comments
 (0)
Please sign in to comment.