Skip to content

Commit 0c9d866

Browse files
fix(deps): update docs-and-infra-deps
1 parent eb1654b commit 0c9d866

13 files changed

Lines changed: 802 additions & 493 deletions

File tree

.github/workflows/check-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Setup Node.js
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v5
2323
with:
2424
node-version: 22
2525

.github/workflows/check-starters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v5
2828
with:
2929
node-version: 22
3030

.github/workflows/release-starters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Get tag or input version
2424
id: vars

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
with:
4848
# We need to fetch all history for semver to work correctly and to push changes.
4949
fetch-depth: 0
@@ -58,7 +58,7 @@ jobs:
5858
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
5959
6060
- name: Setup Node.js
61-
uses: actions/setup-node@v4
61+
uses: actions/setup-node@v5
6262
with:
6363
node-version: 22
6464

.github/workflows/smoke-test-starters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343

4444
- name: Setup Node.js
45-
uses: actions/setup-node@v4
45+
uses: actions/setup-node@v5
4646
with:
4747
node-version: 22
4848

.github/workflows/tutorial-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 2
2222

.github/workflows/unrelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
# This token should have write permissions to the repository.
2626
token: ${{ secrets.GH_TOKEN_FOR_RELEASES }}
2727

2828
- name: Setup Node.js
29-
uses: actions/setup-node@v4
29+
uses: actions/setup-node@v5
3030
with:
3131
node-version: 22
3232

docs/.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.14.0
1+
22.19.0

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
"dependencies": {
1414
"@astrojs/mdx": "^4.3.5",
1515
"@astrojs/partytown": "^2.1.4",
16-
"@astrojs/starlight": "^0.35.2",
16+
"@astrojs/starlight": "^0.36.0",
1717
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
1818
"@expressive-code/plugin-line-numbers": "^0.41.3",
1919
"@fujocoded/expressive-code-caption": "^0.0.3",
20-
"@fujocoded/expressive-code-output": "^0.0.1",
20+
"@fujocoded/expressive-code-output": "^0.1.0",
2121
"astro": "^5.13.7",
2222
"astro-embed": "^0.9.0",
2323
"expressive-code-color-chips": "^0.1.2",
2424
"lite-youtube-embed": "^0.3.3",
25-
"sharp": "^0.32.6",
26-
"starlight-llms-txt": "^0.5.1",
25+
"sharp": "^0.34.0",
26+
"starlight-llms-txt": "^0.6.0",
2727
"starlight-package-managers": "^0.11.0"
2828
}
2929
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"node": ">=18.0.0",
1414
"pnpm": ">=8.0.0"
1515
},
16-
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
16+
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef",
1717
"devDependencies": {
1818
"knip": "^5.50.5",
1919
"prettier": "^3.5.3"

0 commit comments

Comments
 (0)