Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent 12eaf3e commit 62b4aec
Show file tree
Hide file tree
Showing 9 changed files with 523 additions and 451 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@d6e91a2266cdb9d62096cebf1e8546899c6aa18f # v45.0.6
uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7
with:
files: |
docs/**
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"vue": "^3.5.12"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/carbon": "^1.2.6",
"@iconify-json/logos": "^1.2.4",
"@shikijs/transformers": "^1.29.1",
"@shikijs/vitepress-twoslash": "^1.29.1",
"@shikijs/transformers": "^1.29.2",
"@shikijs/vitepress-twoslash": "^1.29.2",
"@unocss/reset": "^0.65.4",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/vitepress": "^0.5.3",
Expand All @@ -34,7 +34,7 @@
"vite-plugin-pwa": "^0.21.1",
"vitepress": "^1.6.3",
"vitepress-plugin-group-icons": "^1.3.5",
"vitepress-plugin-tabs": "^0.5.0",
"vitepress-plugin-tabs": "^0.6.0",
"workbox-window": "^7.3.0"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "3.0.5",
"private": true,
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"description": "Next generation testing framework powered by Vite",
"engines": {
"node": "^18.0.0 || >=20.0.0"
Expand Down Expand Up @@ -37,34 +37,34 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.16.0",
"@antfu/ni": "^23.2.0",
"@playwright/test": "^1.49.1",
"@antfu/ni": "^23.3.1",
"@playwright/test": "^1.50.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/node": "^22.10.9",
"@types/ws": "^8.5.13",
"@types/node": "^22.13.1",
"@types/ws": "^8.5.14",
"@vitest/browser": "workspace:*",
"@vitest/coverage-istanbul": "workspace:*",
"@vitest/coverage-v8": "workspace:*",
"@vitest/ui": "workspace:*",
"bumpp": "^9.10.2",
"bumpp": "^9.11.1",
"changelogithub": "^13.12.1",
"esbuild": "^0.24.2",
"eslint": "^9.18.0",
"magic-string": "^0.30.17",
"pathe": "^2.0.2",
"rimraf": "^6.0.1",
"rollup": "^4.31.0",
"rollup": "^4.34.4",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-esbuild": "^6.2.0",
"rollup-plugin-license": "^3.5.3",
"tinyglobby": "^0.2.10",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vitest": "workspace:*",
"zx": "^8.3.0"
"zx": "^8.3.2"
},
"pnpm": {
"overrides": {
Expand Down
6 changes: 3 additions & 3 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@types/ws": "^8.5.13",
"@types/ws": "^8.5.14",
"@vitest/runner": "workspace:*",
"@vitest/ui": "workspace:*",
"@vitest/ws-client": "workspace:*",
Expand All @@ -110,8 +110,8 @@
"mime": "^4.0.6",
"pathe": "^2.0.2",
"periscopic": "^4.0.2",
"playwright": "^1.49.1",
"playwright-core": "^1.49.1",
"playwright": "^1.50.1",
"playwright-core": "^1.50.1",
"safaridriver": "^1.0.0",
"vitest": "workspace:*",
"webdriverio": "^8.41.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
},
"devDependencies": {
"@faker-js/faker": "^9.4.0",
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/carbon": "^1.2.6",
"@iconify-json/logos": "^1.2.4",
"@testing-library/vue": "^8.1.0",
"@types/codemirror": "^5.60.15",
"@types/d3-force": "^3.0.10",
"@types/d3-selection": "^3.0.11",
"@types/ws": "^8.5.13",
"@types/ws": "^8.5.14",
"@unocss/reset": "^0.65.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/runner": "workspace:*",
Expand All @@ -74,9 +74,9 @@
"birpc": "0.2.19",
"codemirror": "^5.65.18",
"codemirror-theme-vars": "^0.1.2",
"d3-graph-controller": "^3.0.12",
"d3-graph-controller": "^3.0.13",
"floating-vue": "^5.2.2",
"rollup": "^4.31.0",
"rollup": "^4.34.4",
"splitpanes": "^3.1.8",
"unocss": "^0.65.4",
"unplugin-auto-import": "^0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"dependencies": {
"@vitest/pretty-format": "workspace:*",
"loupe": "^3.1.2",
"loupe": "^3.1.3",
"tinyrainbow": "^2.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
"@types/istanbul-reports": "^3.0.4",
"@types/jsdom": "^21.1.7",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.10.9",
"@types/node": "^22.13.1",
"@types/prompts": "^2.4.9",
"@types/sinonjs__fake-timers": "^8.1.5",
"acorn-walk": "^8.3.4",
Expand All @@ -197,7 +197,7 @@
"find-up": "^6.3.0",
"flatted": "^3.3.2",
"get-tsconfig": "^4.10.0",
"happy-dom": "^16.7.2",
"happy-dom": "^16.8.1",
"jsdom": "^25.0.1",
"local-pkg": "^0.5.1",
"micromatch": "^4.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/ungap__structured-clone": "^1.2.0",
"@ungap/structured-clone": "^1.2.1"
"@ungap/structured-clone": "^1.3.0"
}
}
Loading

0 comments on commit 62b4aec

Please sign in to comment.