summaryrefslogtreecommitdiff
path: root/examples/framework-multiple/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-06fix(i18n): fix regression in current locale (#9998)Gravatar Emanuele Stoppa 6-3/+127
* fix(i18n): fix regression in current locale * Update .changeset/shy-wolves-ring.md * Update packages/astro/test/i18n-routing.test.js Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * Update .changeset/six-fishes-beg.md Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> * fix test case --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-02-06Revert "fix(compiler): Support dynamic slot names (#9605)" (#9999)Gravatar Happydev 7-71/+12
* Revert "fix(compiler): Support dynamic slot names (#9605)" This reverts commit 8ce40a417c854d9e6a4fa7d5a85d50a6436b4a3c. * chore: changeset * Update .changeset/weak-pans-sit.md * chore: bump compiler version * fix failing test We were expecting the source code to produce an error, but in 2.4.0 of the compiler, that generates valid code --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-02-06[ci] formatGravatar Matthew Phillips 1-4/+1
2024-02-06Fix HMR in MDX deps in Content Collections (#9956)Gravatar Matthew Phillips 13-10/+124
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-02-06chore: typo (#9988)Gravatar Simon He 1-3/+3
2024-02-05Fix flaky streaming test (#9985)Gravatar Bjorn Lu 1-1/+1
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2024-02-05[ci] formatGravatar Florian Lefebvre 1-1/+1
2024-02-05feat(astro): improve `astro:content` types (#9906)Gravatar Florian Lefebvre 4-49/+84
* feat: improve stro:content types * fix: do not change tsconfig * "astro/zod" -> "zod" * `CollectionConfig` parameter extends `BaseSchema` * fix: update import to zod * feat: add fallbacks for every export * Update .changeset/young-bulldogs-tickle.md --------- Co-authored-by: lilnasy <69170106+lilnasy@users.noreply.github.com> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2024-02-05fix typo (#9964)Gravatar Alan Alickovic 1-1/+1
2024-02-05Remove the same CSS properties (#9962)Gravatar ktym4a 1-3/+1
2024-02-05fix(rss): use node assert instead of chai (#9980)Gravatar Florian Lefebvre 1-18/+23
2024-02-04[ci] formatGravatar voxel!() 1-1/+3
2024-02-04chore(`@astrojs/rss`): Migrate tests to `node:test` (#9939)Gravatar voxel!() 5-98/+82
* Progressively add new tests (remove old later) * Finalize tests * Remove unused comments * Assert that errors are not present and add jsdocs to util function * Fix * Remove mocha deps
2024-02-04FIX: allow rss feeds to have an enclosure with length of 0 (#9967)Gravatar Marco Campos 3-1/+29
* fix: allow rss feeds to have an enclosure with length of 0 * chore: add changeset * fix: typo on test * fix: update changeset description Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-02-02[ci] release (#9948)astro@4.3.2@astrojs/vercel@7.1.1Gravatar Houston (Bot) 35-71/+70
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-02Revert "Provide better ignores for Vercel's file tracer (#9885)" (#9955)Gravatar Matthew Phillips 4-20/+6
* Revert "Provide better ignores for Vercel's file tracer (#9885)" This reverts commit 49e0c24d7f90d00e986533fcf546665967540ce7. * Changeset
2024-02-02Fix: 404.html load correctly on preview (#9907)Gravatar ktym4a 3-23/+103
* Move vite 404 middleware * Add custom 404.html rendering test for preview routing * add a changest * add TODO comment
2024-02-02Add new test cases for non-UTF-8 and space file names (#9947)Gravatar ktym4a 3-0/+32
2024-02-02fix: don't log warning if `i18nDomains` isn't enabled (#9932)Gravatar Emanuele Stoppa 2-1/+6
* fix: don't log warning if isn't enabled * fix regression --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2024-02-02chore(`@astrojs/underscore-redirects`): use Node.js for testing (#9923)Gravatar Atharva 5-27/+21
* chore: migrate underscore-redirects tests to node * fix: remove chai/mocha devDependencies * Update packages/underscore-redirects/package.json * update lockfile --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2024-02-02[ci] formatGravatar Mohamed 1-1/+1
2024-02-02chore(@astrojs/integrations/lit): use Node.js for testing (#9944)Gravatar Mohamed 4-24/+18
2024-02-02[ci] formatGravatar voxel!() 1-1/+3
2024-02-02chore(telemetry): Migrate tests to `node:test` (#9886)Gravatar voxel!() 3-32/+32
* Migrate Telemetry tests to node:test * Remove fallback to chai * Remove chai and mocha dependencies * Fix trailing comma * Fix pnpm-lock.yaml desync * Add back old tests with progression * Remove mocha tests again * Remove trailing comma
2024-02-01[ci] release (#9926)astro@4.3.1Gravatar Houston (Bot) 35-80/+69
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-01fix: route matching for encoded pathnames (#9934)Gravatar ktym4a 1-1/+1
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
2024-02-01Improve `astro sync` error handling (#9888)Gravatar Nate Moore 4-27/+21
* fix(#9711): improve `astro sync` error handling * Update .changeset/healthy-jokes-deny.md * update unit tests --------- Co-authored-by: Arsh <69170106+lilnasy@users.noreply.github.com>
2024-02-01[ci] formatGravatar Arsh 2-5/+5
2024-02-01fix(middleware): load while retrieving ssr manifest for prerendering (#9938)Gravatar Arsh 5-0/+24
* fix(middleware): load while retrieving ssr manifest for prerendering * add test * add changeset
2024-02-01[ci] formatGravatar Fred K. Schott 2-27/+25
2024-02-01fix semver check (#9937)Gravatar Fred K. Schott 1-1/+1
2024-02-01fix(NodeApp): fix responses with null bodies never completing (#9931)Gravatar Arsh 9-21/+88
* fix(NodeApp): fix responses with null bodies never completing * add changeset * add test * chore(tests): restore correct assertions * adjust incorrect test * added Astro.redirect and Response.redirect test cases * updated incorrect HTTP status * adjust api-routes.test.js after cherry-pick * bup markdoc test timeout --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Friedemann Sommer <friedemannsommer@users.noreply.github.com>
2024-02-01[docs] update typo in error message (#9929)Gravatar Sarah Rainsberger 2-18/+18
2024-02-01Fix indentation formatting in types JSDoc (#9927)Gravatar Chris Swithinbank 1-12/+13
2024-02-01Exit code 1 if node:test fail (#9928)Gravatar Bjorn Lu 1-0/+5
2024-02-01fix: use publicDir & base for 'include your base in url' error message (#9841)Gravatar Kristian Binau 2-2/+13
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-02-01fix: upgrade lit library to v3 (#9915)Gravatar Ofer Shaal 2-3/+35
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-02-01Add a name property for DetailsHTMLAttributes (#9918)Gravatar Larry Ivan Villegas Costas 2-0/+6
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-02-01fix(docs): Fix import in changelog example (#9924)Gravatar Luiz Ferraz 1-1/+1
2024-02-01fix(docs): add missing variant (#9922)Gravatar Emanuele Stoppa 1-1/+1
2024-02-01chore: fix alignment docs (#9920)Gravatar Emanuele Stoppa 1-9/+10
* chore: fix alignment docs * apply Sarah suggestion
2024-02-01[ci] release (#9904)astro@4.3.0@astrojs/vercel@7.1.0@astrojs/node@8.2.0Gravatar Houston (Bot) 45-211/+196
* [ci] release * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/vercel/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/astro/CHANGELOG.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
2024-02-01[ci] formatGravatar Arsh 1-3/+3
2024-02-01fix(NodeApp): end with "Internal server error" on mid-stream error (#9908)Gravatar Arsh 4-4/+35
* fix(NodeApp): end with "Internal server error" on mid-stream error * add changeset * add test * Apply suggestions from code review --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2024-01-31[ci]: use M1 mac image (#9913)Gravatar Nate Moore 1-1/+1
2024-01-31Silently ignore adapters that don't export `start()` (#9911)Gravatar Nate Moore 2-1/+13
2024-01-31[ci] formatGravatar Matthew Phillips 1-4/+4
2024-01-31Provide better ignores for Vercel's file tracer (#9885)Gravatar Matthew Phillips 4-1/+32
* Provide better ignores for Vercel's file tracer * Improve the changeset
2024-01-31fix: content types reference to config on windows (#9877)Gravatar Fabian Kachlock 2-1/+8
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2024-01-31chore(`@astrojs/vue`): use Node.js for testing (#9901)Gravatar Atharva 5-49/+42
* chore: migrate vue tests to node * chore: prune chai/mocha from package-lock