stack/apps
Bilal Godil c25cc8ad56 chore(mock-saml-idp): tidy ESLint config and dev-only deps
- Move @types/express and @types/node-forge to devDependencies — they're
  compile-time only.
- Drop the next.js ESLint extend (this is a plain Express service, not Next).
  Rename .eslintrc.js to .eslintrc.cjs to match the convention used by every
  other workspace package.
- Add --ext .tsx,.ts to the lint script (required when only the defaults
  config is used, since the bare typescript-eslint parser doesn't pick up
  .ts/.tsx by default; matches apps/e2e and packages/stack-shared).
2026-04-30 14:44:12 -07:00
..
backend fix(seed): serialize SAML seed; drop overlay cast 2026-04-29 18:42:59 -07:00
dashboard fix(dashboard): UI bug fixes (#1377) 2026-04-28 18:49:28 -07:00
dev-launchpad chore: update package versions 2026-04-20 19:06:56 -07:00
e2e fix(test): use matched cookie prefix in snapshot serializer 2026-04-30 09:29:38 -07:00
hosted-components chore: update package versions 2026-04-20 19:06:56 -07:00
internal-tool Dashboard: DataGrid refactor + layout (stacked on overview-revamp) (#1338) 2026-04-27 13:50:24 -07:00
mock-oauth-server fix(emulator): move mock OAuth off 8114 to avoid pnpm dev conflict (#1385) 2026-04-27 09:39:34 -07:00
mock-saml-idp chore(mock-saml-idp): tidy ESLint config and dev-only deps 2026-04-30 14:44:12 -07:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00