This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
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:
^2.10.15
->^3.1.1
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
withastro/astro (astro)
v3.1.1
Compare Source
Patch Changes
#8580
8d361169b
Thanks @rishi-raj-jain! - add hide to style & script generated for island#8568
95b5f6280
Thanks @Princesseuh! - Fix small types issues related toastro:assets
's AVIF support andgetImage
#8579
0586e20e8
Thanks @rishi-raj-jain! - show redirect symbol as of the pagev3.1.0
Compare Source
Minor Changes
#8467
ecc65abbf
Thanks @Princesseuh! - Add a newimage.endpoint
setting to allow using a custom endpoint in dev and SSR#8518
2c4fc878b
Thanks @Princesseuh! - Adds support for using AVIF (.avif
) files with the Image component. Importing an AVIF file will now correctly return the same object shape as other image file types. See the Image docs for more information on the different properties available on the returned object.#8464
c92e0acd7
Thanks @Princesseuh! - Add types for the object syntax forstyle
(ex:style={{color: 'red'}}
)Patch Changes
#8532
7522bb491
Thanks @bluwy! - Improve markdown rendering performance by sharing processor instance#8537
f95febf96
Thanks @martrapp! - bugfix checking media-type in client-side router#8536
b85c8a78a
Thanks @Princesseuh! - Improved error messages aroundastro:assets
#7607
45364c345
Thanks @FineWolf! - AddCollectionKey
,ContentCollectionKey
, andDataCollectionKey
exports toastro:content
Updated dependencies [
d93987824
,7522bb491
]:v3.0.13
Compare Source
Patch Changes
#8484
78b82bb39
Thanks @bb010g! - fix(astro): add support forsrc/content/config.mts
files#8504
5e1099f68
Thanks @ematipico! - Minify the HTML of the redicts emitted during the build.#8480
644825845
Thanks @yamanoku! - Do not add type="text/css" to inline style tag#8472
fa77fa63d
Thanks @matthewp! - Prevent client:only styles from being removed in dev (View Transitions)#8506
23f9536de
Thanks @mascii! - chore: correct description ofattribute
option inscopedStyleStrategy
#8505
2db9762eb
Thanks @martrapp! - Restore horizontal scroll position on history navigation (view transitions)#8461
435b10549
Thanks @rdwz! - Fix lang unspecified code blocks (markdownlint MD040)#8492
a6a516d94
Thanks @xiBread! - fix(types): makeimage.service
optional#8522
43bc5f2a5
Thanks @martrapp! - let view transitions handle same origin redirects#8491
0ca332ba4
Thanks @martrapp! - Bugfixes for back navigation in the view transition client-side routerv3.0.12
Compare Source
Patch Changes
7eea37a07
Thanks @matthewp! - Fix multi-layout head injectionv3.0.11
Compare Source
Patch Changes
#8441
f66053a1e
Thanks @martrapp! - Only transition between pages where both have ViewTransitions enabled#8443
0fa483283
Thanks @the-dijkstra! - Fix "Cannot read properties of null" error in CLI codeUpdated dependencies [
f3f62a5a2
]:v3.0.10
Compare Source
Patch Changes
#8437
b3cf1b327
Thanks @Princesseuh! - Fix imports of images with uppercased file extensions not working#8440
b92d066b7
Thanks @natemoo-re! - Fix issue whererenderToFinalDestination
would throw in internal Astro codev3.0.9
Compare Source
Patch Changes
#8351
7d95bd9ba
Thanks @lilnasy! - Fixed a case where dynamic imports tried to preload inlined stylesheets.#8353
1947ef7a9
Thanks @elevatebart! - Astro will now skip asset optimization when there is a query in the import. Instead, it will let vite deal with it using plugins.#8424
61ad70fdc
Thanks @itsmatteomanf! - Fixes remote assets caching logic to not use expired assets#8306
d2f2a11cd
Thanks @jacobthesheep! - Support detecting Bun when logging messages with package manager information.#8414
5126c6a40
Thanks @Princesseuh! - Fix missing type forimageConfig
export fromastro:assets
#8416
48ff7855b
Thanks @Princesseuh! - Installing will no longer fail when Sharp can't be installed#8418
923a443cb
Thanks @bluwy! - Fix markdown page HMR#8332
8935b3b46
Thanks @martrapp! - Fix scroll position when navigating back from page w/o ViewTransitionsv3.0.8
Compare Source
Patch Changes
#8388
362491b8d
Thanks @natemoo-re! - Properly handleBEFORE_HYDRATION_SCRIPT
generation, fixing MIME type error on hydration.#8370
06e7256b5
Thanks @itsmatteomanf! - Removed extra curly brace.v3.0.7
Compare Source
Patch Changes
#8366
c5633434f
Thanks @natemoo-re! - UpdatechunkFileNames
to avoid emitting invalid characters#8367
405ad9501
Thanks @Princesseuh! - Fixtsc
complaining about imports of.astro
files in specific cases#8357
6b1e79814
Thanks @itsmatteomanf! - Added counter to show progress for assets image generation.Fixed small unit of measurement error.
Updated dependencies [
0ce0720c7
]:v3.0.6
Compare Source
Patch Changes
#8276
d3a6f9f83
Thanks @FredKSchott! - Sanitize route params for leading and trailing slashes#8339
f21599671
Thanks @martrapp! - Respect the download attribute in links when using view transitionsv3.0.5
Compare Source
Patch Changes
#8327
5f3a44aee
Thanks @natemoo-re! - Improveastro info
command formatting, allow users to copy info automatically#8320
b21038c19
Thanks @ematipico! - Exclude redirects from split entry points#8331
7a894eec3
Thanks @matthewp! - Prevent View Transition fallback from waiting on looping animations#8231
af41b03d0
Thanks @justinbeaty! - Fixes scroll behavior when using View Transitions by enablingmanual
scroll restorationv3.0.4
Compare Source
Patch Changes
#8324
0752cf368
Thanks @matthewp! - Prevent React hook call warnings when used with MDXWhen React and MDX are used in the same project, if the MDX integration is added before React, previously you'd get a warning about hook calls.
This makes it so that the MDX integration's JSX renderer is last in order.
v3.0.3
Compare Source
Patch Changes
d4a6ab733
Thanks @ematipico! - Correctly retrive middleware when using it in SSR enviroments.v3.0.2
Compare Source
Patch Changes
d9bd7cf5c
Thanks @Princesseuh! - Fixtsc
errors insideastro/components/index.ts
v3.0.1
Compare Source
Patch Changes
#8484
78b82bb39
Thanks @bb010g! - fix(astro): add support forsrc/content/config.mts
files#8504
5e1099f68
Thanks @ematipico! - Minify the HTML of the redicts emitted during the build.#8480
644825845
Thanks @yamanoku! - Do not add type="text/css" to inline style tag#8472
fa77fa63d
Thanks @matthewp! - Prevent client:only styles from being removed in dev (View Transitions)#8506
23f9536de
Thanks @mascii! - chore: correct description ofattribute
option inscopedStyleStrategy
#8505
2db9762eb
Thanks @martrapp! - Restore horizontal scroll position on history navigation (view transitions)#8461
435b10549
Thanks @rdwz! - Fix lang unspecified code blocks (markdownlint MD040)#8492
a6a516d94
Thanks @xiBread! - fix(types): makeimage.service
optional#8522
43bc5f2a5
Thanks @martrapp! - let view transitions handle same origin redirects#8491
0ca332ba4
Thanks @martrapp! - Bugfixes for back navigation in the view transition client-side routerv3.0.0
Compare Source
Major Changes
#8188
d0679a666
Thanks @ematipico! - Remove support for Node 16. The lowest supported version by Astro and all integrations is now v18.14.1. As a reminder, Node 16 will be deprecated on the 11th September 2023.#8188
364d861bd
Thanks @ematipico! - Removed automatic flattening ofgetStaticPaths
result..flatMap
and.flat
should now be used to ensure that you're returning a flat array.#8113
2484dc408
Thanks @Princesseuh! - This import alias is no longer included by default with astro:assets. If you were using this alias with experimental assets, you must convert them to relative file paths, or create your own import aliases.Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone CET, 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.