duna-oss / flystorage

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

Bump the dependencies group with 6 updates #16

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the dependencies group with 6 updates:

Package From To
dotenv 16.3.2 16.4.1
@swc/core 1.3.105 1.3.107
@types/node 20.11.5 20.11.10
@aws-sdk/client-s3 3.496.0 3.501.0
@aws-sdk/lib-storage 3.496.0 3.501.0
@aws-sdk/s3-request-presigner 3.496.0 3.501.0

Updates dotenv from 16.3.2 to 16.4.1

Changelog

Sourced from dotenv's changelog.

16.4.1 (2024-01-24)

  • Patch support for array as path option #797

16.4.0 (2024-01-23)

  • Add error.code to error messages around .env.vault decryption handling #795
  • Add ability to find .env.vault file when filename(s) passed as an array #784
Commits
  • e251ee2 16.4.1
  • a7fee29 update CHANGELOG 🪵
  • 579d136 update README
  • 7ea2f81 Merge pull request #798 from motdotla/fix-tests
  • 6b829d2 demonstrate currently failing (pending) test. multiple env files should merge
  • 3e2284b largely remove mocking from tests except where useful
  • 2039c4e wip: fix tests
  • 48a6ade Merge pull request #797 from tran-simon/master
  • cfd735d fix: support array for path option
  • a44cb3d update README
  • Additional commits viewable in compare view


Updates @swc/core from 1.3.105 to 1.3.107

Changelog

Sourced from @​swc/core's changelog.

[1.3.107] - 2024-01-28

Bug Fixes

  • (es/codegen) Do not produce octal literals (#8565) (07634a0)

  • (es/decorator) Skip TypeScript class method/prop declarations (#8555) (6a8dd8c)

  • (es/decorator) Preserve state while traversing the module_items scope (#8556) (f416aff)

  • (es/loader) Make tsc resolver work for bare specifier (#8550) (d6a4615)

[1.3.106] - 2024-01-25

Bug Fixes

  • (binding/types) Add bugfixes field to EnvConfig (#8538) (49ebdf9)

  • (common) Fix source map generation with inputSourceMap (#8546) (043ee85)

  • (es/ast) Add definite and is_override to AutoAccessor (#8436) (572bcae)

  • (es/ast) Fix definition of SetterProp (#8314) (bc38ac9)

  • (es/codegen) Set sourceRoot of sourcemaps (#6086) (ae78669)

  • (es/compat) Support vars from reserved_word pass (#8543) (fc929e9)

  • (es/loader) Don't use browser versions for jsc.paths (#8548) (fab27da)

  • (es/minifier) Fix a bug related to inliner and the variable scoping (#8542) (aa70131)

  • (es/module) Fix resolving of dependencies (#8533) (71fb5c1)

... (truncated)

Commits
  • c743200 chore: Publish v1.3.107 with swc_core v0.89.4` (#8566)
  • facff87 chore: Publish 1.3.107-nightly-20240128.2
  • a5c56a9 chore: Bump crates
  • 07634a0 fix(es/codegen): Do not produce octal literals (#8565)
  • 2367507 chore: Publish 1.3.107-nightly-20240128.1
  • 160043a chore: Bump crates
  • d6a4615 fix(es/loader): Make tsc resolver work for bare specifier (#8550)
  • 039c168 chore: Publish crates
  • ceeba49 chore: Bump crates
  • f416aff fix(es/decorator): Preserve state while traversing the module_items scope (...
  • Additional commits viewable in compare view


Updates @types/node from 20.11.5 to 20.11.10

Commits


Updates @aws-sdk/client-s3 from 3.496.0 to 3.501.0

Release notes

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

v3.501.0

3.501.0(2024-01-26)

New Features
  • client-sagemaker: Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs. (14621478)
  • client-connect: Update list and string length limits for predefined attributes. (8f7e28ad)
  • client-inspector2: This release adds ECR container image scanning based on their lastRecordedPullTime. (b46ae7fd)
Bug Fixes
  • token-providers: use correct CreateTokenCommand (#5724) (be36543d)

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

v3.500.0

3.500.0(2024-01-25)

New Features
  • clients: update command documentation examples as of 2024-01-25 (922a7c9c)
  • client-acm-pca: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled. (bcb06697)
  • client-lightsail: This release adds support for IPv6-only instance plans. (49db96c9)

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

v3.499.0

3.499.0(2024-01-24)

Chores
  • middleware-sdk-s3: add string fallback for S3#Expires field (#5715) (e500830d)
Documentation Changes
  • client-ecs: Documentation updates for Amazon ECS. (408d925b)
  • upgrading: add section for S3 global client (#5714) (e2b90129)
New Features
  • client-rds: This release adds support for Aurora Limitless Database. (ecd7fe6a)
  • client-storage-gateway: Add DeprecationDate and SoftwareVersion to response of ListGateways. (ee421eae)
  • client-outposts: DeviceSerialNumber parameter is now optional in StartConnection API (9e300020)
  • client-ec2: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs. (65a1927a)

... (truncated)

Changelog

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

3.501.0 (2024-01-26)

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

3.499.0 (2024-01-24)

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

3.498.0 (2024-01-23)

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

Commits


Updates @aws-sdk/lib-storage from 3.496.0 to 3.501.0

Release notes

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

v3.501.0

3.501.0(2024-01-26)

New Features
  • client-sagemaker: Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs. (14621478)
  • client-connect: Update list and string length limits for predefined attributes. (8f7e28ad)
  • client-inspector2: This release adds ECR container image scanning based on their lastRecordedPullTime. (b46ae7fd)
Bug Fixes
  • token-providers: use correct CreateTokenCommand (#5724) (be36543d)

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

v3.500.0

3.500.0(2024-01-25)

New Features
  • clients: update command documentation examples as of 2024-01-25 (922a7c9c)
  • client-acm-pca: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled. (bcb06697)
  • client-lightsail: This release adds support for IPv6-only instance plans. (49db96c9)

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

v3.499.0

3.499.0(2024-01-24)

Chores
  • middleware-sdk-s3: add string fallback for S3#Expires field (#5715) (e500830d)
Documentation Changes
  • client-ecs: Documentation updates for Amazon ECS. (408d925b)
  • upgrading: add section for S3 global client (#5714) (e2b90129)
New Features
  • client-rds: This release adds support for Aurora Limitless Database. (ecd7fe6a)
  • client-storage-gateway: Add DeprecationDate and SoftwareVersion to response of ListGateways. (ee421eae)
  • client-outposts: DeviceSerialNumber parameter is now optional in StartConnection API (9e300020)
  • client-ec2: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs. (65a1927a)

... (truncated)

Changelog

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

3.501.0 (2024-01-26)

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

3.499.0 (2024-01-24)

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

3.498.0 (2024-01-23)

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

Commits


Updates @aws-sdk/s3-request-presigner from 3.496.0 to 3.501.0

Release notes

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

v3.501.0

3.501.0(2024-01-26)

New Features
  • client-sagemaker: Amazon SageMaker Automatic Model Tuning now provides an API to programmatically delete tuning jobs. (14621478)
  • client-connect: Update list and string length limits for predefined attributes. (8f7e28ad)
  • client-inspector2: This release adds ECR container image scanning based on their lastRecordedPullTime. (b46ae7fd)
Bug Fixes
  • token-providers: use correct CreateTokenCommand (#5724) (be36543d)

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

v3.500.0

3.500.0(2024-01-25)

New Features
  • clients: update command documentation examples as of 2024-01-25 (922a7c9c)
  • client-acm-pca: AWS Private CA now supports an option to omit the CDP extension from issued certificates, when CRL revocation is enabled. (bcb06697)
  • client-lightsail: This release adds support for IPv6-only instance plans. (49db96c9)

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

v3.499.0

3.499.0(2024-01-24)

Chores
  • middleware-sdk-s3: add string fallback for S3#Expires field (#5715) (e500830d)
Documentation Changes
  • client-ecs: Documentation updates for Amazon ECS. (408d925b)
  • upgrading: add section for S3 global client (#5714) (e2b90129)
New Features
  • client-rds: This release adds support for Aurora Limitless Database. (ecd7fe6a)
  • client-storage-gateway: Add DeprecationDate and SoftwareVersion to response of ListGateways. (ee421eae)
  • client-outposts: DeviceSerialNumber parameter is now optional in StartConnection API (9e300020)
  • client-ec2: Introduced a new clientToken request parameter on CreateNetworkAcl and CreateRouteTable APIs. The clientToken parameter allows idempotent operations on the APIs. (65a1927a)

... (truncated)

Changelog

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

3.501.0 (2024-01-26)

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

3.499.0 (2024-01-24)

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

3.498.0 (2024-01-23)

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

Commits


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