Skip to content

Conversation

@jthrilly
Copy link
Member

No description provided.

dependabot bot and others added 6 commits January 12, 2026 16:02
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
Copilot AI review requested due to automatic review settings January 14, 2026 07:37
@netlify
Copy link

netlify bot commented Jan 14, 2026

Deploy Preview for fresco-sandbox ready!

Name Link
🔨 Latest commit 951e6df
🔍 Latest deploy log https://app.netlify.com/projects/fresco-sandbox/deploys/696747c42afdc900086ddab5
😎 Deploy Preview https://deploy-preview-589--fresco-sandbox.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@vercel
Copy link

vercel bot commented Jan 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
fresco-sandbox Ready Ready Preview, Comment Jan 14, 2026 7:37am
fresco-storybook Ready Ready Preview, Comment Jan 14, 2026 7:37am

@github-actions
Copy link

Copy link
Contributor

Copilot AI left a 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-react from 0.554.0 to 0.562.0 (icon library)
  • Updated tailwindcss from 4.1.17 to 4.1.18 (CSS framework)
  • Updated vite-tsconfig-paths from 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",
Copy link

Copilot AI Jan 14, 2026

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.

Suggested change
"vite-tsconfig-paths": "^6.0.4",
"vite-tsconfig-paths": "^5.1.4",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants