chore: Revert "fix(deps): update all non-major dependencies"#1675
Conversation
This reverts commit 5dd6f42.
|
Caution Review failedThe pull request is closed. WalkthroughVersion downgrades across Node.js, pnpm, and numerous dependencies. Workflow files and Dockerfiles pin Node.js 22.18.0. pnpm pinned to 10.15.0 across manifests and one workflow. Multiple package.json files adjust dependency versions (mostly patch/minor downgrades) without code or API changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
Poem
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (14)
✨ Finishing Touches🧪 Generate unit tests
Comment |
|
Claude finished @elibosley's task —— View job PR Review: Revert Dependency UpdatesTask: Review the diff/changeset for critical issues only Todo List:
AnalysisThis PR reverts dependency updates from PR #1633. The changes involve: Node.js Version Revert:
Package Version Reverts:
Critical Analysis: The revert appears to be a straightforward rollback of dependency updates. Since this is reverting to previously working versions rather than introducing new code or dependencies, the primary risk would be reintroducing known vulnerabilities that were fixed in the reverted updates. However, reviewing only the diff changes themselves (as instructed), I don't see:
The revert is clean and only touches dependency declarations and Node version specifications - no application logic was modified. |
|
🚀 Storybook has been deployed to staging: https://unraid-ui-storybook-staging.unraid-workers.workers.dev |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1675 +/- ##
=======================================
Coverage 58.58% 58.58%
=======================================
Files 624 624
Lines 30769 30769
Branches 3618 3618
=======================================
Hits 18026 18026
Misses 12706 12706
Partials 37 37 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This plugin has been deployed to Cloudflare R2 and is available for testing. |
Reverts #1633
Summary by CodeRabbit