chore(deps): update all non-major dependencies #64
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.7.3
->^3.12.1
^1.2.1
->^1.2.5
^2.9.1
->^2.9.3
^22.7.4
->^22.10.2
^18.3.11
->^18.3.18
^18.3.0
->^18.3.5
^0.63.3
->^0.65.3
^4.3.2
->^4.3.4
^5.1.4
->^5.2.1
^2.3.1
->^2.3.3
^2.1.2
->^2.1.8
^11.1.0
->^11.3.0
^9.6.1
->^9.9.2
^9.12.0
->^9.17.0
^10.24.2
->^10.25.3
^1.8.1
->^1.8.2
^1.9.1
->^1.9.3
^4.0.4
->^4.1.1
^2.7.0
->^2.8.1
^8.3.0
->^8.3.5
^5.6.2
->^5.7.2
^0.63.3
->^0.65.3
^0.27.4
->^0.28.0
^5.4.8
->^5.4.11
^0.8.7
->^0.10.6
^0.32.3
->^0.32.4
^2.10.2
->^2.11.0
^2.1.2
->^2.1.8
^3.5.11
->^3.5.13
^4.4.5
->^4.5.0
^2.1.6
->^2.2.0
Release Notes
antfu/eslint-config (@antfu/eslint-config)
v3.12.1
Compare Source
No significant changes
View changes on GitHub
v3.12.0
Compare Source
🚀 Features
@eslint-react/eslint-plugin
to ^1.19.0 - by @Rel1cx in https://github.com/antfu/eslint-config/issues/642 (a0a82)View changes on GitHub
v3.11.2
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.11.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.11.0
Compare Source
🐞 Bug Fixes
antfu/no-top-level-await
for Astro - by @kidonng in https://github.com/antfu/eslint-config/issues/638 (40ee7)View changes on GitHub
v3.10.0
Compare Source
🚀 Features
perfectionist
to v4 - by @antfu (667c4)View changes on GitHub
v3.9.2
Compare Source
🚀 Features
View changes on GitHub
v3.9.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v3.8.0
Compare Source
🚀 Features
View changes on GitHub
preactjs/preset-vite (@preact/preset-vite)
v2.9.3
Compare Source
What's Changed
Full Changelog: preactjs/preset-vite@2.9.2...2.9.3
v2.9.2
Compare Source
Maintenance
unocss/unocss (@unocss/reset)
v0.65.3
Compare Source
🚀 Features
PresetFactoryAwaitable
type todefinePreset
- by @zyyv in https://github.com/unocss/unocss/issues/4349 (26145)cache
on generator - by @antfu (69908)🐞 Bug Fixes
View changes on GitHub
v0.65.2
Compare Source
🚀 Features
important
option - by @zyyv in https://github.com/unocss/unocss/issues/4338 (dd850)🐞 Bug Fixes
🏎 Performance
getThemeColor
- by @zyyv in https://github.com/unocss/unocss/issues/4324 (aafa3)View changes on GitHub
v0.65.1
Compare Source
🐞 Bug Fixes
vue-scope
, close #4310 - by @antfu in https://github.com/unocss/unocss/issues/4310 (daf08)View changes on GitHub
v0.65.0
Compare Source
If you are interested, please read our upgrade introduction 🌟🌟🌟.
🚨 Breaking Changes
new UnoGenerator
, makecreateGenerator()
async - by @antfu in https://github.com/unocss/unocss/issues/4268 (5420b)resolvePreset
andresolvePresets
now returns promise - by @antfu in https://github.com/unocss/unocss/issues/4294 (0f987)🚀 Features
legacyColorSpace
option - by @zyyv in https://github.com/unocss/unocss/issues/4301 (fd13b)🐞 Bug Fixes
View changes on GitHub
v0.64.1
Compare Source
No significant changes
View changes on GitHub
v0.64.0
Compare Source
🚨 Breaking Changes
🐞 Bug Fixes
marker
- by @zyyv in https://github.com/unocss/unocss/issues/4221 (df370)/
- by @zyyv in https://github.com/unocss/unocss/issues/4225 (a9ada)View changes on GitHub
v0.63.6
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.63.5
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v0.63.4
Compare Source
🐞 Bug Fixes
c9d2e01
, fix #4189 - by @antfu in https://github.com/unocss/unocss/issues/4189 (cbf68)View changes on GitHub
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.4
Compare Source
Add Vite 6 to peerDependencies range
Vite 6 is highly backward compatible, not much to add!
Force Babel to output spec compliant import attributes #386
The default was an old spec (
with type: "json"
). We now enforce spec compliant (with { type: "json" }
)v4.3.3
Compare Source
React Compiler runtimeModule option removed
React Compiler was updated to accept a
target
option andruntimeModule
was removed. vite-plugin-react will still detectruntimeModule
for backwards compatibility.When using a custom
runtimeModule
ortarget !== '19'
, the plugin will not try to pre-optimizereact/compiler-runtime
dependency.The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.1
v5.2.0
v5.1.5
hash
to replacecreateHash
(#460) (de88394), closes #460vitejs/vite-plugin-vue2 (@vitejs/plugin-vue2)
v2.3.3
Compare Source
v2.3.2
Compare Source
Features
vitest-dev/vitest (@vitest/ui)
v2.1.8
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.7
Compare Source
🐞 Bug Fixes
pnpm.overrides
or yarn resolutions to override thevite
version in thevitest
package - the APIs are compatible.View changes on GitHub
v2.1.6
Compare Source
🚀 Features
View changes on GitHub
v2.1.5
Compare Source
🐞 Bug Fixes
dangerouslyIgnoreUnhandledErrors
without base reporter - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6808 (0bf0a)unhandledRejection
even when base reporter is not used - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6812 (8878b)sequence.concurrent
from theRuntimeConfig
type - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6880 (6af73).poll
,.element
,.rejects
/.resolves
, andlocator.*
weren't awaited - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6877 (93b67)Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.