Closed JoeKarow closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
inreach-app | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Aug 27, 2024 7:28pm |
The changes involve downgrading several dependencies related to Prisma across multiple package.json
files, specifically from version 5.19.0
to 5.18.0
. Additionally, a new migration job for creating election alerts has been introduced, and modifications have been made to the LocationBasedAlertBanner
component, focusing on its styling and structural layout.
File(s) | Change Summary |
---|---|
apps/app/package.json , lambdas/cognito-user-migrate/package.json , packages/db/package.json |
Downgraded versions of Prisma dependencies from 5.19.0 to 5.18.0 . |
packages/db/prisma/data-migrations/2024-08-22_election-alert.ts |
Introduced a new migration job for creating election alerts in the database. |
packages/db/prisma/data-migrations/index.ts |
Added export statement for the new election alert migration job. |
packages/ui/components/core/LocationBasedAlertBanner/index.tsx |
Updated styling and structure of the LocationBasedAlertBanner component, enhancing layout and readability. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
New and removed dependencies detected. Learn more about Socket for GitHub โ๏ธ
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/@prisma/client@5.18.0 | environment, filesystem, shell | 0 |
8.41 MB | prismabot |
npm/@prisma/nextjs-monorepo-workaround-plugin@5.18.0 | filesystem | 0 |
18.2 kB | prismabot |
๐ฎ Removed packages: npm/@prisma/instrumentation@5.19.0), npm/@prisma/nextjs-monorepo-workaround-plugin@5.19.0)
f4328c7(current) vs e328a5e dev#1324(baseline)
[!WARNING] Bundle contains 5 duplicate packages โ View duplicate packages
Bundle metrics
2 changes
1 regression
โโโโโโโโโโ | โโโโโโCurrent #1329 |
โโโโโBaseline #1324 |
---|---|---|
Initial JS | 3.06MiB (+0.01% ) |
3.06MiB |
Initial CSS | 9.54KiB |
9.54KiB |
Cache Invalidation | 46.57% |
54.67% |
Chunks | 67 |
67 |
Assets | 80 |
80 |
Modules | 2013 |
2013 |
Duplicate Modules | 361 |
361 |
Duplicate Code | 10.03% |
10.03% |
Packages | 159 |
159 |
Duplicate Packages | 5 |
5 |
1 change
1 regression
Bundle analysis reportโBranch JoeKarow/alert-formattingโProject dashboard
Generated by RelativeCIโDocumentationโReport issue
This analysis was generated by the Next.js Bundle Analysis action. ๐ค
This PR introduced no changes to the JavaScript bundle! ๐
๐ค No test run has been triggered as your Meticulous project has been deactivated (since you haven't viewed any test results in a while). Click here to reactivate.
Last updated for commit f4328c7. This comment will update as new commits are pushed.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Pull Request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
-
-
Does this introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
LocationBasedAlertBanner
component for improved styling and layout.Bug Fixes
Documentation