Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repo’s Vite toolchain to the Vite 7 major line and refreshes the lockfile accordingly, while also changing several package exports maps.
Changes:
- Bump Vite devDependency ranges to
^7.0.0across templates and examples. - Refresh
yarn.lockwith Vite 7 (and new Rollup/esbuild/PostCSS entries). - Simplify multiple package
package.json#exportsentries from nestedimport/requireobjects to string targets plus a singletypesentry.
Reviewed changes
Copilot reviewed 24 out of 25 changed files in this pull request and generated 18 comments.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Locks Vite 7 and related dependency graph updates (rollup/esbuild/postcss, etc.). |
| packages/react-admin/package.json | Simplifies exports map; keeps types/import/require at top level. |
| packages/ra-ui-materialui/package.json | Simplifies exports map similarly. |
| packages/ra-router-tanstack/package.json | Simplifies exports map similarly. |
| packages/ra-no-code/package.json | Simplifies exports map similarly. |
| packages/ra-language-french/package.json | Simplifies exports map similarly. |
| packages/ra-language-english/package.json | Simplifies exports map similarly. |
| packages/ra-input-rich-text/package.json | Simplifies exports map similarly. |
| packages/ra-i18n-polyglot/package.json | Simplifies exports map similarly. |
| packages/ra-i18n-i18next/package.json | Simplifies exports map similarly. |
| packages/ra-data-simple-rest/package.json | Simplifies exports map similarly. |
| packages/ra-data-local-storage/package.json | Simplifies exports map similarly. |
| packages/ra-data-local-forage/package.json | Simplifies exports map similarly. |
| packages/ra-data-json-server/package.json | Simplifies exports map similarly. |
| packages/ra-data-graphql/package.json | Simplifies exports map similarly. |
| packages/ra-data-graphql-simple/package.json | Simplifies exports map similarly. |
| packages/ra-data-fakerest/package.json | Simplifies exports map similarly. |
| packages/ra-core/package.json | Simplifies exports map similarly. |
| examples/data-generator/package.json | Simplifies exports map similarly. |
| packages/create-react-admin/templates/common/package.json | Updates template devDependency vite to ^7.0.0. |
| examples/tutorial/package.json | Updates example devDependency vite to ^7.0.0. |
| examples/simple/package.json | Updates example devDependency vite to ^7.0.0. |
| examples/no-code/package.json | Updates example devDependency vite to ^7.0.0. |
| examples/demo/package.json | Updates example devDependency vite to ^7.0.0. |
| examples/crm/package.json | Updates example devDependency vite to ^7.0.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Madeorsk
requested changes
Feb 6, 2026
This reverts commit f588764.
slax57
approved these changes
Feb 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.