chore(deps): bump @pulumi/aws from 6.83.3 to 7.25.0 in /deploy/pulumi#727
chore(deps): bump @pulumi/aws from 6.83.3 to 7.25.0 in /deploy/pulumi#727dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 73bdf29. Configure here.
| "main": "index.ts", | ||
| "dependencies": { | ||
| "@pulumi/aws": "^6.0.0", | ||
| "@pulumi/aws": "^7.25.0", |
There was a problem hiding this comment.
Incompatible @pulumi/eks v3 with @pulumi/aws v7
High Severity
Bumping @pulumi/aws to ^7.25.0 without also bumping @pulumi/eks from ^3.0.0 to ^4.0.0 introduces an incompatibility. @pulumi/eks v3 depends on @pulumi/aws v6 and has type-level conflicts with v7 (notably around ec2.SecurityGroup output types used in EKS node group inputs). The eks.ts file actively imports and uses @pulumi/eks, so this will cause TypeScript compilation errors or runtime failures.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 73bdf29. Configure here.
Bumps [@pulumi/aws](https://github.com/pulumi/pulumi-aws) from 6.83.3 to 7.25.0. - [Release notes](https://github.com/pulumi/pulumi-aws/releases) - [Changelog](https://github.com/pulumi/pulumi-aws/blob/master/CHANGELOG_OLD.md) - [Commits](pulumi/pulumi-aws@v6.83.3...v7.25.0) --- updated-dependencies: - dependency-name: "@pulumi/aws" dependency-version: 7.25.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
73bdf29 to
5db68a4
Compare


Bumps @pulumi/aws from 6.83.3 to 7.25.0.
Release notes
Sourced from
@pulumi/aws's releases.... (truncated)
Commits
9b61e8eFix release-verification example compilation (#6279)1e04cddUpgrade terraform-provider-aws to v6.40.0 (#6270)ae64236Upgrade pulumi-terraform-bridge to v3.126.0 (#6278)0a07bceUpdate GitHub Actions workflows. (#6274)2dbbceaAdd r8 family to instance-types.txt (#6266)590ff28Fix source-typed ECR lifecycle policy enums (#6258)3efe305Update GitHub Actions workflows. (#6263)8adcb71Replace legacy TypeScript module declaration with namespace (#6260)c31bb55Update workflows from source (#6262)1beacc8Upgrade terraform-provider-aws to v6.38.0 (#6249)Note
Medium Risk
Dependency upgrade of the AWS Pulumi provider can change resource schemas/defaults and may cause unexpected diffs or replacements during
pulumi up, even though code changes are minimal.Overview
Bumps
@pulumi/awsindeploy/pulumi/package.jsonfrom^6.0.0to^7.25.0, upgrading the Pulumi AWS provider major version used by the deployment stack.Reviewed by Cursor Bugbot for commit 5db68a4. Bugbot is set up for automated code reviews on this repo. Configure here.