fix(deps): update dependency minio to v7.1.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
minio | dependencies | patch | 7.1.1 -> 7.1.3 |
Release Notes
minio/minio-js (minio)
v7.1.3
: Bugfix release
What's Changed
- Added missing properties for BucketItem union type by @bexsoft in https://github.com/minio/minio-js/pull/1205
Full Changelog: https://github.com/minio/minio-js/compare/7.1.2...7.1.3
v7.1.2
: Bugfix release
What's Changed
- refactor: async internal client request methods to TypeScript by @trim21 in https://github.com/minio/minio-js/pull/1156
- refactor: remove use
fPutObject
impl, useputObject
internally by @trim21 in https://github.com/minio/minio-js/pull/1159 - fix: s3 region undefined by @trim21 in https://github.com/minio/minio-js/pull/1165
- build(deps): bump fast-xml-parser from 4.2.2 to 4.2.4 by @dependabot in https://github.com/minio/minio-js/pull/1168
- fix: cjs type definition by @trim21 in https://github.com/minio/minio-js/pull/1167
- fix listIncompleteUploads method returning error uploadIdMarker should be of type string by @prakashsvmx in https://github.com/minio/minio-js/pull/1170
- refactor: rewrite
listParts
in TypeScript by @trim21 in https://github.com/minio/minio-js/pull/1160 - refactor: rewrite Extension in TypeScript by @trim21 in https://github.com/minio/minio-js/pull/1164
- refactor:
removeObject
by @trim21 in https://github.com/minio/minio-js/pull/1161 - chore: format docs/API.md with prettier by @trim21 in https://github.com/minio/minio-js/pull/1175
- refactor
listBuckets
by @prakashsvmx in https://github.com/minio/minio-js/pull/1179 - refactor
removeBucket
by @trim21 in https://github.com/minio/minio-js/pull/1177 - refactor
removeBucketReplication
api to ts by @prakashsvmx in https://github.com/minio/minio-js/pull/1185 - refactor
statObject
by @trim21 in https://github.com/minio/minio-js/pull/1187 - build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in https://github.com/minio/minio-js/pull/1191
- build(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 by @dependabot in https://github.com/minio/minio-js/pull/1192
- style: add new eslint rule
import/no-duplicates
by @trim21 in https://github.com/minio/minio-js/pull/1190 - refactor:
abortMultipartUpload
in TypeScript by @trim21 in https://github.com/minio/minio-js/pull/1188 - refactor:
initiateNewMultipartUpload
in TypeScript by @trim21 in https://github.com/minio/minio-js/pull/1189 - refactor
setBucketReplication
andgetBucketReplication
by @prakashsvmx in https://github.com/minio/minio-js/pull/1194 - Ensure returned versionId is a string when listing objects by @fflorent in https://github.com/minio/minio-js/pull/1193
New Contributors
- @fflorent made their first contribution in https://github.com/minio/minio-js/pull/1193
Full Changelog: https://github.com/minio/minio-js/compare/7.1.1...7.1.2
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.