Conversation
🦋 Changeset detectedLatest commit: 9f4e73f The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
This pull request is being automatically deployed with Vercel (learn more). astro-www – ./www🔍 Inspect: https://vercel.com/pikapkg/astro-www/9F4oZVDidkj8zFqAuwD8zvX15WjY [Deployment for 4140001 canceled] astro-docs – ./docs🔍 Inspect: https://vercel.com/pikapkg/astro-docs/642V6taUCbAbvmtav5dCivZsNv9t [Deployment for 4140001 canceled] |
|
Bug report re this PR. I created a brand new project and installed with > astro-site@0.21.0 dev
> astro dev
Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@astrojs/renderer-svelte' imported from /Users/thewrays/astro-site/node_modules/astro/dist/runtime/vite/config.jsError [ERR_MODULE_NOT_FOUND]: Cannot find package '@astrojs/renderer-svelte' imported from /Users/thewrays/astro-site/node_modules/astro/dist/runtime/vite/config.jsAt the request of @drwpow I then tried |
* Prevent scanning a user's deps * Remove unused things * remove unused util
This does 2 things: 1. Adds prismjs as a dep. 2. Adds shiki as an external.
* chore: update compiler * chore: update compiler (again)
This should get the lit example working from `npm`.
* Remove prism warning when no language is provided * Add the plaintext language instead
* Updates to the changesets * Adds a changeset for astro-prism
🚀 Astro Next (0.21.0)
Hello! This PR showcases a huge change to Astro, namely the new Go/WASM compiler, and switch to Vite. So this will work a little differently from most PRs. This will be a long-running PR that other PRs get merged into (no pushes directly, please!).
👀 For Viewers
If you’re using this to track the status of
astro@next--compiler✨ Try it today
Examples Checklist - Complete, Linked
Status: started
Examples Checklist - Complete, Installed/Unlinked
Status: finished
🧩 Stability
Last updated: 2021-10-11
Astro.fetchContent()[next] Fix Astro.fetchContent #1480Astro.resolve()feat(ssr): add import.meta.pathname as url in ssr vitejs/vite#5252getStaticPaths()<Code>component #1635<Markdown>component #1631fetchin Astro pagesfetchin Astro componentsfetchin any JS-like file🔧 For Contributors
For people helping move
astro@next--compilercloser to stable release✅ Contributing checklist
This
nextbranch will act as a sort ofmainuntil it’s ready to merge. So in that sense, we’ll require the following workflow here:main. This should be enforced in GitHub.nextmust be PRs targeted against this branchnpm run testlocally; ignore failing CI for now)⏭ Moving to
mainWe’ll merge this PR into
mainwhen the Stability checklist above has been completed. Some items are intentionally left out, because they can be completed post-merge, with community involvement. This is including, but not limited to:public/astro buildstats output<img>andsrcsetinclusionFunctional components in frontmattergetStaticPaths()is no longer allowed to live further down the frontmatter