This repository was archived by the owner on Sep 19, 2023. It is now read-only.
📎 Update dependency astro to v3 #106
Open
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.1Compare Source
Patch Changes
#8580
8d361169bThanks @rishi-raj-jain! - add hide to style & script generated for island#8568
95b5f6280Thanks @Princesseuh! - Fix small types issues related toastro:assets's AVIF support andgetImage#8579
0586e20e8Thanks @rishi-raj-jain! - show redirect symbol as of the pagev3.1.0Compare Source
Minor Changes
#8467
ecc65abbfThanks @Princesseuh! - Add a newimage.endpointsetting to allow using a custom endpoint in dev and SSR#8518
2c4fc878bThanks @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
c92e0acd7Thanks @Princesseuh! - Add types for the object syntax forstyle(ex:style={{color: 'red'}})Patch Changes
#8532
7522bb491Thanks @bluwy! - Improve markdown rendering performance by sharing processor instance#8537
f95febf96Thanks @martrapp! - bugfix checking media-type in client-side router#8536
b85c8a78aThanks @Princesseuh! - Improved error messages aroundastro:assets#7607
45364c345Thanks @FineWolf! - AddCollectionKey,ContentCollectionKey, andDataCollectionKeyexports toastro:contentUpdated dependencies [
d93987824,7522bb491]:v3.0.13Compare Source
Patch Changes
#8484
78b82bb39Thanks @bb010g! - fix(astro): add support forsrc/content/config.mtsfiles#8504
5e1099f68Thanks @ematipico! - Minify the HTML of the redicts emitted during the build.#8480
644825845Thanks @yamanoku! - Do not add type="text/css" to inline style tag#8472
fa77fa63dThanks @matthewp! - Prevent client:only styles from being removed in dev (View Transitions)#8506
23f9536deThanks @mascii! - chore: correct description ofattributeoption inscopedStyleStrategy#8505
2db9762ebThanks @martrapp! - Restore horizontal scroll position on history navigation (view transitions)#8461
435b10549Thanks @rdwz! - Fix lang unspecified code blocks (markdownlint MD040)#8492
a6a516d94Thanks @xiBread! - fix(types): makeimage.serviceoptional#8522
43bc5f2a5Thanks @martrapp! - let view transitions handle same origin redirects#8491
0ca332ba4Thanks @martrapp! - Bugfixes for back navigation in the view transition client-side routerv3.0.12Compare Source
Patch Changes
7eea37a07Thanks @matthewp! - Fix multi-layout head injectionv3.0.11Compare Source
Patch Changes
#8441
f66053a1eThanks @martrapp! - Only transition between pages where both have ViewTransitions enabled#8443
0fa483283Thanks @the-dijkstra! - Fix "Cannot read properties of null" error in CLI codeUpdated dependencies [
f3f62a5a2]:v3.0.10Compare Source
Patch Changes
#8437
b3cf1b327Thanks @Princesseuh! - Fix imports of images with uppercased file extensions not working#8440
b92d066b7Thanks @natemoo-re! - Fix issue whererenderToFinalDestinationwould throw in internal Astro codev3.0.9Compare Source
Patch Changes
#8351
7d95bd9baThanks @lilnasy! - Fixed a case where dynamic imports tried to preload inlined stylesheets.#8353
1947ef7a9Thanks @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
61ad70fdcThanks @itsmatteomanf! - Fixes remote assets caching logic to not use expired assets#8306
d2f2a11cdThanks @jacobthesheep! - Support detecting Bun when logging messages with package manager information.#8414
5126c6a40Thanks @Princesseuh! - Fix missing type forimageConfigexport fromastro:assets#8416
48ff7855bThanks @Princesseuh! - Installing will no longer fail when Sharp can't be installed#8418
923a443cbThanks @bluwy! - Fix markdown page HMR#8332
8935b3b46Thanks @martrapp! - Fix scroll position when navigating back from page w/o ViewTransitionsv3.0.8Compare Source
Patch Changes
#8388
362491b8dThanks @natemoo-re! - Properly handleBEFORE_HYDRATION_SCRIPTgeneration, fixing MIME type error on hydration.#8370
06e7256b5Thanks @itsmatteomanf! - Removed extra curly brace.v3.0.7Compare Source
Patch Changes
#8366
c5633434fThanks @natemoo-re! - UpdatechunkFileNamesto avoid emitting invalid characters#8367
405ad9501Thanks @Princesseuh! - Fixtsccomplaining about imports of.astrofiles in specific cases#8357
6b1e79814Thanks @itsmatteomanf! - Added counter to show progress for assets image generation.Fixed small unit of measurement error.
Updated dependencies [
0ce0720c7]:v3.0.6Compare Source
Patch Changes
#8276
d3a6f9f83Thanks @FredKSchott! - Sanitize route params for leading and trailing slashes#8339
f21599671Thanks @martrapp! - Respect the download attribute in links when using view transitionsv3.0.5Compare Source
Patch Changes
#8327
5f3a44aeeThanks @natemoo-re! - Improveastro infocommand formatting, allow users to copy info automatically#8320
b21038c19Thanks @ematipico! - Exclude redirects from split entry points#8331
7a894eec3Thanks @matthewp! - Prevent View Transition fallback from waiting on looping animations#8231
af41b03d0Thanks @justinbeaty! - Fixes scroll behavior when using View Transitions by enablingmanualscroll restorationv3.0.4Compare Source
Patch Changes
#8324
0752cf368Thanks @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.3Compare Source
Patch Changes
d4a6ab733Thanks @ematipico! - Correctly retrive middleware when using it in SSR enviroments.v3.0.2Compare Source
Patch Changes
d9bd7cf5cThanks @Princesseuh! - Fixtscerrors insideastro/components/index.tsv3.0.1Compare Source
Patch Changes
#8484
78b82bb39Thanks @bb010g! - fix(astro): add support forsrc/content/config.mtsfiles#8504
5e1099f68Thanks @ematipico! - Minify the HTML of the redicts emitted during the build.#8480
644825845Thanks @yamanoku! - Do not add type="text/css" to inline style tag#8472
fa77fa63dThanks @matthewp! - Prevent client:only styles from being removed in dev (View Transitions)#8506
23f9536deThanks @mascii! - chore: correct description ofattributeoption inscopedStyleStrategy#8505
2db9762ebThanks @martrapp! - Restore horizontal scroll position on history navigation (view transitions)#8461
435b10549Thanks @rdwz! - Fix lang unspecified code blocks (markdownlint MD040)#8492
a6a516d94Thanks @xiBread! - fix(types): makeimage.serviceoptional#8522
43bc5f2a5Thanks @martrapp! - let view transitions handle same origin redirects#8491
0ca332ba4Thanks @martrapp! - Bugfixes for back navigation in the view transition client-side routerv3.0.0Compare Source
Major Changes
#8188
d0679a666Thanks @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
364d861bdThanks @ematipico! - Removed automatic flattening ofgetStaticPathsresult..flatMapand.flatshould now be used to ensure that you're returning a flat array.#8113
2484dc408Thanks @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.