summaryrefslogtreecommitdiff
path: root/scripts/utils/svelte-plugin.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-08-09Support Bun by adjusting how `@babel/plugin-transform-react-jsx` is ↵Gravatar dave caruso 3-12/+15
imported. (#8007) * Support bun/other tooling that respects `__esModule` * Add changeset file
2023-08-09[ci] formatGravatar ElianCodes 1-14/+14
2023-08-09fixed image path and add markdown syntax in example (#7802)Gravatar Keshav Mohta 1-6/+113
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Elian ☕️ <hello@elian.codes>
2023-08-09Remove nested JSON.stringify from props serialization (#7995)Gravatar Jany Belluz 4-29/+41
2023-08-09docs: Fix error link in markdoc (#8006)Gravatar 李瑞丰 1-1/+1
2023-08-08fix: `EndpointOutput` type with encoding `'binary'` (#8003)Gravatar Juan Martín Seery 5-18/+28
* fix: `EndpointOutput` type with encoding `'binary'` * Changeset
2023-08-08Add shorthand for Starlight templates to `create astro` (#7993)Gravatar Chris Swithinbank 2-1/+9
* Add shorthand for Starlight templates to `create astro` * Update packages/create-astro/src/actions/template.ts * Update packages/create-astro/src/actions/template.ts --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-07chore: remove MDX integration from Tailwind example (#7987)Gravatar Elian ☕️ 5-19/+17
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-07[ci] release (#7988)astro@2.10.3Gravatar Houston (Bot) 41-70/+71
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-07fix: ensure `injectRoute` works during build (#7986)Gravatar Nate Moore 3-1/+8
2023-08-07Add screen reader text to example blog footer (#7984)Gravatar Jeff Ruane 1-0/+3
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-07[ci] release (#7958)astro@2.10.2@astrojs/rss@2.4.4@astrojs/lit@2.1.1Gravatar Houston (Bot) 51-106/+97
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-07Fix formatting in Lit README (#7985)Gravatar Chris Swithinbank 2-1/+10
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-07[ci] formatGravatar natemoo-re 1-4/+1
2023-08-07Added slashes at the end of the filter option in the sitemap docs (#7915)Gravatar Marek Brzezinski 1-5/+5
I trend to implement the sitemap and I found out that filter option works only when the URL has slashes at the end. I changed the examples. Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-07Fix missing CSS when 404 server Response redirects to a custom 404 page (#7946)Gravatar André Alves 7-7/+43
* Fix missing css import on 404 redirect * Chore: changeset --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-07[ci] formatGravatar natemoo-re 1-4/+9
2023-08-07Fix `injectRoute` (#7943)Gravatar Nate Moore 5-8/+37
* fix: inject route! hack! * refactor: use integration container to resolve all injected routes * chore: add changeset * Fix pnpm workspace injectRoute bug See https://github.com/withastro/astro/issues/7561#issuecomment-1620063634 Closes #7561 * Revert "Fix pnpm workspace injectRoute bug" This reverts commit 3082c7c26976f8fe38e5aef6f9771426077898ba. * Update .changeset/stupid-pants-press.md Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * Update packages/astro/src/vite-plugin-scripts/page-ssr.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> * refactor: cleanup injectedRoute resolution logic --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
2023-08-07[ci] formatGravatar natemoo-re 2-51/+56
2023-08-07Refactor page filename logic (#7983)Gravatar Nate Moore 3-16/+67
* fix(#7561): refactor astro page filename logic * chore: add changeset
2023-08-07Fix inline root resolve logic (#7977)Gravatar Bjorn Lu 3-0/+38
2023-08-07Add URL to RSSOptions.site type (#7964)Gravatar Timon Jurschitsch 2-1/+6
2023-08-04ci: enable codegen errors job (#7961)Gravatar Emanuele Stoppa 1-18/+17
2023-08-04chore: fix issue in the check.js script (#7965)Gravatar Emanuele Stoppa 1-26/+29
2023-08-04Add timeout for check CI (#7963)Gravatar Bjorn Lu 1-0/+1
2023-08-04[ci] formatGravatar astrobot-houston 1-3/+1
2023-08-04[ci] formatGravatar ElianCodes 1-2/+1
2023-08-04docs: Update Lit README.md (#7960)Gravatar Elian ☕️ 1-11/+4
2023-08-04[ci] formatGravatar ematipico 3-3/+3
2023-08-04feat: break down AstroErrorData in multiple objects (#7949)Gravatar Emanuele Stoppa 15-1118/+1182
2023-08-04chore: update Deno server import path (#7959)Gravatar Elian ☕️ 1-2/+2
2023-08-04Fix race condition when performing swap for fallback (#7945)Gravatar Matthew Phillips 2-3/+13
* Fix race condition when performing swap for fallback * Adding a changeset * Use let
2023-08-04fix broken partytown GitHub link (#7954)Gravatar Elian ☕️ 1-1/+1
2023-08-03Revert "Fix race condition when performing swap for fallback"Gravatar Matthew Phillips 1-8/+3
This reverts commit e5f7d11ef5564e4ecf450a8235cbe5b2b89e4e5c.
2023-08-03Fix race condition when performing swap for fallbackGravatar Matthew Phillips 1-3/+8
2023-08-03[ci] release (#7941)create-astro@3.1.11Gravatar Houston (Bot) 3-6/+7
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-03[ci] formatGravatar natemoo-re 1-3/+3
2023-08-03Handle error state for version (#7939)Gravatar Nate Moore 3-4/+10
* fix(create-astro): handle error state for version * fix: handle missing version
2023-08-03light update to styles and updated astro icon (#7938)Gravatar Mark Peck 1-5/+27
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-03[ci] release (#7937)astro@2.10.1@astrojs/internal-helpers@0.1.2Gravatar Houston (Bot) 45-87/+89
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-03Use workspace version for Vercel testGravatar Matthew Phillips 2-181/+6
2023-08-03Use workspace dependency in Netlify testGravatar Matthew Phillips 2-25/+6
2023-08-03[ci] formatGravatar matthewp 1-1/+1
2023-08-03Export createTransitionScope from the runtime (#7936)Gravatar Matthew Phillips 2-1/+6
2023-08-03[ci] formatGravatar natemoo-re 2-2/+6
2023-08-03Fix duplicate slash handling (#7935)Gravatar Nate Moore 7-6/+40
* fix(#7806): collapse duplicate slashes * refactor: handle request.url with duplicate slashes * chore: improve duplicate slash test * fix: only collapse duplicate slashes once * chore: appease TS
2023-08-03[ci] formatGravatar natemoo-re 1-1/+1
2023-08-03Make the image decorative (#7926)Gravatar Mike Gifford 1-0/+1
* Make the image decorative * Update examples/basics/src/pages/index.astro --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-03[ci] release (#7912)astro@2.10.0@astrojs/vercel@3.8.0@astrojs/node@5.3.2@astrojs/image@0.17.3Gravatar Houston (Bot) 51-149/+159
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-03Fix failed server restart calling integration hooks twice (#7917)Gravatar Bjorn Lu 5-30/+27
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>