Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 2, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps minio from 8.0.5 to 8.0.6.

Release notes

Sourced from minio's releases.

Bug fix release 8.0.6

What's Changed

New Contributors

Full Changelog: minio/minio-js@8.0.5...8.0.6

Commits
  • 212f282 fix: redirect xml parser error to stream error (#1416)
  • 5f2dc07 fix documentation link (#1419)
  • ebd419e test with node v24 (#1420)
  • eab7cb6 build(deps-dev): bump form-data from 4.0.0 to 4.0.4
  • 7a67d9a Update package.json for type definition entry point (#1315)
  • 8654c77 fix: make getBucketRegionAsync public (#1413)
  • fbcfe63 fix listing bug in v1 and add missing v1 version listing (#1405)
  • 6a821b5 fix tag parsing and type and update validation and tests (#1399)
  • d8c6721 fix large object upload and and update functional test for 0 byte file upload...
  • bcbd469 Update version to next release
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [minio](https://github.com/minio/minio-js) from 8.0.5 to 8.0.6.
- [Release notes](https://github.com/minio/minio-js/releases)
- [Commits](minio/minio-js@8.0.5...8.0.6)

---
updated-dependencies:
- dependency-name: minio
  dependency-version: 8.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 2, 2025
@fossabot
Copy link

fossabot bot commented Oct 2, 2025

Needs Review

I recommend reviewing this upgrade before merging because it addresses multiple critical security vulnerabilities including three high-severity issues (privilege escalation in IAM API, information disclosure of credentials, and remote code execution with CVSS 8.8 actively exploited in the wild), plus one medium-severity SFTP authentication bypass. While the minio library is only used in the test infrastructure as a development dependency and not shipped to production, the security vulnerabilities reported appear to affect the MinIO server rather than the JavaScript SDK. Additionally, the 8.x series has a history of breaking changes with previous releases being unlisted from npmjs.org, requiring verification that test suite compatibility is maintained before merging.

What we checked

  • Dependency upgrade from minio ^8.0.5 to ^8.0.6 in devDependencies [1]
  • MinIO client library imported and used for test infrastructure operations including creating buckets, uploading objects, and managing bucket versioning [2]
  • MinIO client instantiated with connection parameters for test operations - will need verification that API remains compatible with v8.0.6 [3]
  • Critical warning: Previous releases in the 8.x series broke APIs and were unlisted from npmjs.org, requiring careful version management and test suite validation [4]

Dependency Usage

The MinIO client library is used exclusively in the test infrastructure to provide direct object storage operations during automated testing. This dependency enables the test suite to programmatically create buckets and upload test objects, supporting comprehensive end-to-end testing of the MinIO console web application's object storage management features. The library is installed as a development dependency and does not ship with the production application.

  • minio: web-app/tests/utils/functions.ts:22 - This code is importing the Minio library and defining a utility function setUpBucket that creates a named bucket for testing purposes, using a test bucket name with a provided modifier.
Other Usages (1)

These usages were analyzed but no breaking changes were detected:

minio

Changes

The minio package was updated with 7 bug fixes addressing critical issues including large object uploads, XML parser error handling that now properly redirects to stream errors, tag parsing validation, and listing bugs in v1 API. The update also makes getBucketRegionAsync public and fixes TypeScript definition entry points, improving both functionality and type safety.

View 7 more changes
References (4)

[1]: Dependency upgrade from minio ^8.0.5 to ^8.0.6 in devDependencies
https://github.com/franchb/console/blob/5aef59bab40a11aa6abccfc76bf54f4e3e735cc5/./web-app/package.json#L83

[2]: MinIO client library imported and used for test infrastructure operations including creating buckets, uploading objects, and managing bucket versioning
https://github.com/franchb/console/blob/5aef59bab40a11aa6abccfc76bf54f4e3e735cc5/./web-app/tests/utils/functions.ts#L22

[3]: MinIO client instantiated with connection parameters for test operations - will need verification that API remains compatible with v8.0.6
https://github.com/franchb/console/blob/5aef59bab40a11aa6abccfc76bf54f4e3e735cc5/./web-app/tests/utils/functions.ts#L29

[4]: Critical warning: Previous releases in the 8.x series broke APIs and were unlisted from npmjs.org, requiring careful version management and test suite validation (source link)


fossabot analyzed this PR using static analysis and dependency research.

@coderabbitai
Copy link

coderabbitai bot commented Oct 2, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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

@franchb franchb merged commit cccf1c0 into main Oct 2, 2025
1 check passed
@franchb franchb deleted the dependabot/npm_and_yarn/web-app/minio-8.0.6 branch October 2, 2025 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants