Skip to content

Commit 13f9462

Browse files
fix(deps): update all non-major dependencies (#8348)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5994279 commit 13f9462

File tree

16 files changed

+931
-1007
lines changed

16 files changed

+931
-1007
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
node-version: 20
142142

143143
- uses: browser-actions/setup-chrome@b94431e051d1c52dcbe9a7092a4f10f827795416 # v2.1.0
144-
- uses: browser-actions/setup-firefox@c04e669ab1d810acd2530e553388c1d183d765cf # v1.6.0
144+
- uses: browser-actions/setup-firefox@5914774dda97099441f02628f8d46411fcfbd208 # v1.7.0
145145

146146
- name: Install
147147
run: pnpm i

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: needs reproduction
12-
uses: actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3.6.0
12+
uses: actions-cool/issues-helper@50068f49b7b2b3857270ead65e2d02e4459b022c # v3.6.2
1313
with:
1414
actions: close-issues
1515
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issue-labeled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: needs reproduction
1212
if: github.event.label.name == 'needs reproduction'
13-
uses: actions-cool/issues-helper@a610082f8ac0cf03e357eb8dd0d5e2ba075e017e # v3.6.0
13+
uses: actions-cool/issues-helper@50068f49b7b2b3857270ead65e2d02e4459b022c # v3.6.2
1414
with:
1515
actions: create-comment
1616
token: ${{ secrets.GITHUB_TOKEN }}

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"unplugin-vue-components": "catalog:",
3333
"vite": "^6.3.5",
3434
"vite-plugin-pwa": "^0.21.2",
35-
"vitepress": "2.0.0-alpha.8",
35+
"vitepress": "2.0.0-alpha.9",
3636
"vitepress-plugin-group-icons": "^1.6.1",
37-
"vitepress-plugin-llms": "^1.3.4",
37+
"vitepress-plugin-llms": "^1.7.2",
3838
"vitepress-plugin-tabs": "^0.7.1",
3939
"workbox-window": "^7.3.0"
4040
}

examples/projects/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"test:run": "vitest run"
1010
},
1111
"devDependencies": {
12-
"@testing-library/jest-dom": "^6.6.3",
12+
"@testing-library/jest-dom": "^6.6.4",
1313
"@testing-library/react": "^13.4.0",
1414
"@testing-library/user-event": "^14.6.1",
15-
"@types/react": "^19.1.8",
15+
"@types/react": "^19.1.9",
1616
"@vitejs/plugin-react": "^4.7.0",
1717
"@vitest/ui": "latest",
1818
"fastify": "^5.4.0",
1919
"jsdom": "^26.1.0",
20-
"react": "^19.1.0",
20+
"react": "^19.1.1",
2121
"supertest": "^6.3.4",
2222
"tsx": "^4.20.3",
2323
"vite": "latest",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@
4949
"@vitest/coverage-istanbul": "workspace:*",
5050
"@vitest/coverage-v8": "workspace:*",
5151
"@vitest/ui": "workspace:*",
52-
"bumpp": "^10.2.0",
52+
"bumpp": "^10.2.1",
5353
"changelogithub": "^13.16.0",
5454
"esbuild": "^0.25.8",
5555
"eslint": "^9.31.0",
5656
"magic-string": "^0.30.17",
5757
"pathe": "^2.0.3",
5858
"rimraf": "^6.0.1",
59-
"rollup": "^4.45.1",
59+
"rollup": "^4.46.1",
6060
"rollup-plugin-dts": "^6.2.1",
6161
"rollup-plugin-license": "^3.6.0",
6262
"tinyglobby": "catalog:",
6363
"tsx": "^4.20.3",
6464
"typescript": "^5.8.3",
6565
"unplugin-isolated-decl": "^0.14.5",
66-
"unplugin-oxc": "^0.4.6",
66+
"unplugin-oxc": "^0.4.8",
6767
"vite": "^6.3.5",
6868
"vitest": "workspace:*",
6969
"zx": "^8.7.1"

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
}
9191
},
9292
"dependencies": {
93-
"@testing-library/dom": "^10.4.0",
93+
"@testing-library/dom": "^10.4.1",
9494
"@testing-library/user-event": "^14.6.1",
9595
"@vitest/mocker": "workspace:*",
9696
"@vitest/utils": "workspace:*",
@@ -119,6 +119,6 @@
119119
"playwright-core": "^1.54.1",
120120
"safaridriver": "^1.0.0",
121121
"vitest": "workspace:*",
122-
"webdriverio": "^9.18.1"
122+
"webdriverio": "^9.18.4"
123123
}
124124
}

packages/pretty-format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"devDependencies": {
4040
"@types/react-is": "^19.0.0",
41-
"react-is": "^19.1.0",
41+
"react-is": "^19.1.1",
4242
"react-is-18": "npm:react-is@18.3.1"
4343
}
4444
}

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"d3-graph-controller": "^3.1.1",
7878
"floating-vue": "^5.2.2",
7979
"mime": "^4.0.7",
80-
"rollup": "^4.45.1",
80+
"rollup": "^4.46.1",
8181
"splitpanes": "^3.2.0",
8282
"unocss": "catalog:",
8383
"unplugin-auto-import": "^0.19.0",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
"dependencies": {
7171
"@vitest/pretty-format": "workspace:*",
72-
"loupe": "^3.1.4",
72+
"loupe": "^3.2.0",
7373
"tinyrainbow": "catalog:"
7474
},
7575
"devDependencies": {

0 commit comments

Comments
 (0)