-
Notifications
You must be signed in to change notification settings - Fork 39
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 ^4.16.17 - autoclosed #278
Closed
Closed
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
renovate
bot
requested review from
Tokky0425 and
goiso5
and removed request for
a team
October 15, 2024 05:06
renovate
bot
changed the title
Update dependency astro to ^4.16.3
Update dependency astro to ^4.16.5
Oct 16, 2024
renovate
bot
force-pushed
the
renovate/patch-astro-monorepo
branch
3 times, most recently
from
October 18, 2024 01:29
9d1ca63
to
63c341b
Compare
renovate
bot
changed the title
Update dependency astro to ^4.16.5
Update dependency astro to ^4.16.6
Oct 18, 2024
renovate
bot
force-pushed
the
renovate/patch-astro-monorepo
branch
from
October 23, 2024 01:11
63c341b
to
dcaf742
Compare
renovate
bot
changed the title
Update dependency astro to ^4.16.6
Update dependency astro to ^4.16.7
Oct 23, 2024
renovate
bot
force-pushed
the
renovate/patch-astro-monorepo
branch
2 times, most recently
from
October 31, 2024 01:40
ae1c67c
to
ce7be34
Compare
renovate
bot
force-pushed
the
renovate/patch-astro-monorepo
branch
from
November 1, 2024 01:01
ce7be34
to
31539ee
Compare
renovate
bot
changed the title
Update dependency astro to ^4.16.7
Update dependency astro to ^4.16.8
Nov 1, 2024
renovate
bot
force-pushed
the
renovate/patch-astro-monorepo
branch
from
November 5, 2024 00:02
31539ee
to
371125f
Compare
renovate
bot
changed the title
Update dependency astro to ^4.16.8
Update dependency astro to ^4.16.9
Nov 5, 2024
renovate
bot
force-pushed
the
renovate/patch-astro-monorepo
branch
from
November 7, 2024 00:47
371125f
to
6c2b270
Compare
renovate
bot
changed the title
Update dependency astro to ^4.16.9
Update dependency astro to ^4.16.10
Nov 7, 2024
renovate
bot
force-pushed
the
renovate/patch-astro-monorepo
branch
from
November 13, 2024 02:05
6c2b270
to
8dfdb59
Compare
renovate
bot
changed the title
Update dependency astro to ^4.16.10
Update dependency astro to ^4.16.11
Nov 13, 2024
renovate
bot
force-pushed
the
renovate/patch-astro-monorepo
branch
from
November 14, 2024 01:00
8dfdb59
to
575dc81
Compare
renovate
bot
changed the title
Update dependency astro to ^4.16.11
Update dependency astro to ^4.16.12
Nov 14, 2024
renovate
bot
changed the title
Update dependency astro to ^4.16.12
Update dependency astro to ^4.16.13
Nov 18, 2024
renovate
bot
force-pushed
the
renovate/patch-astro-monorepo
branch
2 times, most recently
from
November 21, 2024 23:36
ee89d99
to
992e191
Compare
renovate
bot
changed the title
Update dependency astro to ^4.16.13
Update dependency astro to ^4.16.14
Nov 21, 2024
renovate
bot
force-pushed
the
renovate/patch-astro-monorepo
branch
from
November 25, 2024 03:37
992e191
to
2ce2052
Compare
renovate
bot
force-pushed
the
renovate/patch-astro-monorepo
branch
from
November 27, 2024 00:44
2ce2052
to
8f2065f
Compare
renovate
bot
changed the title
Update dependency astro to ^4.16.14
Update dependency astro to ^4.16.15
Nov 27, 2024
renovate
bot
force-pushed
the
renovate/patch-astro-monorepo
branch
from
November 28, 2024 00:40
8f2065f
to
0fde51f
Compare
renovate
bot
changed the title
Update dependency astro to ^4.16.15
Update dependency astro to ^4.16.16
Nov 28, 2024
renovate
bot
changed the title
Update dependency astro to ^4.16.16
Update dependency astro to ^4.16.17
Dec 6, 2024
renovate
bot
force-pushed
the
renovate/patch-astro-monorepo
branch
from
December 6, 2024 01:54
0fde51f
to
f93d1bc
Compare
renovate
bot
changed the title
Update dependency astro to ^4.16.17
Update dependency astro to ^4.16.17 - autoclosed
Dec 18, 2024
auto-merge was automatically disabled
December 18, 2024 15:42
Pull request was closed
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:
^4.11.6
->^4.16.17
Release Notes
withastro/astro (astro)
v4.16.17
Compare Source
Patch Changes
e7d14c3
Thanks @ematipico! - Fixes an issue where thecheckOrigin
feature wasn't correctly checking thecontent-type
headerv4.16.16
Compare Source
Patch Changes
#12542
65e50eb
Thanks @kadykov! - Fix JPEG image size determination#12525
cf0d8b0
Thanks @ematipico! - Fixes an issue where withi18n
enabled, Astro couldn't render the404.astro
component for non-existent routes.v4.16.15
Compare Source
Patch Changes
b140a3f
Thanks @ematipico! - Fixes a regression where Astro was trying to accessRequest.headers
v4.16.14
Compare Source
Patch Changes
#12480
c3b7e7c
Thanks @matthewp! - Removes the default throw behavior inastro:env
#12444
28dd3ce
Thanks @ematipico! - Fixes an issue where a server island hydration script might fail case the island ID misses from the DOM.#12476
80a9a52
Thanks @florian-lefebvre! - Fixes a case where the Content Layerglob()
loader would not update when renaming or deleting an entry#12418
25baa4e
Thanks @oliverlynch! - Fix cached image redownloading if it is the first asset#12477
46f6b38
Thanks @ematipico! - Fixes an issue where the SSR build was emitting thedist/server/entry.mjs
file with an incorrect import at the top of the file/#12365
a23985b
Thanks @apatel369! - Fixes an issue whereAstro.currentLocale
was not correctly returning the locale for 404 and 500 pages.v4.16.13
Compare Source
Patch Changes
#12436
453ec6b
Thanks @martrapp! - Fixes a potential null access in the clientside router#12392
0462219
Thanks @apatel369! - Fixes an issue where scripts were not correctly injected during the build. The issue was triggered when there were injected routes with the sameentrypoint
and differentpattern
v4.16.12
Compare Source
Patch Changes
acac0af
Thanks @ematipico! - Fixes an issue where the dev server returns a 404 status code when a user middleware returns a validResponse
.v4.16.11
Compare Source
Patch Changes
#12305
f5f7109
Thanks @florian-lefebvre! - Fixes a case where the error overlay would not escape the message#12402
823e73b
Thanks @ematipico! - Fixes a case where Astro allowed to call an action without usingAstro.callAction
. This is now invalid, and Astro will show a proper error.v4.16.10
Compare Source
Patch Changes
#12311
bf2723e
Thanks @dinesh-58! - Addschecked
to the list of boolean attributes.#12363
222f718
Thanks @Fryuni! - Fixes code generated byastro add
command when adding a version of an integration other than the defaultlatest
.#12368
493fe43
Thanks @bluwy! - Improves error logs when executing commands#12355
c4726d7
Thanks @apatel369! - Improves error reporting for invalid frontmatter in MDX files during theastro build
command. The error message now includes the file path where the frontmatter parsing failed.v4.16.9
Compare Source
Patch Changes
#12333
836cd91
Thanks @imattacus! - Destroy the server response stream if async error is thrown#12358
7680349
Thanks @spacedawwwg! - HonorsinlineAstroConfig
parameter ingetViteConfig
when creating a logger#12353
35795a1
Thanks @hippotastic! - Fixes an issue in dev server watch file handling that could cause multiple restarts for a single file change.#12351
5751488
Thanks @florian-lefebvre! - Reverts a change made in4.16.6
that prevented usage ofastro:env
secrets inside middleware in SSR#12346
20e5a84
Thanks @bluwy! - Fixes sourcemap generation when prefetch is enabled#12349
1fc83d3
Thanks @norskeld! - Fixes thegetImage
options type so it properly extendsImageTransform
v4.16.8
Compare Source
Patch Changes
#12338
9ca89b3
Thanks @situ2001! - ResetsNODE_ENV
to ensure install command run in dev mode#12286
9d6bcdb
Thanks @florian-lefebvre! - Fixes a case where a warning for experimentalastro:env
support would be shown when using an adapter but not actually usingastro:env
#12342
ffc836b
Thanks @liruifengv! - Fixes a typo in the command name of the CLI#12301
0cfc69d
Thanks @apatel369! - Fixes an issue with action handler context by passing the correct context (ActionAPIContext
).#12312
5642ef9
Thanks @koyopro! - Fixes an issue where usinggetViteConfig()
returns incorrect and duplicate configuration#12245
1d4f6a4
Thanks @bmenant! - Addcomponents
property to MDXInstance type definition (RenderResult and module import)#12340
94eaeea
Thanks @ematipico! - Fixes an issue where Astro actions didn't work whenbase
was different from/
v4.16.7
Compare Source
Patch Changes
#12263
e9e8080
Thanks @Fryuni! - Fixes conflict between server islands and on-demand dynamic routes in the form of/[...rest]
or/[paramA]/[paramB]
.#12279
b781f88
Thanks @jsparkdev! - Update wrong error message#12273
c2ee963
Thanks @ascorbic! - Fixes an issue with some package managers where sites would not build if TypeScript was not installed.#12235
a75bc5e
Thanks @ematipico! - Fixes a bug where Astro Actions couldn't redirect to the correct pathname when there was a rewrite involved.#11839
ff522b9
Thanks @icaliman! - Fixes error when returning a top-levelnull
from an Astro file frontmatter#12272
388d237
Thanks @ascorbic! - Correctly handles local images when using a base path in SSRv4.16.6
Compare Source
Patch Changes
#11823
a3d30a6
Thanks @DerTimonius! - fix: improve error message when inferSize is used in local images with the Image component#12227
8b1a641
Thanks @florian-lefebvre! - Fixes a case where environment variables would not be refreshed when usingastro:env
#12239
2b6daa5
Thanks @ematipico! - BREAKING CHANGE to the experimental Container API onlyChanges the default page rendering behavior of Astro components in containers, and adds a new option
partial: false
to render full Astro pages as before.Previously, the Container API was rendering all Astro components as if they were full Astro pages containing
<!DOCTYPE html>
by default. This was not intended, and now by default, all components will render as page partials: only the contents of the components without a page shell.To render the component as a full-fledged Astro page, pass a new option called
partial: false
torenderToString()
andrenderToResponse()
:v4.16.5
Compare Source
Patch Changes
ff68ba5
Thanks @martrapp! - Fixes an issue with cssesc in dev mode when settingvite.ssr.noExternal: true
v4.16.4
Compare Source
Patch Changes
#12223
79ffa5d
Thanks @ArmandPhilippot! - Fixes a false positive reported by the dev toolbar Audit app where a label was considered missing when associated with a buttonThe
button
element can be used with a label (e.g. to create a switch) and should not be reported as an accessibility issue when used as a child of alabel
.#12199
c351352
Thanks @ematipico! - Fixes a regression in the computation ofAstro.currentLocale
#12222
fb55695
Thanks @ematipico! - Fixes an issue where the edge middleware couldn't correctly compute the client IP address when callingctx.clientAddress()
Configuration
📅 Schedule: Branch creation - "after 8am and before 5pm every weekday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.