#123389ca89b3 Thanks @situ2001! - Resets NODE_ENV to ensure install command run in dev mode
#122869d6bcdb Thanks @florian-lefebvre! - Fixes a case where a warning for experimental astro:env support would be shown when using an adapter but not actually using astro:env
Changes 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 to renderToString() and renderToResponse():
import { experimental_AstroContainer as AstroContainer } from 'astro/container';
import Card from '../src/components/Card.astro';
#123389ca89b3 Thanks @situ2001! - Resets NODE_ENV to ensure install command run in dev mode
#122869d6bcdb Thanks @florian-lefebvre! - Fixes a case where a warning for experimental astro:env support would be shown when using an adapter but not actually using astro:env
Changes 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 to renderToString() and renderToResponse():
Bumps the npm-deps group with 9 updates in the / directory:
3.1.6
3.2.1
5.1.1
5.1.2
4.15.9
4.16.8
11.7.0
11.11.11
3.4.13
3.4.14
7.18.0
8.12.2
8.14.4
8.15.7
8.57.1
9.14.0
0.33.1
1.3.0
Updates
@astrojs/sitemap
from 3.1.6 to 3.2.1Release notes
Sourced from
@astrojs/sitemap
's releases.Changelog
Sourced from
@astrojs/sitemap
's changelog.Commits
6df5bba
[ci] release (#12225)07754f5
fix(sitemap): add missingxslURL
property toSitemapOptions
type (#12156)34d7952
[ci] release (#12098)fbe1bc5
feat(sitemap): add xslURL to enable styling (#11485)11ebf3b
chore: move node and vercel to adapters repo (#11866)87ce238
[ci] format70945dd
refactor: enforce node prefix (#11723)72c7ae9
update formatter config (#11640)87c179a
chore: bump@typescript-eslint/no-unused-vars
to error internally (#11173)edd35d3
fix(deps): update dependency sitemap to v8 (#11321)Updates
@astrojs/tailwind
from 5.1.1 to 5.1.2Release notes
Sourced from
@astrojs/tailwind
's releases.Changelog
Sourced from
@astrojs/tailwind
's changelog.Commits
582f12e
[ci] release (#12148)8e500f2
Addcss
keyword to Tailwind integration (#12161)2594eb0
fix(deps): update all non-major dependencies (#12003)Updates
astro
from 4.15.9 to 4.16.8Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
5f7bf49
[ci] release (#12290)ffc836b
Fix cli command typo (#12342)c414eec
[ci] format9ca89b3
fix(cli): resetNODE_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 (...Updates
framer-motion
from 11.7.0 to 11.11.11Changelog
Sourced from framer-motion's changelog.
... (truncated)
Commits
1ed8397
v11.11.114cd1527
Updating changelogf3468b3
Merge pull request #2852 from framer/fix/double-mount-updatec3593da
Fixing1e7f9df
Fix double .update() call on mountc02ec5a
v11.11.101232e7c
Updating changelog1cf39c7
Merge pull request #2845 from framer/fix/ssr-will-change0325534
Updating test5507ae3
RefactorUpdates
tailwindcss
from 3.4.13 to 3.4.14Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
c616fb9
3.4.14b570e2b
Don't setdisplay: none
on elements that usehidden="until-found"
(#14625)Updates
@typescript-eslint/parser
from 7.18.0 to 8.12.2Release notes
Sourced from
@typescript-eslint/parser
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser
's changelog.... (truncated)
Commits
4af866a
chore(release): publish 8.12.21edec1d
chore(release): publish 8.12.13413a2d
chore(release): publish 8.12.079c27a8
chore(release): publish 8.11.08d35958
chore: enable eslint-plugin-perfectionist on typescript-estree package (#9852)7effdea
chore(release): publish 8.10.0f9c49e3
feat: support TypeScript 5.6 (#9972)4666ed4
chore(release): publish 8.9.0f898248
chore(release): publish 8.8.12055cfb
chore(release): publish 8.8.0Updates
cspell
from 8.14.4 to 8.15.7Release notes
Sourced from cspell's releases.
... (truncated)
Changelog
Sourced from cspell's changelog.
Commits
9decdc4
v8.15.7fa9d2df
v8.15.6dba3a8a
fix: Workflow Bot -- Update Dictionaries (main) (#6451)5f974b2
v8.15.5e76a12e
fix: include AL dictionary by default (#6425)d3f1d09
chore: upgrade to tinyglobby 0.2.10 (#6419)27882ec
v8.15.41672c99
fix: Ignore negative globs in ignore patterns. (#6388)2c24d62
v8.15.355c29fb
fix: correctly handle excludes infiles
(#6375)Updates
eslint
from 8.57.1 to 9.14.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.