chore(deps): lock file maintenance#173
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
38f79c7 to
2c63ffa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: (in timezone UTC)
* 0-5 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
Note
Medium Risk
Touches the full AWS S3 client and signing stack used by
packages/storage, so regressions in uploads, presigning, or auth are possible despite staying on existing semver ranges.Overview
Refreshes
pnpm-lock.yamlonly (Renovate lock file maintenance). Nopackage.jsonmanifest changes—updates are resolved versions within existing semver ranges.packages/storageandsharedpick up newer AWS SDK v3 builds:@aws-sdk/client-s3and related S3 packages move 3.1073.0 → 3.1078.0, with matching bumps across credential providers,@aws-sdk/core,@smithy/*, and@smithy/signature-v4(5.5.1 → 5.6.1). The lockfile’s S3 client graph is slimmer (e.g.@aws-sdk/checksumswired directly intoclient-s3, fewer standalone@aws-crypto/*and XML parser entries).Root dev tooling resolves
publint0.3.21 andpostcss8.5.16, which flows throughtsupandvitepeer chains.Reviewed by Cursor Bugbot for commit 2c63ffa. Bugbot is set up for automated code reviews on this repo. Configure here.