Skip to content

Commit

Permalink
Bump vitest from 2.1.3 to 2.1.9
Browse files Browse the repository at this point in the history
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.3 to 2.1.9.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2025
1 parent 8521c5b commit 0b11ca7
Show file tree
Hide file tree
Showing 11 changed files with 2,067 additions and 655 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lint-staged": "^15.2.2",
"tsconfig": "workspace:*",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
"vitest": "^2.1.9"
},
"packageManager": "[email protected]",
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@
"release-it": "17.1.1",
"tsconfig": "workspace:*",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
"vitest": "^2.1.9"
}
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"uuid": "^9.0.1",
"vite": "^5.4.9",
"vite-plugin-dts": "^3.7.3",
"vitest": "^2.1.3",
"vitest": "^2.1.9",
"wait-on": "^7.2.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"vitest": "^2.1.9",
"vitest-axe": "^0.1.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"tsconfig": "workspace:*",
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
"vitest": "^2.1.9"
}
}
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"tsconfig": "workspace:*",
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
"vitest": "^2.1.9"
}
}
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"tsconfig": "workspace:*",
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vitest": "^2.1.3"
"vitest": "^2.1.9"
}
}
2 changes: 1 addition & 1 deletion packages/registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vitest": "^2.1.3"
"vitest": "^2.1.9"
}
}
2 changes: 1 addition & 1 deletion packages/slots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"tsconfig": "workspace:*",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"vitest": "^2.1.9",
"vitest-axe": "^0.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"tsconfig": "workspace:*",
"typescript": "^5.7.3",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"vitest": "^2.1.9",
"vitest-axe": "^0.1.0"
}
}
2,702 changes: 2,057 additions & 645 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 0b11ca7

Please sign in to comment.