Update client packages#324
Conversation
Greptile SummaryThis PR updates client-side npm dependencies, with most changes being true minor/patch bumps. However, Confidence Score: 5/5Safe to merge after verifying build compatibility with the major vite and plugin-react upgrades; all findings are P2. All findings are P2: the beta pin and missing caret are style concerns, and the major version bumps are noted for awareness. No runtime logic, security, or data-integrity issues are introduced by a dependency bump PR. src/Informedica.GenPRES.Client/package.json — review the vite-plugin-inspect beta pin and the major version bumps for vite and @vitejs/plugin-react. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[package.json updated] --> B[Minor/Patch bumps]
A --> C[Major version bumps]
A --> D[Beta pin]
B --> B1["@types/node ^25.3→^25.6\nautoprefixer ^10.4→^10.5\npostcss ^8.5.6→^8.5.10\nsass ^1.93→^1.99\n@fontsource/roboto ^5.2.8→^5.2.10\n@mui/x-data-grid ^9.0.0→^9.0.2\nreact/react-dom ^19.2.4→^19.2.5"]
C --> C1["vite ^7.3.2 → ^8.0.9 ⚠️ Major"]
C --> C2["@vitejs/plugin-react ^5.0.3 → ^6.0.1 ⚠️ Major"]
D --> D1["vite-plugin-inspect 12.0.0-beta.1 ⚠️ Beta, no ^ range"]
Reviews (1): Last reviewed commit: "Merge branch 'master' into update-client..." | Re-trigger Greptile |
This pull request updates several dependencies and devDependencies in the
src/Informedica.GenPRES.Client/package.jsonfile to their latest minor or patch versions. These updates help ensure compatibility, security, and access to the latest features and bug fixes.Dependency updates:
@types/node,@vitejs/plugin-react,autoprefixer,postcss,sass,vite, andvite-plugin-inspectto newer versions.@fontsource/roboto,@mui/x-data-grid,react, andreact-domto newer versions.