-
-
Notifications
You must be signed in to change notification settings - Fork 88
refactor: Upgrade @aws-sdk/s3-request-presigner from 3.878.0 to 3.882.0 #347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
refactor: Upgrade @aws-sdk/s3-request-presigner from 3.878.0 to 3.882.0 #347
Conversation
Snyk has created this PR to upgrade @aws-sdk/s3-request-presigner from 3.878.0 to 3.882.0. See this package in npm: @aws-sdk/s3-request-presigner See this project in Snyk: https://app.snyk.io/org/acinader/project/3364151b-9c9a-4458-9afd-809dc5309438?utm_source=github&utm_medium=referral&page=upgrade-pr
I will reformat the title to use the proper commit message syntax. |
🚀 Thanks for opening this pull request! |
📝 WalkthroughWalkthroughSingle dependency bump in package.json: @aws-sdk/s3-request-presigner updated from 3.878.0 to 3.882.0. No code changes or public API alterations. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal). Please share your feedback with us on this Discord post. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #347 +/- ##
=======================================
Coverage 97.19% 97.19%
=======================================
Files 2 2
Lines 214 214
=======================================
Hits 208 208
Misses 6 6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
package.json (1)
22-24
: Keep AWS SDK modules in lockstepWe’re now mixing
@aws-sdk/client-s3@3.858.0
with@aws-sdk/s3-request-presigner@3.882.0
. Because these v3 modules share tightly coupled Smithy internals, pinning them to different releases can pull in duplicate transitive deps and occasionally surface subtle runtime type mismatches. Let’s bumpclient-s3
to the same 3.882.0 release so everything stays in sync.- "@aws-sdk/client-s3": "3.858.0", - "@aws-sdk/s3-request-presigner": "3.882.0" + "@aws-sdk/client-s3": "3.882.0", + "@aws-sdk/s3-request-presigner": "3.882.0"
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
package-lock.json
is excluded by!**/package-lock.json
📒 Files selected for processing (1)
package.json
(1 hunks)
Snyk has created this PR to upgrade @aws-sdk/s3-request-presigner from 3.878.0 to 3.882.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 2 versions ahead of your current version.
The recommended version was released 22 days ago.
Release notes
Package name: @aws-sdk/s3-request-presigner
3.882.0(2025-09-04)
Chores
New Features
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.882.0.zip
3.879.0(2025-08-29)
Chores
New Features
Tests
For list of updated packages, view updated-packages.md in assets-3.879.0.zip
3.878.0(2025-08-28)
Chores
Documentation Changes
New Features
Tests
For list of updated packages, view updated-packages.md in assets-3.878.0.zip
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by CodeRabbit