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:
^0.21.0
->^0.22.0
2.0.0-next.24.2
->2.0.0-next.rc.0
6.12.1
->6.12.2
22.5.4
->22.7.6
8.57.0
->8.57.1
4.21.0
->4.21.1
0.4.0
->0.4.3
3.13.1
->3.13.2
1.3.4
->1.4.1
0.6.6
->0.6.8
5.6.2
->5.6.3
2.1.0
->2.1.3
Release Notes
kubernetes-client/javascript (@kubernetes/client-node)
v0.22.1
Compare Source
What's Changed
New Contributors
Full Changelog: kubernetes-client/javascript@0.22.0...0.22.1
v0.22.0
Compare Source
What's Changed
client/javascript/pull/1876
New Contributors
Full Changelog: kubernetes-client/javascript@0.21.0...0.22.0
nimiq/core-js (@nimiq/core)
v2.0.0-next.rc.0
Compare Source
v2.0.0-next.24.4
Compare Source
v2.0.0-next.24.3
Compare Source
nuxt-modules/tailwindcss (@nuxtjs/tailwindcss)
v6.12.2
Compare Source
compare changes
🩹 Fixes
modules:done
serverMiddleware race condition (9d42549)📖 Documentation
🏡 Chore
❤️ Contributors
eslint/eslint (eslint)
v8.57.1
Compare Source
expressjs/express (express)
v4.21.1
Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.0...4.21.1
nuxt/nuxt (nuxt)
v3.13.2
Compare Source
✅ 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
🩹 Fixes
propsDestructure
by default (#28830)route
has enumerable keys (#28841)asyncData
(#28842)ssr: false
(#28834)injectAtEnd
to reduce circular auto-imports (#28822)buildDir
for unimport (#28899)<NuxtErrorBoundary>
(#28901)modules
array (#28922)filePath
(#28925)runWithContext
generic (#28926)inheritAttrs: false
for fragment components (#28939)<script>
blocks (4fd24381c)isNuxtMajorVersion
export (#29016)useError
(#28996)💅 Refactors
vite:preloadError
event (#28862)📖 Documentation
useFetch
parameter signature (#28993)🏡 Chore
noUncheckedSideEffectImports
(#28903)pending triage
to blank issues (#28923)htmlnano
+ pin workflow deps (#28946)✅ Tests
route
in template (#28967)🤖 CI
❤️ Contributors
unjs/ofetch (ofetch)
v1.4.1
Compare Source
compare changes
🩹 Fixes
method
andquery
/params
from fetch options (#451)response._bodyInit
as fallback for react-native and qq (#398)🏡 Chore
✅ Tests
❤️ Contributors
v1.4.0
Compare Source
compare changes
🚀 Enhancements
retryDelay
with callback function (#372)$fetch.create
(#401)options.headers
andoptions.query
(#436)🩹 Fixes
node
export condition (#407)fetch
(#377)📖 Documentation
🌊 Types
agent
anddispatcher
options (node-specific) (#308)🏡 Chore
Too Early
status (#426)✅ Tests
🤖 CI
❤️ Contributors
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.6.8
Compare Source
v0.6.7
Compare Source
@plugin
and@config
in v4 (#316)microsoft/TypeScript (typescript)
v5.6.3
Compare Source
vitest-dev/vitest (vite-node)
v2.1.3
Compare Source
🐞 Bug Fixes
toBeNaN, toBeUndefined, toBeNull, toBeTruthy, toBeFalsy
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6697 (e0027)/mockServiceWorker.js
instead of/__vitest_msw__
- by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6687 (4b2ce)toMatchObject
diff - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6620 (d289e)<empty line>
logs when interleavingconsole.log/error
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6644 (9ece3)fast-glob
instead oftinyglobby
in Vitest - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/6688 (70baa)🏎 Performance
View changes on GitHub
v2.1.2
Compare Source
🐞 Bug Fixes
Vitest.setServer
to postconfigureServer
hook to enable import analysis for workspace config loading - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6584 (e7f35)BenchmarkResult.samples
array to reduce memory usage - by @hi-ogawa and @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6541 (a6407)data:
protocol on preview provider file upload - by @userquin in https://github.com/vitest-dev/vitest/issues/6501 (e9821)*.astro
by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6565 (f8ff7)cleanOnRerun: false
to invalidate previous results - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/6592 (88bde)toBeDefined
withexpect.poll
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6562 (f7da6)--cpu-prof
and--heap-prof
not working by default - by @AriPerkkio in https://github.com/vitest-dev/vitest/pull/6555 (2e4d894)beforeAll
failed - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6524 (fb797)onTestFinished
andonTestFailed
duringretry
andrepeats
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6609 (c5e29)--standalone
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/6577 (d0bf8)View changes on GitHub
v2.1.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.