Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Jsx import source * feat: Enable emit options to respect jsx * chore: Fix e2e tests * chore: fmt * chore: Integration tests * chore: Remove old comment * chore(deps): bump whoami from 1.4.1 to 1.5.1 (supabase#310) Bumps [whoami](https://github.com/ardaku/whoami) from 1.4.1 to 1.5.1. - [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md) - [Commits](ardaku/whoami@v1.4.1...v1.5.1) --- updated-dependencies: - dependency-name: whoami dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump h2 from 0.3.24 to 0.3.26 (supabase#311) Bumps [h2](https://github.com/hyperium/h2) from 0.3.24 to 0.3.26. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/v0.3.26/CHANGELOG.md) - [Commits](hyperium/h2@v0.3.24...v0.3.26) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): bump vite from 5.1.6 to 5.1.7 in /k6 (supabase#312) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.6 to 5.1.7. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.1.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * fix: report accumulated cpu time correctly (supabase#313) * stamp: enforce cpu time limit in evaluation stage * stamp: always use the last accumulated cpu time * stamp: adjusting wall clock limit routine * stamp: polishing * chore: add an integration test for the run computationally intensive function on top level * chore: adjust dev container base image as `dev-1-bookworm` (supabase#315) * fix: unbundle command to better download function source code (supabase#314) * fix: Fix unbundle command to better download function source code * fix: Fix tests and typo * chore: Remove test folders * chore: Fix typo * chore: Enable default and CLI options --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: andreespirela <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 냥냐챠 <[email protected]> Co-authored-by: andreespirela <[email protected]>
- Loading branch information