Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
20b2930
`pnpx @astrojs/upgrade alpha`
delucis Dec 18, 2025
79e91ff
Zod default => prefault
delucis Dec 18, 2025
238ae1a
More Zod updates (all optional I think? no type errors on these)
delucis Dec 18, 2025
6559a2e
Fix collections not using `defineCollection()`
delucis Dec 18, 2025
24b802e
Upgrade to Alpha 3
matthewp Dec 19, 2025
bc26563
Merge branch 'main' into chris/v6-alpha
delucis Dec 29, 2025
b4ab151
Upgrade to Alpha 4
delucis Dec 29, 2025
61eae31
Update to beta
delucis Jan 21, 2026
296d44a
Merge branch 'main' into chris/v6-alpha
delucis Jan 21, 2026
7cc2ebd
`pnpm dedupe`
delucis Jan 21, 2026
234afc7
Use the preview release
matthewp Jan 27, 2026
35d168d
Merge branch 'main' into chris/v6-alpha
matthewp Jan 27, 2026
2fc5bc6
Increase allowed memory
matthewp Jan 27, 2026
a889718
Use the newest preview
matthewp Jan 27, 2026
ab563c4
Revert "Use the newest preview"
matthewp Jan 27, 2026
2d54b0d
Use latest preview
matthewp Jan 27, 2026
b3666c5
Upgrade to beta.5
matthewp Jan 28, 2026
a3d8ea6
Try lowering memory limits back down
delucis Jan 28, 2026
472f366
Bring back memory limit bump
delucis Jan 28, 2026
cda3652
Bring back memory limit bump
delucis Jan 28, 2026
8811881
update astro
ematipico Jan 29, 2026
fd9b17f
update astro libs
ematipico Feb 5, 2026
53411a4
Update .gitignore
delucis Feb 5, 2026
239ff0b
Merge branch 'main' into chris/v6-alpha
delucis Feb 25, 2026
14b1c4f
Update to latest betas
delucis Feb 25, 2026
ce2d6c4
`pnpm dedupe`
delucis Feb 25, 2026
cffcb09
Use netlify PR
matthewp Feb 26, 2026
337d5f0
Update astro to 6.0.0-beta.16 and @astrojs/netlify to 7.0.0-beta.11
matthewp Feb 26, 2026
dbb7f47
Merge branch 'main' into chris/v6-alpha
matthewp Feb 26, 2026
f048ce1
Test with old netlify adapter version
matthewp Feb 26, 2026
618053e
Try preview
matthewp Feb 26, 2026
01cea07
Upgrade to latest
matthewp Feb 26, 2026
d05a417
Merge branch 'main' into chris/v6-alpha
delucis Feb 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build.environment]
NODE_OPTIONS = "--max-old-space-size=4096"

[[plugins]]
package = "@netlify/plugin-lighthouse"

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.10",
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/netlify": "^6.6.4",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/check": "0.9.7-beta.1",
"@astrojs/mdx": "5.0.0-beta.9",
"@astrojs/netlify": "7.0.0-beta.12",
"@astrojs/rss": "4.0.15-beta.4",
"@astrojs/sitemap": "3.6.1-beta.3",
"@astrojs/tailwind": "^6.0.2",
"@biomejs/biome": "2.4.4",
"@netlify/plugin-lighthouse": "^6.0.4",
"@preact/signals-core": "^1.13.0",
"@tailwindcss/container-queries": "^0.1.1",
"@types/node": "^24.10.15",
"astro": "^5.18.0",
"astro": "6.0.0-beta.17",
"astro-embed": "^0.12.0",
"astro-expressive-code": "^0.41.7",
"astro-icon": "^1.1.5",
Expand Down
Loading