Skip to content

chore: update AWS SDK dependencies and adjust development scripts#151

Merged
carhartlewis merged 1 commit into
mainfrom
lewis/onboarding-workflow
Mar 19, 2025
Merged

chore: update AWS SDK dependencies and adjust development scripts#151
carhartlewis merged 1 commit into
mainfrom
lewis/onboarding-workflow

Conversation

@carhartlewis

@carhartlewis carhartlewis commented Mar 19, 2025

Copy link
Copy Markdown
Contributor
  • Upgraded @aws-sdk/client-securityhub from version 3.758.0 to 3.765.0 for improved functionality.
  • Added @t3-oss/env-nextjs dependency version 0.12.0 to enhance environment variable management.
  • Modified development script in apps/app/package.json to run on port 3000 instead of 3001.
  • Adjusted development script in apps/portal/package.json to run on port 3001 instead of 3002.

Summary by CodeRabbit

  • Chores
    • Updated development server configurations to standardize the testing environment for a smoother local experience.
    • Removed an extra debugging option, resulting in a cleaner workflow.
    • Added support for enhanced environment management to ensure seamless configuration.
    • Upgraded a security integration package for improved performance and reliability, contributing to a more robust overall experience.

- Upgraded `@aws-sdk/client-securityhub` from version 3.758.0 to 3.765.0 for improved functionality.
- Added `@t3-oss/env-nextjs` dependency version 0.12.0 to enhance environment variable management.
- Modified development script in `apps/app/package.json` to run on port 3000 instead of 3001.
- Adjusted development script in `apps/portal/package.json` to run on port 3001 instead of 3002.
@vercel

vercel Bot commented Mar 19, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
app 🔄 Building (Inspect) Visit Preview 💬 Add feedback Mar 19, 2025 3:56pm
comp-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 19, 2025 3:56pm

@coderabbitai

coderabbitai Bot commented Mar 19, 2025

Copy link
Copy Markdown

Walkthrough

This pull request updates several package configuration files. In apps/app/package.json, the development server port changes from 3001 to 3000. In apps/portal/package.json, the dev script is updated by removing the NODE_OPTIONS='--inspect' flag and changing the port from 3002 to 3001, while also adding a new dependency (@t3-oss/env-nextjs). Additionally, package.json upgrades the version of @aws-sdk/client-securityhub from ^3.758.0 to ^3.765.0.

Changes

File Path Change Summary
apps/app/package.json Updated "dev" script: port changed from 3001 to 3000.
apps/portal/package.json Updated "dev" script: removed NODE_OPTIONS='--inspect' and changed port from 3002 to 3001; added dependency "@t3-oss/env-nextjs": "^0.12.0".
package.json Upgraded dependency @aws-sdk/client-securityhub from ^3.758.0 to ^3.765.0.

Poem

Hopping through the code in delight,
I tweak the ports to set things right.
Dependencies bloom like springtime cheer,
In every script, a change appears.
With a joyful leap, I sing—"All systems clear!" 🐇

Tip

⚡🧪 Multi-step agentic review comment chat (experimental)
  • We're introducing multi-step agentic chat in review comments. This experimental feature enhances review discussions with the CodeRabbit agentic chat by enabling advanced interactions, including the ability to create pull requests directly from comments.
    - To enable this feature, set early_access to true under in the settings.

📜 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 3b318b9 and 3c456fe.

⛔ Files ignored due to path filters (2)
  • bun.lock is excluded by !**/*.lock
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
📒 Files selected for processing (3)
  • apps/app/package.json (1 hunks)
  • apps/portal/package.json (1 hunks)
  • package.json (1 hunks)
🔇 Additional comments (4)
package.json (1)

30-31: Dependency Version Update for @aws-sdk/client-securityhub

The version for @aws-sdk/client-securityhub has been updated from a previous version to ^3.765.0. Please verify that this upgrade does not introduce any breaking changes in your codebase. It might be useful to review the package's changelog or release notes for any important adjustments or deprecations.

apps/portal/package.json (2)

6-6: Dev Script Port and Debug Flag Adjustment

The "dev" script has been updated to run the Next.js development server on port 3001 and no longer includes the NODE_OPTIONS='--inspect' flag. Ensure that this change aligns with your intended debugging and development workflow.


12-12: Addition of @t3-oss/env-nextjs Dependency

A new dependency, @t3-oss/env-nextjs at version ^0.12.0, has been added. Make sure that its integration across the application for handling environment variables is properly configured and that any necessary documentation is updated.

apps/app/package.json (1)

6-6: Dev Script Port Update in apps/app

The "dev" script has been modified to change the development server port from 3001 to 3000. Confirm that this change is reflected in all related configuration and that no other services depend on the old port.


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
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

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.

1 participant