#6956367e61776 Thanks @lilnasy! - Changed where various parts of the build pipeline look to decide if a page should be prerendered. They now exclusively consider PageBuildData, allowing integrations to participate in the decision.
#696977270cc2c Thanks @bluwy! - Avoid removing leading slash for build.assetsPrefix value in the build output
#6910895fa07d8 Thanks @natemoo-re! - Inline process.env boolean values (0, 1, true, false) during the build. This helps with DCE and allows for better export const prerender detection.
#6956367e61776 Thanks @lilnasy! - Changed where various parts of the build pipeline look to decide if a page should be prerendered. They now exclusively consider PageBuildData, allowing integrations to participate in the decision.
#696977270cc2c Thanks @bluwy! - Avoid removing leading slash for build.assetsPrefix value in the build output
#6910895fa07d8 Thanks @natemoo-re! - Inline process.env boolean values (0, 1, true, false) during the build. This helps with DCE and allows for better export const prerender detection.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps astro from 2.3.3 to 2.3.4.
Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
297a1da
[ci] release (#6954)77270cc
Avoid removing leading slash forbuild.assetsPrefix
(#6969)72c6bf0
Fix content render imports flow (#6958)a8a319a
Fixastro-entry
error on build with multiple JSX frameworks (#6967)5371efe
Improve undici fetch failed errors in tests (#6960)a695e44
fix(types): Fix getImage type requesting for a second parameter (#6961)980246f
[ci] formatabcefe5
Implement tests for integrations mutating prerendering (#6957)367e617
Make prerendering decision based onPageBuildData
instead of `BuildInternal...895fa07
fix: inline process.env boolean values (0, 1, false, true) (#6910)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)