vitest
vitest copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
faker-js/faker (@faker-js/faker)
v8.4.1
- JSDocs improvements
v8.4.0
Features
- helpers: add support for complex intermediate types (#2550) (24482a3)
- number: add parameter
fractionDigitsin float (#1855) (41d8778) - person: add job titles for fr (#2531) (ba28ab6)
Bug Fixes
- finance: correct VG IBAN format (#2552) (b8049d1)
- internet: username method to return value that always includes… (#2506) (0ee1c67)
- locale: incomplete airline names in zh_CN (#2558) (5525b55)
- number: improve float generation for precisions of form 10^-n (#2581) (39c715d)
8.3.1 (2023-11-14)
Bug Fixes
v8.3.1
v8.3.0
Features
Bug Fixes
- date: ensures correct range for birthdate (#2535) (7ce8c28)
- finance: maskedNumber has incorrect defaults (#2494) (e0ba50b)
- locale: improve Swedish phone numbers format (#2520) (e4865df)
Changed Locales
New Locales
rollup/plugins (@rollup/plugin-json)
v6.1.0
2023-12-12
Features
- feat: add
includeArbitraryNamesoption (#1641)
unocss/unocss (@unocss/reset)
v0.58.5
🚀 Features
🐞 Bug Fixes
- attributify: Add some missing types for jsx - by @xsjcTony in https://github.com/unocss/unocss/issues/3529 (8505f)
- preset-wind: Handle pseudo selector correctly when using
importantstring option - by @Jungzl in https://github.com/unocss/unocss/issues/3544 (c3ab3) - webpack: HMR not work on Windows - by @anyesu in https://github.com/unocss/unocss/issues/3495 (2ac03)
View changes on GitHub
v0.58.4
🚀 Features
- preset-wind: Add
importantoption - by @xsjcTony in https://github.com/unocss/unocss/issues/3484 (0ba92)
🐞 Bug Fixes
- Certain inputs causing regex matching to hang - by @lewisl9029 in https://github.com/unocss/unocss/issues/3500 (a361d)
- attributify:
- Add
positiontype for jsx - by @xsjcTony in https://github.com/unocss/unocss/issues/3528 (cb084)
- Add
- nuxt:
- Disable nuxt inlineStyles by default, #3472 - by @antfu in https://github.com/unocss/unocss/issues/3472 (5cee5)
- preset-icons:
- preset-legacy-compat:
- Update default value - by @zyyv in https://github.com/unocss/unocss/issues/3486 (07a67)
- preset-mini:
- Missing place-items - by @Simon-He95 in https://github.com/unocss/unocss/issues/3526 (fd4cb)
- Order custom container variants as given - by @gllms in https://github.com/unocss/unocss/issues/3496 (30209)
- transformer-directives:
- Resolve selector group - by @zoeyzhao19 in https://github.com/unocss/unocss/issues/3485 (e5c1f)
View changes on GitHub
v0.58.3
🚀 Features
- Introduce legacy-compat preset - by @antfu and Simon He in https://github.com/unocss/unocss/issues/3480 (61b5d)
- preset-mini: Add
appearance-autoutility - by @navorite in https://github.com/unocss/unocss/issues/3470 (7c34b) - preset-wind: Add
svh,lvhanddvhvalues to default theme - by @navorite and @antfu in https://github.com/unocss/unocss/issues/3469 (7ec12)
🐞 Bug Fixes
- nuxt: Temporary revert #3448 - by @zyyv and @antfu in https://github.com/unocss/unocss/issues/3482 and https://github.com/unocss/unocss/issues/3448 (b3905)
View changes on GitHub
v0.58.2
🚀 Features
- vscode: Introduce
strictAnnotationMatchand turn on by default, close #3278 - by @antfu in https://github.com/unocss/unocss/issues/3278 (8cbe6)
🐞 Bug Fixes
- preset-wind: Add missing coma for Jello animation keyframes - by @abensur in https://github.com/unocss/unocss/issues/3466 (532cc)
View changes on GitHub
v0.58.1
🚀 Features
- nuxt:
- Inject uno.css adjustable - by @zyyv in https://github.com/unocss/unocss/issues/3448 (da0e4)
- preset-mini:
- Support css variable defaultValue - by @zyyv in https://github.com/unocss/unocss/issues/3453 (b6014)
- Support
size-*shorthand - by @Mini-ghost, @zyyv and @antfu in https://github.com/unocss/unocss/issues/3425 (7623e) - Add
gap-(col - by @​yheuhtozr and @​antfu [<samp>(row)-)</samp>](https://togithub.com/unocss/unocss/commit/row)-shorthands (#3423)) - Support new color notation using css variables for compatibility - by @LeekJay and @antfu in https://github.com/unocss/unocss/issues/3437 (e9dcc)
- vscode:
- Add rem to px preview on selection style - by @zoeyzhao19 in https://github.com/unocss/unocss/issues/3464 (526c1)
🐞 Bug Fixes
- eslint-plugin:
- Provide correct docs link, close #3461 - by @antfu in https://github.com/unocss/unocss/issues/3461 (f55cd)
- preset-attributify:
- Nested attribute parsing - by @2hu12 and @zyyv in https://github.com/unocss/unocss/issues/3275 (a8d00)
- Remove StringNumberComposition type for better perf - by @zhiyuanzmj and @zyyv in https://github.com/unocss/unocss/issues/3459 (f3b58)
- vscode:
- RegisterUnocss cache rules - by @Simon-He95 in https://github.com/unocss/unocss/issues/3428 (0ccde)
View changes on GitHub
v0.58.0
🚨 Breaking Changes
- preset-mini:
- Use
prefixoption to prefix tagged pseudo parent - by @chu121su12 in https://github.com/unocss/unocss/issues/3366 (6e179) - Prioritize length instead of color - by @chu121su12 in https://github.com/unocss/unocss/issues/3353 (235c3)
- Use
- preset-mini,preset-wind:
- Fix broken
color/opacitysyntax - by @chu121su12 in https://github.com/unocss/unocss/issues/3359 (3eeac)
- Fix broken
- reset:
- Update reset files - by @chu121su12 in https://github.com/unocss/unocss/issues/3402 (1742c)
🚀 Features
- Use alternative of str.match - by @chu121su12 in https://github.com/unocss/unocss/issues/3400 (93574)
- preset-mini:
- Add text-pretty css property - by @quecot in https://github.com/unocss/unocss/issues/3378 (fe3fa)
- Update group data variant - by @chu121su12 and @zyyv in https://github.com/unocss/unocss/issues/3403 (15e43)
- preset-wind:
- Remove experimental marker from
@hover- by @chu121su12 in https://github.com/unocss/unocss/issues/3401 (da399)
- Remove experimental marker from
- transformer-compile-class:
- Add
alwaysHashoption, workaround #2366 - by @evanryuu and @antfu in https://github.com/unocss/unocss/issues/3173 and https://github.com/unocss/unocss/issues/2366 (08e23)
- Add
🐞 Bug Fixes
- Shadow does not take into account custom color - by @Scrum in https://github.com/unocss/unocss/issues/3391 (859ca)
- directives:
- Resolve scoped css - by @zyyv in https://github.com/unocss/unocss/issues/3383 (f5a10)
- eslint-plugin:
blocklistrule cant match variants - by @chizukicn in https://github.com/unocss/unocss/issues/3370 (db19a)
- inspector:
- Codemirror matched utilities miss highlight - by @zyyv in https://github.com/unocss/unocss/issues/3394 (c0049)
- Provide valid matched selectors - by @auvred, @antfu and @zyyv in https://github.com/unocss/unocss/issues/3377 (ef981)
- preset-mini:
- Let negate variant negate negative numbers & functions - by @chu121su12 in https://github.com/unocss/unocss/issues/3399 (13094)
- Fix wrong match/replace from #3399 - by @chu121su12 and @zyyv in https://github.com/unocss/unocss/issues/3404 and https://github.com/unocss/unocss/issues/3399 (5120d)
- vite:
- Wrong import in dev.ts module - by @userquin in https://github.com/unocss/unocss/issues/3385 (811cc)
- vscode:
- Path resolve on filesystem config - by @gnimmelf and @antfu in https://github.com/unocss/unocss/issues/3376 (efe4f)
🏎 Performance
- vscode: Maximize the hit cache and reduce the use of findup in registerUnocss - by @Simon-He95 in https://github.com/unocss/unocss/issues/3409 (edb5d)
View changes on GitHub
v0.57.7
🚀 Features
- core: Preset support blocklist - by @chizukicn in https://github.com/unocss/unocss/issues/3363 (1ce68)
🐞 Bug Fixes
- vite: Compatible with legacy Vite on
transformIndexHtml, fix #3357 - by @antfu in https://github.com/unocss/unocss/issues/3357 (49b34)
View changes on GitHub
v0.57.6
🚀 Features
- preset-mini, preset-wind: Use separate theme for some rule colors - by @chu121su12 in https://github.com/unocss/unocss/issues/3354 (b399c)
🐞 Bug Fixes
- transformer-attributify-jsx-babel: Deps type - by @ityuany and @antfu in https://github.com/unocss/unocss/issues/3345 (1355e)
- vscode: Root equal empty array - by @Simon-He95 in https://github.com/unocss/unocss/issues/3348 (d07f6)
View changes on GitHub
v0.57.5
🚀 Features
🐞 Bug Fixes
- vscode: RootRegisterAuto broken - by @Simon-He95 in https://github.com/unocss/unocss/issues/3337 (175c6)
View changes on GitHub
vite-pwa/assets-generator (@vite-pwa/assets-generator)
v0.2.4
🐞 Bug Fixes
- Use root base path in apple splash screens when not configured - by @userquin in https://github.com/vite-pwa/assets-generator/issues/36 (e9fad)
View changes on GitHub
v0.2.3
🚀 Features
- Add html head options to CLI - by @userquin in https://github.com/vite-pwa/assets-generator/issues/33 (e9b15)
View changes on GitHub
v0.2.2
🚀 Features
- Custom source image for apple dark splash screens - by @userquin in https://github.com/vite-pwa/assets-generator/issues/31 (7dbc0)
🐞 Bug Fixes
- Apple dark splash screens always generated - by @userquin in https://github.com/vite-pwa/assets-generator/issues/30 (99411)
View changes on GitHub
v0.2.1
🐞 Bug Fixes
- Use image buffer for apple splash screens - by @userquin in https://github.com/vite-pwa/assets-generator/issues/26 (5b622)
View changes on GitHub
v0.2.0
🚨 Breaking Changes
- Refactor api - by @userquin in https://github.com/vite-pwa/assets-generator/issues/25 (f0a73)
View changes on GitHub
v0.1.0
🚨 Breaking Changes
- Add api support - by @userquin in https://github.com/vite-pwa/assets-generator/issues/24 (6bc85)
View changes on GitHub
vite-pwa/vitepress (@vite-pwa/vitepress)
v0.3.1
🚀 Features
- Add support for 'script-defer' injectRegister option - by @userquin in https://github.com/vite-pwa/vitepress/issues/27 (104db)
[View changes on GitHub](https
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
Deploy Preview for fastidious-cascaron-4ded94 ready!
| Name | Link |
|---|---|
| Latest commit | 1ff48de1383d89636a5bd32d6ec90c2da3a3a9f2 |
| Latest deploy log | https://app.netlify.com/sites/fastidious-cascaron-4ded94/deploys/65cb8cdd1bb77f0007293339 |
| Deploy Preview | https://deploy-preview-5123--fastidious-cascaron-4ded94.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.
While testing Vite v5.1 locally, I found some mysterious difference in the debug log:
cd test/vite-node
# main
$ VITE_TEST_WATCHER_DEBUG=1 npx vite-node --watch ./src/watch/index.js
test 1
[debug] watcher is ready
# vite 5.1
$ VITE_TEST_WATCHER_DEBUG=1 npx vite-node --watch ./src/watch/index.js
[debug] watcher is ready
[debug] watcher is ready
test 1
This probably makes editFile come too early and the test misses watcher somehow:
https://github.com/vitest-dev/vitest/blob/7d9b1fb02338beef048487ef07f6083aa5559106/test/vite-node/test/cli.test.ts#L44-L47
While testing Vite v5.1 locally, I found some mysterious difference in the debug log:
Yeah, the same issue happens in CI here. The watcher doesn't emit the correct ready event. In Vite Runtime I can wait for a specific file to be ready, but I am not sure how to communicate it here 🤔