pkarolyi / garden-snail

Self hosted Turborepo remote cache server
https://hub.docker.com/r/pkarolyi/garden-snail
MIT License
9 stars 1 forks source link

fix(dependabot): bump the non-breaking group across 1 directory with 16 updates #17

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the non-breaking group with 16 updates in the / directory:

Package From To
@aws-sdk/client-s3 3.574.0 3.614.0
@aws-sdk/lib-storage 3.574.0 3.614.0
@nestjs/common 10.3.8 10.3.10
@nestjs/config 3.2.2 3.2.3
@nestjs/core 10.3.8 10.3.10
@nestjs/platform-fastify 10.3.8 10.3.10
fastify 4.27.0 4.28.1
@nestjs/cli 10.3.2 10.4.2
@nestjs/schematics 10.1.1 10.1.2
@nestjs/testing 10.3.8 10.3.10
@swc/cli 0.3.12 0.4.0
@swc/core 1.5.5 1.6.13
@types/node 20.12.11 20.14.10
prettier 3.2.5 3.3.3
typescript 5.4.5 5.5.3
unplugin-swc 1.4.5 1.5.1

Updates @aws-sdk/client-s3 from 3.574.0 to 3.614.0

Release notes

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

v3.614.0

3.614.0(2024-07-10)

Chores
  • clients: read config files from paths relative to homedir (#6265) (fa3b6030)
Documentation Changes
  • client-groundstation: Documentation update specifying OEM ephemeris units of measurement (37f74944)
New Features
  • clients: update client endpoints as of 2024-07-10 (3a748e58)
  • client-bedrock-agent: Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources. (6d701b12)
  • client-bedrock-agent-runtime: Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions. (f2f40c1e)
  • client-mediaconnect: AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs. (427a732c)
  • client-glue: Add recipe step support for recipe node (c9d85d8e)
  • client-license-manager-linux-subscriptions: Add support for third party subscription providers, starting with RHEL subscriptions through Red Hat Subscription Manager (RHSM). Additionally, add support for tagging subscription provider resources, and detect when an instance has more than one Linux subscription and notify the customer. (e4903347)
  • client-bedrock: Add support for contextual grounding check for Guardrails for Amazon Bedrock. (f8cc6bdd)
  • client-bedrock-runtime: Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock. (8863b77e)
  • client-batch: This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs. (bda616d0)
  • client-ec2: Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level (d835dbb9)
Bug Fixes
  • util-dynamodb: perform global interface check in NativeAttributeBinary union (#6261) (e116b4c2)
Tests

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

v3.613.0

3.613.0(2024-07-09)

Chores
  • clients: add automatic id tokens for header values (#6260) (2697d89a)
New Features
  • clients: update client endpoints as of 2024-07-09 (d5e32c24)
  • client-sagemaker: This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action. (ec13654a)
  • client-fsx: Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems. (cd5cd966)
  • client-datazone: This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes (5d3596b7)

... (truncated)

Changelog

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

3.614.0 (2024-07-10)

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

3.613.0 (2024-07-09)

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

3.609.0 (2024-07-02)

Features

  • client-s3: Added response overrides to Head Object requests. (ac9f3d2)

3.608.0 (2024-07-01)

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

3.606.0 (2024-06-27)

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

3.600.0 (2024-06-18)

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

... (truncated)

Commits
  • 794a37e Publish v3.614.0
  • 992c63a test(client-s3): dot segment in URI Label (#6262)
  • fa3b603 chore(clients): read config files from paths relative to homedir (#6265)
  • 630d429 Publish v3.613.0
  • 2697d89 chore(clients): add automatic id tokens for header values (#6260)
  • 48e5271 Publish v3.609.0
  • ac9f3d2 feat(client-s3): Added response overrides to Head Object requests.
  • 3da4203 chore: bump smithy versions (#6243)
  • ab5fafe Publish v3.608.0
  • e40b474 chore(clients): write body only if there are payload members (#6242)
  • Additional commits viewable in compare view


Updates @aws-sdk/lib-storage from 3.574.0 to 3.614.0

Release notes

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

v3.614.0

3.614.0(2024-07-10)

Chores
  • clients: read config files from paths relative to homedir (#6265) (fa3b6030)
Documentation Changes
  • client-groundstation: Documentation update specifying OEM ephemeris units of measurement (37f74944)
New Features
  • clients: update client endpoints as of 2024-07-10 (3a748e58)
  • client-bedrock-agent: Introduces new data sources and chunking strategies for Knowledge bases, advanced parsing logic using FMs, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources. (6d701b12)
  • client-bedrock-agent-runtime: Introduces query decomposition, enhanced Agents integration with Knowledge bases, session summary generation, and code interpretation (preview) for Claude V3 Sonnet and Haiku models. Also introduces Prompt Flows (preview) to link prompts, foundational models, and resources for end-to-end solutions. (f2f40c1e)
  • client-mediaconnect: AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs. (427a732c)
  • client-glue: Add recipe step support for recipe node (c9d85d8e)
  • client-license-manager-linux-subscriptions: Add support for third party subscription providers, starting with RHEL subscriptions through Red Hat Subscription Manager (RHSM). Additionally, add support for tagging subscription provider resources, and detect when an instance has more than one Linux subscription and notify the customer. (e4903347)
  • client-bedrock: Add support for contextual grounding check for Guardrails for Amazon Bedrock. (f8cc6bdd)
  • client-bedrock-runtime: Add support for contextual grounding check and ApplyGuardrail API for Guardrails for Amazon Bedrock. (8863b77e)
  • client-batch: This feature allows AWS Batch Jobs with EKS container orchestration type to be run as Multi-Node Parallel Jobs. (bda616d0)
  • client-ec2: Add parameters to enable provisioning IPAM BYOIPv4 space at a Local Zone Network Border Group level (d835dbb9)
Bug Fixes
  • util-dynamodb: perform global interface check in NativeAttributeBinary union (#6261) (e116b4c2)
Tests

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

v3.613.0

3.613.0(2024-07-09)

Chores
  • clients: add automatic id tokens for header values (#6260) (2697d89a)
New Features
  • clients: update client endpoints as of 2024-07-09 (d5e32c24)
  • client-sagemaker: This release 1/ enables optimization jobs that allows customers to perform Ahead-of-time compilation and quantization. 2/ allows customers to control access to Amazon Q integration in SageMaker Studio. 3/ enables AdditionalModelDataSources for CreateModel action. (ec13654a)
  • client-fsx: Adds support for FSx for NetApp ONTAP 2nd Generation file systems, and FSx for OpenZFS Single AZ HA file systems. (cd5cd966)
  • client-datazone: This release deprecates dataProductItem field from SearchInventoryResultItem, along with some unused DataProduct shapes (5d3596b7)

... (truncated)

Changelog

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

3.614.0 (2024-07-10)

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

3.613.0 (2024-07-09)

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

3.609.0 (2024-07-02)

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

3.608.0 (2024-07-01)

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

3.606.0 (2024-06-27)

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

3.600.0 (2024-06-18)

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

3.598.0 (2024-06-14)

... (truncated)

Commits


Updates @nestjs/common from 10.3.8 to 10.3.10

Release notes

Sourced from @​nestjs/common's releases.

v10.3.10 (2024-07-01)

Bug fixes

Enhancements

  • platform-fastify

Dependencies

... (truncated)

Commits


Updates @nestjs/config from 3.2.2 to 3.2.3

Release notes

Sourced from @​nestjs/config's releases.

Release 3.2.3

  • Merge branch 'Motii1-remove-unnecessary-uuid' (faa8f59)
  • chore: resolve conflicts (0045924)
  • Merge pull request #1752 from nestjs/renovate/nest-monorepo (f039417)
  • chore(deps): update nest monorepo to v10.3.10 (00febb5)
  • Merge pull request #1698 from nestjs/renovate/cimg-node-22.x (b2ef5a8)
  • Merge pull request #1751 from nestjs/renovate/release-it-17.x (81534ba)
  • Merge pull request #1746 from micalevisk/patch-1 (ea180e4)
  • chore(deps): update dependency release-it to v17.4.1 (3b03bd9)
  • chore(deps): update dependency @​types/lodash to v4.17.6 (112b556)
  • chore(deps): update dependency @​types/node to v20.14.9 (295709b)
  • chore(deps): update typescript-eslint monorepo to v7.14.1 (17058a4)
  • chore(deps): update dependency @​types/node to v20.14.8 (cf1fbc6)
  • feat: less verbose module referencing on errors/debug messages (0f0176a)
  • chore(deps): update dependency release-it to v17.4.0 (56497be)
  • chore(deps): update dependency @​types/node to v20.14.7 (e31959c)
  • chore(deps): update dependency typescript to v5.5.2 (ec9b67d)
  • chore(deps): update node.js to v22 (2b7858c)
  • chore(deps): update dependency joi to v17.13.3 (2bffa1a)
  • chore(deps): update dependency @​types/node to v20.14.6 (628dd4a)
  • chore(deps): update dependency joi to v17.13.2 (38c5f04)
  • chore(deps): update dependency @​types/node to v20.14.5 (3f1efcf)
  • chore(deps): update dependency @​types/node to v20.14.4 (ac86947)
  • chore(deps): update typescript-eslint monorepo to v7.13.1 (41c68f5)
  • chore(deps): update dependency ts-jest to v29.1.5 (8948ce8)
  • chore(deps): update dependency lint-staged to v15.2.7 (bb338b8)
  • chore(deps): update dependency lint-staged to v15.2.6 (bfa8fc4)
  • chore(deps): update dependency prettier to v3.3.2 (84814cd)
  • chore(deps): update typescript-eslint monorepo to v7.13.0 (20dce4e)
  • chore(deps): update dependency @​types/lodash to v4.17.5 (e0aa801)
  • chore(deps): update dependency prettier to v3.3.1 (e400d73)
  • chore(deps): update dependency @​types/node to v20.14.2 (b53e8e6)
  • chore(deps): update dependency @​types/node to v20.14.1 (7542203)
  • chore(deps): update typescript-eslint monorepo to v7.12.0 (971bb0d)
  • chore(deps): update nest monorepo to v10.3.9 (a5be017)
  • chore(deps): update dependency @​types/node to v20.14.0 (63c18ce)
  • chore(deps): update dependency prettier to v3.3.0 (bfb3346)
  • chore(deps): update dependency @​types/node to v20.13.0 (91fa417)
  • chore(deps): update dependency @​types/node to v20.12.13 (fab616f)
  • chore(deps): update dependency ts-jest to v29.1.4 (0d1c2d0)
  • chore(deps): update typescript-eslint monorepo to v7.11.0 (e054a60)
  • chore(deps): update dependency lint-staged to v15.2.5 (f08464a)
  • chore(deps): update dependency lint-staged to v15.2.4 (bee9517)
  • chore(deps): update dependency ts-jest to v29.1.3 (eeb5c99)
  • chore(deps): update dependency release-it to v17.3.0 (18777c2)
  • chore(deps): update typescript-eslint monorepo to v7.10.0 (56e9c84)
  • chore(deps): update dependency @​types/lodash to v4.17.4 (6720586)
  • chore(deps): update dependency @​types/node to v20.12.12 (be876a5)
  • chore(deps): update typescript-eslint monorepo to v7.9.0 (6e765c2)
  • chore(deps): update dependency rimraf to v5.0.7 (7cb161d)

... (truncated)

Commits
  • 5133c72 chore(): release v3.2.3
  • faa8f59 Merge branch 'Motii1-remove-unnecessary-uuid'
  • 0045924 chore: resolve conflicts
  • f039417 Merge pull request #1752 from nestjs/renovate/nest-monorepo
  • 00febb5 chore(deps): update nest monorepo to v10.3.10
  • b2ef5a8 Merge pull request #1698 from nestjs/renovate/cimg-node-22.x
  • 81534ba Merge pull request #1751 from nestjs/renovate/release-it-17.x
  • ea180e4 Merge pull request #1746 from micalevisk/patch-1
  • 3b03bd9 chore(deps): update dependency release-it to v17.4.1
  • 112b556 chore(deps): update dependency @​types/lodash to v4.17.6
  • Additional commits viewable in compare view


Updates @nestjs/core from 10.3.8 to 10.3.10

Release notes

Sourced from @​nestjs/core's releases.

v10.3.10 (2024-07-01)

Bug fixes

Enhancements

  • platform-fastify

Dependencies

... (truncated)

Commits


Updates @nestjs/platform-fastify from 10.3.8 to 10.3.10

Release notes

Sourced from @​nestjs/platform-fastify's releases.

v10.3.10 (2024-07-01)

Bug fixes

Enhancements

  • platform-fastify

Dependencies

... (truncated)

Commits
  • b59d5ac chore(@​nestjs) publish v10.3.10 release
  • 68d91ac Merge pull request #13734 from ancyrweb/master
  • 284f437 docs: update readme
  • c7d2978 feat(fastify-adapter): support for skipping middie registration
  • 05980d1 chore(deps): bump fastify from 4.27.0 to 4.28.0
  • 99d31e3 chore(deps): bump tslib from 2.6.2 to 2.6.3
  • 013dbd3 chore: update readmes
  • fcd2c58 chore(@​nestjs) publish v10.3.9 release
  • a7e4557 Merge pull request #13493 from johaven/refactor-fastify-route-injection
  • 2d5a7b8 Merge pull request #13536 from Fcmam5/fix/do-not-crash-when_not_using-enabled...
  • Additional commits viewable in compare view


Updates fastify from 4.27.0 to 4.28.1

Release notes

Sourced from fastify's releases.

v4.28.1

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v4.28.0...v4.28.1

v4.28.0

What's Changed

Full Changelog: https://github.com/fastify/fastify/compare/v4.27.0...v4.28.0

Commits