Skip to content

Commit b77e14f

Browse files
chore(deps): update all non-major dependencies (#6275)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b37d27 commit b77e14f

File tree

7 files changed

+817
-732
lines changed

7 files changed

+817
-732
lines changed

.github/workflows/ci.yml

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

5656
- name: Get changed files
5757
id: changed-files
58-
uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 # v44.5.6
58+
uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c # v44.5.7
5959
with:
6060
files: |
6161
docs/**
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Get changed files
117117
id: changed-files
118-
uses: tj-actions/changed-files@6b2903bdce6310cfbddd87c418f253cf29b2dec9 # v44.5.6
118+
uses: tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c # v44.5.7
119119
with:
120120
files: |
121121
docs/**

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"vue": "^3.4.35"
1919
},
2020
"devDependencies": {
21-
"@iconify-json/carbon": "^1.1.36",
22-
"@iconify-json/logos": "^1.1.43",
23-
"@shikijs/vitepress-twoslash": "^1.12.0",
24-
"@unocss/reset": "^0.61.8",
21+
"@iconify-json/carbon": "^1.1.37",
22+
"@iconify-json/logos": "^1.1.44",
23+
"@shikijs/vitepress-twoslash": "^1.12.1",
24+
"@unocss/reset": "^0.61.9",
2525
"@vite-pwa/assets-generator": "^0.2.4",
2626
"@vite-pwa/vitepress": "^0.5.0",
27-
"@vitejs/plugin-vue": "^5.1.1",
27+
"@vitejs/plugin-vue": "^5.1.2",
2828
"fast-glob": "^3.3.2",
2929
"https-localhost": "^4.7.1",
30-
"unocss": "^0.61.8",
30+
"unocss": "^0.61.9",
3131
"unplugin-vue-components": "^0.27.3",
3232
"vite": "^5.2.8",
3333
"vite-plugin-pwa": "^0.20.1",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,30 @@
3636
"test:browser:playwright": "pnpm -C test/browser run test:playwright"
3737
},
3838
"devDependencies": {
39-
"@antfu/eslint-config": "^2.24.0",
39+
"@antfu/eslint-config": "^2.24.1",
4040
"@antfu/ni": "^0.22.0",
4141
"@playwright/test": "^1.45.3",
4242
"@rollup/plugin-commonjs": "^26.0.1",
4343
"@rollup/plugin-json": "^6.1.0",
4444
"@rollup/plugin-node-resolve": "^15.2.3",
45-
"@types/node": "^20.14.13",
45+
"@types/node": "^20.14.14",
4646
"@types/ws": "^8.5.12",
4747
"@vitest/browser": "workspace:*",
4848
"@vitest/coverage-istanbul": "workspace:*",
4949
"@vitest/coverage-v8": "workspace:*",
5050
"@vitest/ui": "workspace:*",
51-
"bumpp": "^9.4.1",
51+
"bumpp": "^9.4.2",
5252
"esbuild": "^0.23.0",
5353
"eslint": "^9.8.0",
5454
"fast-glob": "^3.3.2",
5555
"magic-string": "^0.30.11",
5656
"pathe": "^1.1.2",
5757
"rimraf": "^6.0.1",
58-
"rollup": "^4.19.1",
58+
"rollup": "^4.20.0",
5959
"rollup-plugin-dts": "^6.1.1",
6060
"rollup-plugin-esbuild": "^6.1.1",
6161
"rollup-plugin-license": "^3.5.2",
62-
"tsx": "^4.16.3",
62+
"tsx": "^4.16.5",
6363
"typescript": "^5.5.4",
6464
"vite": "^5.3.3",
6565
"vitest": "workspace:*",

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"@testing-library/user-event": "^14.5.2",
8181
"@vitest/utils": "workspace:*",
8282
"magic-string": "^0.30.11",
83-
"msw": "^2.3.4",
83+
"msw": "^2.3.5",
8484
"sirv": "^2.0.4",
8585
"ws": "^8.18.0"
8686
},

packages/ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@
5757
},
5858
"devDependencies": {
5959
"@faker-js/faker": "^8.4.1",
60-
"@iconify-json/carbon": "^1.1.36",
61-
"@iconify-json/logos": "^1.1.43",
60+
"@iconify-json/carbon": "^1.1.37",
61+
"@iconify-json/logos": "^1.1.44",
6262
"@testing-library/vue": "^8.1.0",
6363
"@types/codemirror": "^5.60.15",
6464
"@types/d3-force": "^3.0.10",
6565
"@types/d3-selection": "^3.0.10",
6666
"@types/ws": "^8.5.12",
67-
"@unocss/reset": "^0.61.8",
68-
"@vitejs/plugin-vue": "^5.1.1",
67+
"@unocss/reset": "^0.61.9",
68+
"@vitejs/plugin-vue": "^5.1.2",
6969
"@vitest/runner": "workspace:*",
7070
"@vitest/ws-client": "workspace:*",
7171
"@vue/test-utils": "^2.4.6",
@@ -77,13 +77,13 @@
7777
"d3-graph-controller": "^3.0.10",
7878
"floating-vue": "^5.2.2",
7979
"splitpanes": "^3.1.5",
80-
"unocss": "^0.61.8",
80+
"unocss": "^0.61.9",
8181
"unplugin-auto-import": "^0.18.2",
8282
"unplugin-vue-components": "^0.27.3",
8383
"vite": "^5.0.0",
8484
"vite-plugin-pages": "^0.32.3",
8585
"vue": "^3.4.35",
86-
"vue-router": "^4.4.0",
86+
"vue-router": "^4.4.2",
8787
"vue-virtual-scroller": "2.0.0-beta.8"
8888
}
8989
}

packages/vitest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"magic-string": "^0.30.11",
161161
"pathe": "^1.1.2",
162162
"std-env": "^3.7.0",
163-
"tinybench": "^2.8.0",
163+
"tinybench": "^2.9.0",
164164
"tinypool": "^1.0.0",
165165
"tinyrainbow": "^1.2.0",
166166
"vite": "^5.0.0",
@@ -177,7 +177,7 @@
177177
"@types/istanbul-reports": "^3.0.4",
178178
"@types/jsdom": "^21.1.7",
179179
"@types/micromatch": "^4.0.9",
180-
"@types/node": "^20.14.13",
180+
"@types/node": "^20.14.14",
181181
"@types/prompts": "^2.4.9",
182182
"@types/sinonjs__fake-timers": "^8.1.5",
183183
"acorn-walk": "^8.3.3",

0 commit comments

Comments
 (0)