chore: update deps - #13
Conversation
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
)" This reverts commit b36c005.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughBoth AWS Terraform configuration files downgrade the required Terraform version from ~> 1.15.2 to ~> 1.12, reverting the version constraint across the main and static infrastructure stacks. ChangesTerraform Version Constraint Reversion
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@infra/aws/main/main.tf`:
- Around line 2-6: The Terraform block contains unresolved merge-conflict
markers around the required_version setting; remove the conflict markers
(<<<<<<<, =======, >>>>>>>) and keep a single valid required_version entry
(e.g., required_version = "~> 1.15.2" or the agreed project version) so the HCL
parses correctly; update the existing required_version declaration (the
required_version symbol) to the chosen version and ensure no leftover marker
text remains.
In `@infra/aws/static/versions.tf`:
- Around line 2-6: The file contains unresolved Git conflict markers around the
Terraform required_version; remove the conflict markers (<<<<<<<, =======,
>>>>>>>) and leave a single valid required_version stanza (e.g.,
required_version = "~> 1.15.2") so Terraform can parse the versions.tf file;
locate the required_version entry in versions.tf and replace the conflicted
block with the chosen version string.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: af525bd8-1adc-4625-b28d-a8a35ac0c75f
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (8)
apps/static/package.jsoninfra/aws/main/.terraform.lock.hclinfra/aws/main/main.tfinfra/aws/static/.terraform.lock.hclinfra/aws/static/versions.tfpackage.jsonpackages/ui/package.jsonpnpm-workspace.yaml
Summary by CodeRabbit