Update astro monorepo to v2.0.2#81
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
b944a2d to
eb9ccfd
Compare
eb9ccfd to
a7f475e
Compare
a7f475e to
d41543d
Compare
e921566 to
d41543d
Compare
d41543d to
7fef1c5
Compare
7fef1c5 to
ff0d585
Compare
ff0d585 to
c0c1c94
Compare
c0c1c94 to
9028c0c
Compare
9028c0c to
178e608
Compare
178e608 to
aca46bc
Compare
aca46bc to
6bd982d
Compare
6bd982d to
f493b0d
Compare
f493b0d to
6e5cc07
Compare
6e5cc07 to
5163fab
Compare
5163fab to
a56ecf8
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0.1→2.0.22.9.7→2.10.15Release Notes
withastro/astro (@astrojs/sitemap)
v2.0.2Compare Source
Patch Changes
bee284cb7Thanks @martrapp! - docs: fix github search link in README.mdwithastro/astro (astro)
v2.10.15Compare Source
Patch Changes
3b0d805bdThanks @matthewp! - Prevent ViewTransition script from being added by mistakev2.10.14Compare Source
Patch Changes
52606a390Thanks @martrapp! - fix: View Transition: swap attributes of document's root elementv2.10.13Compare Source
Patch Changes
#8152
582132328Thanks @andremralves! - Displays a new config error ifoutDiris placed withinpublicDir.#8166
fddd4dc71Thanks @martrapp! - ViewTransitions: Fixes in the client-side router#8182
cfc465ddeThanks @martrapp! - View Transitions: self link (href="") does not trigger page reload#8171
95120efbeThanks @Princesseuh! - Fix missing type forimageConfigexport fromastro:assets#8187
273335cb0Thanks @bluwy! - Fix Astro components parent-child render order#8184
9142178b1Thanks @martrapp! - Fix: The scrolling behavior of ViewTransitions is now more similar to the expected browser behavior#8163
179796405Thanks @delucis! - Make typing ofdefineCollectionmore permissive to support advanced union and intersection typesv2.10.12Compare Source
Patch Changes
04caa99c4Thanks @lilnasy! - Fixed an issue where data entries' id included backslashes instead of forward slashes on Windows.v2.10.11Compare Source
Patch Changes
97c8760d7Thanks @andremralves! - Fix 404 response leading to an infinite loop when there is no 404 page.v2.10.10Compare Source
Patch Changes
#8127
b12c8471fThanks @natemoo-re! - Do not throw Error when users pass an object with a "type" property#8092
7177f7579Thanks @natemoo-re! - Ensure dotfiles are cleaned during static builds#8122
fa6b68a77Thanks @natemoo-re! - Improve fidelity of time stats when runningastro build#8070
097a8e4e9Thanks @lilnasy! - Fix a handful of edge cases with prerendered 404/500 pages#8123
1f6497c33Thanks @natemoo-re! - Open to configuredbasewhenastro dev --openruns#8105
0e0fa605dThanks @martrapp! - ViewTransition: bug fix for lost scroll position in browser history#8116
b290f0a99Thanks @martrapp! - On back navigation only animate view transitions that were animated going forward.#7778
d6b494376Thanks @y-nk! - Added support for optimizing remote images from authorized sources when usingastro:assets. This comes with two new parameters to specify which domains (image.domains) and host patterns (image.remotePatterns) are authorized for remote images.For example, the following configuration will only allow remote images from
astro.buildto be optimized:The following configuration will only allow remote images from HTTPS hosts:
#8109
da6e3da1cThanks @martrapp! - fix: reinsert attribute to specify direction of ViewTransition (forward / back)v2.10.9Compare Source
Patch Changes
56e7c5177Thanks @martrapp! - Handle<noscript>tags in<head>during ViewTransitionsv2.10.8Compare Source
Patch Changes
#7702
c19987df0Thanks @shishkin! - Fix AstroConfigSchema type export#8084
560e45924Thanks @hbgl! - Stream request body instead of buffering it in memory.#8066
afc45af20Thanks @Princesseuh! - Add support for non-awaited imports to the Image component andgetImage#7866
d1f7143f9Thanks @43081j! - Add second type argument to the AstroGlobal type to type Astro.self. This change will ultimately allow our editor tooling to provide props completions and intellisense for<Astro.self />#8032
3e46634fdThanks @natemoo-re! -astro addnow passes down--save-prod,--save-dev,--save-exact, and--no-saveflags for installation#8035
a12027b6aThanks @fyndor! - Removed extra double quotes from computed style in shiki code componentv2.10.7Compare Source
Patch Changes
4a145c4c7Thanks @matthewp! - Treat same pathname with different search params as different pagev2.10.6Compare Source
Patch Changes
#8027
1b8d30209Thanks @natemoo-re! - Ensure dev server restarts respect whenbaseis removed#8033
405913cdfThanks @matthewp! - Prevent script re-evaluation on page transition#8036
87d4b1843Thanks @ematipico! - Fix a bug where the middleware entry point was passed to integrations even though the configurationbuild.excludeMiddlewarewas set tofalse.#8022
c23377caaThanks @bluwy! - Always return a new array instance fromgetCollectionin prod#8013
86bee2812Thanks @martrapp! - Links with hash marks now trigger view transitions if they lead to a different page. Links to the same page do not trigger view transitions.v2.10.5Compare Source
Patch Changes
5b1e39ef6Thanks @bluwy! - Move hoisted script analysis optimization behind theexperimental.optimizeHoistedScriptoptionv2.10.4Compare Source
Patch Changes
#8003
16161afb2Thanks @JuanM04! - FixedEndpointOutputtypes with{ encoding: 'binary' }#7995
79376f842Thanks @belluzj! - Fix quadratic quote escaping in nested data in island props#8007
58b121d42Thanks @paperdave! - Support Bun by adjusting how@babel/plugin-transform-react-jsxis imported.v2.10.3Compare Source
Patch Changes
8e5a27b48Thanks @natemoo-re! - Ensure injectRoute is properly handled inbuildas well asdevv2.10.2Compare Source
Patch Changes
#7945
a00cfb894Thanks @matthewp! - Fix race condition when performing swap for fallback#7983
6cd7290d2Thanks @natemoo-re! - Fix filename generation for.astropages#7946
9d0070095Thanks @andremralves! - Fix: missing CSS import when 404 server Response redirects to a custom 404 page.#7977
a4a637c8fThanks @bluwy! - Fix inline root resolve logic#7943
c2682a17cThanks @natemoo-re! - Ensure that injected routes fromnode_modulesare properly detectedv2.10.1Compare Source
Patch Changes
#7935
6035bb35fThanks @natemoo-re! - Properly handle routing when multiple slashes are present in the request by collapsing them to a single/#7936
4b6deda36Thanks @matthewp! - Export createTransitionScope for the runtimeUpdated dependencies [
6035bb35f]:v2.10.0Compare Source
Minor Changes
#7861
41afb8405Thanks @matthewp! - Persistent DOM and Islands in Experimental View TransitionsWith
viewTransitions: trueenabled in your Astro config's experimental section, pages using the<ViewTransition />routing component can now access a newtransition:persistdirective.With this directive, you can keep the state of DOM elements and islands on the old page when transitioning to the new page.
For example, to keep a video playing across page navigation, add
transition:persistto the element:This
<video>element, with its current state, will be moved over to the next page (if the video also exists on that page).Likewise, this feature works with any client-side framework component island. In this example, a counter's state is preserved and moved to the new page:
See our View Transitions Guide to learn more on usage.
Patch Changes
#7821
c00b6f0c4Thanks @ottomated! - Fixes an issue that prevents importing'astro/app'#7917
1f0ee494aThanks @bluwy! - Prevent integration hooks from re-triggering if the server restarts on config change, but the config fails to load.#7901
00cb28f49Thanks @bluwy! - Improve sourcemap generation and performance#7911
c264be349Thanks @martrapp! - fix for #7882 by setting state in page navigation (view transitions)#7909
e1e958a75Thanks @tonydangblog! - Fix: ignore.jsonfiles nested in subdirectories within content collection directories starting with an_underscore.Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.