-
Notifications
You must be signed in to change notification settings - Fork 190
Conversation
This pull request updates various dependencies in both the root package.json and the Storybook package.json to their latest minor or patch versions.
Dependency updates:
- Updated development dependencies in the root
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. - Updated dependencies and devDependencies in
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.
|
Run & review this pull request in StackBlitz Codeflow. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
npm i https://pkg.pr.new/thebuilder/react-intersection-observer@741commit: |
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 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.