chore(deps): update all non-major dependencies #517
Merged
+1,085
−529
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.2.30
->1.2.31
1.2.28
->1.2.29
^0.4.5
->^0.4.6
2.3.0
->2.3.1
1.9.0
->1.10.0
0.40.0
->0.40.1
^3.16.0
->^3.16.1
3.16.0
->3.16.1
0.5.16
->0.5.17
^5.0.3
->^5.0.5
^8.14.0
->^8.14.1
10.6.3
->10.6.5
3.0.8
->3.0.9
^3.114.0
->^3.114.2
Release Notes
barvian/number-flow (@number-flow/vue)
v0.4.6
Patch Changes
2539c4b
]:nuxt/devtools (@nuxt/devtools)
v2.3.1
Compare Source
Bug Fixes
execa
to be compatible with Node v18, fix #821 (f15c7dc)nuxt/image (@nuxt/image)
v1.10.0
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
props
in template (e2e61fa)img-attrs
andattrs
responsive (#1696)📖 Documentation
filerobot
page (ac056cc)📦 Build
nuxt/module-builder
(#1668)🏡 Chore
.nuxtrc
config (#1708)@nuxtjs/tailwindcss
(25379fb)@nuxtjs/tailwindcss
version (36fb95e)🤖 CI
❤️ Contributors
drizzle-team/drizzle-orm (drizzle-orm)
v0.40.1
Compare Source
Updates to
neon-http
for@neondatabase/[email protected]
- thanks @jawjStarting from this version, drizzle-orm will be compatible with both
@neondatabase/serverless
<1.0 and >1.0nuxt/nuxt (nuxt)
v3.16.1
Compare Source
compare changes
🔥 Performance
🩹 Fixes
mocked-exports
(#31295)typedPages
implementation (#31331)📖 Documentation
app.head
example (#31350)addServerTemplate
to modules guide (#31369)rspack
and removetest-utils
for monorepo guide (#31371)ini
syntax block highlighting for.env
files (f79fabe46)useHydration
docs (#31427)🏡 Chore
✅ Tests
srvx
and random port for remote provider (#31432)🤖 CI
❤️ Contributors
atinux/nuxt-auth-utils (nuxt-auth-utils)
v0.5.17
Compare Source
compare changes
🚀 Enhancements
🩹 Fixes
ohash
dependency (#377)❤️ Contributors
nuxt-modules/og-image (nuxt-og-image)
v5.0.5
Compare Source
🐞 Bug Fixes
View changes on GitHub
v5.0.4
Compare Source
🐞 Bug Fixes
View changes on GitHub
brianc/node-postgres (pg)
v8.14.1
Compare Source
pnpm/pnpm (pnpm)
v10.6.5
Compare Source
v10.6.4
: pnpm 10.6.4Compare Source
Patch Changes
pnpm dlx
with--allow-build
flag #9263.use-node-version
should not cause pnpm itself to break #9276.Platinum Sponsors
Gold Sponsors
vitest-dev/vitest (vitest)
v3.0.9
Compare Source
🐞 Bug Fixes
ctx.skip()
asnever
- by @sirlancelot in https://github.com/vitest-dev/vitest/issues/7608 (09f35)resolveConfig
API - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7623 (db14a)toHaveBeenCalledWith(asymmetricMatcher)
withundefined
arguments - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7624 (0fb21)getState().testPath
during collection with no isolation - by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7640 (3fb3f)coverage.all
- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7597 (422ba)buildStart
- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7652 (29f5a)removeEventListener
is bound to worker - by @joelgallant in https://github.com/vitest-dev/vitest/issues/7631 (ff42b)View changes on GitHub
cloudflare/workers-sdk (wrangler)
v3.114.2
Compare Source
Patch Changes
#8453
f90a669
Thanks @workers-devprod! - trigger dummy v3 maintenance release for testing#8500
80bbee3
Thanks @workers-devprod! - Supportno_bundle
config in Pages for bothdev
anddeploy
.This was already supported via a command line arg (
--no-bundle
).#8521
5cd32b1
Thanks @emily-shen! - fix: throw explicit error for unknown mimetype duringwrangler check startup
#8504
0192aae
Thanks @workers-devprod! - Fix Workers Assets metafiles (_headers
and_redirects
) resolution when running Wrangler from a different directoryUpdated dependencies [
f90a669
]:v3.114.1
Compare Source
Patch Changes
#8383
8d6d722
Thanks @matthewdavidrodgers! - Make kv bulk put --local respect base64:trueThe bulk put api has an optional "base64" boolean property for each key.
Before storing the key, the value should be decoded from base64.
For real (remote) kv, this is handled by the rest api. For local kv, it
seems the base64 field was ignored, meaning encoded base64 content was
stored locally rather than the raw values.
To fix, we need to decode each value before putting to the local
miniflare namespace when base64 is true.
#8273
e3efd68
Thanks @penalosa! - Support AI, Vectorize, and Images bindings when using@cloudflare/vite-plugin
#8427
a352798
Thanks @vicb! - update unenv-preset dependency to fix bug with Performance globalFixes #8407
Fixes #8409
Fixes #8411
#8390
53e6323
Thanks @GregBrimble! - Parse and apply metafiles (_headers
and_redirects
) inwrangler dev
for Workers Assets#8392
4d9d9e6
Thanks @jahands! - fix: retry zone and route lookup API callsIn rare cases, looking up Zone or Route API calls may fail due to transient errors. This change improves the reliability of
wrangler deploy
when these errors occur.Also fixes a rare issue where concurrent API requests may fail without correctly throwing an error which may cause a deployment to incorrectly appear successful.
Updated dependencies [
8242e07
,53e6323
]:Configuration
📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).
🚦 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.