summaryrefslogtreecommitdiff
path: root/packages/integrations (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-19[ci] formatGravatar ematipico 1-2/+2
2023-09-19fix(@astrojs/cloudflare): support for nodejs_compat (#8595)Gravatar Alexander Niebuhr 2-0/+51
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2023-09-19[ci] release (#8590)create-astro@4.2.0astro@3.1.1@astrojs/vercel@5.0.1@astrojs/cloudflare@7.1.1Gravatar Houston (Bot) 12-12/+31
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-18fix: Vercel serverless adapter logs too much (#8581)Gravatar Rishi Raj Jain 1-2/+13
2023-09-18[ci] formatGravatar ematipico 1-2/+2
2023-09-18feat(@astro/cloudflare): improve DX for runtime typing (#8560)Gravatar Alexander Niebuhr 3-7/+14
2023-09-18Tailwind configuration file changed from `cjs` to `ts` (#8583)Gravatar Miguel Carneiro 1-1/+1
2023-09-14[ci] release (#8540)create-astro@4.1.0astro@3.1.0@astrojs/vercel@5.0.0@astrojs/mdx@1.1.0@astrojs/markdown-remark@3.2.0Gravatar Houston (Bot) 12-12/+111
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-14[ci] formatGravatar matthewp 1-1/+1
2023-09-14Change functionPerRoute to false by default (#8546)Gravatar Matthew Phillips 3-4/+7
* Change functionPerRoute to false by default * Update test that depends on functionPerRoute * Update .changeset/cool-pianos-smell.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/cool-pianos-smell.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/vercel/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/vercel/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/cool-pianos-smell.md --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-09-14Improve MDX rendering performance (#8533)Gravatar Bjorn Lu 5-149/+159
2023-09-14[@astrojs/vercel] Individually enable Speed Insights and Web Analytics (#8021)Gravatar Chris 22-37/+340
* Individually enable Speed Insights and Web Analytics * Update pnpm-lock.yaml * Remove .only on tests * Fix build * Move `beforeSend` out of config * Address feedback from review * Update README.md * Add back the `analytics` property and add deprecation warning when used * Add migration guide for the deprecated `analytics` property * Update packages/integrations/vercel/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update README.md * Fix external dependency issue * Simplify plugin and reduce scope * Update .changeset/sixty-teachers-tap.md Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * Apply feedback from review * Move exposeEnv to speed-insights since it's only used there --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Matthew Phillips <matthew@skypack.dev> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2023-09-13feat(vercel): Use Sharp in dev instead of Squoosh by default (#8445)Gravatar Erika 13-47/+352
* feat(vercel): Use Sharp in dev instead of Squoosh by default * fix(build): * nit: adjust with feedback * fix: imports * Update packages/integrations/vercel/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * docs: small change in other part of the README --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-09-13chore: check if ssr works on netlify (#8002)Gravatar Martin Clementz 2-0/+13
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-09-13[ci] formatGravatar Princesseuh 3-10/+22
2023-09-13[MDX] Support `img` component prop for optimized images (#8468)Gravatar Ben Holmes 10-4/+129
Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-09-13config: migrate us to moduleResolution: 'node16' (#8519)Gravatar Erika 39-99/+52
2023-09-12[ci] release (#8501)astro@3.0.13@astrojs/cloudflare@7.1.0Gravatar Houston (Bot) 11-11/+23
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-12Removed `<style>` with `type="text/css"` from inline output at build time ↵Gravatar Okuto Oyama 2-3/+1
(#8480)
2023-09-11[ci] formatGravatar lilnasy 2-5/+5
2023-09-11feat(@astrojs/cloudflare): add runtime support to `astro dev` (#8426)Gravatar Alexander Niebuhr 11-49/+350
* add necessary libs * cleanup stale code * add base feature-set of runtime to `astro dev` * fix lockfile * remove future code Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * remove future code Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * remove future code Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * remove future code Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * remove future code Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> * address review comments * fix linting issue * add docs & tests * fix test paths * add changeset * update README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * fix docs & make adapter options optional * fix package resolve mode * fix pnpm-lock --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2023-09-08[ci] release (#8465)astro@3.0.12Gravatar Houston (Bot) 10-10/+10
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-08[ci] release (#8442)astro@3.0.11@astrojs/vercel@4.0.5@astrojs/svelte@4.0.2@astrojs/solid-js@3.0.1@astrojs/react@3.0.2@astrojs/mdx@1.0.3@astrojs/markdown-remark@3.1.0Gravatar Houston (Bot) 17-15/+55
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-07fix(react): support void children in experimentalReactChildren (#8455)Gravatar Nate Moore 1-11/+9
2023-09-07feat: pass our domains and remote config to the Vercel config (#8452)Gravatar Erika 6-16/+64
* feat: pass our domains and remote config to Vercel'S * chore: changeset * test: update test to test for this * docs: update README
2023-09-07fix(svelte): unmount islands properly on navigation (#8448)Gravatar Nate Moore 1-3/+3
2023-09-07Refactor mdx remark plugins (#8430)Gravatar Bjorn Lu 4-119/+7
2023-09-06[ci] formatGravatar natemoo-re 1-8/+8
2023-09-06fix hydration in solid renderer (#8365)Gravatar Ryan Carniato 1-12/+17
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-09-06[ci] release (#8439)astro@3.0.10@astrojs/mdx@1.0.2Gravatar Houston (Bot) 11-11/+20
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-06fix: MDX errors not having stack trace and a confusing name (#8438)Gravatar Erika 1-0/+7
* fix(mdx): Fix errors having weird names and no stack trace * chore: changeset
2023-09-06[ci] release (#8415)create-astro@4.0.2astro@3.0.9@astrojs/vercel@4.0.4@astrojs/svelte@4.0.1@astrojs/react@3.0.1@astrojs/mdx@1.0.1@astrojs/cloudflare@7.0.2Gravatar Houston (Bot) 16-15/+58
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-06[docs] Typo fix in Cloudflare README (#8429)Gravatar Sarah Rainsberger 1-1/+1
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-09-06[ci] formatGravatar matthewp 1-4/+1
2023-09-06Fix React dev mode using a base (#8428)Gravatar Matthew Phillips 2-4/+2
2023-09-06fix: no asset plugin w/ img is imported with query (#8353)Gravatar Barthélémy Ledoux 5-3/+26
* fix: no asset plugin w/ img is imported with query * add changeset * add test for the new feature * remove exp * use removeQueryString instead of `includes('?')` it's more explicit --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2023-09-06[ci] formatGravatar ematipico 2-16/+18
2023-09-06fix: include route prefix in vercel func names, fix #8401 (#8408)Gravatar Slawek Kolodziej 8-6/+90
* fix: include route prefix in vercel func names * chore: add changeset * chore: update pnpm lockfile * refactor: simplify logic that generates vercel func names * fix: properly remove entryFile prefix from func name * refactor: change how vercel function names are generated --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-09-05Skip cloudflare CLI tests if fail to start (#8417)Gravatar Bjorn Lu 4-10/+26
* Skip cloudflare CLI tests if fail to start * Fix port --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-09-05Allow vite to refer to inlined CSS (#8351)Gravatar Arsh 1-1/+2
* fix(client build): keep inlined stylesheets * add changesets * appease linter * eslint: allow variables beginning with an underscore to be unused * remove eslint-ignore that's no longer needed * ready for review
2023-09-05Add location data to MDX compile errors (#8405)Gravatar Chris Swithinbank 1-21/+27
2023-09-05fix: `funcitonPerRoute` → `functionPerRoute` in vercel integ package (#8406)Gravatar Julien Déramond 1-1/+1
2023-09-04[ci] release (#8372)astro@3.0.8Gravatar Houston (Bot) 10-10/+10
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-01[ci] release (#8356)astro@3.0.7@astrojs/telemetry@3.0.1@astrojs/netlify@3.0.1@astrojs/cloudflare@7.0.1Gravatar Houston (Bot) 12-12/+32
2023-09-01Uppercase endpoint examples in adapter READMEs (#8346)Gravatar Chris Swithinbank 2-2/+2
2023-09-01[ci] release (#8335)astro@3.0.6@astrojs/vercel@4.0.3Gravatar Houston (Bot) 11-11/+24
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-01fix(vercel): Don't output an error message for failing to resolve sharp (#8354)Gravatar Erika 1-0/+3
* fix(vercel): Don't output an error message for failing to resolve sharp * chore: changeset
2023-09-01[ci] formatGravatar ematipico 3-5/+4
2023-09-01fix(@astrojs/vercel): slowness and symbolic link (#8348)Gravatar Emanuele Stoppa 3-27/+58
2023-08-31[ci] release (#8330)astro@3.0.5@astrojs/vercel@4.0.2Gravatar Houston (Bot) 11-11/+20
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>