Skip to content
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

Updates... #67

Merged
merged 27 commits into from
Nov 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d979b8f
feat(overlay): Match the design's animations, shadows and general sty…
Princesseuh Nov 8, 2023
14e586c
fix(vue): vue regular script block exports not being recognized insid…
minht11 Nov 8, 2023
653ad93
[ci] release (#8989)
astrobot-houston Nov 8, 2023
100b61a
Use jpeg source files as fallback rather than converting to png (#9010)
jasikpark Nov 8, 2023
26b1484
feat(assets): Add property to image services to control which propert…
Princesseuh Nov 8, 2023
f0031b0
feat(assets): Delete original assets unused outside of the optimizati…
Princesseuh Nov 8, 2023
3c17b59
[ci] format
Princesseuh Nov 8, 2023
23c9a30
Fix Lit integration hydration ordering (#9018)
augustjk Nov 8, 2023
38e21d1
Support prefetch in core (#8951)
bluwy Nov 8, 2023
1ecc9aa
feat(overlay): Add click to go to editor for audits (#9016)
Princesseuh Nov 8, 2023
c5010aa
Light/dark theming for shikiji's codeblocks (#8903)
horo-fox Nov 8, 2023
143bacf
feat: experimental i18n routing (#8974)
ematipico Nov 8, 2023
8a51afd
[ci] format
ematipico Nov 8, 2023
fda3a02
Support form submissions in the ViewTransitions router (#8963)
matthewp Nov 8, 2023
b093794
[ci] format
matthewp Nov 8, 2023
f5bdfa2
Integration defined middleware (#8869)
matthewp Nov 8, 2023
78b8b76
[ci] format
matthewp Nov 8, 2023
29b83e9
fix(assets): Use uint8arrays instead of Buffer in code that can run o…
Princesseuh Nov 9, 2023
4e63467
Remove empty changeset (#9030)
TheOtterlord Nov 9, 2023
4e9f171
fix(i18n): fallback index when routing is prefix-always (#9032)
ematipico Nov 9, 2023
bd2d494
fix(config types): routingStrategy is optional (#9034)
lilnasy Nov 9, 2023
5b16619
fix(i18n): names of the functions should match the RFC (#9035)
ematipico Nov 9, 2023
3e1239e
Content Collection cache (experimental) (#8854)
natemoo-re Nov 9, 2023
1eb5d7f
[ci] format
natemoo-re Nov 9, 2023
db4d0c1
chore: Update docs for TS 5 presets (#9025)
bennycode Nov 9, 2023
4ce20b6
[ci] update lockfile (#8950)
astrobot-houston Nov 9, 2023
83c8870
[ci] release (#9021)
astrobot-houston Nov 9, 2023
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
5 changes: 0 additions & 5 deletions .changeset/eighty-ladybugs-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-toes-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-oranges-bathe.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tricky-clocks-end.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.4.3"
"astro": "^3.5.0"
}
}
4 changes: 2 additions & 2 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.3",
"@astrojs/mdx": "^1.1.4",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.3",
"astro": "^3.4.3"
"astro": "^3.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^3.4.3"
"astro": "^3.5.0"
},
"peerDependencies": {
"astro": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"@astrojs/alpinejs": "^0.3.1",
"@types/alpinejs": "^3.7.2",
"alpinejs": "^3.12.3",
"astro": "^3.4.3"
"astro": "^3.5.0"
}
}
4 changes: 2 additions & 2 deletions examples/framework-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/lit": "^3.0.2",
"@astrojs/lit": "^3.0.3",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^3.4.3",
"astro": "^3.5.0",
"lit": "^2.8.0"
}
}
4 changes: 2 additions & 2 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@astrojs/react": "^3.0.4",
"@astrojs/solid-js": "^3.0.2",
"@astrojs/svelte": "^4.0.3",
"@astrojs/vue": "^3.0.3",
"astro": "^3.4.3",
"@astrojs/vue": "^3.0.4",
"astro": "^3.5.0",
"preact": "^10.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@preact/signals": "^1.2.1",
"astro": "^3.4.3",
"astro": "^3.5.0",
"preact": "^10.17.1"
}
}
2 changes: 1 addition & 1 deletion examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@astrojs/react": "^3.0.4",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "^3.4.3",
"astro": "^3.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^3.0.2",
"astro": "^3.4.3",
"astro": "^3.5.0",
"solid-js": "^1.7.11"
}
}
2 changes: 1 addition & 1 deletion examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/svelte": "^4.0.3",
"astro": "^3.4.3",
"astro": "^3.5.0",
"svelte": "^4.2.0"
}
}
4 changes: 2 additions & 2 deletions examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/vue": "^3.0.3",
"astro": "^3.4.3",
"@astrojs/vue": "^3.0.4",
"astro": "^3.5.0",
"vue": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^6.0.3",
"astro": "^3.4.3"
"astro": "^3.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^3.4.3"
"astro": "^3.5.0"
},
"peerDependencies": {
"astro": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^6.0.3",
"astro": "^3.4.3",
"astro": "^3.5.0",
"html-minifier": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.4.3"
"astro": "^3.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/non-html-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.4.3"
"astro": "^3.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.4.3"
"astro": "^3.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@astrojs/node": "^6.0.3",
"@astrojs/svelte": "^4.0.3",
"astro": "^3.4.3",
"astro": "^3.5.0",
"svelte": "^4.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/view-transitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"devDependencies": {
"@astrojs/tailwind": "^5.0.2",
"@astrojs/node": "^6.0.3",
"astro": "^3.4.3"
"astro": "^3.5.0"
}
}
2 changes: 1 addition & 1 deletion examples/with-markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.7.1",
"astro": "^3.4.3"
"astro": "^3.5.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-markdown-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdown-remark": "^3.3.0",
"astro": "^3.4.3",
"@astrojs/markdown-remark": "^3.4.0",
"astro": "^3.5.0",
"hast-util-select": "^5.0.5",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.4.3"
"astro": "^3.5.0"
}
}
4 changes: 2 additions & 2 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.3",
"@astrojs/mdx": "^1.1.4",
"@astrojs/preact": "^3.0.1",
"astro": "^3.4.3",
"astro": "^3.5.0",
"preact": "^10.17.1"
}
}
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.0.1",
"@nanostores/preact": "^0.5.0",
"astro": "^3.4.3",
"astro": "^3.5.0",
"nanostores": "^0.9.3",
"preact": "^10.17.1"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.3",
"@astrojs/mdx": "^1.1.4",
"@astrojs/tailwind": "^5.0.2",
"@types/canvas-confetti": "^1.6.0",
"astro": "^3.4.3",
"astro": "^3.5.0",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.6.0",
"postcss": "^8.4.28",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^3.4.3",
"astro": "^3.5.0",
"vite-plugin-pwa": "0.16.4",
"workbox-window": "^7.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^3.4.3",
"astro": "^3.5.0",
"vitest": "^0.34.2"
}
}
Loading
Loading