Skip to content

chore(deps): upgrade dependencies#337

Open
jogold wants to merge 2 commits intomasterfrom
github-actions/upgrade-master
Open

chore(deps): upgrade dependencies#337
jogold wants to merge 2 commits intomasterfrom
github-actions/upgrade-master

Conversation

@jogold
Copy link
Owner

@jogold jogold commented Feb 18, 2026

Upgrades project dependencies. See details in workflow run.


Automatically created by projen via the "upgrade-master" workflow

@gemini-code-assist
Copy link

Summary of Changes

Hello @jogold, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a routine maintenance update by upgrading various project dependencies. The primary focus is on bringing the AWS SDK client packages and their underlying Smithy framework components to their latest patch versions, alongside updates to other development tools. This ensures the project benefits from the latest features, bug fixes, and security enhancements provided by these libraries.

Highlights

  • AWS SDK Dependency Upgrades: Numerous AWS SDK client packages (e.g., client-cloudformation, client-dynamodb, client-s3, client-sns, client-textract, lib-dynamodb) have been upgraded from version 3.991.0 to 3.992.0.
  • Smithy Framework Updates: Several @smithy packages, which are core components of the AWS SDK for JavaScript, including @smithy/core, @smithy/middleware-endpoint, @smithy/middleware-retry, @smithy/smithy-client, @smithy/util-defaults-mode-browser, and @smithy/util-defaults-mode-node, received minor version bumps.
  • General Dependency Maintenance: Other development dependencies such as constructs, jsii-docgen, and semver were also updated to their latest compatible versions.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • package.json
    • Updated @aws-sdk client development dependencies to ^3.992.0.
  • yarn.lock
    • Updated resolved versions and integrity hashes for all upgraded @aws-sdk and @smithy packages.
    • Updated constructs to version 10.5.0.
    • Updated jsii-docgen to version 10.11.13.
    • Updated semver to version 7.7.4.
Activity
  • The pull request was automatically created by projen via the "upgrade-master" workflow, indicating an automated dependency update process.
  • A workflow run link is provided in the description for detailed information on the automated upgrade process.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request upgrades several project dependencies. Most are patch versions for @aws-sdk/* packages, which is good for maintenance. I've added one comment regarding multiple versions of the constructs package, which might be worth looking into for future improvements to avoid potential issues. Otherwise, the dependency upgrades look correct.

yarn.lock Outdated
Comment on lines +3934 to +3936
version "10.5.0"
resolved "https://registry.yarnpkg.com/constructs/-/constructs-10.5.0.tgz#66d1a5fb748f4adeb8698ea5f53f27e06f99b930"
integrity sha512-zWjwqIgk4nAWmQGrPnDWv+M2Yly6m7ROyqmmQVLgJiHnWP762It22uWFaF2Pu/sSx0u8WsoUcvt0PZ4DQIQYwQ==

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This updates a transitive dependency on constructs to 10.5.0. It's worth noting that the project also depends on constructs@10.0.5 directly as a dev dependency. Having multiple versions of constructs in a CDK project can sometimes lead to subtle issues. It might be beneficial to consolidate to a single version in a future change to ensure consistency and avoid potential problems.

@jogold jogold force-pushed the github-actions/upgrade-master branch 8 times, most recently from fae26a9 to 59978a6 Compare February 26, 2026 02:00
@jogold jogold force-pushed the github-actions/upgrade-master branch 4 times, most recently from 7eaa749 to 11646cf Compare March 2, 2026 02:03
Upgrades project dependencies. See details in [workflow run].

[Workflow Run]: https://github.com/jogold/cloudstructs/actions/runs/22604852467

------

*Automatically created by projen via the "upgrade-master" workflow*

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@jogold jogold force-pushed the github-actions/upgrade-master branch from 04a9f91 to 5431bd2 Compare March 3, 2026 02:05
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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