zz

Results 10 issues of zz

closes #9191 Please make sure these boxes are checked before submitting your PR, thank you! - [x] Make sure you follow contributing guide [English](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.en-US.md) | ([中文](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.zh-CN.md) | [Español](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.fr-FR.md))....

Contribution::Community
CommitMessage::Qualified
Needs Review

index.ts: ```ts import ora from 'ora' const spinner = ora('Starting...').start() spinner.succeed('Done!') ``` build.config.ts: ```ts export default defineBuildConfig({ entries: [ 'index', ], rollup: { emitCJS: true, }, }) ``` run `unbuild...

Currently, `TextBlock` and `QuoteBlock` are implemented by the `EditorContent` component of tiptap, and `HeadingBlock` and `DividerBlock` are not implemented by tiptap. In some cases, we have to deal with the...

Please make sure these boxes are checked before submitting your PR, thank you! - [x] Make sure you follow contributing guide [English](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.en-US.md) | ([中文](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.zh-CN.md) | [Español](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/element-plus/element-plus/blob/master/.github/CONTRIBUTING.fr-FR.md)). - [x]...

Contribution::Community
CommitMessage::Qualified
Needs Review

CLA Signed
bug: confirmed

pnpm 10 blocks lifecycle scripts by default. https://github.com/pnpm/pnpm/releases/tag/v10.0.0