Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 7a0de0a commit d687605
Show file tree
Hide file tree
Showing 15 changed files with 2,123 additions and 2,392 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@e9772d140489982e0e3704fea5ee93d536f1e275 # v45.0.1
uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45.0.3
with:
files: |
docs/**
Expand Down
26 changes: 13 additions & 13 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"generate-pwa-icons": "pwa-assets-generator"
},
"dependencies": {
"@vueuse/core": "^11.0.0",
"vue": "^3.4.37"
"@vueuse/core": "^11.1.0",
"vue": "^3.5.11"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/logos": "^1.1.44",
"@shikijs/vitepress-twoslash": "^1.12.1",
"@unocss/reset": "^0.62.0",
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/vitepress": "^0.5.0",
"@vitejs/plugin-vue": "^5.1.2",
"@iconify-json/carbon": "^1.2.2",
"@iconify-json/logos": "^1.2.3",
"@shikijs/vitepress-twoslash": "^1.22.0",
"@unocss/reset": "^0.63.4",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/vitepress": "^0.5.3",
"@vitejs/plugin-vue": "^5.1.4",
"https-localhost": "^4.7.1",
"tinyglobby": "^0.2.6",
"unocss": "^0.62.0",
"tinyglobby": "^0.2.9",
"unocss": "^0.63.4",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.2.8",
"vite-plugin-pwa": "^0.20.1",
"vitepress": "^1.3.2",
"vite-plugin-pwa": "^0.20.5",
"vitepress": "^1.4.0",
"vitepress-plugin-tabs": "^0.5.0",
"workbox-window": "^7.1.0"
}
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "2.1.2",
"private": true,
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.12.1",
"description": "Next generation testing framework powered by Vite",
"engines": {
"node": "^18.0.0 || >=20.0.0"
Expand Down Expand Up @@ -36,42 +36,42 @@
"test:browser:playwright": "pnpm -C test/browser run test:playwright"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@antfu/ni": "^0.22.1",
"@playwright/test": "^1.46.0",
"@antfu/eslint-config": "^3.7.3",
"@antfu/ni": "^0.23.0",
"@playwright/test": "^1.48.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^22.5.2",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/node": "^22.7.5",
"@types/ws": "^8.5.12",
"@vitest/browser": "workspace:*",
"@vitest/coverage-istanbul": "workspace:*",
"@vitest/coverage-v8": "workspace:*",
"@vitest/ui": "workspace:*",
"bumpp": "^9.5.1",
"changelogithub": "^0.13.9",
"esbuild": "^0.23.0",
"eslint": "^9.9.0",
"bumpp": "^9.6.1",
"changelogithub": "^0.13.11",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"magic-string": "^0.30.11",
"pathe": "^1.1.2",
"rimraf": "^6.0.1",
"rollup": "^4.20.0",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-license": "^3.5.2",
"tinyglobby": "^0.2.6",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"rollup-plugin-license": "^3.5.3",
"tinyglobby": "^0.2.9",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"vite": "^5.4.0",
"vitest": "workspace:*",
"zx": "^8.1.4"
"zx": "^8.1.9"
},
"pnpm": {
"overrides": {
"@vitest/browser": "workspace:*",
"@vitest/ui": "workspace:*",
"acorn": "8.11.3",
"mlly": "^1.7.1",
"mlly": "^1.7.2",
"rollup": "$rollup",
"vite": "$vite",
"vitest": "workspace:*"
Expand Down
14 changes: 7 additions & 7 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,28 +89,28 @@
"@vitest/mocker": "workspace:*",
"@vitest/utils": "workspace:*",
"magic-string": "^0.30.11",
"msw": "^2.3.5",
"msw": "^2.4.9",
"sirv": "^2.0.4",
"tinyrainbow": "^1.2.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/jest-dom": "^6.5.0",
"@types/ws": "^8.5.12",
"@vitest/runner": "workspace:*",
"@vitest/ui": "workspace:*",
"@vitest/ws-client": "workspace:*",
"@wdio/protocols": "^8.38.0",
"birpc": "0.2.17",
"@wdio/protocols": "^8.40.3",
"birpc": "0.2.19",
"flatted": "^3.3.1",
"ivya": "^1.1.1",
"mime": "^4.0.4",
"pathe": "^1.1.2",
"periscopic": "^4.0.2",
"playwright": "^1.46.0",
"playwright-core": "^1.46.0",
"playwright": "^1.48.0",
"playwright-core": "^1.48.0",
"safaridriver": "^0.1.2",
"vitest": "workspace:*",
"webdriverio": "^8.40.2"
"webdriverio": "^8.40.6"
}
}
4 changes: 2 additions & 2 deletions packages/coverage-istanbul/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
},
"dependencies": {
"@istanbuljs/schema": "^0.1.3",
"debug": "^4.3.6",
"debug": "^4.3.7",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-instrument": "^6.0.3",
"istanbul-lib-report": "^3.0.1",
"istanbul-lib-source-maps": "^5.0.6",
"istanbul-reports": "^3.1.7",
"magicast": "^0.3.4",
"magicast": "^0.3.5",
"test-exclude": "^7.0.1",
"tinyrainbow": "^1.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/coverage-v8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"dependencies": {
"@ampproject/remapping": "^2.3.0",
"@bcoe/v8-coverage": "^0.2.3",
"debug": "^4.3.6",
"debug": "^4.3.7",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-report": "^3.0.1",
"istanbul-lib-source-maps": "^5.0.6",
"istanbul-reports": "^3.1.7",
"magic-string": "^0.30.11",
"magicast": "^0.3.4",
"magicast": "^0.3.5",
"std-env": "^3.7.0",
"test-exclude": "^7.0.1",
"tinyrainbow": "^1.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/mocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
"magic-string": "^0.30.11"
},
"devDependencies": {
"@types/estree": "^1.0.5",
"@types/estree": "^1.0.6",
"@vitest/spy": "workspace:*",
"@vitest/utils": "workspace:*",
"acorn-walk": "^8.3.3",
"msw": "^2.3.5",
"acorn-walk": "^8.3.4",
"msw": "^2.4.9",
"pathe": "^1.1.2",
"vite": "^5.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/spy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"dev": "rollup -c --watch"
},
"dependencies": {
"tinyspy": "^3.0.0"
"tinyspy": "^3.0.2"
}
}
28 changes: 14 additions & 14 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,38 +52,38 @@
"flatted": "^3.3.1",
"pathe": "^1.1.2",
"sirv": "^2.0.4",
"tinyglobby": "^0.2.6",
"tinyglobby": "^0.2.9",
"tinyrainbow": "^1.2.0"
},
"devDependencies": {
"@faker-js/faker": "^9.0.0",
"@iconify-json/carbon": "^1.1.37",
"@iconify-json/logos": "^1.1.44",
"@faker-js/faker": "^9.0.3",
"@iconify-json/carbon": "^1.2.2",
"@iconify-json/logos": "^1.2.3",
"@testing-library/vue": "^8.1.0",
"@types/codemirror": "^5.60.15",
"@types/d3-force": "^3.0.10",
"@types/d3-selection": "^3.0.10",
"@types/d3-selection": "^3.0.11",
"@types/ws": "^8.5.12",
"@unocss/reset": "^0.62.0",
"@vitejs/plugin-vue": "^5.1.2",
"@unocss/reset": "^0.63.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/runner": "workspace:*",
"@vitest/ws-client": "workspace:*",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^11.0.0",
"@vueuse/core": "^11.1.0",
"ansi-to-html": "^0.7.2",
"birpc": "0.2.17",
"codemirror": "^5.65.17",
"birpc": "0.2.19",
"codemirror": "^5.65.18",
"codemirror-theme-vars": "^0.1.2",
"d3-graph-controller": "^3.0.10",
"floating-vue": "^5.2.2",
"splitpanes": "^3.1.5",
"unocss": "^0.62.0",
"unplugin-auto-import": "^0.18.2",
"unocss": "^0.63.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.0.0",
"vite-plugin-pages": "^0.32.3",
"vue": "^3.4.37",
"vue-router": "^4.4.3",
"vue": "^3.5.11",
"vue-router": "^4.4.5",
"vue-virtual-scroller": "2.0.0-beta.8"
}
}
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
},
"dependencies": {
"@vitest/pretty-format": "workspace:*",
"loupe": "^3.1.1",
"loupe": "^3.1.2",
"tinyrainbow": "^1.2.0"
},
"devDependencies": {
"@jridgewell/trace-mapping": "^0.3.25",
"@types/estree": "^1.0.5",
"@types/estree": "^1.0.6",
"diff-sequences": "^29.6.3",
"tinyhighlight": "^0.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"dependencies": {
"cac": "^6.7.14",
"debug": "^4.3.6",
"debug": "^4.3.7",
"pathe": "^1.1.2",
"vite": "^5.0.0"
},
Expand Down
26 changes: 13 additions & 13 deletions packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,13 @@
"@vitest/spy": "workspace:*",
"@vitest/utils": "workspace:*",
"chai": "^5.1.1",
"debug": "^4.3.6",
"debug": "^4.3.7",
"magic-string": "^0.30.11",
"pathe": "^1.1.2",
"std-env": "^3.7.0",
"tinybench": "^2.9.0",
"tinyexec": "^0.3.0",
"tinypool": "^1.0.0",
"tinypool": "^1.0.1",
"tinyrainbow": "^1.2.0",
"vite": "^5.0.0",
"vite-node": "workspace:*",
Expand All @@ -173,35 +173,35 @@
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@antfu/install-pkg": "^0.4.1",
"@edge-runtime/vm": "^4.0.1",
"@edge-runtime/vm": "^4.0.3",
"@sinonjs/fake-timers": "11.1.0",
"@types/debug": "^4.1.12",
"@types/estree": "^1.0.5",
"@types/estree": "^1.0.6",
"@types/istanbul-lib-coverage": "^2.0.6",
"@types/istanbul-reports": "^3.0.4",
"@types/jsdom": "^21.1.7",
"@types/micromatch": "^4.0.9",
"@types/node": "^22.5.2",
"@types/node": "^22.7.5",
"@types/prompts": "^2.4.9",
"@types/sinonjs__fake-timers": "^8.1.5",
"acorn-walk": "^8.3.3",
"birpc": "0.2.17",
"acorn-walk": "^8.3.4",
"birpc": "0.2.19",
"cac": "^6.7.14",
"chai-subset": "^1.6.0",
"cli-truncate": "^4.0.0",
"expect-type": "^0.19.0",
"expect-type": "^0.20.0",
"find-up": "^6.3.0",
"flatted": "^3.3.1",
"get-tsconfig": "^4.7.6",
"happy-dom": "^15.7.3",
"jsdom": "^25.0.0",
"get-tsconfig": "^4.8.1",
"happy-dom": "^15.7.4",
"jsdom": "^25.0.1",
"local-pkg": "^0.5.0",
"log-update": "^5.0.1",
"micromatch": "^4.0.7",
"micromatch": "^4.0.8",
"pretty-format": "^29.7.0",
"prompts": "^2.4.2",
"strip-literal": "^2.1.0",
"tinyglobby": "^0.2.6",
"tinyglobby": "^0.2.9",
"ws": "^8.18.0"
}
}
2 changes: 1 addition & 1 deletion packages/web-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"vitest": "workspace:*"
},
"dependencies": {
"debug": "^4.3.6"
"debug": "^4.3.7"
},
"devDependencies": {
"@types/debug": "^4.1.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"birpc": "0.2.17",
"birpc": "0.2.19",
"flatted": "^3.3.1",
"ws": "^8.18.0"
},
Expand Down
Loading

0 comments on commit d687605

Please sign in to comment.