Skip to content

Commit 7faa7b0

Browse files
fix(deps): update all non-major dependencies (#9958)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Sheremet <[email protected]>
1 parent fec001a commit 7faa7b0

40 files changed

Lines changed: 3441 additions & 4118 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
PNPM_CONFIG_TRUST_LOCKFILE: false
3535
steps:
36-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
36+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3737
with:
3838
persist-credentials: false
3939

@@ -74,13 +74,13 @@ jobs:
7474
should_skip: ${{ steps.changed-files.outputs.only_changed == 'true' }}
7575

7676
steps:
77-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
77+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7878
with:
7979
persist-credentials: false
8080

8181
- name: Get changed files
8282
id: changed-files
83-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
83+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
8484
with:
8585
files: |
8686
docs/**
@@ -126,7 +126,7 @@ jobs:
126126
fail-fast: false
127127

128128
steps:
129-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
129+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
130130
with:
131131
persist-credentials: false
132132

@@ -204,7 +204,7 @@ jobs:
204204
timeout-minutes: 30
205205

206206
steps:
207-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
207+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
208208
with:
209209
persist-credentials: false
210210

@@ -244,7 +244,7 @@ jobs:
244244
fail-fast: false
245245

246246
steps:
247-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
247+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
248248
with:
249249
persist-credentials: false
250250

@@ -284,7 +284,7 @@ jobs:
284284
name: Merge Reports
285285
timeout-minutes: 10
286286
steps:
287-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
287+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
288288
with:
289289
persist-credentials: false
290290

.github/workflows/cr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
name: 'Release: pkg.pr.new'
2020

2121
steps:
22-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
22+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2323
with:
2424
fetch-depth: 0
2525
persist-credentials: false
2626

2727
- name: Install pnpm
28-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
28+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
2929

3030
- name: Set node version to 24
3131
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0

.github/workflows/issue-close-require.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
issues: write # to close issues
1717
pull-requests: write # to close pull requests
1818
steps:
19-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
19+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2020
with:
2121
persist-credentials: false
2222
- name: needs reproduction

.github/workflows/issue-labeled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
contents: read # to check out the repo for local actions
2525
issues: write # adding a label
2626
steps:
27-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
27+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2828
with:
2929
persist-credentials: false
3030
ref: main
@@ -45,7 +45,7 @@ jobs:
4545
contents: read # to check out the repo for local actions
4646
issues: write # sending a comment
4747
steps:
48-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
48+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4949
with:
5050
persist-credentials: false
5151
ref: main
@@ -75,7 +75,7 @@ jobs:
7575
contents: read # to check out the repo for local actions
7676
pull-requests: write # sending a comment
7777
steps:
78-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
78+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7979
with:
8080
persist-credentials: false
8181
ref: main

.github/workflows/lock-closed-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
issues: write # to lock issue
1616
pull-requests: write # to lock prs
1717
steps:
18-
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
18+
- uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6.0.2
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
issue-inactive-days: '14'

.github/workflows/pr-labeled-automated.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
contents: read # to check out the repo for local actions
2222
pull-requests: write # comment and label on PRs
2323
steps:
24-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
24+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525
with:
2626
persist-credentials: false
2727
ref: main
@@ -54,15 +54,15 @@ jobs:
5454
contents: read # to check out the repo for local actions
5555
pull-requests: write # comment and label on PRs
5656
steps:
57-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
57+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5858
with:
5959
persist-credentials: false
6060
# we checkout just to read ./issue-helper
6161
# we do not care about user code
6262
ref: main
6363
- name: AgentScan
6464
id: agentscan
65-
uses: MatteoGabriele/agentscan-action@f41545309db947a68e22ed2643f182e754f4d41a # v1.8.0
65+
uses: MatteoGabriele/agentscan-action@d8da234c758c9a195222a68c3ecfe02a603185b6 # v1.15.1
6666
with:
6767
github-token: ${{ secrets.GITHUB_TOKEN }}
6868
agent-scan-comment: false

.github/workflows/prepare-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
permissions:
4141
contents: read # checkout target branch
4242
steps:
43-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
43+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4444
with:
4545
ref: ${{ inputs.target_branch }}
4646
fetch-depth: 0
4747
persist-credentials: false
4848

4949
- name: Install pnpm
50-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
50+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
5151

5252
- name: Set node version to 24
5353
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
release: ${{ steps.detect.outputs.release }}
2323
version: ${{ steps.detect.outputs.version }}
2424
steps:
25-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626
with:
2727
fetch-depth: 0
2828
persist-credentials: false
@@ -53,7 +53,7 @@ jobs:
5353
id-token: write # trusted publishing requirement
5454
environment: Release
5555
steps:
56-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
56+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5757
with:
5858
fetch-depth: 0
5959
persist-credentials: false
@@ -70,7 +70,7 @@ jobs:
7070
fi
7171
7272
- name: Install pnpm
73-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
73+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
7474

7575
- name: Set node version to 24
7676
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0

.github/workflows/zizmor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
permissions:
2323
security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
2424
steps:
25-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
25+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626
with:
2727
persist-credentials: false
2828

2929
# test locally by
3030
# zizmor .github/workflows --pedantic
3131
- name: Run zizmor 🌈
32-
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
32+
uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1
3333
with:
3434
persona: pedantic

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"@vite-pwa/assets-generator": "^1.0.2",
2828
"@vite-pwa/vitepress": "^1.1.0",
2929
"@vitejs/plugin-vue": "catalog:",
30-
"@voidzero-dev/vitepress-theme": "^4.8.3",
30+
"@voidzero-dev/vitepress-theme": "^4.8.4",
3131
"https-localhost": "^4.7.1",
3232
"tinyglobby": "catalog:",
3333
"unocss": "catalog:",
3434
"vite": "^6.3.5",
35-
"vite-plugin-pwa": "^1.2.0",
35+
"vite-plugin-pwa": "^1.3.0",
3636
"vitepress": "2.0.0-alpha.16",
37-
"vitepress-plugin-group-icons": "^1.7.1",
38-
"vitepress-plugin-llms": "^1.11.0",
39-
"vitepress-plugin-tabs": "^0.8.0",
40-
"workbox-window": "^7.4.0"
37+
"vitepress-plugin-group-icons": "^1.7.5",
38+
"vitepress-plugin-llms": "^1.13.3",
39+
"vitepress-plugin-tabs": "^0.9.1",
40+
"workbox-window": "^7.4.1"
4141
}
4242
}

0 commit comments

Comments
 (0)