-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update all major dependencies #214
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis change updates the version of the pnpm package manager in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
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.
Actionable comments posted: 1
🧹 Nitpick comments (1)
turbo.json (1)
41-43
: Nit: keep top-level keys alphabetically sorted
"ui"
has merely been moved; keeping keys sorted ("tasks"
after"ui"
) reduces churn in future diffs.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (3)
package.json
(1 hunks)pnpm-workspace.yaml
(2 hunks)turbo.json
(1 hunks)
🧰 Additional context used
🧠 Learnings (7)
📓 Common learnings
Learnt from: CR
PR: mheob/tsg-irlich-web#0
File: .cursor/rules/installing-libraries.mdc:0-0
Timestamp: 2025-06-26T02:09:46.389Z
Learning: When installing libraries in JavaScript or TypeScript projects (such as those using .ts or .tsx files), do not manually edit the package.json file to select a version. Instead, use a package manager command (e.g., 'pnpm add', 'yarn add', or 'npm install') to ensure the latest version is installed, as training data may be outdated and not reflect recent developments.
Learnt from: mheob
PR: mheob/tsg-irlich-web#197
File: pnpm-workspace.yaml:10-10
Timestamp: 2025-06-13T16:38:06.852Z
Learning: pnpm added support for the `catalogMode` setting (values such as `prefer`) beginning with version 10.12.1, so this key is valid in `pnpm-workspace.yaml` when using that or newer versions.
📚 Learning: when installing libraries in javascript or typescript projects (such as those using .ts or .tsx file...
Learnt from: CR
PR: mheob/tsg-irlich-web#0
File: .cursor/rules/installing-libraries.mdc:0-0
Timestamp: 2025-06-26T02:09:46.389Z
Learning: When installing libraries in JavaScript or TypeScript projects (such as those using .ts or .tsx files), do not manually edit the package.json file to select a version. Instead, use a package manager command (e.g., 'pnpm add', 'yarn add', or 'npm install') to ensure the latest version is installed, as training data may be outdated and not reflect recent developments.
Applied to files:
package.json
pnpm-workspace.yaml
📚 Learning: pnpm added support for the `catalogmode` setting (values such as `prefer`) beginning with version 10...
Learnt from: mheob
PR: mheob/tsg-irlich-web#197
File: pnpm-workspace.yaml:10-10
Timestamp: 2025-06-13T16:38:06.852Z
Learning: pnpm added support for the `catalogMode` setting (values such as `prefer`) beginning with version 10.12.1, so this key is valid in `pnpm-workspace.yaml` when using that or newer versions.
Applied to files:
package.json
pnpm-workspace.yaml
📚 Learning: when creating sanity schema in typescript files, always import the necessary sanity types: 'definefi...
Learnt from: CR
PR: mheob/tsg-irlich-web#0
File: .cursor/rules/sanity.mdc:0-0
Timestamp: 2025-06-26T02:10:33.102Z
Learning: When creating Sanity schema in TypeScript files, always import the necessary Sanity types: 'defineField', 'defineType', and 'defineArrayMember' (only if needed) from 'sanity'.
Applied to files:
pnpm-workspace.yaml
📚 Learning: minimize the use of 'use client', useeffect, and setstate in next.js 15+; favor react server compone...
Learnt from: CR
PR: mheob/tsg-irlich-web#0
File: .windsurfrules:0-0
Timestamp: 2025-06-26T02:11:06.767Z
Learning: Minimize the use of 'use client', useEffect, and setState in Next.js 15+; favor React Server Components (RSC) and SSR features for better performance and scalability.
Applied to files:
pnpm-workspace.yaml
📚 Learning: minimize the use of 'use client', 'useeffect', and 'setstate' in next.js apps; prefer react server c...
Learnt from: CR
PR: mheob/tsg-irlich-web#0
File: .cursor/rules/frontend-web-development.mdc:0-0
Timestamp: 2025-06-26T02:09:39.305Z
Learning: Minimize the use of 'use client', 'useEffect', and 'setState' in Next.js apps; prefer React Server Components and SSR features for better performance and maintainability.
Applied to files:
pnpm-workspace.yaml
📚 Learning: after adding new sanity schema, run the type generation command ('nr extract-types') to generate typ...
Learnt from: CR
PR: mheob/tsg-irlich-web#0
File: .cursor/rules/sanity.mdc:0-0
Timestamp: 2025-06-26T02:10:33.102Z
Learning: After adding new Sanity schema, run the type generation command ('nr extract-types') to generate TypeScript definitions.
Applied to files:
pnpm-workspace.yaml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Check
🔇 Additional comments (1)
pnpm-workspace.yaml (1)
19-77
: Major bumps – dependencies install & engines OK, now verify build, type-check & tests
All new ranges installed without peer-dependency warnings and yourengines
field matches the dependency graph.Please confirm the workspace still:
- Builds (
pnpm run build
)- Type-checks (
pnpm run type-check
ortsc --noEmit
)- Passes all tests (
pnpm test
)
Summary by CodeRabbit