summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-06-20fix: document `open` option (#7418)Gravatar Emanuele Stoppa 2-0/+36
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
2023-06-20Fix telemetry reporting for integrations that return an array (#7429)Gravatar Chris Swithinbank 3-1/+17
2023-06-20[ci] formatGravatar ematipico 2-2/+2
2023-06-20fix: cloudflare waitUntil not working as inteded with getRuntime (#7419)Gravatar Torbjørn Holtmon 3-3/+16
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2023-06-19[ci] release (#7390)astro@2.6.5@astrojs/tailwind@4.0.0@astrojs/deno@4.2.0Gravatar Houston (Bot) 47-146/+153
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-19Simplify telemetry Vite version detection (#7414)Gravatar Bjorn Lu 2-11/+7
2023-06-19Bump pnpm to 8.6.2 (#7413)Gravatar Bjorn Lu 2-3/+3
2023-06-19remove extra "ago" in hackernews example (#7409)Gravatar Kevin Zuniga Cuellar 2-2/+2
2023-06-16Fix injected route edge case (#7399)Gravatar Nate Moore 10-21/+127
* fix(#7397): update astro page entryname logic * chore: add changeset * fix: update printed log for injected routes * fix: ensure /index is included * test: add custom-404-pkg test * chore: cleanup
2023-06-15Rename tailwind integration options (#7391)Gravatar Bjorn Lu 9-48/+64
2023-06-15Update error message for custom slugs in collection (#7395)Gravatar Alvin Bryan 1-2/+2
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-06-15Node built-in modules support for Deno adapter (#7288)Gravatar Arsh 5-4/+94
* feature(deno adapter): allow built-in node modules * Add changeset * format
2023-06-14@astrojs/tailwind: simplify, upgrade & fix support for ts config file (#6724)Gravatar Tom 15-152/+205
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2023-06-13[ci] release (#7368)astro@2.6.4@astrojs/lit@2.1.0@astrojs/cloudflare@6.5.0Gravatar Houston (Bot) 47-151/+124
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-13[ci] formatGravatar matthewp 2-2/+2
2023-06-13[Cloudflare integration] Expose cf metadata and Cloudflare caches API (#7386)Gravatar beynar 11-10/+114
* Add cf and cache properties to runtime * add changeset * reorder import * fix types and add tests * fix package name * test
2023-06-13Use stub image service for tests (#7376)Gravatar Bjorn Lu 6-22/+39
2023-06-12Fix: Zod errors missing stacktrace (#7380)Gravatar Ben Holmes 2-12/+28
* wip: figure out stack issue, weird JSON stringify bug on zod issue * refactor: return data instead of mutating * refactor: remove need for reassignment * fix: e.stack only * chore: changeset
2023-06-12Upgrade lit deps (#7373)Gravatar Matthew Phillips 4-115/+43
* Upgrade lit deps * Add changeset * Downgrade peer dep * Upgrade lockfile * add client dep
2023-06-12Increase parallel test time tolerance (#7372)squealGravatar Bjorn Lu 1-3/+3
2023-06-12Update example dependencies versions with a script (#7367)Gravatar Bjorn Lu 5-67/+183
2023-06-12Add `@message` to `DuplicateContentEntrySlugError` (#7369)Gravatar Chris Swithinbank 1-0/+1
2023-06-12Fixed `AstroUserConfig`'s redirect type definition (#7366)Gravatar adenpun 2-2/+7
2023-06-10[ci] release (#7354)astro@2.6.3@astrojs/markdoc@0.3.3Gravatar Houston (Bot) 16-28/+31
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-10Raise error for duplicate content entry slugs (#7352)Gravatar Ben Holmes 3-0/+27
* chore: throw error on dup slugs * chore: move to ErrorData * fix: remove unknownerror * chore: changeset
2023-06-10[ci] formatGravatar bholmesdev 1-1/+1
2023-06-10Fix Markdoc cloudflare errors (#7351)Gravatar Ben Holmes 6-49/+30
* fix: move `node:` libs out of utils * fix: node -> default * chore: remove kleur from markdoc ex (why was this there??) * chore: lock * chore: changeset
2023-06-09Fix: better collection entry devalue error (#7341)Gravatar Ben Holmes 6-11/+57
* feat: add clear error for devalue parse * refactor: create error data entry * deps: up devalue * chore: changeset
2023-06-09chore: bump pnpm to 8.6.0, lock to 6.1 (#7350)Gravatar Ben Holmes 2-2/+6
2023-06-09[ci] formatGravatar MoustaphaDev 1-33/+30
2023-06-09Do not silence runtime MDX errors (#7089)Gravatar Happydev 5-1/+90
* test: add fixture * chore: remove unneeded files in fixture * test: update test mdx filfe * test: add test case * mark component as mdx * add error builder utility * throw error when it comes from an MDX component * chore: update lock file * Add comment to refactor later * apply review * add missing comma
2023-06-09[ci] release (#7318)create-astro@3.1.7astro@2.6.2@astrojs/svelte@3.0.0@astrojs/markdown-component@1.0.5Gravatar Houston (Bot) 26-57/+86
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-09[ci] formatGravatar matthewp 1-1/+1
2023-06-09Fixes an issue where create Astro doesn't respect custom npm registries (#7326)Gravatar Caleb Williams 6-4/+42
* Fixes an issue where create Astro doesn't respect custom npm registries * chore: fix pnpm-lock * chore: update lockfile --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-06-09[ci] formatGravatar matthewp 3-14/+22
2023-06-09Fix redirects in dev mode (#7342)Gravatar Matthew Phillips 4-54/+109
* Fix redirects in dev mode * Adding a changeset
2023-06-09Remove error message for using Markdown component (#7343)Gravatar Matthew Phillips 2-7/+6
2023-06-08Better dynamic route regex error (#7339)Gravatar Ben Holmes 3-2/+61
* feat: add helpful invalid route seg error * chore: add errors-data entry * refactor: add hint for non-spread errors * chore: add `undefined` to common cases * nit: if the param contains slashes * chore: changeset * chore: it's trivial my dear watson
2023-06-08Fix/update spread attribute (#7310)Gravatar Edo-San 2-1/+6
* fix: add default fallback for spreadAttributes values * chore: add PR changeset * chore: fix pnpm lock --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-06-07Fix: catch and report config errors from `handleConfigError` (#7316)Gravatar Ben Holmes 2-16/+20
* fix: catch and report config errors from `handleConfigError` * chore: changeset
2023-06-07Refactor some integration tests (#7303)Gravatar Bjorn Lu 12-180/+192
2023-06-07Mark #7314 changeset as major (#7320)Gravatar Bjorn Lu 1-1/+1
2023-06-06Update to svelte2tsx 0.6.15 and vite-plugin-svelte 2.4.1 (#7314)Gravatar wackbyte 4-17/+42
2023-06-06[ci] release (#7312)astro@2.6.1@astrojs/mdx@0.19.7@astrojs/markdoc@0.3.2Gravatar Houston (Bot) 19-231/+36
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-06-06[ci] formatGravatar bholmesdev 2-4/+4
2023-06-06Fix: Markdoc type errors (#7311)Gravatar Ben Holmes 8-20/+68
* fix: config, prism, shiki exports * fix: type error for `render` property * chore: use `.ts` files in select tests for type checks * fix: type error on shiki() promise * chore: changeset
2023-06-06Fix [Object AsyncGenerator] logging for Markdoc components (#7307)Gravatar Ben Holmes 10-136/+6
* Revert "Bug 6672 (#7062)" This reverts commit cf621340b00fda441f4ef43196c0363d09eae70c. * chore: remove unused test * chore: changeset
2023-06-06Fix missing styles and scripts on `document: {render:null}` (#7309)Gravatar Ben Holmes 5-35/+20
* fix: propagate assets when using document `render: null` * fix: reverse spread order * refactor: use README rec in test * chore: changeset * chore: revert unneeded changes
2023-06-06[docs-errors] Astro.redirects link changed (#7308)Gravatar Sarah Rainsberger 1-2/+2
2023-06-06chore: remove docs example (#7306)Gravatar Nate Moore 43-2519/+0