Skip to content

Conversation

TechQuery
Copy link
Member

@TechQuery TechQuery commented Apr 9, 2024

PR-53 PR-53 PR-53 Powered by Pull Request Badge

  1. [migrate] replace Vite with Parcel to simplify StoryBook configuration
  2. [optimize] use TS for ESLint configuration
  3. [optimize] upgrade to Node.js 22, PNPM 10, React 19, StoryBook 8 & other latest Upstream packages
  4. [fix] React base class of MobX components
  5. [fix] Timeline component layout
  6. [fix] PrismJS CSS compatible bug

[optimize] upgrade to PNPM v9 & other latest Upstream packages
[fix] ESM path extension for Vite
[optimize] update Upstream packages
vite.config.ts Outdated
find: 'react/jsx-runtime',
replacement: 'react/jsx-runtime.js'
},
{ find: /^(react-dom\/.+)/, replacement: '$1.js' },
Copy link
Member Author

@TechQuery TechQuery Nov 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line has a similar bug in Development environment: storybookjs/storybook#24903 (comment)

[optimize] upgrade to Node.js 22 & other latest Upstream packages
@TechQuery TechQuery changed the title [optimize] upgrade to StoryBook 8 & other latest Upstream packages [migrate] upgrade to StoryBook 8 & Parcel 2 Jan 22, 2025
@TechQuery TechQuery changed the title [migrate] upgrade to StoryBook 8 & Parcel 2 [migrate] upgrade to StoryBook 8 with Parcel 2 Jan 22, 2025
[optimize] use TS for ESLint configuration
[optimize] upgrade to PNPM 10, React 19 & other latest Upstream packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Some improvements
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

1 participant