summaryrefslogtreecommitdiff
path: root/scripts/utils/svelte-plugin.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-06Temporarily pin Node 20 version in CI (#8431)Gravatar Matthew Phillips 1-1/+1
2023-09-06[docs] Typo fix in Cloudflare README (#8429)Gravatar Sarah Rainsberger 2-1/+6
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-09-06[ci] formatGravatar matthewp 1-1/+0
2023-09-06trim project name of the user input (#8427)Gravatar aswind7 3-1/+15
* fix: remove duplicate import * project name should be trimed * update changeset
2023-09-06[ci] formatGravatar matthewp 1-4/+1
2023-09-06Fix React dev mode using a base (#8428)Gravatar Matthew Phillips 4-7/+7
2023-09-06fix: no asset plugin w/ img is imported with query (#8353)Gravatar Barthélémy Ledoux 8-13/+95
* 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-06fix: make sharp an optional dep (#8416)Gravatar Erika 4-6/+60
* fix: make sharp an optional dep * chore: lockfile * chore: changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-09-06[ci] formatGravatar bluwy 1-2/+1
2023-09-06Improve Package Detection (#8306)Gravatar Jacob Lamb 12-36/+60
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 10-6/+104
* 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-05fix: fix remote `astro:assets` caching logic (#8424)Gravatar Matteo Manfredi 2-1/+6
2023-09-05Fix markdown page HMR (#8418)Gravatar Bjorn Lu 3-3/+12
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-05Fix scroll position when navigating back from page w/o ViewTransitions (#8332)Gravatar Martin Trapp 4-3/+34
Co-authored-by: Justin Beaty <51970393+justinbeaty@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-09-05[ci] formatGravatar lilnasy 2-26/+29
2023-09-05Allow vite to refer to inlined CSS (#8351)Gravatar Arsh 16-8/+118
* 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-05fix: missing imageConfig type in astro:assets (#8414)Gravatar Erika 2-1/+7
2023-09-05Fix some formatting problems and description in astro.ts (#8410)Gravatar Shinya Fujino 1-10/+10
2023-09-05Add location data to MDX compile errors (#8405)Gravatar Chris Swithinbank 2-21/+32
2023-09-05fix: `funcitonPerRoute` → `functionPerRoute` in vercel integ package (#8406)Gravatar Julien Déramond 1-1/+1
2023-09-04refactor: fix typo in astro.ts (#8385)Gravatar Ikko Eltociear Ashimine 1-2/+2
Co-authored-by: Elian ☕️ <hello@elian.codes>
2023-09-04[ci] formatGravatar bluwy 2-7/+11
2023-09-04Update examples & uppercase endpoints & fix response (#8391)Gravatar 李瑞丰 5-26/+16
Co-authored-by: liruifeng <liruifeng@troila.com>
2023-09-04chore: use `z.coerce.date()` to pass input through `new Date(input)`. (#8383)Gravatar Michael Oliver 3-18/+6
2023-09-04fix: remove duplicate import (#8393)Gravatar giovanni 1-2/+1
Co-authored-by: jesse <qfei.shao@gmail.com>
2023-09-04[ci] release (#8372)astro@3.0.8Gravatar Houston (Bot) 42-75/+73
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-04Fix pipeline `beforeHydrationScript` handling (#8388)Gravatar Nate Moore 2-1/+6
2023-09-04Fix benchmark import path (#8389)Gravatar 李瑞丰 1-1/+1
2023-09-02[ci] formatGravatar matthewp 1-4/+4
2023-09-01fix: remove double `}` (#8370)Gravatar Matteo Manfredi 2-5/+10
* fix: remove extra `}` * changeset: add
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) 49-95/+107
2023-09-01[ci] formatGravatar natemoo-re 1-3/+3
2023-09-01Ensure `chunkFileNames` do not include invalid characters (#8366)Gravatar Nate Moore 2-2/+21
2023-09-01fix: tsc complaining about astro imports again (#8367)Gravatar Erika 2-3/+8
2023-09-01Wrap `JSON.parse` in `try`/`catch` (#8363)Gravatar Nate Moore 2-5/+12
* fix(telemetry): wrap JSON.parse in try/catch * fix: always write the store * chore(lint): fix
2023-09-01[ci] formatGravatar Princesseuh 2-13/+28
2023-09-01feat: add progress to asset generation (#8357)Gravatar Matteo Manfredi 3-14/+24
2023-09-01Uppercase endpoint examples in adapter READMEs (#8346)Gravatar Chris Swithinbank 3-2/+8
2023-09-01[ci] release (#8335)astro@3.0.6@astrojs/vercel@4.0.3Gravatar Houston (Bot) 45-87/+87
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 2-0/+8
* 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 4-27/+64
2023-08-31Respect the download attribute in links when using view transitions (#8339)Gravatar Martin Trapp 5-38/+73
* Respect the download attribute in links when using view transitions * cleanup
2023-08-31[ci] formatGravatar natemoo-re 2-3/+3
2023-08-31add leading and trailing slash sanitization for params (#8276)Gravatar Fred K. Schott 3-1/+75
* add leading and trailing slash sanitization for params * chore: fix lint * refactor: use shared trimSlashes util --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Nate Moore <nate@astro.build>
2023-08-31[ci] release (#8330)astro@3.0.5@astrojs/vercel@4.0.2Gravatar Houston (Bot) 46-91/+87
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-31[ci] formatGravatar natemoo-re 1-17/+22
2023-08-31fix: exclude redirects when running `functionPerRoute` (#8320)Gravatar Emanuele Stoppa 5-7/+56
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>