* next: (80 commits)
add link to docs for how to set feature flags.
improve migration notes for globals project
Fix typo
ConfigFile: Fix `as const satisfies` modifiers
Bump version from "8.3.0-alpha.11" to "8.3.0-beta.0" [skip ci]
Update docs/versions/next.json
Add description to empty 8.3.0-beta.0 release
Write changelog for 8.3.0-beta.0 [skip ci]
Bump version from "8.3.0-alpha.10" to "8.3.0-alpha.11" [skip ci]
Write changelog for 8.3.0-alpha.11 [skip ci]
fix lint
Clarify requirements of Next.js with Vite
Next.js-Vite: Update next and vite-plugin-storybook-nextjs dependencies
Addon Vitest: Fix tests potentially not existing in non-isolate mode
CLI: Update spawn options in proxy.ts to support Windows
Builder-Vite: Fix 'condition node never be used' warning
Bump version from "8.3.0-alpha.9" to "8.3.0-alpha.10" [skip ci]
Write changelog for 8.3.0-alpha.10 [skip ci]
make prettier a normal dependency of core again. restore formatter code
Use relative path from workspace to vite.config in extends path
...
On a page inside a new directory (e.g. `get-started/frameworks`), almost* every relative link that went up a level (e.g. `../writing-stories/args.mdx`) now needs to go up two levels (e.g. `../../writing-stories/args.mdx`).
* The exception is relative links pointing to directories that are siblings of the current directory, e.g. on `configure/integration`, a link to `../user-interface/sidebar.mdx` does _not_ need adjusted.
- Remove mentions of portable stories for jest
- Restructure portables stories for playwright ct docs to clarify `*.stories.portable` files
- Update all subpath imports in stories file examples to relative imports
- Typos