Skip to content

chore: update dependencies and GitHub Actions workflows#362

Merged
hoegertn merged 2 commits intomainfrom
claude/upgrade-dependencies-DaLcw
Apr 13, 2026
Merged

chore: update dependencies and GitHub Actions workflows#362
hoegertn merged 2 commits intomainfrom
claude/upgrade-dependencies-DaLcw

Conversation

@hoegertn
Copy link
Copy Markdown
Contributor

  • Please check if the PR fulfills these requirements
  • The commit message describes your change
  • Tests for the changes have been added if possible (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • What kind of change does this PR introduce?
    Dependency updates and CI/CD workflow improvements

  • What is the current behavior?
    Project uses older versions of dependencies and GitHub Actions, with npx prefix in npm scripts and missing TypeScript type configurations.

  • What is the new behavior (if this is a feature change)?

  • Updated AWS SDK packages to v3.1029.0
  • Updated aws-cdk-lib to v2.248.0
  • Updated projen to v0.99.47
  • Updated dynamodb-onetable to v2.7.7
  • Updated axios to v1.15.0
  • Updated typedoc to v0.28.19
  • Updated ts-jest to v29.4.9
  • Removed npx prefix from npm scripts for cleaner execution
  • Updated GitHub Actions to latest versions (checkout@v6, upload-artifact@v7, setup-node@v6, download-artifact@v8)
  • Added explicit TypeScript type declarations in tsconfig.json and tsconfig.dev.json
  • Added devEngines configuration for npm package manager
  • Replaced hmarr/auto-approve-action with native GitHub CLI in auto-approve workflow
  • Removed delete_head_branch from Mergify configuration
  • Does this PR introduce a breaking change?
    No breaking changes. All updates are to development dependencies and CI/CD configurations.

  • Other information:
    This is a routine maintenance update generated by projen to keep dependencies current and workflows aligned with latest GitHub Actions best practices.

https://claude.ai/code/session_01GFVYgGHhH1ApGoPc4BPgJ4

claude added 2 commits April 12, 2026 12:38
Upgrade all dependencies to their latest versions:
- projen: 0.99.21 → 0.99.47
- aws-cdk-lib: 2.244.0 → 2.248.0
- @aws-sdk/*: 3.1013.0 → 3.1029.0
- dynamodb-onetable: 2.7.5 → 2.7.7
- typedoc: 0.28.17 → 0.28.19
- ts-jest: 29.4.6 → 29.4.9
- axios: 1.13.6 → 1.15.0

https://claude.ai/code/session_01GFVYgGHhH1ApGoPc4BPgJ4
@hoegertn hoegertn merged commit d715166 into main Apr 13, 2026
5 of 6 checks passed
@hoegertn hoegertn deleted the claude/upgrade-dependencies-DaLcw branch April 13, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants