Skip to content

Release: Prerelease 10.2.0-beta.3#33579

Merged
ndelangen merged 27 commits into
next-releasefrom
version-non-patch-from-10.2.0-beta.2
Jan 19, 2026
Merged

Release: Prerelease 10.2.0-beta.3#33579
ndelangen merged 27 commits into
next-releasefrom
version-non-patch-from-10.2.0-beta.2

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jan 19, 2026

This is an automated pull request that bumps the version from 10.2.0-beta.2 to 10.2.0-beta.3.
Once this pull request is merged, it will trigger a new release of version 10.2.0-beta.3.
If you're not a core maintainer with permissions to release you can ignore this pull request.

To do

Before merging the PR, there are a few QA steps to go through:

  • Add the "freeze" label to this PR, to ensure it doesn't get automatically forced pushed by new changes.
  • Add the "ci:daily" label to this PR, to trigger the full test suite to run on this PR.

And for each change below:

  1. Ensure the change is appropriate for the version bump. E.g. patch release should only contain patches, not new or de-stabilizing features. If a change is not appropriate, revert the PR.
  2. Ensure the PR is labeled correctly with one of: "BREAKING CHANGE", "feature request", "bug", "maintenance", "dependencies", "documentation", "build", "unknown".
  3. Ensure the PR title is correct, and follows the format "[Area]: [Summary]", e.g. "React: Fix hooks in CSF3 render functions". If it is not correct, change the title in the PR.
    • Areas include: React, Vue, Core, Docs, Controls, etc.
    • First word of summary indicates the type: “Add”, “Fix”, “Upgrade”, etc.
    • The entire title should fit on a line

This is a list of all the PRs merged and commits pushed directly to next, that will be part of this release:

  • 🐛 Bug: Core: Support defineConfig when setting up ESLint plugin #32878
  • 🐛 Bug: TypeScript: Reduce cannot be named errors #33344
  • 🐛 Bug: NextJSVite: Add opentelemetry/api to optimizeDeps #33577
  • 🐛 Bug: Core: Viewport UX fixes #33557

If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.

Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.

When everything above is done:


Generated changelog

10.2.0-beta.3

  • Core: Support defineConfig when setting up ESLint plugin - #32878, thanks copilot-swe-agent!
  • Core: Viewport UX fixes - #33557, thanks ghengeveld!
  • NextJSVite: Add opentelemetry/api to optimizeDeps - #33577, thanks ndelangen!
  • TypeScript: Reduce cannot be named errors - #33344, thanks icopp!

icopp and others added 25 commits December 11, 2025 21:02
…med` errors

This is an attempt to fix the remaining `Exported variable '...' has or is using name '...' from external module "/..." but cannot be named` errors when using `definedPreview().meta().story()`.
…Deps-nextjs-vite

NextJSVite: Add `@opentelemetry/api` to `optimizeDeps`
TypeScript: Reduce `cannot be named` errors
- Modified configureFlatConfig to handle CallExpression wrappers like defineConfig([...])
- Added test case for Next.js-style ESLint configuration
- All existing tests continue to pass

Co-authored-by: yannbf <1671563+yannbf@users.noreply.github.com>
- Added proper type checks before accessing array arguments
- Verify argument is Expression or TS type before unwrapping
- Addresses code review feedback about unsafe type casting

Co-authored-by: yannbf <1671563+yannbf@users.noreply.github.com>
- Removed redundant TS type checks from type guard
- t.isExpression is sufficient since unwrapTSExpression handles TS types
- All tests continue to pass

Co-authored-by: yannbf <1671563+yannbf@users.noreply.github.com>
- Prevent potential runtime error when unwrapTSExpression returns null/undefined
- Makes code more defensive and robust
- All tests continue to pass

Co-authored-by: yannbf <1671563+yannbf@users.noreply.github.com>
- Track eslintDefineConfigLocalName from "eslint/config" imports
- Check callee matches defineConfig before modifying array
- Add test for defineConfig from non-eslint/config source
- Ensures we don't modify arbitrary function calls

Co-authored-by: yannbf <1671563+yannbf@users.noreply.github.com>
- Added Case 2b to handle export default defineConfig([...]) from "eslint/config"
- Added test case for direct export default defineConfig pattern
- Ensures defineConfig directly exported is modified correctly

Co-authored-by: yannbf <1671563+yannbf@users.noreply.github.com>
@github-actions github-actions Bot requested a review from kylegach as a code owner January 19, 2026 10:19
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Jan 19, 2026
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Jan 19, 2026
…in-eslint-config

Core: Support defineConfig when setting up ESLint plugin
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-beta.2 branch from 8f3df09 to 5dd4043 Compare January 19, 2026 11:47
@ndelangen ndelangen self-assigned this Jan 19, 2026
@ndelangen ndelangen added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Jan 19, 2026
@storybook-app-bot
Copy link
Copy Markdown

Package Benchmarks

Commit: 5dd4043, ran on 19 January 2026 at 12:56:45 UTC

The following packages have significant changes to their size or dependencies:

@storybook/react-native-web-vite

Before After Difference
Dependency count 159 159 0
Self size 30 KB 30 KB 🎉 -10 B 🎉
Dependency size 23.00 MB 23.12 MB 🚨 +115 KB 🚨
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 183 183 0
Self size 775 KB 775 KB 🚨 +360 B 🚨
Dependency size 67.38 MB 67.46 MB 🚨 +80 KB 🚨
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 176 176 0
Self size 30 KB 30 KB 🎉 -4 B 🎉
Dependency size 65.95 MB 66.03 MB 🚨 +80 KB 🚨
Bundle Size Analyzer Link Link

@ndelangen ndelangen merged commit 31be642 into next-release Jan 19, 2026
293 of 294 checks passed
@ndelangen ndelangen deleted the version-non-patch-from-10.2.0-beta.2 branch January 19, 2026 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label release For PRs that trigger new releases. Automated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants