-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency astro to v2.10.7 #748
Merged
Merged
Conversation
This file contains 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 Git ↗︎
|
renovate
bot
changed the title
Update dependency astro to v2.10.0
Update dependency astro to v2.10.1
Aug 3, 2023
renovate
bot
force-pushed
the
renovate/astro-2.x-lockfile
branch
from
August 3, 2023 22:03
06675e3
to
ceaa94f
Compare
renovate
bot
force-pushed
the
renovate/astro-2.x-lockfile
branch
from
August 5, 2023 19:27
ceaa94f
to
20b42e2
Compare
renovate
bot
force-pushed
the
renovate/astro-2.x-lockfile
branch
from
August 7, 2023 06:29
20b42e2
to
88699d5
Compare
renovate
bot
changed the title
Update dependency astro to v2.10.1
Update dependency astro to v2.10.2
Aug 7, 2023
renovate
bot
force-pushed
the
renovate/astro-2.x-lockfile
branch
from
August 7, 2023 19:44
88699d5
to
2580a55
Compare
renovate
bot
changed the title
Update dependency astro to v2.10.2
Update dependency astro to v2.10.3
Aug 7, 2023
renovate
bot
force-pushed
the
renovate/astro-2.x-lockfile
branch
from
August 7, 2023 21:48
2580a55
to
a0f885d
Compare
renovate
bot
force-pushed
the
renovate/astro-2.x-lockfile
branch
from
August 7, 2023 21:56
a0f885d
to
0d0ed9a
Compare
renovate
bot
force-pushed
the
renovate/astro-2.x-lockfile
branch
from
August 9, 2023 15:55
0d0ed9a
to
41c1dbd
Compare
renovate
bot
changed the title
Update dependency astro to v2.10.3
Update dependency astro to v2.10.4
Aug 9, 2023
renovate
bot
force-pushed
the
renovate/astro-2.x-lockfile
branch
from
August 9, 2023 22:09
41c1dbd
to
a4cfb50
Compare
renovate
bot
changed the title
Update dependency astro to v2.10.4
Update dependency astro to v2.10.5
Aug 10, 2023
renovate
bot
force-pushed
the
renovate/astro-2.x-lockfile
branch
from
August 10, 2023 14:19
a4cfb50
to
d4a681f
Compare
renovate
bot
changed the title
Update dependency astro to v2.10.5
Update dependency astro to v2.10.7
Aug 11, 2023
renovate
bot
force-pushed
the
renovate/astro-2.x-lockfile
branch
from
August 11, 2023 18:17
d4a681f
to
c68dd62
Compare
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.9.7
->2.10.7
Release Notes
withastro/astro (astro)
v2.10.7
Compare Source
Patch Changes
4a145c4c7
Thanks @matthewp! - Treat same pathname with different search params as different pagev2.10.6
Compare Source
Patch Changes
#8027
1b8d30209
Thanks @natemoo-re! - Ensure dev server restarts respect whenbase
is removed#8033
405913cdf
Thanks @matthewp! - Prevent script re-evaluation on page transition#8036
87d4b1843
Thanks @ematipico! - Fix a bug where the middleware entry point was passed to integrations even though the configurationbuild.excludeMiddleware
was set tofalse
.#8022
c23377caa
Thanks @bluwy! - Always return a new array instance fromgetCollection
in prod#8013
86bee2812
Thanks @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.5
Compare Source
Patch Changes
5b1e39ef6
Thanks @bluwy! - Move hoisted script analysis optimization behind theexperimental.optimizeHoistedScript
optionv2.10.4
Compare Source
Patch Changes
#8003
16161afb2
Thanks @JuanM04! - FixedEndpointOutput
types with{ encoding: 'binary' }
#7995
79376f842
Thanks @belluzj! - Fix quadratic quote escaping in nested data in island props#8007
58b121d42
Thanks @paperdave! - Support Bun by adjusting how@babel/plugin-transform-react-jsx
is imported.v2.10.3
Compare Source
Patch Changes
8e5a27b48
Thanks @natemoo-re! - Ensure injectRoute is properly handled inbuild
as well asdev
v2.10.2
Compare Source
Patch Changes
#7945
a00cfb894
Thanks @matthewp! - Fix race condition when performing swap for fallback#7983
6cd7290d2
Thanks @natemoo-re! - Fix filename generation for.astro
pages#7946
9d0070095
Thanks @andremralves! - Fix: missing CSS import when 404 server Response redirects to a custom 404 page.#7977
a4a637c8f
Thanks @bluwy! - Fix inline root resolve logic#7943
c2682a17c
Thanks @natemoo-re! - Ensure that injected routes fromnode_modules
are properly detectedv2.10.1
Compare Source
Patch Changes
#7935
6035bb35f
Thanks @natemoo-re! - Properly handle routing when multiple slashes are present in the request by collapsing them to a single/
#7936
4b6deda36
Thanks @matthewp! - Export createTransitionScope for the runtimeUpdated dependencies [
6035bb35f
]:v2.10.0
Compare Source
Minor Changes
#7861
41afb8405
Thanks @matthewp! - Persistent DOM and Islands in Experimental View TransitionsWith
viewTransitions: true
enabled in your Astro config's experimental section, pages using the<ViewTransition />
routing component can now access a newtransition:persist
directive.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:persist
to 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
c00b6f0c4
Thanks @ottomated! - Fixes an issue that prevents importing'astro/app'
#7917
1f0ee494a
Thanks @bluwy! - Prevent integration hooks from re-triggering if the server restarts on config change, but the config fails to load.#7901
00cb28f49
Thanks @bluwy! - Improve sourcemap generation and performance#7911
c264be349
Thanks @martrapp! - fix for #7882 by setting state in page navigation (view transitions)#7909
e1e958a75
Thanks @tonydangblog! - Fix: ignore.json
files nested in subdirectories within content collection directories starting with an_
underscore.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.
🔕 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.