Skip to content

Commit bf42547

Browse files
dependabot[bot]IzumiSyCopilot
authored
Chore(deps): bump vitest from 4.1.4 to 4.1.6 (#267)
* Chore(deps): bump vitest from 4.1.4 to 4.1.6 Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.4 to 4.1.6. - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.6/packages/vitest) --- updated-dependencies: - dependency-name: vitest dependency-version: 4.1.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update lockfile * chore: use pnpm catalog for vitest Agent-Logs-Url: https://github.com/tailor-platform/app-shell/sessions/b6725b53-b93c-49c0-9515-771b6f6174e4 Co-authored-by: IzumiSy <982850+IzumiSy@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: IzumiSy <beetle-noise@gmx.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: IzumiSy <982850+IzumiSy@users.noreply.github.com>
1 parent 09c1eaf commit bf42547

5 files changed

Lines changed: 59 additions & 61 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"vite-plugin-dts": "^4.5.0",
8787
"vite-plugin-externalize-deps": "^0.10.0",
8888
"vite-tsconfig-paths": "^6.1.1",
89-
"vitest": "^4.1.4"
89+
"vitest": "catalog:"
9090
},
9191
"peerDependencies": {
9292
"react": ">= 19",

packages/sdk-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"oxlint": "catalog:",
4646
"tsdown": "^0.21.7",
4747
"typescript": "^5",
48-
"vitest": "^4"
48+
"vitest": "catalog:"
4949
},
5050
"peerDependencies": {
5151
"@tailor-platform/sdk": ">= 1.0.0"

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"tsdown": "^0.21.7",
5252
"typescript": "^5",
5353
"vite": "catalog:",
54-
"vitest": "^4.1.4"
54+
"vitest": "catalog:"
5555
},
5656
"peerDependencies": {
5757
"vite": ">= 5"

pnpm-lock.yaml

Lines changed: 55 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ catalog:
1717
tsdown: ^0.21.7
1818
typescript: ^5
1919
vite: ^7.3.2
20-
vitest: ^4.1.0
20+
vitest: ^4.1.6
2121

2222
# Supply-chain security settings.
2323
# The following are enabled by default in pnpm@11 and intentionally omitted here:

0 commit comments

Comments
 (0)