Skip to content

feat: bump dependencies - #1149

Merged
despock merged 2 commits into
mainfrom
upgrade/20260803
Aug 3, 2026
Merged

feat: bump dependencies#1149
despock merged 2 commits into
mainfrom
upgrade/20260803

Conversation

@despock

@despock despock commented Aug 3, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings August 3, 2026 13:58
@despock despock changed the title feat: bumping dependencies feat: bump dependencies Aug 3, 2026

Copilot AI left a comment

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.

Pull request overview

This PR updates the repo’s dependency set (tooling + AWS/Pulumi packages) and refreshes the lockfile, plus adjusts AWS CDK test fixtures to use valid 12-digit AWS account IDs.

Changes:

  • Bump root devDependencies (Changesets, ESLint/TS-ESLint, Prettier, Rollup, Vitest, aws-cdk) and regenerate pnpm-lock.yaml.
  • Bump package dependencies for AWS/Pulumi workspaces (AWS SDK, Pulumi providers, aws-cdk-lib/constructs, @types/lodash).
  • Update AWS test stacks and snapshots/config fixtures to use 123456789012 (12-digit account IDs) consistently.

Reviewed changes

Copilot reviewed 53 out of 54 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pnpm-lock.yaml Regenerated lockfile reflecting updated dependency graph.
package.json Updates root dev tooling versions (lint/format/build/test/release toolchain).
.changeset/dirty-pans-tease.md Declares release bumps for packages as part of dependency update.
packages/common/package.json Bumps @types/lodash.
packages/cloudflare/package.json Bumps Pulumi provider versions and @types/lodash.
packages/azure/package.json Bumps Pulumi Azure-native/Pulumi core versions and @types/lodash.
packages/aws/package.json Bumps AWS SDK packages, aws-cdk-lib/constructs, and @types/lodash.
packages/aws/test/common/cdk-config/certificates.json Updates test certificate account IDs to 12 digits.
packages/aws/test/services/acm-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/api-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/appconfig-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/cloudfront-manager.test.ts Updates test stack account ID + ARN account segment to 12 digits.
packages/aws/test/services/cloudtrail-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/cloudwatch-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/dynamodb-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/ecr-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/ecs-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/efs-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/eks-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/elasticache-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/event-manager.test.ts Updates test stack account ID + ARN account segment to 12 digits.
packages/aws/test/services/event-target-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/evidently-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/iam-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/kms-manager.test.ts Updates test stack account ID + IAM root ARN segment to 12 digits.
packages/aws/test/services/lambda-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/lambda-manager-hierarchy.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/log-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/route53-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/s3-manager.test.ts Updates test stack account ID and expected bucket names to 12 digits.
packages/aws/test/services/s3-manager-hierarchy.test.ts Updates test stack account ID and expected bucket names to 12 digits.
packages/aws/test/services/secrets-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/sfn-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/sns-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/sqs-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/ssm-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/vpc-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/services/waf-manager.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/construct/application-configuration.test.ts Updates ARN account segment to 12 digits.
packages/aws/test/construct/api-to-any-target.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/construct/api-to-eventbridge-target.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/construct/api-to-eventbridge-target-with-sns.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/construct/api-to-eventbridge-target-with-sns-use-existing.test.ts Updates multiple test stack account IDs to 12 digits.
packages/aws/test/construct/api-to-lambda-target.test.ts Updates test stack account ID and expected asset bucket name to 12 digits.
packages/aws/test/construct/api-to-lambda-target-use-existing.test.ts Updates multiple test stack account IDs to 12 digits.
packages/aws/test/construct/event-handler.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/construct/event-handler-empty.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/construct/piped-event-handler.test.ts Updates test stack account ID to 12 digits.
packages/aws/test/construct/rest-api-lambda-with-cache.test.ts Updates existing-VPC test stack account ID to 12 digits.
packages/aws/test/construct/static-site-with-ecs-backend.test.ts Updates test stack account ID and certificate ARN account segment to 12 digits.
packages/aws/test/construct/static-site-with-ecs-backend-and-efs.test.ts Updates test stack account ID, certificate ARN, and ECR image/account segments to 12 digits.
packages/aws/test/construct/static-site-with-ecs-backend-scaling.test.ts Updates test stack account ID and regional certificate ARN account segment to 12 digits.
packages/aws/test/construct/static-site-with-lambda-backend.test.ts Updates test stack account ID and certificate ARN account segment to 12 digits.
packages/aws/test/construct/static-site-with-lambda-backend-variants.test.ts Updates multiple test stack account IDs and certificate ARN account segment to 12 digits.
Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
@despock
despock merged commit f0122be into main Aug 3, 2026
9 checks passed
@despock
despock deleted the upgrade/20260803 branch August 3, 2026 14:09
@despock
despock restored the upgrade/20260803 branch August 3, 2026 14:17
@github-actions github-actions Bot mentioned this pull request Aug 3, 2026
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