aboutsummaryrefslogtreecommitdiff
path: root/packages/integrations/react/test (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-09-26fix(deps): update all non-major dependencies (#12003)feat/action-on-resultGravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-09-09chore(deps): update all non-major dependencies (#11948)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19fix(deps): update all non-major dependencies (#11765)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-13fix(deps): update all non-major dependencies (#11674)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-08-08update formatter config (#11640)Gravatar Darius 1-3/+3
* update formatter config * format --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
2024-07-31fix(deps): update all non-major dependencies (#11565)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-23fix(deps): update all non-major dependencies (#11522)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-07-01fix(deps): update all non-major dependencies (#11383)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-06-24fix(deps): update all non-major dependencies (#11318)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-06-17chore(deps): update all non-major dependencies (#11269)Gravatar renovate[bot] 1-1/+1
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-09chore(deps): update all non-major dependencies (#10958)Gravatar renovate[bot] 1-3/+3
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <bjornlu.dev@gmail.com>
2024-04-17[ci] formatGravatar Emanuele Stoppa 1-4/+4
2024-03-13Revert "[ci] format" (#10417)Gravatar Emanuele Stoppa 1-4/+4
* Revert "[ci] format" This reverts commit 1863727215e87e20c6f5aebe5f9ee0f2783bc788. * pin dependency * update lock
2024-03-13[ci] formatGravatar Houston (Bot) 1-4/+4
2024-02-22chore: import sorting for test folder and e2e folder (#10190)Gravatar Emanuele Stoppa 1-1/+1
2024-02-21chore: use biome to sort imports - only test files (#10180)Gravatar Emanuele Stoppa 1-1/+1
* chore: use biome to sort imports * do the sorting * Update package.json Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> --------- Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-02-16chore: Change `strictEqual` to `equal` (#10140)Gravatar ktym4a 1-2/+2
2024-01-31chore(@astrojs/integrations/react) Migrate tests to `node:test` for ↵Gravatar voxel!() 2-33/+38
`@astrojs/react` (#9899) * 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 * Convert tests to node:test * Remove unused dependencies * Remove artifact changes * Revert more artifacts * Fix more
2023-11-22Merge branch 'main' into nextGravatar bluwy 1-0/+15
2023-11-21[ci] formatGravatar Arsh 1-11/+11
2023-11-21fix(react): make children `undefined` with `experimentalReactChildren` (#9141)Gravatar Arsh 1-0/+15
* add test script * make children `undefined` with self-closing tags * add changeset * refactor: simplify
2023-11-21Update all dependencies (#9138)Gravatar Bjorn Lu 1-1/+1
Co-authored-by: delucis <delucis@users.noreply.github.com>
2023-10-24Fix client hydration in experimentalReactChildren (#8898)Gravatar Matthew Phillips 3-4/+14
* Fix client hydration in experimentalReactChildren * Add tests * Add a changeset * Use recursion instead of walking * getChildren -> swap order --------- Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
2023-08-16[ci] formatGravatar matthewp 1-3/+5
2023-08-16Add experimentalReactChildren option to React integration (#8082)Gravatar Matthew Phillips 28-0/+449
* wip: support true react vnodes in renderer * Add new experimentalReactChildren option to React integration * Update the test * Add docs * Update packages/integrations/react/server.js Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> * Update with a better test * Update .changeset/yellow-snakes-jam.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/react/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update packages/integrations/react/README.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> --------- Co-authored-by: Nate Moore <nate@astro.build> Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>