Closed lukevella closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
app | ❌ Failed (Inspect) | Oct 7, 2024 10:07pm | ||
landing | ❌ Failed (Inspect) | Oct 7, 2024 10:07pm |
The pull request includes modifications to several configuration files within the project. Key changes involve updates to the .gitignore
file to include new entries for test-results
and .yarn
. A new .yarnrc.yml
file is introduced with specific Yarn configuration settings. The package.json
files across various packages are updated to reflect changes in dependencies, including reintroducing certain dependencies and updating the Yarn package manager version.
File | Change Summary |
---|---|
.gitignore |
Added entries: test-results , .yarn |
.yarnrc.yml |
Introduced with settings: compressionLevel (mixed), enableGlobalCache (false), nodeLinker (node-modules), yarnPath (pointing to .yarn/releases/yarn-4.5.0.cjs ) |
package.json |
Updated packageManager from yarn@1.22.19 to yarn@4.5.0 |
apps/landing/package.json |
Reintroduced dependency: @rallly/tsconfig in devDependencies |
apps/web/package.json |
Removed and re-added dependencies: i18next , react-hook-form-persist |
packages/billing/package.json |
Reordered dependencies: @rallly/ui , stripe , next without version changes |
packages/emails/package.json |
Reintroduced dependency: @vercel/functions |
packages/eslint-config/package.json |
Added dependencies: @typescript-eslint/eslint-plugin , @typescript-eslint/parser (removed previous entries) |
packages/tailwind-config/package.json |
Readded dependency: autoprefixer with the same version ^10.4.13 |
packages/tsconfig/package.json |
Reordered devDependencies : @tsconfig/strictest , @tsconfig/next without changes to versions |
.gitignore
file in this PR also include the addition of test-results
, which is directly related to the changes made in the main PR..gitignore
file by adding test-results
, indicating a direct connection to the main PR's changes.🐰 In the meadow, changes bloom,
New yarn paths chase away the gloom.
With dependencies dancing in a row,
Our project hops, ready to grow!
Test results tucked away with care,
A tidy space, for all to share! 🌼✨
Summary by CodeRabbit
New Features
Bug Fixes
Chores
.gitignore
to include entries fortest-results
and.yarn
.