Skip to content

Upgrade multiple dependencies#2754

Open
Piumal1999 wants to merge 2 commits into
wso2:mainfrom
Piumal1999:dep-bump
Open

Upgrade multiple dependencies#2754
Piumal1999 wants to merge 2 commits into
wso2:mainfrom
Piumal1999:dep-bump

Conversation

@Piumal1999

@Piumal1999 Piumal1999 commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Purpose

$subject

Approach

Upgraded node version to 24 (previously it was 23 , which is not an LTS version)
Updated few other dependencies
Refined the package.json

@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@Piumal1999, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 52 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 87c3275e-59ef-4d2a-8626-86c187357d7a

📥 Commits

Reviewing files that changed from the base of the PR and between 7969135 and cb05176.

⛔ Files ignored due to path filters (2)
  • portals/developer-portal/it/rest-api/package-lock.json is excluded by !**/package-lock.json
  • portals/developer-portal/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (22)
  • portals/developer-portal/.nvmrc
  • portals/developer-portal/Dockerfile
  • portals/developer-portal/README.md
  • portals/developer-portal/it/docker-compose.test.postgres.yaml
  • portals/developer-portal/it/docker-compose.test.yaml
  • portals/developer-portal/it/rest-api/package.json
  • portals/developer-portal/package.json
  • portals/developer-portal/src/controllers/apiContentController.js
  • portals/developer-portal/src/controllers/apiWorkflowsController.js
  • portals/developer-portal/src/controllers/devportalController.js
  • portals/developer-portal/src/routes/api/devportalApiRouter.js
  • portals/developer-portal/src/routes/pages/apiContentRoute.js
  • portals/developer-portal/src/routes/pages/customPageRoute.js
  • portals/developer-portal/src/routes/pages/designModeRoute.js
  • portals/developer-portal/src/services/adminService.js
  • portals/developer-portal/src/services/apiMetadataService.js
  • portals/developer-portal/src/services/apiWorkflowService.js
  • portals/developer-portal/src/services/keyManagerService.js
  • portals/developer-portal/src/services/mcpRegistryService.js
  • portals/developer-portal/src/utils/apiDefinitionUtil.js
  • portals/developer-portal/src/utils/sampleApiLoader.js
  • portals/developer-portal/src/utils/yaml.js
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with 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.

❤️ Share

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

"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
"version": "14.0.1",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can even remove this uuid library and use crypto.randomUUID() since only usage is the following.

const { v4: uuidv4 } = require('uuid');

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.

2 participants