Skip to content

Commit

Permalink
fix(deps): update dependency pathe to v2 (#7181)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent 3341fb5 commit 74dbe03
Show file tree
Hide file tree
Showing 11 changed files with 77 additions and 63 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"esbuild": "^0.24.2",
"eslint": "^9.16.0",
"magic-string": "^0.30.17",
"pathe": "^1.1.2",
"pathe": "^2.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.29.1",
"rollup-plugin-dts": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"flatted": "^3.3.2",
"ivya": "^1.1.1",
"mime": "^4.0.6",
"pathe": "^1.1.2",
"pathe": "^2.0.0",
"periscopic": "^4.0.2",
"playwright": "^1.49.1",
"playwright-core": "^1.49.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/coverage-istanbul/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/istanbul-lib-source-maps": "^4.0.4",
"@types/istanbul-reports": "^3.0.4",
"@types/test-exclude": "^6.0.2",
"pathe": "^1.1.2",
"pathe": "^2.0.0",
"vitest": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/coverage-v8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@types/istanbul-reports": "^3.0.4",
"@types/test-exclude": "^6.0.2",
"@vitest/browser": "workspace:*",
"pathe": "^1.1.2",
"pathe": "^2.0.0",
"v8-to-istanbul": "^9.3.0",
"vite-node": "workspace:*",
"vitest": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/mocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@vitest/utils": "workspace:*",
"acorn-walk": "^8.3.4",
"msw": "^2.7.0",
"pathe": "^1.1.2",
"pathe": "^2.0.0",
"vite": "^5.4.0"
}
}
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
},
"dependencies": {
"@vitest/utils": "workspace:*",
"pathe": "^1.1.2"
"pathe": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@vitest/pretty-format": "workspace:*",
"magic-string": "^0.30.17",
"pathe": "^1.1.2"
"pathe": "^2.0.0"
},
"devDependencies": {
"@types/natural-compare": "^1.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@vitest/utils": "workspace:*",
"fflate": "^0.8.2",
"flatted": "^3.3.2",
"pathe": "^1.1.2",
"pathe": "^2.0.0",
"sirv": "^3.0.0",
"tinyglobby": "^0.2.10",
"tinyrainbow": "^1.2.0"
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 @@ -85,7 +85,7 @@
"cac": "^6.7.14",
"debug": "^4.4.0",
"es-module-lexer": "^1.5.4",
"pathe": "^1.1.2",
"pathe": "^2.0.0",
"vite": "^5.0.0 || ^6.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"debug": "^4.4.0",
"expect-type": "^1.1.0",
"magic-string": "^0.30.17",
"pathe": "^1.1.2",
"pathe": "^2.0.0",
"std-env": "^3.8.0",
"tinybench": "^2.9.0",
"tinyexec": "^0.3.2",
Expand Down
Loading

0 comments on commit 74dbe03

Please sign in to comment.