Skip to content

Conversation

@david-roper
Copy link
Collaborator

@david-roper david-roper commented Dec 4, 2025

closes issue #1249

Summary by CodeRabbit

  • Chores
    • Updated API dependencies to latest compatible versions for improved stability and performance.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 4, 2025

Walkthrough

A dependency version update for @douglasneuroinformatics/libnest is applied in the API package configuration, changing from version ^8.0.1 to ^8.1.2.

Changes

Cohort / File(s) Change Summary
Dependency Update
apps/api/package.json
Updated @douglasneuroinformatics/libnest from ^8.0.1 to ^8.1.2

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes the main change: updating the libnest dependency to fix a CORS issue with PATCH requests, which aligns with the single package.json modification.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch cors-fix

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c60aa8b and c3383b1.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • apps/api/package.json (1 hunks)
⏰ 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). (2)
  • GitHub Check: lint-and-test
  • GitHub Check: Analyze (javascript-typescript)
🔇 Additional comments (1)
apps/api/package.json (1)

22-22: Version update is justified and documented.

The dependency bump to @douglasneuroinformatics/libnest@^8.1.2 is appropriate. The v8.1.2 release specifically addresses the CORS issue with a fix to "specify the Access-Control-Allow-Methods header," directly resolving the PATCH request problem referenced in #1249. The caret constraint is suitable for this minor version update, with no breaking changes introduced between v8.0.1 and v8.1.2.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@joshunrau joshunrau merged commit 1cdf215 into main Dec 4, 2025
6 checks passed
@david-roper david-roper deleted the cors-fix branch December 4, 2025 20:44
@gdevenyi
Copy link
Contributor

gdevenyi commented Dec 5, 2025

@david-roper Can you please reference the Changelog line from upstream which notes the bug and fix

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.

4 participants