summaryrefslogtreecommitdiff
path: root/packages/integrations/react/test/react-component.test.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2025-02-24fix: examples script for release (#13305)Gravatar Florian Lefebvre 1-2/+4
2025-02-24fix: update deps of adapters (#13304)Gravatar Emanuele Stoppa 4-12/+13
2025-02-24Replace globby/fast-glob/tiny-glob with tinyglobby (#13299)Gravatar Bjorn Lu 25-860/+784
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-02-24[ci] formatGravatar chaegumi 4-7/+10
2025-02-24feat: fix the use of vite.base in Astro Dev Server (#13003)Gravatar chaegumi 12-1293/+1368
* feat: Dev mode supports reverse proxy of nginx subdirectories * feat: type define * feat: type define update * feat: type define update * feat: base use update * feat: check obj value * feat: change patch * feat: fix test * feat: update type and update changeset * feat: add test * feat: rewrite test * feat: update config * feat: update use pipeline.manifest * feat: update viteBase type and default value * chore: update package * chore: install package * chore: install package * chore finish refactor * Update changeset --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Matt Kane <m@mk.gg>
2025-02-24chore: update label name for preview releases (#13302)Gravatar Emanuele Stoppa 1-1/+1
2025-02-24Modify the template README file to reflect the correct package manager (#13257)Gravatar ADTC 2-0/+18
2025-02-21ci: remove colon from label (#13292)Gravatar Emanuele Stoppa 1-2/+1
2025-02-21ci: improve label check (#13291)Gravatar Emanuele Stoppa 1-1/+1
2025-02-21ci: Automatically remove preview label on trigger (#13289)Gravatar Luiz Ferraz 1-0/+5
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com>
2025-02-21ci: remove old preview release workflows (#13288)Gravatar Emanuele Stoppa 4-253/+6
Co-authored-by: Fryuni <11063910+Fryuni@users.noreply.github.com>
2025-02-21ci: use `pnpm dlx` (#13286)Gravatar Emanuele Stoppa 1-1/+1
2025-02-21fix: update node image.endpoint config structure (#13190)Gravatar Lee Arnold 2-1/+9
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: ematipico <602478+ematipico@users.noreply.github.com> Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
2025-02-21feat(cloudflare): Includes onerror passthrough (#13201)Gravatar Eric Kwoka 2-1/+6
* ✨ Includes onerror passthrough param * :package: Includes Changeset
2025-02-20[ci] formatforward-buttonGravatar Josh Kennedy 2-43/+48
2025-02-20FIX: Ensures that rewrite url contains base path (#13233)Gravatar Josh Kennedy 18-2/+213
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-02-20chore: use workspace Node.js adapter (#13267)Gravatar Emanuele Stoppa 15-28/+28
2025-02-14fix(vue): compiler fallback (#13251)Gravatar Florian Lefebvre 2-1/+9
* fix(vue): compiler fallback * Update index.ts
2025-02-14ci: remove events to avoid non-wanted triggers (#13252)Gravatar Emanuele Stoppa 1-1/+1
2025-02-14ci: remove template, add more info (#13248)Gravatar Emanuele Stoppa 1-3/+4
2025-02-14ci: restore `--pnpm` (#13247)Gravatar Emanuele Stoppa 1-1/+1
2025-02-14ci: remove `--pnpm` (#13246)Gravatar Emanuele Stoppa 1-1/+1
2025-02-13[ci] formatGravatar Houston (Bot) 1-1/+4
2025-02-13[ci] release (#13230)astro@5.3.0@astrojs/node@9.1.0@astrojs/netlify@6.2.0Gravatar Houston (Bot) 40-178/+171
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-13test: update test assertion after test rename (#13242)Gravatar Emanuele Stoppa 1-1/+1
2025-02-13docs: remove kind heading (#13243)Gravatar Emanuele Stoppa 1-1/+0
2025-02-13chore: move session to top-level config option (#13241)Gravatar Emanuele Stoppa 1-30/+31
* chore: add heading for session * move session to top-level config option --------- Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-02-13[ci] formatGravatar Emanuele Stoppa 1-2/+3
2025-02-13chore: reword error message (#13240)Gravatar Emanuele Stoppa 2-10/+9
* chore: reword error message * chore: rename * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * fix: code * Update packages/astro/src/core/errors/errors-data.ts Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * chore: better naming --------- Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-02-13[ci] formatGravatar Cornelius Roemer 1-1/+0
2025-02-13fix: respond with 200 to HEAD requests for non-prerendered pages as well ↵Gravatar Cornelius Roemer 4-9/+76
(#13101) * fix: respond with 200 to HEAD requests for non-prerendered pages as well Fixes #13079 Inspired by @joshmkennedy's PR #13100 * chore: add more test cases * Update .changeset/tricky-toes-drum.md * chore: remove trace method --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-02-13[ci] formatGravatar Vitalii Rybachenko 4-8/+9
2025-02-13fix: default head requests for endpoints when no explicit head method… ↵Gravatar Vitalii Rybachenko 4-2/+61
(#13210) * fix: default head requests for endpoints when no explicit head method implemented * Update changeset for astro to minor * Update changeset for default HEAD requests * Update .changeset/afraid-turkeys-kneel.md Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> --------- Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com>
2025-02-12feat: add support for automatic session driver config (#13145)Gravatar Matt Kane 44-137/+1184
* feat: add support for automatic session driver config * chore: fix error logic * Lint test * Add node support * Add node test fixture * Lock * Add Netlify support * Use workspace Astro version * Format * Changeset * Add tests * Add dep for tests * chore: fix repo URL * temp log * Fix module resoltuion * [skip ci] Update changeset * chore: bump peer dependencies * Changes from review * Changeset changes from review * Apply suggestions from code review Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> * More changeset detail * Lock --------- Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-02-12fix(astro): Improve ssr performance (astro#11454) (#13195)Gravatar Matthew Lymer 8-93/+561
* Add alternate rendering paths to avoid use of Promise * Add run commands * Remove promise from synchronous components * Create makefile and update loadtest * Rename functions, fix implementation of renderArray * More performance updates * Minor code cleanup * incremental * Add initial rendering tests * WIP - bad tests * Fix tests * Make the tests good, even * Add more tests * Finish tests * Add test to ensure rendering order * Finalize pr * Remove code not intended for PR * Add changeset * Revert change to minimal example * Fix linting and formatting errors * Address code review comments * Fix mishandling of uncaught synchronous renders * Update .changeset/shaggy-deers-destroy.md --------- Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-02-12[ci] formatGravatar Dani Fernández 1-1/+1
2025-02-12Update netlify adapter to integrate includeFiles and excludeFiles options ↵Gravatar Dani Fernández 15-3/+487
(#13194) * feat: integrated includeFiles and excludeFiles on netlify adapter * feat: added netlify include and exclude files tests * feat: changelogs added * fix: avoid problems with glob file url on windows * feat: improved JS Docs to include examples and important information * feat: removed non necessary root path as glob is already absolute * Apply suggestions from code review * Update packages/integrations/netlify/src/index.ts Co-authored-by: Matt Kane <m@mk.gg> * Update .changeset/ninety-clouds-judge.md Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com> --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> Co-authored-by: Matt Kane <m@mk.gg> Co-authored-by: Sarah Rainsberger <5098874+sarah11918@users.noreply.github.com>
2025-02-12ci: publish script in one line (#13228)Gravatar Emanuele Stoppa 1-6/+1
2025-02-12ci: add missing checkout step (#13227)Gravatar Emanuele Stoppa 1-9/+2
2025-02-12ci: hardcode packages to publish of release (#13226)Gravatar Emanuele Stoppa 1-50/+34
2025-02-12[ci] release (#13189)astro@5.2.6@astrojs/vercel@8.0.7@astrojs/node@9.0.3Gravatar Houston (Bot) 37-85/+79
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-12Fix:changes the paginate function to allow readonly array types (#13213)Gravatar Josh Kennedy 3-2/+7
* changes the paginate function to allow readonly array types * Update paginate function to accept readonly arrays --------- Co-authored-by: Matt Kane <m@mk.gg>
2025-02-12chore: unpin vercel routing lib (#13224)Gravatar Matt Kane 3-6/+11
* chore: unpin vercel routing lib * Lock * Changeset
2025-02-12[ci] formatGravatar Josh Kennedy 1-1/+1
2025-02-12Fix: Adds clarity around output setting log statement (#13212)Gravatar Josh Kennedy 2-1/+7
* log to clarify buildOutput and output build command * adds changelog * labels log statement of what it is internally Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * fix log --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
2025-02-12[ci] formatGravatar Matt Kane 2-3/+4
2025-02-12fix: use shared helper for file extensions (#13223)Gravatar Matt Kane 7-33/+59
* fix: use shared helper for file extensions * Lock
2025-02-11ci: trick changesets to use the correct ref (#13220)Gravatar Emanuele Stoppa 1-3/+20
Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>
2025-02-11ci: remove incorrect permissionGravatar Emanuele Stoppa 1-2/+0
2025-02-11ci: preview release via pkg.pr.new for current packages (#13218)Gravatar Emanuele Stoppa 1-2/+35
* ci: preview release via pkg.pr.new for current packages * suggestions * move argument at the beginning Co-authored-by: ascorbic <213306+ascorbic@users.noreply.github.com>