Skip to content

refactor: Bump @aws-sdk/client-s3, @aws-sdk/lib-storage, @aws-sdk/s3-request-presigner from 3.1020.0 to 3.1021.0#502

Merged
mtrezza merged 1 commit into
parse-community:masterfrom
mtrezza:refactor/aws-sdk-3.1021.0
Apr 1, 2026
Merged

refactor: Bump @aws-sdk/client-s3, @aws-sdk/lib-storage, @aws-sdk/s3-request-presigner from 3.1020.0 to 3.1021.0#502
mtrezza merged 1 commit into
parse-community:masterfrom
mtrezza:refactor/aws-sdk-3.1021.0

Conversation

@mtrezza

@mtrezza mtrezza commented Apr 1, 2026

Copy link
Copy Markdown
Member

Changes

  • 3.1021.0: Documentation updates for EC2 (DescribeRegions, DescribeAvailabilityZones). No S3-related changes.

Breaking Changes

None

Code Changes Required

None — the upgrade is a drop-in replacement.

Closes #501
Closes #500
Closes #499

Summary by CodeRabbit

  • Chores
    • Updated AWS SDK v3 S3-related packages to the latest version.

@parse-github-assistant

Copy link
Copy Markdown

🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review.

Tip

  • Keep pull requests small. Large PRs will be rejected. Break complex features into smaller, incremental PRs.
  • Use Test Driven Development. Write failing tests before implementing functionality. Ensure tests pass.
  • Group code into logical blocks. Add a short comment before each block to explain its purpose.
  • We offer conceptual guidance. Coding is up to you. PRs must be merge-ready for human review.
  • Our review focuses on concept, not quality. PRs with code issues will be rejected. Use an AI agent.
  • Human review time is precious. Avoid review ping-pong. Inspect and test your AI-generated code.

Note

Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect.

Caution

Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement.

@coderabbitai

coderabbitai Bot commented Apr 1, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 85ddbd15-b220-4893-a19d-2782a6f89434

📥 Commits

Reviewing files that changed from the base of the PR and between c58ddfd and 4a73488.

📒 Files selected for processing (2)
  • package-lock.json
  • package.json
👮 Files not reviewed due to content moderation or server errors (1)
  • package-lock.json

📝 Walkthrough

Walkthrough

This pull request updates three AWS SDK v3 S3-related packages from version 3.1020.0 to 3.1021.0. The changes reflect dependency version bumps in both package.json and package-lock.json, including transitive dependency updates and integrity hash changes.

Changes

Cohort / File(s) Summary
AWS SDK S3 Dependencies
package.json
Bumped @aws-sdk/client-s3, @aws-sdk/lib-storage, and @aws-sdk/s3-request-presigner from 3.1020.0 to 3.1021.0.
Lock File Updates
package-lock.json
Updated locked versions, resolved tarball URLs, and integrity hashes for AWS SDK v3 packages and transitive dependencies (credential providers, middleware, utilities) to align with the 3.1021.0 release.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 6 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Engage In Review Feedback ❓ Inconclusive Cannot verify author engagement with review feedback due to lack of access to GitHub PR review interface and discussion history. Access to the GitHub PR review interface for #502 or the review comments and discussion history is required to complete this assessment.
✅ Passed checks (6 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title begins with 'refactor:' prefix which meets requirements and accurately describes the main change of bumping three AWS SDK packages from 3.1020.0 to 3.1021.0.
Linked Issues check ✅ Passed The PR successfully updates all three required AWS SDK packages (#499, #500, #501) with appropriate version bumps in both package.json and package-lock.json.
Out of Scope Changes check ✅ Passed All changes are strictly scoped to updating AWS SDK S3-related dependencies; no unrelated modifications or scope creep detected.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Security Check ✅ Passed Routine patch version update of legitimate AWS SDK packages from official npm registry with proper integrity hashes, no suspicious code patterns, and confirmed backward compatibility.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 Checkov (3.2.510)
package.json

2026-04-01 13:29:28,136 [MainThread ] [ERROR] Template file not found: package.json
2026-04-01 13:29:28,144 [MainThread ] [ERROR] Template file not found: package.json
2026-04-01 13:29:28,148 [MainThread ] [ERROR] Template file not found: package.json
2026-04-01 13:29:28,202 [MainThread ] [ERROR] Failed to invoke function /usr/local/lib/python3.11/dist-packages/checkov/common/runners/object_runner. with package.json
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/checkov/common/parallelizer/parallel_runner.py", line 88, in func_wrapper
result = original_func(item)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/checkov/common/runners/object_runner.py", line 74, in
results = parallel_runner.run_function(lambda f: (f, self._parse_file(f)), files_to_load)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/checkov/ope

... [truncated 2547 characters] ...

[MainThread ] [WARNI] Secret scanning: could not process file package.json
2026-04-01 13:29:28,268 [MainThread ] [ERROR] Exception traceback:
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/checkov/main.py", line 647, in run
self.scan_reports = runner_registry.run(
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/checkov/common/runners/runner_registry.py", line 177, in run
for result in parallel_runner_results:
File "/usr/local/lib/python3.11/dist-packages/checkov/common/parallelizer/parallel_runner.py", line 118, in _run_function_multiprocess_fork
raise v.internal_exception.with_traceback(v.internal_exception.traceback)
FileNotFoundError: [Errno 2] No such file or directory: 'package.json'


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov

codecov Bot commented Apr 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.77%. Comparing base (c58ddfd) to head (4a73488).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #502   +/-   ##
=======================================
  Coverage   97.77%   97.77%           
=======================================
  Files           2        2           
  Lines         225      225           
=======================================
  Hits          220      220           
  Misses          5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mtrezza mtrezza merged commit 6ecf268 into parse-community:master Apr 1, 2026
13 checks passed
@mtrezza mtrezza deleted the refactor/aws-sdk-3.1021.0 branch April 1, 2026 13:35
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