Skip to content

chore: update packages#64

Merged
designcode merged 4 commits intomainfrom
chore/update-packages
Feb 20, 2026
Merged

chore: update packages#64
designcode merged 4 commits intomainfrom
chore/update-packages

Conversation

@designcode
Copy link
Collaborator

@designcode designcode commented Feb 20, 2026

Note

Medium Risk
Dependency-only change, but it upgrades major versions of React, jsdom, and core AWS SDK components, which can introduce runtime or test-environment incompatibilities.

Overview
Updates dependency versions across the monorepo.

packages/storage bumps the AWS SDK S3 clients/presigner and @smithy/signature-v4, and updates dotenv.

packages/react updates to @tigrisdata/storage@^2.13.0 and refreshes its dev/test stack (React/ReactDOM + types to 19.x, jsdom to 28.x, and Testing Library). packages/keyv-tigris and packages/iam similarly bump @tigrisdata/storage, keyv, and dotenv, with corresponding package-lock.json updates (including new jsdom transitive deps).

Written by Cursor Bugbot for commit 47e1428. This will update automatically on new commits. Configure here.

@greptile-apps
Copy link

greptile-apps bot commented Feb 20, 2026

Greptile Summary

Updated dependencies across all packages in the monorepo, including AWS SDK packages (^3.859.0 → ^3.994.0), internal @tigrisdata/storage references (^2.0.0 → ^2.13.0), and development dependencies.

  • Major updates: React devDependencies upgraded from v18 to v19, @smithy/signature-v4 from v4 to v5
  • Minor/patch updates: dotenv (^17.2.1 → ^17.3.1), keyv (^5.5.4 → ^5.6.0), various testing libraries
  • Compatibility: React package maintains peerDependencies of >=18.0.0, ensuring backward compatibility with React 18 despite testing with React 19

The changes are properly reflected in package-lock.json with updated integrity hashes.

Confidence Score: 5/5

  • Safe to merge - routine dependency updates with no breaking changes detected
  • All dependency updates follow semantic versioning appropriately. The React 19 upgrade is only in devDependencies for testing, while peerDependencies maintain backward compatibility. AWS SDK updates are within the same major version. The package-lock.json is properly synchronized.
  • No files require special attention

Important Files Changed

Filename Overview
packages/keyv-tigris/package.json Updated @tigrisdata/storage from ^2.0.0 to ^2.13.0, dotenv to ^17.3.1, and keyv from ^5.5.4 to ^5.6.0 (all minor/patch updates)
packages/react/package.json Updated @tigrisdata/storage to ^2.13.0, upgraded React devDependencies from v18 to v19 (major version), updated testing libraries and jsdom
packages/storage/package.json Updated AWS SDK packages from ^3.859.0 to ^3.994.0, upgraded @smithy/signature-v4 from ^4.2.4 to ^5.3.8 (major version), and dotenv to ^17.3.1

Last reviewed commit: 47e1428

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@designcode designcode merged commit 75fe08a into main Feb 20, 2026
2 checks passed
@designcode designcode deleted the chore/update-packages branch February 20, 2026 17:46
@github-actions
Copy link

🎉 This PR is included in version 2.14.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants