chore(deps): update enable automerge for devdependencies (main) (major) #18
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:
^11.0.5
->^12.0.0
^6.19.8
->^7.0.0
Release Notes
withastro/adapters (@astrojs/cloudflare)
v12.1.0
Compare Source
Minor Changes
1d4e6fc
Thanks @meyer! - Addswrangler.jsonc
to the default watched config files. If a config file is specified inplatformProxy.configPath
, that file location is watched instead of the defaults.Patch Changes
a8a8ab1
Thanks @bluwy! - Removes resolving with "node" conditionto fix Vue importsv12.0.1
Compare Source
Patch Changes
70e0054
Thanks @bluwy! - Fixes setting customworkerd
andworker
conditions for the ssr environment onlyv12.0.0
Compare Source
Major Changes
#367
e02b54a
Thanks @alexanderniebuhr! - Removed support for the Squoosh image service. As the underlying librarylibsquoosh
is no longer maintained, and the image service sees very little usage we have decided to remove it from Astro.Our recommendation is to use the base Sharp image service, which is more powerful, faster, and more actively maintained.
If you are using this service, and cannot migrate to the base Sharp image service, a third-party extraction of the previous service is available here: https://github.com/Princesseuh/astro-image-service-squoosh
#367
e02b54a
Thanks @alexanderniebuhr! - Deprecates thefunctionPerRoute
optionThis option is now deprecated, and will be removed entirely in Astro v5.0. We suggest removing this option from your configuration as soon as you are able to:
import { defineConfig } from 'astro/config'; import vercel from '@​astrojs/vercel/serverless'; export default defineConfig({ // ... output: 'server', adapter: vercel({ - functionPerRoute: true, }), });
#375
e7881f7
Thanks @Princesseuh! - Updates internal code to works with Astro 5 changes to hybrid rendering. No changes are necessary to your project, apart from using Astro 5#397
776a266
Thanks @Princesseuh! - Welcome to the Astro 5 beta! This release has no changes from the latest alpha of this package, but it does bring us one step closer to the final, stable release.Starting from this release, no breaking changes will be introduced unless absolutely necessary.
To learn how to upgrade, check out the Astro v5.0 upgrade guide in our beta docs site.
#451
f248546
Thanks @ematipico! - Updates esbuild dependency to v0.24.0#392
3a49eb7
Thanks @Princesseuh! - Updates internal code for Astro 5 changes. No changes is required to your project, apart from using Astro 5Patch Changes
9cedc9b
Thanks @renovate! - InheritsplatformProxy
option types fromwrangler
nodejs/undici (undici)
v7.2.0
Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.1.1...v7.2.0
v7.1.1
Compare Source
What's Changed
request
+ "Garbage Collection" by @WTCT-TOP in https://github.com/nodejs/undici/pull/3916New Contributors
Full Changelog: nodejs/undici@v7.1.0...v7.1.1
v7.1.0
Compare Source
What's Changed
Full Changelog: nodejs/undici@v7.0.0...v7.1.0
v7.0.0
Compare Source
What's Changed
075a5cc
to9af472b
in /build by @dependabot in https://github.com/nodejs/undici/pull/33559af472b
to138d0b5
in /build by @dependabot in https://github.com/nodejs/undici/pull/3392BodyReadable.bytes
by @tsctx in https://github.com/nodejs/undici/pull/3391138d0b5
to67225d4
in /build by @dependabot in https://github.com/nodejs/undici/pull/3398duplex
docs by @Ethan-Arrowood in https://github.com/nodejs/undici/pull/342267225d4
to858234a
in /build by @dependabot in https://github.com/nodejs/undici/pull/341117e6738
to30c5be9
in /build by @dependabot in https://github.com/nodejs/undici/pull/344330c5be9
toa20e858
in /build by @dependabot in https://github.com/nodejs/undici/pull/3496a20e858
toa17f484
in /build by @dependabot in https://github.com/nodejs/undici/pull/3542a17f484
toef7b4bb
in /build by @dependabot in https://github.com/nodejs/undici/pull/3547ef7b4bb
to3cb4748
in /build by @dependabot in https://github.com/nodejs/undici/pull/3573pre-commit
dependency by @eXhumer in https://github.com/nodejs/undici/pull/3599close
on failed WebSocket connection by @eXhumer in https://github.com/nodejs/undici/pull/35663cb4748
to83b4d7b
in /build by @dependabot in https://github.com/nodejs/undici/pull/3621test/fixtures/*.pem
by @LiviaMedeiros in https://github.com/nodejs/undici/pull/3659ignoreTrailingSlash
to MockAgent and.intercept()
by @Uzlopak in https://github.com/nodejs/undici/pull/3655Configuration
📅 Schedule: Branch creation - "* 0-3 * * *" in timezone Asia/Tokyo, 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.