This repository was archived by the owner on Dec 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Update astro monorepo #65
Open
renovate
wants to merge
1
commit into
dev
Choose a base branch
from
renovate/astro-monorepo
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
0b33bdc to
9cf7181
Compare
9cf7181 to
bec145a
Compare
bec145a to
dfe469a
Compare
dfe469a to
528716d
Compare
528716d to
68631a5
Compare
68631a5 to
a271c2e
Compare
a271c2e to
c6f7ade
Compare
c6f7ade to
4d40c50
Compare
4d40c50 to
857c03d
Compare
857c03d to
8dad8dd
Compare
ec723a4 to
5ef3c3e
Compare
5ef3c3e to
fc518f4
Compare
fc518f4 to
8f11870
Compare
8f11870 to
7d7807f
Compare
7d7807f to
1efe75f
Compare
1efe75f to
75bb8e3
Compare
75bb8e3 to
126ba44
Compare
126ba44 to
72aaaa4
Compare
72aaaa4 to
470e55f
Compare
470e55f to
8a29d98
Compare
8a29d98 to
a4e5a27
Compare
a4e5a27 to
acecd2b
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
acecd2b to
a391f68
Compare
a391f68 to
1c85fed
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.16.1->^0.18.0^0.18.1->^0.19.02.1.0->2.3.21.2.1->1.4.03.1.1->3.1.3Release Notes
withastro/astro (@astrojs/image)
v0.18.0Compare Source
Minor Changes
#8294
19b8fbd11Thanks @matthewp! - @astrojs/image deprecationThe
@astrojs/imagepackage is deprecated in favor of usingastro:assets. If you are using Astro 3 you should start using the Assets package. See the upgrade guide for more information.v0.17.3Compare Source
Patch Changes
#7901
00cb28f49Thanks @bluwy! - Improve sourcemap generation and performanceUpdated dependencies [
41afb8405,c00b6f0c4,1f0ee494a,00cb28f49,c264be349,e1e958a75]:v0.17.2Compare Source
Patch Changes
#7500
e644b3465Thanks @wooseopkim! - fix: makePicturegenerate valid dev URLs#7510
4256409a9Thanks @Mrowa96! - Fix problem where image metadata generation throwed error when provided url started with /@astroimageUpdated dependencies [
9e2426f75,cdc28326c,19c2d43ea,2172dd4f0,1170877b5]:v0.17.1Compare Source
Patch Changes
#7340
9739adc91Thanks @wooseopkim! - Fix problem where filenames with spaces produce invalid srcset attributesUpdated dependencies [
30bb36371,3943fa390,7877a06d8,e314a04bf,33cdc8622,76fcdb84d,8e2923cc6,459b5bd05]:v0.17.0Compare Source
Minor Changes
39403c32fThanks @natemoo-re! - Unflags support foroutput: 'hybrid'mode, which enables pre-rendering by default. The additionalexperimental.hybridOutputflag can be safely removed from your configuration.Patch Changes
57f8d14c0,414eb19d2,a7e2b37ff,dd1a6b6c9,d72cfa7ca,144813f73,b5213654b,e3b8c6296,890a2bc98,39403c32f,101f03209]:v0.16.9Compare Source
Patch Changes
#6991
719002ca5Thanks @MoustaphaDev! - Enable experimental support for hybrid SSR with pre-rendering enabled by defaultastro.config.mjs
Then add
export const prerender = falseto any page or endpoint you want to opt-out of pre-rendering.src/pages/contact.astro
Updated dependencies [
4516d7b22,e186ecc5e,c6d7ebefd,914c439bc,e9fc2c221,075eee08f,719002ca5,fc52681ba,fb84622af,cada10a46,cd410c5eb,73ec6f6c1,410428672,763ff2d1e,c1669c001,3d525efc9]:v0.16.8Compare Source
Patch Changes
#7059
ebb40f5cbThanks @jasikpark! - Addfetchpriorityto allowedPictureattributes in@astrojs/imageUpdated dependencies [
c87d42e76,4f1073a6a]:v0.16.7Compare Source
Patch Changes
#6969
77270cc2cThanks @bluwy! - Avoid removing leading slash forbuild.assetsPrefixvalue in the build output#6952
e5bd084c0Thanks @Princesseuh! - Update allowed Sharp versions to support 0.32.0Updated dependencies [
a8a319aef,a695e44ae,367e61776,77270cc2c,895fa07d8,72c6bf01f,e5bd084c0]:v0.16.6Compare Source
Patch Changes
#6773
99479e6b9Thanks @doganalper! - Make sizes prop optional on Image componentUpdated dependencies [
60c16db6f,c12ca5ece]:v0.16.5Compare Source
Patch Changes
#6714
ff0430786Thanks @bluwy! - Addbuild.assetsPrefixoption for CDN support. If set, all Astro-generated asset links will be prefixed with it. For example, setting it tohttps://cdn.example.comwould generatehttps://cdn.example.com/_astro/penguin.123456.pnglinks.Also adds
import.meta.env.ASSETS_PREFIXenvironment variable that can be used to manually create asset links not handled by Astro.Updated dependencies [
489dd8d69,a1a4f45b5,a1108e037,8b88e4cf1,d54cbe413,4c347ab51,ff0430786,2f2e572e9,7116c021a]:v0.16.4Compare Source
Patch Changes
#6701
46ecf4662Thanks @Princesseuh! - Remove unnecessary.wasmfiles inside build output when possibleUpdated dependencies [
c0b7864a4,5e33c51a9,c2d4ae1cb,08e92f4f8,f0b732d32,a0bdf4ce2,c04ea0d43,46ecf4662]:v0.16.3Compare Source
Patch Changes
#6680
386336441Thanks @koriwi! - Invalidates cache when changing serviceEntryPointUpdated dependencies [
1f783e320,2e92e9aa9,adecda7d6,386336441,7c439868a,25cd3e574,4bf87c64f,fc0ed9c53]:v0.16.2Compare Source
Patch Changes
#6548
4685f5554Thanks @matthewp! - Use base64 encoded modules for Squoosh integrationThis moves
@astrojs/imageto use base64 encoded versions of the Squoosh wasm modules. This is in order to prevent breakage in SSR environments where your files are moved around. This will fix usage of the integration in Netlify.Updated dependencies [
9caf2a9cc,d338b6f74]:withastro/astro (@astrojs/mdx)
v0.19.7Compare Source
Patch Changes
8034edd9eThanks @bholmesdev! - Fix [Object AsyncGenerator] appearing in markup for Markdoc documentsv0.19.6Compare Source
Patch Changes
339529fc8Thanks @bholmesdev! - Bring back improved style and script handling across content collection files. This addresses bugs found in a previous release to@astrojs/markdoc.v0.19.5Compare Source
Patch Changes
#7151
ea16570b1Thanks @bluwy! - Addoptimizeoption for faster builds and rendering#7192
7851f9258Thanks @ematipico! - Detectmdxfiles using their full extension#7191
27c6e0182Thanks @bluwy! - Remove@mdx-js/rollupdependencyv0.19.4Compare Source
Patch Changes
57e65d247Thanks @bholmesdev! - Fix: revert Markdoc asset bleed changes. Production build issues were discovered that deserve a different fix.v0.19.3Compare Source
Patch Changes
f558a9e20Thanks @bholmesdev! - Improve style and script handling across content collection files. This addresses style bleed present in@astrojs/markdocv0.1.0v0.19.2Compare Source
Patch Changes
#7104
826e02890Thanks @bluwy! - Specify"files"field to only publish necessary filesUpdated dependencies [
826e02890]:v0.19.1Compare Source
Patch Changes
#6932
49514e4ceThanks @bluwy! - Upgrade shiki to v0.14.1. This updates the shiki theme colors and adds the theme name to thepretag, e.g.<pre class="astro-code github-dark">.Updated dependencies [
49514e4ce]:v0.19.0Compare Source
Minor Changes
2511d58d5Thanks @Princesseuh! - Add support for using optimized and relative images in MDX files withexperimental.assetsPatch Changes
2511d58d5]:v0.18.4Compare Source
Patch Changes
f882bc163Thanks @bholmesdev! - Fix sourcemap warnings when using Content Collections and MDX with thevite.build.sourcemapoptionv0.18.3Compare Source
Patch Changes
a98f6f418Thanks @matthewp! - Prevent body head content injection in MDX when using layoutv0.18.2Compare Source
Patch Changes
#6552
392ba3e4dThanks @bluwy! - Fix integration return typeUpdated dependencies [
90e5f87d0,f5fddafc2]:withastro/astro (@astrojs/react)
v2.3.2Compare Source
Patch Changes
531cc3e49Thanks @matthewp! - Fix missing package file regressionv2.3.1Compare Source
Patch Changes
8c0a4ed10Thanks @natemoo-re! - Fix missing export for newexperimentalReactChildrenoptionv2.3.0Compare Source
Minor Changes
#8082
16a3fdf93Thanks @matthewp! - Optionally parse React slots as React children.This adds a new configuration option for the React integration
experimentalReactChildren:With this enabled, children passed to React from Astro components via the default slot are parsed as React components.
This enables better compatibility with certain React components which manipulate their children.
v2.2.2Compare Source
Patch Changes
da517d405Thanks @SudoCat! - fix a bug where react identifierPrefix was set to null for client:only components causing React.useId to generate ids prefixed with nullv2.2.1Compare Source
Patch Changes
1c77779ddThanks @bluwy! - Fixastro-static-slothydration mismatch errorv2.2.0Compare Source
Minor Changes
#7093
3d525efc9Thanks @matthewp! - Prevent removal of nested slots within islandsThis change introduces a new flag that renderers can add called
supportsAstroStaticSlot. What this does is let Astro know that the render is sending<astro-static-slot>as placeholder values for static (non-hydrated) slots which Astro will then remove.This change is completely backwards compatible, but fixes bugs caused by combining ssr-only and client-side framework components like so:
Patch Changes
826e02890Thanks @bluwy! - Specify"files"field to only publish necessary filesv2.1.3Compare Source
Patch Changes
ca329bbcaThanks @SudoCat! - Prevent ID collisions in React.useIdv2.1.2Compare Source
Patch Changes
649d70934Thanks @matthewp! - Automatically configure redocv2.1.1Compare Source
Patch Changes
#6698
fc71c3f18Thanks @bholmesdev! - Update React README to reference the new React docs#6696
239b9a2fbThanks @matthewp! - Add use-immer as a noExternal modulewithastro/astro (@astrojs/sitemap)
v1.4.0Compare Source
Minor Changes
c258492b7Thanks @natemoo-re! - Ensure sitemap only excludes numerical pages matching/404and/500exactlyv1.3.3Compare Source
Patch Changes
dff0d0ddaThanks @andremralves! - Fix sitemap does not filter pagesv1.3.2Compare Source
Patch Changes
6ca3b5a9eThanks @alexanderniebuhr! - exported enum type to support typescript > 5.0v1.3.1Compare Source
Patch Changes
1b90a7a5dThanks @TheOtterlord! - Fix generation for static dynamic routesv1.3.0Compare Source
Minor Changes
ad907196cThanks @atilafassina! - Adds support to SSR routes to sitemap generation.v1.2.2Compare Source
Patch Changes
1ec1df126Thanks @andremralves! - Fix sitemap generation with a base pathwithastro/astro (@astrojs/tailwind)
v3.1.3Compare Source
Patch Changes
#7104
826e02890Thanks @bluwy! - Specify"files"field to only publish necessary filesUpdated dependencies [
4516d7b22,e186ecc5e,c6d7ebefd,914c439bc,e9fc2c221,075eee08f,719002ca5,fc52681ba,fb84622af,cada10a46,cd410c5eb,73ec6f6c1,410428672,763ff2d1e,c1669c001,3d525efc9]:v3.1.2Compare Source
Patch Changes
#6930
2dca81bf2Thanks @bluwy! - Update dependenciesUpdated dependencies [
a98df9374,50975f2ea,ebae1eaf8,dc062f669]: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.