chore(deps): update all non-major dependencies #763
Merged
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:
1.1.24
->1.2.0
1.1.114
->1.2.2
1.3.14
->1.4.2
0.5.2
->0.5.7
0.5.2
->0.5.7
0.7.2
->0.8.0
1.7.0
->1.8.0
3.13.0
->3.13.1
0.8.3
->0.8.4
3.13.0
->3.13.1
3.14.1
->3.14.2
1.4.1
->1.4.2
3.13.0
->3.13.1
2.0.3
->2.1.0
5.1.2
->5.1.3
2.0.5
->2.1.1
11.7.1
->11.10.2
9.9.0
->9.10.0
3.13.0
->3.13.1
3.0.0-rc.65
->3.0.2
9.8.0
->9.10.0
5.5.4
->5.6.2
5.4.2
->5.4.5
2.0.5
->2.1.1
3.4.38
->3.5.5
4.4.3
->4.4.5
2.0.29
->2.1.6
Release Notes
nuxt/devtools (@nuxt/devtools-kit)
v1.4.2
Compare Source
Bug Fixes
v1.4.1
Compare Source
Bug Fixes
v1.4.0
Compare Source
Features
host-client
utility (167373c)1.3.14 (2024-08-20)
1.3.13 (2024-08-20)
1.3.12 (2024-08-20)
1.3.11 (2024-08-20)
1.3.10 (2024-08-20)
Bug Fixes
Features
1.3.9 (2024-07-02)
Bug Fixes
client.revision
to trigger state editor update (418a22e)ofetch
forfast-npm-meta
(4188f8d)1.3.8 (2024-07-02)
Performance Improvements
npm-registry-fetch
, save install size (3d74691)1.3.7 (2024-06-27)
Bug Fixes
Features
Performance Improvements
npm-registry-fetch
instead ofpacote
to deduce the package size (a049c52)1.3.6 (2024-06-21)
Features
1.3.5 (2024-06-21)
Bug Fixes
1.3.4 (2024-06-21)
Bug Fixes
1.3.3 (2024-06-04)
Bug Fixes
@vue/devtools-*
(4c79fac)1.3.2 (2024-05-27)
Bug Fixes
1.3.1 (2024-05-10)
Bug Fixes
nuxt/eslint (@nuxt/eslint)
v0.5.7
Compare Source
🚀 Features
@types/eslint
- by @antfu (a24f3)View changes on GitHub
v0.5.6
Compare Source
🚀 Features
config.configFile
, use relative path to resolve, fix #495 - by @antfu in https://github.com/nuxt/eslint/issues/495 (a4ab4)View changes on GitHub
v0.5.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.5.4
Compare Source
🚀 Features
View changes on GitHub
v0.5.3
Compare Source
No significant changes
View changes on GitHub
nuxt/fonts (@nuxt/fonts)
v0.8.0
Compare Source
compare changes
🚀 Enhancements
googleicons
provider (#133)🩹 Fixes
💅 Refactors
📖 Documentation
🏡 Chore
compatibilityDate
field (bd6a7da)✅ Tests
❤️ Contributors
nuxt/image (@nuxt/image)
v1.8.0
Compare Source
compare changes
🚀 Enhancements
getImage
(#1428)🩹 Fixes
<NuxtImg>
(#1445)default: undefined
(#1450)❤️ Contributors
v1.7.1
Compare Source
compare changes
🩹 Fixes
cover
tolfill
mode (#1355)@nuxt/module-builder
(#1439)ro
(#1441)💅 Refactors
<NuxtImg>
to SFC (#1435)<NuxtPicture>
to SFC (#1432)import.meta.*
properties (#1440)📖 Documentation
🏡 Chore
type: module
(04cd4cc)compatibilityDate
(8e2a01a)❤️ Contributors
nuxt/nuxt (@nuxt/kit)
v3.13.1
Compare Source
👀 Highlights
Although this is a patch release, there are two features I'd love to draw your attention to.
useId
now uses a built-in Vue composable for stable ids between server + client! https://github.com/nuxt/nuxt/pull/28285experimental.buildCache
feature now allows for quicker app rebuilds https://github.com/nuxt/nuxt/pull/28726As always, feedback is appreciated 🙏 ❤️
✅ Upgrading
As usual, our recommendation for upgrading is to run:
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🔥 Performance
ServerPlaceholder
for ssr client components (#28563)🩹 Fixes
serverDir
relative to root (#28700)MiddlewareKey
(#28676)NuxtLink
(#28738)NuxtOptions
as well as config (#28747)CookieStore
events (#28760)appConfig
with non-iterable objects (#28773)isNuxtError
type inference (#28814)💅 Refactors
useId
(#28285)📖 Documentation
query
returned value fromuseRoute()
(#28743)--frozen-lockfile
when installing dependencies (#28794)🏡 Chore
tinyexec
internally (#28684)tinyglobby
internally (#28686)✅ Tests
❤️ Contributors
nuxt/module-builder (@nuxt/module-builder)
v0.8.4
Compare Source
compare changes
🩹 Fixes
nuxt/schema
augment (2a20ed0)❤️ Contributors
nuxt/test-utils (@nuxt/test-utils)
v3.14.2
Compare Source
compare changes
🔥 Performance
tinyexec
to run commands (#939)🩹 Fixes
📖 Documentation
🏡 Chore
vitest-environment-nuxt
(e30c044cf)@nuxtjs/i18n
separately (3d8955d36)compatibilityDate
in fixtures (7723f969c)tinyexec
stdout (2b50cfee0)❤️ Contributors
nuxtlabs/studio-module (@nuxthq/studio)
v2.1.0
Compare Source
3c9876e
)c5df173
)vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.1.3
__VUE_OPTIONS_API__
(acb57c9), closes #438vitest-dev/vitest (@vitest/coverage-v8)
v2.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v2.1.0
Compare Source
This release makes another big change to the Browser Mode by introducing locators API:
You can use either vitest-browser-vue, vitest-browser-svelte or vitest-browser-react to render components and make assertions using locators. Locators are also available on the
page
object from@vitest/browser/context
.🚀 Features
userEvent.upload
in playwright provider - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6442 (cf148)--inspect
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6433 (0499a)--inspect-brk
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6434 (7ab0f)--exclude-after-remap
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6309 (5932a){ spy: true }
instead of a factory - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6289 (95f02)vi.advanceTimersToNextFrame
- by @bnjm and @sheremet-va in https://github.com/vitest-dev/vitest/issues/6347 (8ff63)🐞 Bug Fixes
index
file - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6266 (081cf)expect.getState().testPath
always returns correct path - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6472 (ac698)Configuration
📅 Schedule: Branch creation - "every weekend" (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.
This PR was generated by Mend Renovate. View the repository job log.