summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-06-30Fix multiple `create-astro` registry issues (#7539)Gravatar 金成 5-16/+20
* fix: getVersion Error when registry ends with '/' * Update .changeset/old-seahorses-fold.md * Update .changeset/old-seahorses-fold.md * refactor: cleanup registry logic * chore: update changeset * fix(create-astro): update registry logic to rely on `fetch` * chore: update changeset * chore: update lockfile * Update old-seahorses-fold.md --------- Co-authored-by: jincheng32537 <jincheng32537@hundsun.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <nate@astro.build>
2023-06-30fix: don't serialize `undefined` as `null` (#7531)Gravatar wackbyte 6-37/+145
* fix: don't serialize `undefined` as `null` * test: include more types in the pass-js test
2023-06-30Remove unused getParamsAndProps call (#7535)Gravatar Bjorn Lu 1-11/+0
2023-06-30Fix image metadata generation (#7510)Gravatar Paweł Mrowiec 3-4/+15
* Fix problem where image metadata generation throwed error when provided url started with /@astroimage * Remove unnecessary changes
2023-06-30fix(#7471): fallback to npm registry if config command fails (#7527)Gravatar Nate Moore 3-4/+18
2023-06-30Refactor telemetry usage flow (#7522)Gravatar Bjorn Lu 15-49/+18
2023-06-30[ci] formatGravatar ematipico 2-15/+13
2023-06-30feature(astrojs/cloudflare): add support for `splitted` SSR bundles (#7464)Gravatar Alexander Niebuhr 16-46/+338
* initial commit * try to fix windows * output files directly into the correct folder * allow for rest parameters * use fixed hook * improve tests * apply doc's team suggestions for README Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * try to fix prerendering * apply doc's team suggestion for changeset Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * bump to minor * readme update * resolve review comments * optimize memory allocation * resolve review comments * add removed link, to make sure old docs keep same * resolve comment Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-06-29[ci] formatGravatar matthewp 3-14/+10
2023-06-29Split support in the Vercel Serverless adapter (#7514)Gravatar Matthew Phillips 10-28/+160
* start of vercel split support * Split Mode with the Vercel Adapter * Write routes into the config.json * Add a changeset * Add docs * Better changeset
2023-06-29[ci] formatGravatar bluwy 1-2/+1
2023-06-29Refactor component and renderers loading flow (#7518)Gravatar Bjorn Lu 7-82/+43
2023-06-29[ci] release (#7496)astro@2.7.2@astrojs/markdoc@0.4.0Gravatar Houston (Bot) 49-130/+123
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-28[ci] formatGravatar natemoo-re 1-2/+8
2023-06-28Pass `compressHTML` settings to manifest (#7488)Gravatar Nate Moore 5-1/+17
* fix(#7333): pass compressHTML to manifest * chore: add compressHTML to astro:ssr-manifest test
2023-06-28Use head repository name for docgen in smoke test (#7512)Gravatar Chris Swithinbank 1-1/+1
2023-06-28Run documentation generation as part of docs smoke test (#7495)Gravatar Chris Swithinbank 1-0/+18
2023-06-28[ci] formatGravatar ematipico 1-1/+1
2023-06-28fix: correctly handle prerender pages in split mode (#7509)Gravatar Emanuele Stoppa 7-10/+76
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