stack/.github/workflows
Konsti Wohlwend 07be60f054
Port dashboard to Next.js 15 (#560)
<!--

Make sure you've read the CONTRIBUTING.md guidelines:
https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md

-->

<!-- ELLIPSIS_HIDDEN -->


----

> [!IMPORTANT]
> Port dashboard to Next.js 15, update dependencies, and enhance Docker
workflows.
> 
>   - **Next.js 15 Migration**:
> - Update `next` to `15.2.3` in `apps/backend/package.json`,
`apps/dashboard/package.json`, and `examples/demo/package.json`.
>     - Remove MDX support in `next.config.mjs`.
> - Use `turbopack` in `dev` scripts in `apps/dashboard/package.json`
and `examples/demo/package.json`.
>   - **Docker Workflows**:
>     - Add `docker-emulator-test.yaml` for testing Docker emulator.
> - Rename `docker-build.yaml` to `docker-server-build.yaml` and
`docker-test.yaml` to `docker-server-test.yaml`.
>     - Update `docker-compose.yaml` for emulator setup.
>   - **Code Refactoring**:
> - Convert several `Page` components to async functions in
`apps/dashboard/src/app`.
>     - Use `dynamic` import for `react-globe.gl` in `globe.tsx`.
>     - Remove `experimental` config in `next.config.mjs`.
>   - **Dependency Updates**:
> - Update `react` and `react-dom` to `19.0.0` in
`apps/backend/package.json`, `apps/dashboard/package.json`, and
`examples/demo/package.json`.
> - Add `pnpm` overrides for `@types/react` and `@types/react-dom` in
multiple `package.json` files.
>   - **Miscellaneous**:
>     - Add `docker/readme.md` for Docker instructions.
>     - Update `entrypoint.sh` for Docker server setup.
>     - Remove `globals.d.ts` as it's empty.
> 
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=stack-auth%2Fstack-auth&utm_source=github&utm_medium=referral)<sup>
for 5f5d8fd65c. It will automatically
update as commits are pushed.</sup>


<!-- ELLIPSIS_HIDDEN -->

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Zai Shi <zaishi00@outlook.com>
2025-03-24 00:03:50 +01:00
..
all-good.yaml Attempt CI fix 2025-03-12 16:50:55 -07:00
auto-update.yaml Run auto-update only once per day 2025-03-12 17:10:03 -07:00
check-prisma-migrations.yaml GH Actions push trigger only on main or dev branches 2025-03-12 10:52:35 -07:00
docker-emulator-test.yaml Port dashboard to Next.js 15 (#560) 2025-03-24 00:03:50 +01:00
docker-server-build.yaml Port dashboard to Next.js 15 (#560) 2025-03-24 00:03:50 +01:00
docker-server-test.yaml Port dashboard to Next.js 15 (#560) 2025-03-24 00:03:50 +01:00
e2e-api-tests.yaml GH Actions push trigger only on main or dev branches 2025-03-12 10:52:35 -07:00
lint-and-build.yaml GH Actions push trigger only on main or dev branches 2025-03-12 10:52:35 -07:00
mirror-to-wdb.yaml Fix GitHub Actions concurrency 2025-03-10 14:09:09 -07:00
preview-docs.yaml allow outside PR to run fern preview 2025-03-13 09:56:27 -07:00
publish-docs.yaml Fix GitHub Actions concurrency 2025-03-10 14:09:09 -07:00
restart-dev-and-test.yaml Increase test workers 2025-03-19 15:13:24 -07:00
setup-tests.yaml Increase test workers 2025-03-19 15:13:24 -07:00
table-of-contents.yaml GH Actions push trigger only on main or dev branches 2025-03-12 10:52:35 -07:00