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.
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.0with@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-s3to 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.jsonis 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
- private: set schema serde mode for duplicated protocol tests (#7309) (7f8420a9)
- codegen: sync for eventstream codegen, schema bucketing (#7306) (b0f91073)
- clients: update client endpoints as of 2025-09-04 (c19b98de)
- client-ec2: Add m8i, m8i-flex and i8ge instance types. (19e055a6)
- client-rds: Added new EndpointNetworkType and TargetConnectionNetworkType fields in Proxy APIs to support IPv6 (38f10e0b)
- client-verifiedpermissions: Amazon Verified Permissions / Features : Adds support for datetime and duration attribute values. (d4b1d361)
- client-cleanrooms: Add support for configurable compute sizes for PySpark jobs. (9a691611)
- client-cloudformation: ListHookResults API now supports retrieving invocation results for all CloudFormation Hooks (previously limited to create change set and Cloud Control operations) with new optional parameters for filtering by Hook status and ARN. (61ad5ad5)
- client-opensearchserverless: Add support for Federal Information Processing Standards (FIPS) and Federal Risk and Authorization Management Program (FedRAMP) compliance (0bdbd8e9)
- ci: rename pull-request-build-yml to pull-request-build.yml (#7307) (b3364f73)
- credential-provider-node: fix logger binding issue (#7302) (b5ca7c46)
-
3.879.0 - 2025-08-29
- util-endpoints: update aws partitions.json (123a6156)
- endpoints: update endpoints model (6e343508)
- models: update API models (25064f1b)
- scripts: support multi-commands in cli dispatcher (#7295) (e6cd7e41)
- remove duplicate model.json file (#7294) (f27ff649)
- core/protocols: improve body-len checking and awsQueryCompat for schema-serde (#7290) (0cc5678a)
- codegen: sync for schema-serde event-streams (#7291) (139aa8d0)
- client-xray: AWS X-Ray Features: Support Sampling Rate Boost On Anomaly (d3f17b83)
- client-ec2: Release shows new route types such as filtered and advertisement. (6f9b4a61)
- nestd-clients: add defaultProvider assertion (#7292) (f560a39c)
-
3.878.0 - 2025-08-28
- ci: integrate catapult build workflow for PRs (#7286) (8ceb4515)
- client-apprunner: Doc only updates for APIs and and datatypes related to IPAddressType and Subnets for IPv6 dualstack support. (04a50e4d)
- clients: update client endpoints as of 2025-08-28 (cc12789f)
- client-rds: Added RDS HTTP Endpoint feature support flag to DescribeOrderableDBInstanceOptions API (73bf48e4)
- client-pinpoint-sms-voice-v2: Remove incorrect endpoint tests (4a9769e0)
- client-cloud9: Remove incorrect endpoint tests (b67a56f9)
- client-savingsplans: Remove incorrect endpoint tests (4b03c07f)
- client-quicksight: Remove incorrect endpoint tests (ddbdddb8)
- client-geo-maps: Remove incorrect endpoint tests (857b7279)
- client-ssm-incidents: Remove incorrect endpoint tests (717cae44)
- client-kinesis: Remove incorrect endpoint tests (86d284aa)
- client-opensearch: Remove incorrect endpoint tests (26243a87)
- client-fms: Remove incorrect endpoint tests (12587850)
- client-bedrock-runtime: Remove incorrect endpoint tests (c738d056)
- client-waf: Remove incorrect endpoint tests (b7f7c998)
- client-connectcampaigns: Remove incorrect endpoint tests (8ac88c8e)
- client-sesv2: Remove incorrect endpoint tests (df4bc1c9)
- client-inspector-scan: Remove incorrect endpoint tests (223df728)
- client-license-manager-user-subscriptions: Remove incorrect endpoint tests (b586a081)
- client-machine-learning: Remove incorrect endpoint tests (091a68ac)
- client-dynamodb: Remove incorrect endpoint tests (da7f654c)
- client-ses: Remove incorrect endpoint tests (6482579d)
- client-mediastore-data: Remove incorrect endpoint tests (7447e7ba)
- client-databrew: Remove incorrect endpoint tests (1d8ea0a6)
- client-auto-scaling-plans: Remove incorrect endpoint tests (4a49d7fe)
- client-rekognition: Remove incorrect endpoint tests (1ca5a8ed)
- client-network-firewall: Remove incorrect endpoint tests (2bd3b9d2)
- client-sso: Remove incorrect endpoint tests (15f7eeef)
- client-healthlake: Add ValidationLevel parameter to StartFHIRImportJob API, allowing users to specify a FHIR validation level for their asynchronous import jobs. (5575d41a)
- client-application-auto-scaling: Remove incorrect endpoint tests (6404cbee)
- client-emr: Remove incorrect endpoint tests (303c4eb6)
- client-internetmonitor: Remove incorrect endpoint tests (afd7e1da)
- client-cloudhsm-v2: Remove incorrect endpoint tests (6ab03b62)
- client-pipes: Remove incorrect endpoint tests (91335365)
- client-ssm-sap: Added support for Configuration Checks on SAP HANA Applications. (b6741112)
- client-ssm-guiconnect: Remove incorrect endpoint tests (b8c1d892)
- client-mturk: Remove incorrect endpoint tests (1162c0ac)
- client-pinpoint-sms-voice: Remove incorrect endpoint tests (666ad9b4)
- client-ec2: This release adds support for copying Amazon EBS snapshot and AMIs to and from Local Zones. (a43fb6c0)
- client-amplify: Remove incorrect endpoint tests (8b3599b7)
- client-codeguru-reviewer: Remove incorrect endpoint tests (0aa72969)
- client-fis: Remove incorrect endpoint tests (3ad7aaf3)
- client-route-53-domains: Remove incorrect endpoint tests (ca633af1)
- client-geo-places: Remove incorrect endpoint tests (303cf215)
- client-oam: Remove incorrect endpoint tests (cb6ae132)
- client-entityresolution: Remove incorrect endpoint tests (a2b4c6e9)
- client-codedeploy: Remove incorrect endpoint tests (66ce231c)
- client-glue: Adding support to fetch TargetDatabase field during GetDatabases with AttributesToGet (02f753f8)
- client-omics: Adds Amazon ECR pull through cache support to AWS HealthOmics, so you can more easily use container images from external sources. (f7358ef0)
- client-osis: Remove incorrect endpoint tests (672c00e4)
- client-connect: AgentStatusDrillDown feature in GetCurrentMetricData API. Adding AGENT_STATUS as filter and grouping in GetCurrentMetricData API (46284c55)
- client-marketplace-deployment: Remove incorrect endpoint tests (082834cd)
- client-cloudsearch-domain: Remove incorrect endpoint tests (5de1b600)
- client-service-quotas: Remove incorrect endpoint tests (48e349a8)
- client-applicationcostprofiler: Remove incorrect endpoint tests (887a22d6)
- client-pcs: Remove incorrect endpoint tests (5ad23485)
- client-ecr: Remove incorrect endpoint tests (9d8f5161)
- client-scheduler: Remove incorrect endpoint tests (07e7e63d)
- client-swf: Remove incorrect endpoint tests (8155dcce)
- client-xray: Remove incorrect endpoint tests (e8954858)
- client-workmailmessageflow: Remove incorrect endpoint tests (da658499)
- client-eventbridge: Remove incorrect endpoint tests (09612fea)
- client-ec2-instance-connect: Remove incorrect endpoint tests (b1cc96cb)
- client-timestream-query: Remove incorrect endpoint tests (aa085efb)
- client-managedblockchain-query: Remove incorrect endpoint tests (d8c3ce4b)
- middleware-flexible-checksums: retry reuses the computed checksum (#7284) (ac86bfc7)
from @aws-sdk/s3-request-presigner GitHub release notes3.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