feat: bump dependencies - #741
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
There was a problem hiding this comment.
Pull request overview
This pull request updates various dependencies across the project to newer versions. The main changes include updates to development dependencies in the root package.json and dependencies/devDependencies in the Storybook package.json, with corresponding lockfile updates in pnpm-lock.yaml.
Key changes:
- Updates multiple development dependencies including testing libraries, build tools, and type definitions to newer patch/minor versions
- Major version upgrade of Storybook from 9.1.15 to 10.1.10 (contrary to the PR description stating only minor/patch updates)
- Updates React and React DOM from 19.2.0 to 19.2.3
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates devDependencies including @biomejs/biome, testing libraries, types, build tools (size-limit, tsup, vitest, playwright), and React packages to newer versions |
| storybook/package.json | Updates dependencies (Tailwind CSS, Framer Motion, React) and devDependencies (Biome, Storybook packages from v9 to v10, types, Vite) to newer versions |
| pnpm-lock.yaml | Reflects all dependency version changes with updated resolution entries and transitive dependencies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This pull request updates various dependencies in both the root
package.jsonand the Storybookpackage.jsonto their latest minor or patch versions.Dependency updates:
package.json, including@biomejs/biome,@size-limit/preset-small-lib,@testing-library/react,@types/node,@types/react,@types/react-dom,@vitejs/plugin-react,@vitest/browser-playwright,@vitest/coverage-istanbul,bumpp,lint-staged,playwright,publint,react,react-dom,size-limit,tsup, andvitestto newer versions.storybook/package.json, such as@tailwindcss/postcss,framer-motion,react,react-dom,tailwindcss,@biomejs/biome,@storybook/*packages,@types/react,@types/react-dom,@vitejs/plugin-react,storybook, andviteto newer versions.