5f7bf49
[ci] release (#12290)ecc4402
fix(deps): update all non-major dependencies (#12316)1d4f6a4
fix(@astro/mdx
): add components property to RenderResult
type definition (#12...2edcad1
fix(deps): update all non-major dependencies (#12266)5ab2d98
fix(deps): update all non-major dependencies (#12218)Sourced from astro's releases.
astro@4.16.8
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/
Sourced from astro's changelog.
4.16.8
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/
5f7bf49
[ci] release (#12290)ffc836b
Fix cli command typo (#12342)c414eec
[ci] format9ca89b3
fix(cli): reset NODE_ENV
to ensure install command run in
dev mode (#12338)e2056c2
[ci] formatea85546
Fix base not working with server actions (#12280)413503e
Update image error messages (#12331)feb87c2
[ci] format5642ef9
Fix: The problem getViteConfig() duplicates some config (#12312)0cfc69d
fix(actions): pass actionAPIContext to action handler instead of
APIContext (...