-
-
Notifications
You must be signed in to change notification settings - Fork 97
Next #589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 5.1.4 to 6.0.4. - [Release notes](https://github.com/aleclarson/vite-tsconfig-paths/releases) - [Commits](aleclarson/vite-tsconfig-paths@v5.1.4...v6.0.4) --- updated-dependencies: - dependency-name: vite-tsconfig-paths dependency-version: 6.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.554.0 to 0.562.0. - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/0.562.0/packages/lucide-react) --- updated-dependencies: - dependency-name: lucide-react dependency-version: 0.562.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.17 to 4.1.18. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.18/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.18 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…_yarn/next/tailwindcss-4.1.18 chore(deps-dev): Bump tailwindcss from 4.1.17 to 4.1.18
…_yarn/next/lucide-react-0.562.0 chore(deps): Bump lucide-react from 0.554.0 to 0.562.0
…_yarn/next/vite-tsconfig-paths-6.0.4 chore(deps-dev): Bump vite-tsconfig-paths from 5.1.4 to 6.0.4
✅ Deploy Preview for fresco-sandbox ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 PR updates several dependencies in the project, primarily focusing on upgrading development and UI-related packages to their latest versions.
Changes:
- Updated
lucide-reactfrom 0.554.0 to 0.562.0 (icon library) - Updated
tailwindcssfrom 4.1.17 to 4.1.18 (CSS framework) - Updated
vite-tsconfig-pathsfrom 5.1.4 to 6.0.4 (build tool plugin)
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updated version specifiers for three dependencies: lucide-react, tailwindcss, and vite-tsconfig-paths |
| pnpm-lock.yaml | Updated lockfile with resolved versions and dependency graph reflecting the new package versions and their transitive dependencies |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "tsx": "^4.21.0", | ||
| "typescript": "5.9.3", | ||
| "vite-tsconfig-paths": "^5.1.4", | ||
| "vite-tsconfig-paths": "^6.0.4", |
Copilot
AI
Jan 14, 2026
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.
This is a major version bump from v5.1.4 to v6.0.4 for vite-tsconfig-paths. Major version changes can include breaking changes according to semantic versioning. Please verify that this update doesn't introduce any breaking changes that could affect the project's build or test configuration, especially since this package is used in vitest.config.ts.
| "vite-tsconfig-paths": "^6.0.4", | |
| "vite-tsconfig-paths": "^5.1.4", |
No description provided.