Skip to content

Commit aee1bd4

Browse files
fix(deps): update all non-major dependencies
1 parent 72a6dc2 commit aee1bd4

32 files changed

Lines changed: 1811 additions & 1897 deletions

File tree

.github/actions/setup-and-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111

1212
steps:
1313
- name: Install pnpm
14-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
14+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
1515

1616
- name: Set node version to ${{ inputs.node-version }}
1717
uses: actions/setup-node@v6

.github/workflows/ci.yml

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

7171
- name: Get changed files
7272
id: changed-files
73-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
73+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6
7474
with:
7575
files: |
7676
docs/**

.github/workflows/cr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Install pnpm
27-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
27+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
2828

2929
- name: Set node version to 20
3030
uses: actions/setup-node@v6

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
issues: write # for actions-cool/issues-helper to update issues
1313
steps:
1414
- name: needs reproduction
15-
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
15+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
1616
with:
1717
actions: close-issues
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
labels: needs reproduction
2020
inactive-day: 3
2121
- name: maybe automated
22-
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
22+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
2323
with:
2424
actions: close-issues
2525
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issue-labeled.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: needs reproduction
1919
if: github.event.label.name == 'needs reproduction'
20-
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
20+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
2121
with:
2222
actions: create-comment
2323
token: ${{ secrets.GITHUB_TOKEN }}
@@ -26,7 +26,7 @@ jobs:
2626
Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository or [StackBlitz](https://vitest.new) (you can also use [examples](https://github.com/vitest-dev/vitest/tree/main/examples)). Issues marked with `needs reproduction` will be closed if they have no activity within 3 days.
2727
- name: maybe automated (issues)
2828
if: github.event.label.name == 'maybe automated' && github.event_name == 'issues'
29-
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
29+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
3030
with:
3131
actions: create-comment
3232
token: ${{ secrets.GITHUB_TOKEN }}
@@ -44,7 +44,7 @@ jobs:
4444
*These measures help us reduce maintenance burden and keep the team's work efficient. See our [AI contributions policy](https://github.com/vitest-dev/vitest/blob/main/CONTRIBUTING.md#ai-contributions) for more context.*
4545
- name: maybe automated (pr)
4646
if: github.event.label.name == 'maybe automated' && github.event_name == 'pull_request_target'
47-
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
47+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
4848
with:
4949
actions: create-comment
5050
token: ${{ secrets.GITHUB_TOKEN }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: contains(github.event.pull_request.body, '<!-- VITEST_AUTOMATED_PR -->')
1515
steps:
1616
- name: maybe automated
17-
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
17+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
1818
with:
1919
actions: add-labels
2020
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Install pnpm
27-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
27+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
2828

2929
- name: Set node version to 20
3030
uses: actions/setup-node@v6

docs/package.json

Lines changed: 5 additions & 5 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",
3535
"vite-plugin-pwa": "^1.2.0",
36-
"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",
36+
"vitepress": "2.0.0-alpha.17",
37+
"vitepress-plugin-group-icons": "^1.7.5",
38+
"vitepress-plugin-llms": "^1.12.1",
39+
"vitepress-plugin-tabs": "^0.9.0",
4040
"workbox-window": "^7.4.0"
4141
}
4242
}

examples/lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@vitest/browser-playwright": "latest",
2121
"jsdom": "latest",
22-
"playwright": "^1.59.0",
22+
"playwright": "^1.59.1",
2323
"vite": "latest",
2424
"vitest": "latest"
2525
},

examples/opentelemetry/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
# for testing open-telemetry integration locally
33
# https://www.jaegertracing.io/docs/2.12/getting-started/
44
jaeger:
5-
image: cr.jaegertracing.io/jaegertracing/jaeger:2.16.0
5+
image: cr.jaegertracing.io/jaegertracing/jaeger:2.17.0
66
# Assign ports for Jaeger UI and OTLP receiver
77
ports:
88
# UI http://localhost:16686

0 commit comments

Comments
 (0)