Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v1.4.0 (#10259)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [vitest](https://togithub.com/vitest-dev/vitest)
([source](https://togithub.com/vitest-dev/vitest/tree/HEAD/packages/vitest))
| [`1.3.1` ->
`1.4.0`](https://renovatebot.com/diffs/npm/vitest/1.3.1/1.4.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/vitest/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/vitest/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/vitest/1.3.1/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vitest/1.3.1/1.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vitest-dev/vitest (vitest)</summary>

###
[`v1.4.0`](https://togithub.com/vitest-dev/vitest/releases/tag/v1.4.0)

[Compare
Source](https://togithub.com/vitest-dev/vitest/compare/v1.3.1...v1.4.0)

#####    🚀 Features

- Throw error when using snapshot assertion with `not`  -  by
[@&#8203;fenghan34](https://togithub.com/fenghan34) in
[vitest-dev/vitest#5294
[<samp>(b9d37)</samp>](https://togithub.com/vitest-dev/vitest/commit/b9d378f5)
- Add a flag to include test location in tasks  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#5342
[<samp>(d627e)</samp>](https://togithub.com/vitest-dev/vitest/commit/d627e209)
-   **cli**:
- Support wildcards in `--project` option  -  by
[@&#8203;fenghan34](https://togithub.com/fenghan34) in
[vitest-dev/vitest#5295
[<samp>(201bd)</samp>](https://togithub.com/vitest-dev/vitest/commit/201bd067)
-   **config**:
- Add `shuffle.files` and `shuffle.tests` options  -  by
[@&#8203;fenghan34](https://togithub.com/fenghan34) in
[vitest-dev/vitest#5281
[<samp>(356db)</samp>](https://togithub.com/vitest-dev/vitest/commit/356db87b)
- Deprecate `cache.dir` option  -  by
[@&#8203;fenghan34](https://togithub.com/fenghan34) in
[vitest-dev/vitest#5229
[<samp>(d7e8b)</samp>](https://togithub.com/vitest-dev/vitest/commit/d7e8b53e)
-   **coverage**:
- Support `--changed` option  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#5314
[<samp>(600b4)</samp>](https://togithub.com/vitest-dev/vitest/commit/600b44d6)
-   **vitest**:
- Support `clearScreen` cli flag  -  by
[@&#8203;hi-ogawa](https://togithub.com/hi-ogawa) in
[vitest-dev/vitest#5241
[<samp>(e1735)</samp>](https://togithub.com/vitest-dev/vitest/commit/e1735fb6)

#####    🐞 Bug Fixes

- Repeatable `--project` option  -  by
[@&#8203;fenghan34](https://togithub.com/fenghan34) in
[vitest-dev/vitest#5265
[<samp>(d1a06)</samp>](https://togithub.com/vitest-dev/vitest/commit/d1a06730)
- `--inspect-brk` to pause before execution  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#5355
[<samp>(e77c5)</samp>](https://togithub.com/vitest-dev/vitest/commit/e77c553f)
- Correct locations in test.each tasks  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va)
[<samp>(4f6e3)</samp>](https://togithub.com/vitest-dev/vitest/commit/4f6e39c1)
-   **api**:
- Use resolvedUrls from devserver  -  by
[@&#8203;saitonakamura](https://togithub.com/saitonakamura) and
[@&#8203;hi-ogawa](https://togithub.com/hi-ogawa) in
[vitest-dev/vitest#5289
[<samp>(2fef5)</samp>](https://togithub.com/vitest-dev/vitest/commit/2fef5a7e)
-   **browser**:
- Add `magic-string` to `optimizeDeps.include`  -  by
[@&#8203;hi-ogawa](https://togithub.com/hi-ogawa) in
[vitest-dev/vitest#5278
[<samp>(8f04e)</samp>](https://togithub.com/vitest-dev/vitest/commit/8f04e798)
-   **coverage**:
- Expensive regexp hangs v8 report generation  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#5259
[<samp>(d68a7)</samp>](https://togithub.com/vitest-dev/vitest/commit/d68a7390)
- V8 to ignore type-only files  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#5328
[<samp>(c3eb8)</samp>](https://togithub.com/vitest-dev/vitest/commit/c3eb8deb)
- Respect source maps of pre-transpiled sources  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#5367
[<samp>(6eda4)</samp>](https://togithub.com/vitest-dev/vitest/commit/6eda473f)
- Prevent `reportsDirectory` from removing user's project  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#5376
[<samp>(07ec3)</samp>](https://togithub.com/vitest-dev/vitest/commit/07ec3779)
-   **expect**:
- Show diff on `toContain/toMatch` assertion error  -  by
[@&#8203;hi-ogawa](https://togithub.com/hi-ogawa) in
[vitest-dev/vitest#5267
[<samp>(8ee59)</samp>](https://togithub.com/vitest-dev/vitest/commit/8ee59f0d)
-   **forks**:
- Wrap `defines` to support `undefined` values  -  by
[@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#5284
[<samp>(5b58b)</samp>](https://togithub.com/vitest-dev/vitest/commit/5b58b399)
-   **typecheck**:
- Update get-tsconfig 4.7.3 to fix false circularity error  -  by
[@&#8203;hi-ogawa](https://togithub.com/hi-ogawa) in
[vitest-dev/vitest#5384
[<samp>(bdc37)</samp>](https://togithub.com/vitest-dev/vitest/commit/bdc371ee)
-   **ui**:
- Escape html in error diff  -  by
[@&#8203;hi-ogawa](https://togithub.com/hi-ogawa) in
[vitest-dev/vitest#5325
[<samp>(ab60b)</samp>](https://togithub.com/vitest-dev/vitest/commit/ab60bf8d)
-   **vitest**:
- Loosen `onConsoleLog` return type  -  by
[@&#8203;hi-ogawa](https://togithub.com/hi-ogawa) in
[vitest-dev/vitest#5337
[<samp>(6d1b1)</samp>](https://togithub.com/vitest-dev/vitest/commit/6d1b1451)
- Ensure restoring terminal cursor on close  -  by
[@&#8203;hi-ogawa](https://togithub.com/hi-ogawa) in
[vitest-dev/vitest#5292
[<samp>(0bea2)</samp>](https://togithub.com/vitest-dev/vitest/commit/0bea2247)
- Ignore timeout on websocket reporter rpc  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va)
[<samp>(38119)</samp>](https://togithub.com/vitest-dev/vitest/commit/38119b75)
- Correctly override api with --no-api flag  -  by
[@&#8203;sheremet-va](https://togithub.com/sheremet-va) in
[vitest-dev/vitest#5386
[<samp>(51d1d)</samp>](https://togithub.com/vitest-dev/vitest/commit/51d1d472)
- Logs in `beforeAll` and `afterAll`  -  by
[@&#8203;fenghan34](https://togithub.com/fenghan34) in
[vitest-dev/vitest#5288
[<samp>(ce5ca)</samp>](https://togithub.com/vitest-dev/vitest/commit/ce5ca6bf)
-   **workspace**:
- Throw error when browser mode and `@vitest/coverage-v8` are used  - 
by [@&#8203;AriPerkkio](https://togithub.com/AriPerkkio) in
[vitest-dev/vitest#5250
[<samp>(29f98)</samp>](https://togithub.com/vitest-dev/vitest/commit/29f98cd3)

#####     [View changes on
GitHub](https://togithub.com/vitest-dev/vitest/compare/v1.3.1...v1.4.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Price <thedavid@thedavidprice.com>
  • Loading branch information
renovate[bot] and thedavidprice committed Mar 27, 2024
1 parent 9d737f3 commit 2b6bafe
Show file tree
Hide file tree
Showing 42 changed files with 120 additions and 120 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -108,7 +108,7 @@
"tstyche": "1.0.0",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vitest": "1.3.1",
"vitest": "1.4.0",
"yargs": "17.7.2",
"zx": "7.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/fastify/web/package.json
Expand Up @@ -32,7 +32,7 @@
"fastify": "4.26.2",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Expand Up @@ -59,7 +59,7 @@
"pino-abstract-transport": "1.1.0",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"peerDependencies": {
"@redwoodjs/graphql-server": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Expand Up @@ -55,7 +55,7 @@
"split2": "4.2.0",
"ts-toolbelt": "9.6.0",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"peerDependencies": {
"memjs": "1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/api/package.json
Expand Up @@ -34,7 +34,7 @@
"@redwoodjs/api": "workspace:*",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/setup/package.json
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.32",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/web/package.json
Expand Up @@ -34,7 +34,7 @@
"@types/react": "^18.2.55",
"react": "18.3.0-canary-a870b2d54-20240314",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"peerDependencies": {
"@auth0/auth0-spa-js": "2.1.3"
Expand Down
Expand Up @@ -35,7 +35,7 @@
"@types/aws-lambda": "8.10.126",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.32",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
Expand Up @@ -35,7 +35,7 @@
"@types/react": "^18.2.55",
"react": "18.3.0-canary-a870b2d54-20240314",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"peerDependencies": {
"@azure/msal-browser": "2.38.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/api/package.json
Expand Up @@ -33,7 +33,7 @@
"@redwoodjs/api": "workspace:*",
"@types/aws-lambda": "8.10.126",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/web/package.json
Expand Up @@ -35,7 +35,7 @@
"@types/react": "^18.2.55",
"react": "18.3.0-canary-a870b2d54-20240314",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"peerDependencies": {
"@clerk/clerk-react": "4.30.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/custom/setup/package.json
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.32",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/api/package.json
Expand Up @@ -38,7 +38,7 @@
"@types/md5": "2.3.5",
"@types/uuid": "9.0.8",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/api/package.json
Expand Up @@ -33,7 +33,7 @@
"@redwoodjs/api": "workspace:*",
"@types/aws-lambda": "8.10.126",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/setup/package.json
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.32",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/api/package.json
Expand Up @@ -34,7 +34,7 @@
"@types/aws-lambda": "8.10.126",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/setup/package.json
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.32",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/web/package.json
Expand Up @@ -34,7 +34,7 @@
"@types/react": "^18.2.55",
"react": "18.3.0-canary-a870b2d54-20240314",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"peerDependencies": {
"netlify-identity-widget": "1.9.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/api/package.json
Expand Up @@ -34,7 +34,7 @@
"@types/aws-lambda": "8.10.126",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/web/package.json
Expand Up @@ -33,7 +33,7 @@
"@types/react": "^18.2.55",
"react": "18.3.0-canary-a870b2d54-20240314",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"peerDependencies": {
"@supabase/supabase-js": "2.39.8"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/api/package.json
Expand Up @@ -34,7 +34,7 @@
"@redwoodjs/api": "workspace:*",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"peerDependencies": {
"supertokens-node": "15.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/setup/package.json
Expand Up @@ -33,7 +33,7 @@
"@types/yargs": "17.0.32",
"memfs": "4.6.0",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/web/package.json
Expand Up @@ -34,7 +34,7 @@
"react": "18.3.0-canary-a870b2d54-20240314",
"supertokens-auth-react": "0.34.0",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"peerDependencies": {
"supertokens-auth-react": "0.34.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Expand Up @@ -48,7 +48,7 @@
"@types/yargs": "17.0.32",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -90,7 +90,7 @@
"@types/archiver": "^6",
"memfs": "4.6.0",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
Expand Up @@ -85,7 +85,7 @@ describe('netlify', () => {
it('Should update redwood.toml apiUrl', () => {
updateApiURLTask('/.netlify/functions').task()

expect(fs.readFileSync(REDWOOD_TOML_PATH)).toMatch(
expect(fs.readFileSync(REDWOOD_TOML_PATH, 'utf8')).toMatch(
/apiUrl = "\/.netlify\/functions"/,
)
})
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Expand Up @@ -55,7 +55,7 @@
"@types/yargs": "17.0.32",
"fs-extra": "11.2.0",
"tempy": "1.0.1",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Expand Up @@ -48,7 +48,7 @@
"tsx": "4.7.1",
"untildify": "4.0.0",
"uuid": "9.0.1",
"vitest": "1.3.1",
"vitest": "1.4.0",
"yargs": "17.7.2"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/forms/package.json
Expand Up @@ -43,7 +43,7 @@
"react": "18.3.0-canary-a870b2d54-20240314",
"react-dom": "18.3.0-canary-a870b2d54-20240314",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"peerDependencies": {
"react": "18.3.0-canary-a870b2d54-20240314"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Expand Up @@ -74,7 +74,7 @@
"@types/fs-extra": "11.0.4",
"graphql-tag": "2.12.6",
"tsx": "4.7.1",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/mailer/core/package.json
Expand Up @@ -26,7 +26,7 @@
"@redwoodjs/framework-tools": "workspace:*",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/prerender/package.json
Expand Up @@ -45,7 +45,7 @@
"@types/mime-types": "2.1.4",
"babel-plugin-tester": "11.0.4",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"peerDependencies": {
"react": "18.3.0-canary-a870b2d54-20240314",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-config/package.json
Expand Up @@ -37,7 +37,7 @@
"rimraf": "5.0.5",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/realtime/package.json
Expand Up @@ -42,7 +42,7 @@
"nodemon": "3.1.0",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"peerDependencies": {
"ioredis": "^5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/record/package.json
Expand Up @@ -33,7 +33,7 @@
"@babel/core": "^7.22.20",
"@prisma/internals": "5.11.0",
"esbuild": "0.20.2",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/structure/package.json
Expand Up @@ -59,7 +59,7 @@
"@types/node": "20.11.25",
"@types/vscode": "1.79.1",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Expand Up @@ -39,7 +39,7 @@
"@types/envinfo": "7.8.3",
"@types/uuid": "9.0.8",
"@types/yargs": "17.0.32",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/testing/package.json
Expand Up @@ -60,7 +60,7 @@
"@babel/core": "^7.22.20",
"jsdom": "24.0.0",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/vite/package.json
Expand Up @@ -96,7 +96,7 @@
"rollup": "4.13.0",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/web/package.json
Expand Up @@ -65,7 +65,7 @@
"react-dom": "18.3.0-canary-a870b2d54-20240314",
"tstyche": "1.0.0",
"typescript": "5.4.3",
"vitest": "1.3.1"
"vitest": "1.4.0"
},
"peerDependencies": {
"react": "18.3.0-canary-a870b2d54-20240314",
Expand Down

0 comments on commit 2b6bafe

Please sign in to comment.