duna-oss / flystorage

Flystorage; File storage abstraction for Node / TypeScript
https://flystorage.dev/
166 stars 10 forks source link

Bump the dependencies group with 7 updates #46

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the dependencies group with 7 updates:

Package From To
@swc/core 1.5.24 1.5.27
@types/node 20.14.0 20.14.2
@aws-sdk/client-s3 3.588.0 3.592.0
@aws-sdk/lib-storage 3.588.0 3.592.0
@aws-sdk/s3-request-presigner 3.588.0 3.592.0
@azure/storage-blob 12.18.0 12.23.0
@google-cloud/storage 7.11.1 7.11.2

Updates @swc/core from 1.5.24 to 1.5.27

Commits
  • 4d00b67 chore: Publish 1.5.27 with swc_core v0.93.1
  • e23af00 chore(ci): Disable testing on node@20
  • b952b08 chore: Update changelog
  • 3f7820a chore: Publish 1.5.26 with swc_core v0.93.1
  • 22c00c7 chore: Publish 1.5.26-nightly-20240610.1
  • 206b1e9 chore: Bump crates
  • 54ac992 feat(es/renamer): Workaround a bug of Safari (#9029)
  • d4ab0ac chore: Publish 1.5.26-nightly-20240607.1
  • 98540a5 chore: Bump crates
  • 825749f feat(es): Integrate experimental data API (#9027)
  • Additional commits viewable in compare view


Updates @types/node from 20.14.0 to 20.14.2

Commits


Updates @aws-sdk/client-s3 from 3.588.0 to 3.592.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.592.0

3.592.0(2024-06-06)

Chores
Documentation Changes
  • client-sns: Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates. (b381cca7)
  • client-sqs: Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications. (6772052c)
New Features
  • client-account: This release adds 3 new APIs (AcceptPrimaryEmailUpdate, GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address of member accounts within an AWS organization. (23c9d39c)
  • client-iot-wireless: Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one. (7dd6fdf2)
  • client-location: Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields. (7c01057a)
  • client-storage-gateway: Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy. (f7b019ed)
  • client-firehose: Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations (ae7c3b01)
  • client-fsx: This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand. (8c1f604f)
  • client-glue: This release adds support for creating and updating Glue Data Catalog Views. (349fcc98)
Tests
  • protocoltests: validate resolvedHost from httpRequestTests (#6175) (ec83f871)

For list of updated packages, view updated-packages.md in assets-3.592.0.zip

v3.591.0

3.591.0(2024-06-05)

New Features
  • clients: update client endpoints as of 2024-06-05 (6d6148e4)
  • client-s3: Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality. (ad0e8d9c)
  • client-glue: AWS Glue now supports native SaaS connectivity: Salesforce connector available now (759dc888)
  • client-global-accelerator: This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input. (659cea79)

For list of updated packages, view updated-packages.md in assets-3.591.0.zip

v3.590.0

3.590.0(2024-06-04)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.592.0 (2024-06-06)

Note: Version bump only for package @​aws-sdk/client-s3

3.591.0 (2024-06-05)

Features

  • client-s3: Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality. (ad0e8d9)

3.590.0 (2024-06-04)

Note: Version bump only for package @​aws-sdk/client-s3

Commits
  • 6c7ef8d Publish v3.592.0
  • fdd7f75 chore(clients): export types with export type (#6171)
  • 0e7d145 chore: module export fields in @​smithy/core (#6168)
  • 765853d Publish v3.591.0
  • ad0e8d9 feat(client-s3): Added new params copySource and key to copyObject API for su...
  • 031a10a Publish v3.590.0
  • See full diff in compare view


Updates @aws-sdk/lib-storage from 3.588.0 to 3.592.0

Release notes

Sourced from @​aws-sdk/lib-storage's releases.

v3.592.0

3.592.0(2024-06-06)

Chores
Documentation Changes
  • client-sns: Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates. (b381cca7)
  • client-sqs: Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications. (6772052c)
New Features
  • client-account: This release adds 3 new APIs (AcceptPrimaryEmailUpdate, GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address of member accounts within an AWS organization. (23c9d39c)
  • client-iot-wireless: Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one. (7dd6fdf2)
  • client-location: Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields. (7c01057a)
  • client-storage-gateway: Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy. (f7b019ed)
  • client-firehose: Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations (ae7c3b01)
  • client-fsx: This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand. (8c1f604f)
  • client-glue: This release adds support for creating and updating Glue Data Catalog Views. (349fcc98)
Tests
  • protocoltests: validate resolvedHost from httpRequestTests (#6175) (ec83f871)

For list of updated packages, view updated-packages.md in assets-3.592.0.zip

v3.591.0

3.591.0(2024-06-05)

New Features
  • clients: update client endpoints as of 2024-06-05 (6d6148e4)
  • client-s3: Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality. (ad0e8d9c)
  • client-glue: AWS Glue now supports native SaaS connectivity: Salesforce connector available now (759dc888)
  • client-global-accelerator: This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input. (659cea79)

For list of updated packages, view updated-packages.md in assets-3.591.0.zip

v3.590.0

3.590.0(2024-06-04)

... (truncated)

Changelog

Sourced from @​aws-sdk/lib-storage's changelog.

3.592.0 (2024-06-06)

Note: Version bump only for package @​aws-sdk/lib-storage

3.591.0 (2024-06-05)

Note: Version bump only for package @​aws-sdk/lib-storage

3.590.0 (2024-06-04)

Note: Version bump only for package @​aws-sdk/lib-storage

Commits


Updates @aws-sdk/s3-request-presigner from 3.588.0 to 3.592.0

Release notes

Sourced from @​aws-sdk/s3-request-presigner's releases.

v3.592.0

3.592.0(2024-06-06)

Chores
Documentation Changes
  • client-sns: Doc-only update for SNS. These changes include customer-reported issues and TXC3 updates. (b381cca7)
  • client-sqs: Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications. (6772052c)
New Features
  • client-account: This release adds 3 new APIs (AcceptPrimaryEmailUpdate, GetPrimaryEmail, and StartPrimaryEmailUpdate) used to centrally manage the root user email address of member accounts within an AWS organization. (23c9d39c)
  • client-iot-wireless: Adds support for wireless device to be in Conflict FUOTA Device Status due to a FUOTA Task, so it couldn't be attached to a new one. (7dd6fdf2)
  • client-location: Added two new APIs, VerifyDevicePosition and ForecastGeofenceEvents. Added support for putting larger geofences up to 100,000 vertices with Geobuf fields. (7c01057a)
  • client-storage-gateway: Adds SoftwareUpdatePreferences to DescribeMaintenanceStartTime and UpdateMaintenanceStartTime, a structure which contains AutomaticUpdatePolicy. (f7b019ed)
  • client-firehose: Adds integration with Secrets Manager for Redshift, Splunk, HttpEndpoint, and Snowflake destinations (ae7c3b01)
  • client-fsx: This release adds support to increase metadata performance on FSx for Lustre file systems beyond the default level provisioned when a file system is created. This can be done by specifying MetadataConfiguration during the creation of Persistent_2 file systems or by updating it on demand. (8c1f604f)
  • client-glue: This release adds support for creating and updating Glue Data Catalog Views. (349fcc98)
Tests
  • protocoltests: validate resolvedHost from httpRequestTests (#6175) (ec83f871)

For list of updated packages, view updated-packages.md in assets-3.592.0.zip

v3.591.0

3.591.0(2024-06-05)

New Features
  • clients: update client endpoints as of 2024-06-05 (6d6148e4)
  • client-s3: Added new params copySource and key to copyObject API for supporting S3 Access Grants plugin. These changes will not change any of the existing S3 API functionality. (ad0e8d9c)
  • client-glue: AWS Glue now supports native SaaS connectivity: Salesforce connector available now (759dc888)
  • client-global-accelerator: This release contains a new optional ip-addresses input field for the update accelerator and update custom routing accelerator apis. This input enables consumers to replace IPv4 addresses on existing accelerators with addresses provided in the input. (659cea79)

For list of updated packages, view updated-packages.md in assets-3.591.0.zip

v3.590.0

3.590.0(2024-06-04)

... (truncated)

Changelog

Sourced from @​aws-sdk/s3-request-presigner's changelog.

3.592.0 (2024-06-06)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.591.0 (2024-06-05)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

3.590.0 (2024-06-04)

Note: Version bump only for package @​aws-sdk/s3-request-presigner

Commits


Updates @azure/storage-blob from 12.18.0 to 12.23.0

Commits
  • a2b95cb [Storage]Update version for GA release. (#29874)
  • 12a14b4 [ServiceBus] Remove verification of abort error messages in tests (#29853)
  • 6cb2dd4 [web pub sub] update express to ESM (#29862)
  • 55d0676 [EngSys] automatic rush update --full (#29875)
  • 8e2b940 [@​azure/monitor-query] Provide sovereign cloud support for monitor SDKs (#29871)
  • f83c9af Add federated auth mode for live testing (#29848)
  • 58e7c37 [@​azure/eventgrid] Add Missing Events (#29872)
  • e82103b [Schema Registry] Update Dependencies in package.json (#29876)
  • 25c7a3a Fix Communication Rooms Readme Issue And Push Recordings In Communication Lib...
  • 6f2d42c Use the service connection instead of PAT to kick off docs CI runs (#29870)
  • Additional commits viewable in compare view


Updates @google-cloud/storage from 7.11.1 to 7.11.2

Release notes

Sourced from @​google-cloud/storage's releases.

v7.11.2

7.11.2 (2024-06-07)

Bug Fixes

Changelog

Sourced from @​google-cloud/storage's changelog.

7.11.2 (2024-06-07)

Bug Fixes

Commits
  • f351328 chore(main): release 7.11.2 (#2481)
  • 1477fe1 fix: support uint8array in file.save (#2480)
  • c3fe679 chore: [node] add auto-approve templates, and install dependencies with engin...
  • 8ab5080 chore(deps): update dependency sinon to v18 (#2471)
  • See full diff in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions