fix(deps): update dependency astro to v4.4.0 #474
Merged
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:
4.3.6->4.4.0Release Notes
withastro/astro (astro)
v4.4.0Compare Source
Minor Changes
#9614
d469bebd7b45b060dc41d82ab1cf18ee6de7e051Thanks @matthewp! - Improves Node.js streaming performance.This uses an
AsyncIterableinstead of aReadableStreamto do streaming in Node.js. This is a non-standard enhancement by Node, which is done only in that environment.#10001
748b2e87cd44d8bcc1ab9d7e504703057e2000cdThanks @bholmesdev! - Removes content collection warning when a configured collection does not have a matching directory name. This should resolvei18ncollection warnings for Starlight users.This also ensures configured collection names are always included in
getCollection()andgetEntry()types even when a matching directory is absent. We hope this allows users to discover typos during development by surfacing type information.#10074
7443929381b47db0639c49a4d32aec4177bd9102Thanks @Princesseuh! - Add a UI showing the list of found problems when using the audit app in the dev toolbar#10099
b340f8fe3aaa81e38c4f1aa41498b159dc733d86Thanks @martrapp! - Fixes a regression where view transition names containing special characters such as spaces or punctuation stopped working.Regular use naming your transitions with
transition: nameis unaffected.However, this fix may result in breaking changes if your project relies on the particular character encoding strategy Astro uses to translate
transition:namedirectives into values of the underlying CSSview-transition-nameproperty. For example,Welcome to Astrois now encoded asWelcome_20to_20Astro_2e.This mainly affects spaces and punctuation marks but no Unicode characters with codes >= 128.
#9976
91f75afbc642b6e73dd4ec18a1fe2c3128c68132Thanks @OliverSpeir! - Adds a new optionalastro:assetsimage attributeinferSizefor use with remote images.Remote images can now have their dimensions inferred just like local images. Setting
inferSizetotrueallows you to usegetImage()and the<Image />and<Picture />components without setting thewidthandheightproperties.v4.3.7Compare Source
Patch Changes
#9857
73bd900754365b006ee730df9f379ba924e5b3faThanks @iamyunsin! - Fixes false positives in the dev overlay audit when multiplerolevalues exist.#10075
71273edbb429b5afdba6f8ee14681b66e4c09eccThanks @lilnasy! - Improves error messages for island hydration.#10072
8106178043050d142bf385bed2990730518f28e2Thanks @lilnasy! - Clarifies error messages in endpoint routing.#9971
d9266c4467ca0faa1213c1a5995164e5655ab375Thanks @mingjunlu! - Fixes an issue where ReadableStream wasn't canceled in dev modeConfiguration
📅 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.
🔕 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.