chore(v2/templates): bump to Vite 8 and Typescript 6#5644
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughBumps ChangesFrontend Template Dependency Updates
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
61719df to
d883e1c
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@website/src/pages/changelog.mdx`:
- Line 19: The changelog entry on line 19 contains inconsistent punctuation and
non-English formatting that makes it awkward to read. Fix the formatting by
removing the space before the colon in "dependencies :" and replacing the
Chinese punctuation mark (、) with standard English punctuation (comma or
semicolon as appropriate). This will improve readability and maintain
consistency with standard English changelog formatting.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 14852cfa-e87b-4e01-ba3e-7e5fea07ae38
📒 Files selected for processing (11)
v2/pkg/templates/templates/lit-ts/frontend/package.jsonv2/pkg/templates/templates/lit/frontend/package.jsonv2/pkg/templates/templates/preact-ts/frontend/package.jsonv2/pkg/templates/templates/preact/frontend/package.jsonv2/pkg/templates/templates/react-ts/frontend/package.jsonv2/pkg/templates/templates/react/frontend/package.jsonv2/pkg/templates/templates/svelte-ts/frontend/package.jsonv2/pkg/templates/templates/svelte/frontend/package.jsonv2/pkg/templates/templates/vanilla-ts/frontend/package.jsonv2/pkg/templates/templates/vanilla/frontend/package.jsonwebsite/src/pages/changelog.mdx
|
|
||
| ### Fixed | ||
|
|
||
| - Update template dependencies : `vite@8.0.16` and `typescript@6`、plugins `@preact/preset-vite@2.10.4`、`@vitejs/plugin-react@6` |
There was a problem hiding this comment.
Polish the changelog bullet formatting for readability.
Line 19 uses inconsistent punctuation and spacing (dependencies : and 、), which reads awkwardly in an English changelog entry.
Suggested rewrite
-- Update template dependencies : `vite@8.0.16` and `typescript@6`、plugins `@preact/preset-vite@2.10.4`、`@vitejs/plugin-react@6`
+- Updated template dependencies: `vite@8.0.16`, `typescript@6.0.0`, `@preact/preset-vite@2.10.4`, and `@vitejs/plugin-react@6.0.0`.📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - Update template dependencies : `vite@8.0.16` and `typescript@6`、plugins `@preact/preset-vite@2.10.4`、`@vitejs/plugin-react@6` | |
| - Updated template dependencies: `vite@8.0.16`, `typescript@6.0.0`, `@preact/preset-vite@2.10.4`, and `@vitejs/plugin-react@6.0.0`. |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@website/src/pages/changelog.mdx` at line 19, The changelog entry on line 19
contains inconsistent punctuation and non-English formatting that makes it
awkward to read. Fix the formatting by removing the space before the colon in
"dependencies :" and replacing the Chinese punctuation mark (、) with standard
English punctuation (comma or semicolon as appropriate). This will improve
readability and maintain consistency with standard English changelog formatting.
Description
Refresh all starter template package manifests to use Vite 8.0.16 and
TypeScript 6 where applicable. Framework-specific Vite plugins are also
updated to versions compatible with the newer toolchain.
vite@^7.0.0->vite@^8.0.16typescript@^5.6.3->typescript@^6.0.0@preact/preset-vite@^2.10.0->@preact/preset-vite@^2.10.4@vitejs/plugin-react@^5.0.0->@vitejs/plugin-react@^6.0.0Issue #3705
Type of change
Please select the option that is relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration using
wails doctor.If you checked Linux, please specify the distro and version.
Test Configuration
Checklist:
website/src/pages/changelog.mdxwith details of this PR (v3 changelog entries are added automatically)Summary by CodeRabbit