stack/packages
Devin AI d9a44b51c7 fix: parseStaticConfigLiteral to handle JS object syntax via Babel parser
Replace JSON.parse with Babel parser + static AST evaluation in
parseStaticConfigLiteral. This correctly handles JavaScript object
literal syntax (unquoted keys, trailing commas) that real config files use.

Also differentiate error cases in buildUpdatedConfigFileContent:
- null → invalid/missing config export
- string → show-onboarding placeholder (different error message)
- object → valid config to merge into

Co-Authored-By: mantra <mantra@stack-auth.com>
2026-06-24 01:25:19 +00:00
..
cli fix: split config-eval from config-rendering for browser safety 2026-06-23 23:58:42 +00:00
dashboard-ui-components chore: update package versions 2026-06-23 20:06:39 +00:00
js chore: update package versions 2026-06-23 20:06:39 +00:00
next chore: update package versions 2026-06-23 20:06:39 +00:00
react chore: update package versions 2026-06-23 20:06:39 +00:00
sc chore: update package versions 2026-06-23 20:06:39 +00:00
shared fix: parseStaticConfigLiteral to handle JS object syntax via Babel parser 2026-06-24 01:25:19 +00:00
shared-backend fix: split config-eval from config-rendering for browser safety 2026-06-23 23:58:42 +00:00
tanstack-start chore: update package versions 2026-06-23 20:06:39 +00:00
template perf: prefetch email theme previews during earlier onboarding steps (#1655) 2026-06-23 15:46:03 -07:00
ui chore: update package versions 2026-06-23 20:06:39 +00:00