-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Update version, deps and docs for 8.0 beta #849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates vue-echarts to version 8.0.0-beta.1, which introduces breaking changes including dropping Vue 2 support and updating to ECharts 6. The changes modernize the project by updating dependencies, refactoring utilities, and improving documentation generation.
- Bumped version to 8.0.0-beta.1 with breaking changes for Vue 2 support removal
- Refactored utility scripts from .mjs to .js with enhanced version management
- Updated all dependencies to latest versions and improved documentation generation
Reviewed Changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
package.json | Version bump to 8.0.0-beta.1, dependency updates, and peer dependency changes |
scripts/utils.mjs | Removed old utility file |
scripts/utils.js | New utility file with enhanced version extraction functionality |
scripts/docs.js | Updated to use new utilities and dynamic version extraction |
demo/Demo.vue | CSS reorganization for better maintainability |
README.md | Updated migration guide and CDN script versions for v8 |
README.zh-Hans.md | Chinese documentation updates matching English version |
CHANGELOG.md | Added comprehensive changelog for v8.0.0-beta.1 |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (1)
package.json:67
- The version
7.1.0-beta.0
forrolldown-vite
appears to be unusually high. Vite's current stable version is around 5.x, and this beta version number seems inconsistent with typical Vite versioning. Please verify this is the correct version or if it should be a different package.
"vite": "npm:[email protected]",
let cdn to redirect for us
TODO: new online playground link with updated deps |
This reverts commit 3bc237d.
No description provided.