summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-06-27fix: ts-expect-error (#7505)Gravatar Ben Holmes 1-0/+1
2023-06-27[ci] formatGravatar bholmesdev 4-16/+12
2023-06-27feat: New Markdoc `render` API (#7468)Gravatar Ben Holmes 13-309/+452
* feat: URL support for markdoc tags * refactor: move to separate file * feat: support URL for markdoc nodes * feat: support `extends` with URL * chore: changeset * fix: bad AstroMarkdocConfig type * fix: experimentalAssetsConfig missing * fix: correctly merge runtime config * chore: formatting * deps: astro internal helpers * feat: component() util, new astro bundling * chore: remove now unused code * todo: missing hint * fix: import.meta.url type error * wip: test nested collection calls * feat: resolve paths from project root * refactor: move getHeadings() to runtime module * fix: broken collectHeadings * test: update fixture configs * chore: remove suggestions. Out of scope! * fix: throw outside esbuild * refactor: shuffle imports around * Revert "wip: test nested collection calls" This reverts commit 9354b3cf9222fd65b974b0cddf4e7a95ab3cd2b2. * chore: revert back to mjs config * chore: add jsdocs to stringified helpers * fix: restore updated changeset --------- Co-authored-by: bholmesdev <bholmesdev@gmail.com>
2023-06-27Don’t post Discord congrats for auto-formatter commits (#7502)Gravatar Chris Swithinbank 1-1/+1
2023-06-27[ci] formatGravatar delucis 1-1/+1
2023-06-27Update astro.ts to clarify configuration settings for base (#7392)Gravatar r-southworth 1-1/+3
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-06-27feat: restart server on markdoc config change (#7467)Gravatar Ben Holmes 3-19/+20
* deps: vite-plugin-restart * feat: restart on markdoc config change * chore: changeset * chore: roll our own restarter! * deps: remove vite-plugin-restart * refactor: use good enough option
2023-06-27Update `setTimeout()` to `queueMicrotask()` (#7494)Gravatar Matteo Manfredi 2-2/+7
2023-06-27Remove unused rendering code (#7497)Gravatar Bjorn Lu 2-17/+0
2023-06-27Fix CSS error line offset (#7491)Gravatar Bjorn Lu 6-7/+34
2023-06-27Fix error stacktrace from Vite SSR runtime (#7273)Gravatar Bjorn Lu 5-3/+14
2023-06-27Simplify nested hydration flow (#7370)Gravatar Bjorn Lu 5-51/+24
2023-06-27[ci] release (#7449)astro@2.7.1@astrojs/vercel@3.5.1@astrojs/svelte@3.1.0@astrojs/internal-helpers@0.1.1Gravatar Houston (Bot) 53-123/+125
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-27[ci] formatGravatar ematipico 2-10/+10
2023-06-27fix: correct URL for entry points (#7490)Gravatar Emanuele Stoppa 10-52/+43
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-06-27Handle esbuild 0.18 changes (#7479)Gravatar Bjorn Lu 3-0/+9
2023-06-27Remove invalid code block language tag in sitemap README (#7487)Gravatar Chris Swithinbank 1-1/+2
2023-06-26[ci] formatGravatar bluwy 1-2/+6
2023-06-26fix: Installs underneath a path containing leading underscores (#7476)Gravatar Rasso Hilber 2-1/+8
2023-06-26[ci] formatGravatar bluwy 1-2/+2
2023-06-26fix(errors): Deprecate error codes (#7347)Gravatar Erika 18-195/+44
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2023-06-26[ci] formatGravatar bluwy 1-2/+2
2023-06-26Bump dependency versions (#7477)Gravatar Reuben Tier 3-17/+25
2023-06-26Typo fixed in `node.mdx` (#7465)Gravatar Waxer59 1-1/+1
2023-06-26Format markdown files (#7439)Gravatar Bjorn Lu 47-596/+703
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-06-25Svelte Four (#7454)Gravatar Willow (GHOST) 3-16/+21
2023-06-23Fix markdoc test fail in main (#7459)Gravatar Bjorn Lu 3-45/+46
* Early out if `importedModule` has no `id` We can do this as line 97 also has this guard for each `importedModules` * Simplify `isPropagationStoppingPoint` * Fix actual bug * chore: changeset --------- Co-authored-by: bholmesdev <hey@bholmes.dev>
2023-06-23Update congrats workflow for latest version (#7457)Gravatar Chris Swithinbank 1-4/+1
2023-06-23Remove slash package (#7440)Gravatar Bjorn Lu 13-48/+29
2023-06-22Cleanup GitHub Actions (#7451)Gravatar Nate Moore 4-151/+17
* chore(ci): cleanup GitHub Actions * Update .github/workflows/format.yml
2023-06-22[ci] formatGravatar matthewp 2-28/+35
2023-06-22Prevent accidental CSS inclusion in dev (#7381)Gravatar Matthew Phillips 4-1/+90
* Prevent accidental CSS inclusion in dev * Use ssrTransformResult.deps instead * Fix types * Get dynamic deps too * Handle virtual module deps * Fix test on windows
2023-06-22Fix vercel redirects with trailingSlash always (#7447)Gravatar Bjorn Lu 4-2/+20
2023-06-22[ci] release (#7434)create-astro@3.1.8astro@2.7.0@astrojs/node@5.3.0@astrojs/image@0.17.1Gravatar Houston (Bot) 54-151/+148
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-22Fix two errors for use in docs (#7445)Gravatar Chris Swithinbank 1-4/+2
2023-06-22fix: encode spaces when generating `srcset` (#7340)Gravatar Wooseop Kim 5-1/+22
2023-06-22fix(astro:assets): inject /_image endpoint with prerendered=false on ↵Gravatar Benjamin MENANT 4-3/+9
serverLikeOutput (#7423)
2023-06-21Chore: remove legacy mdx content collections handler (#7353)Gravatar Ben Holmes 3-39/+5
* chore: remove legacy mdx mapping * chore: changeset * chore: remove dead mdxEntryType * nit: comments on mdx pkg name Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * smol smol smol nit: and vs or --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-06-21fix: `pnpm` failure on `create-astro` (#7435)Gravatar Ben Holmes 4-11/+12
* fix: use which-pm-runs instead of preferred-pm * deps: remove preferred-pm * chore: move which-pm-runs to regular deps * chore: changeset
2023-06-21Fix `astro:build:setup` hook `updateConfig` utility (#7438)Gravatar Bjorn Lu 4-4/+43
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-06-21Update safe dependencies (#7430)Gravatar Bjorn Lu 132-2673/+2298
2023-06-21[ci] formatGravatar ematipico 6-13/+13
2023-06-21feat: SSR `split` mode (#7220)Gravatar Emanuele Stoppa 24-133/+702
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-06-21[ci] formatGravatar ematipico 1-1/+1
2023-06-21feat: expose locals to render api and from requests in dev mode (#7385)Gravatar Emanuele Stoppa 22-87/+254
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: wrapperup <wrapperup4@gmail.com>
2023-06-21docs: add snippet for `base` option (#7384)Gravatar Emanuele Stoppa 1-1/+4
2023-06-21Fix minior issue in the documentation related to port customization (#7436)Gravatar KDTS 2-1/+6
2023-06-20ci: don't run workflow for `ISSUE_TEMPLATE` (#7433)Gravatar Emanuele Stoppa 1-0/+1
2023-06-20Fix up `pnpm dev` (#7424)Gravatar Ben Holmes 10-13/+20
* feat: use persistent per turbo recs * feat: preserve types yay * fix: *actually* solve problem * fix: type failures from content types template * fix: bad JS doc comments * fix: bad src/content/template path * chore: changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-06-20[ci] formatGravatar ematipico 6-7/+3