momentum-mod / website

Momentum Mod's main website.
https://momentum-mod.org
MIT License
58 stars 61 forks source link

build(deps): bump the prod group across 1 directory with 31 updates #1047

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the prod group with 31 updates in the / directory:

Package From To
@aws-sdk/client-s3 3.633.0 3.665.0
@aws-sdk/s3-request-presigner 3.633.0 3.665.0
@fastify/cookie 9.3.1 10.0.1
@fastify/cors 9.0.1 10.0.1
@fastify/helmet 11.1.1 12.0.1
@fastify/static 7.0.4 8.0.1
@fastify/swagger 8.15.0 9.1.0
@fontsource/roboto 5.0.14 5.1.0
@nestjs/common 10.4.1 10.4.4
@nestjs/core 10.4.1 10.4.4
@nestjs/platform-fastify 10.4.1 10.4.4
@nestjs/swagger 7.4.0 7.4.2
@opentelemetry/auto-instrumentations-node 0.49.1 0.50.0
@opentelemetry/exporter-prometheus 0.52.1 0.53.0
@opentelemetry/exporter-trace-otlp-http 0.52.1 0.53.0
@opentelemetry/sdk-metrics 1.25.1 1.26.0
@opentelemetry/sdk-node 0.52.1 0.53.0
@prisma/client 5.18.0 5.20.0
@sentry/node 8.26.0 8.33.1
@sentry/profiling-node 8.26.0 8.33.1
adm-zip 0.5.15 0.5.16
axios 1.7.4 1.7.7
chart.js 4.4.3 4.4.4
fast-vdf 2.0.2 2.0.5
fast-xml-parser 4.4.1 4.5.0
pino-http 10.2.0 10.3.0
primeng 17.18.9 17.18.11
simple-icons 13.6.0 13.13.0
steam-appticket 1.0.1 2.0.1
tslib 2.6.3 2.7.0
zone.js 0.14.10 0.15.0

Updates @aws-sdk/client-s3 from 3.633.0 to 3.665.0

Release notes

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

v3.665.0

3.665.0(2024-10-04)

New Features
  • clients: update client endpoints as of 2024-10-04 (5f1ed92a)
  • client-iot-data-plane: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (f727d58e)
  • client-ec2: Documentation updates for Amazon EC2. (404a00ac)
Bug Fixes
  • codegen: accIdEpMode config resolver generation plugin (#6544) (fc14586f)

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

v3.664.0

3.664.0(2024-10-03)

Chores
  • middleware-user-agent: update to user agent 2.1 spec (#6536) (f783a426)
New Features
  • clients: update client endpoints as of 2024-10-03 (f9df4408)
  • client-codepipeline: AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution. (4435e7f8)
  • client-ec2: This release includes a new API for modifying instance cpu-options after launch. (a29a5e44)
  • client-marketplace-reporting: The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization. (a7f70bec)
  • client-mediapackagev2: Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists. (efe97754)
  • client-quicksight: QuickSight: Add support for exporting and importing folders in AssetBundle APIs (9060d22e)
  • client-connect: Public GetMetricDataV2 Grouping increase from 3 to 4 (7f9f812b)
  • client-iot: This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations. (795bda90)
  • middleware-user-agent: add client config for userAgentAppId (#6524) (2990ea8f)
  • scripts: add test:e2e:legacy:preview (#6538) (9196552b)
Bug Fixes
  • scripts: process commits since origin/main in test:e2e:legacy:preview (#6539) (56b76f47)
Tests

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

... (truncated)

Changelog

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

3.665.0 (2024-10-04)

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

3.664.0 (2024-10-03)

Features

  • middleware-user-agent: add client config for userAgentAppId (#6524) (2990ea8)

3.663.0 (2024-10-02)

Features

  • client-s3: This release introduces a header representing the minimum object size limit for Lifecycle transitions. (a692f70)

3.662.0 (2024-10-01)

Bug Fixes

  • s3-request-presigner: enable overriding hoistable headers (#6535) (3c2e59c)

3.658.1 (2024-09-25)

Bug Fixes

  • clients: allow empty string field values for headers (#6511) (1273ff3)

... (truncated)

Commits
  • 374ef46 Publish v3.665.0
  • de4dc49 Publish v3.664.0
  • 2990ea8 feat(middleware-user-agent): add client config for userAgentAppId (#6524)
  • 021f218 Publish v3.663.0
  • a692f70 feat(client-s3): This release introduces a header representing the minimum ob...
  • 5e91f77 Publish v3.662.0
  • 3c2e59c fix(s3-request-presigner): enable overriding hoistable headers (#6535)
  • ecd9d89 Publish v3.658.1
  • 1273ff3 fix(clients): allow empty string field values for headers (#6511)
  • f796530 Publish v3.658.0
  • Additional commits viewable in compare view


Updates @aws-sdk/s3-request-presigner from 3.633.0 to 3.665.0

Release notes

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

v3.665.0

3.665.0(2024-10-04)

New Features
  • clients: update client endpoints as of 2024-10-04 (5f1ed92a)
  • client-iot-data-plane: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (f727d58e)
  • client-ec2: Documentation updates for Amazon EC2. (404a00ac)
Bug Fixes
  • codegen: accIdEpMode config resolver generation plugin (#6544) (fc14586f)

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

v3.664.0

3.664.0(2024-10-03)

Chores
  • middleware-user-agent: update to user agent 2.1 spec (#6536) (f783a426)
New Features
  • clients: update client endpoints as of 2024-10-03 (f9df4408)
  • client-codepipeline: AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution. (4435e7f8)
  • client-ec2: This release includes a new API for modifying instance cpu-options after launch. (a29a5e44)
  • client-marketplace-reporting: The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization. (a7f70bec)
  • client-mediapackagev2: Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists. (efe97754)
  • client-quicksight: QuickSight: Add support for exporting and importing folders in AssetBundle APIs (9060d22e)
  • client-connect: Public GetMetricDataV2 Grouping increase from 3 to 4 (7f9f812b)
  • client-iot: This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations. (795bda90)
  • middleware-user-agent: add client config for userAgentAppId (#6524) (2990ea8f)
  • scripts: add test:e2e:legacy:preview (#6538) (9196552b)
Bug Fixes
  • scripts: process commits since origin/main in test:e2e:legacy:preview (#6539) (56b76f47)
Tests

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

... (truncated)

Changelog

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

3.665.0 (2024-10-04)

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

3.664.0 (2024-10-03)

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

3.663.0 (2024-10-02)

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

3.662.0 (2024-10-01)

Bug Fixes

  • s3-request-presigner: enable overriding hoistable headers (#6535) (3c2e59c)

3.658.1 (2024-09-25)

Bug Fixes

  • clients: allow empty string field values for headers (#6511) (1273ff3)

3.658.0 (2024-09-24)

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

... (truncated)

Commits


Updates @fastify/cookie from 9.3.1 to 10.0.1

Release notes

Sourced from @​fastify/cookie's releases.

v10.0.1

What's Changed

Full Changelog: https://github.com/fastify/fastify-cookie/compare/v10.0.0...v10.0.1

v10.0.0

What's Changed

Full Changelog: https://github.com/fastify/fastify-cookie/compare/v9.4.0...v10.0.0

v9.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-cookie/compare/v9.3.1...v9.4.0

Commits


Updates @fastify/cors from 9.0.1 to 10.0.1

Release notes

Sourced from @​fastify/cors's releases.

v10.0.1

What's Changed

Full Changelog: https://github.com/fastify/fastify-cors/compare/v10.0.0...v10.0.1

v10.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-cors/compare/v9.0.1...v10.0.0

Commits


Updates @fastify/helmet from 11.1.1 to 12.0.1

Release notes

Sourced from @​fastify/helmet's releases.

v12.0.1

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-helmet/compare/v12.0.0...v12.0.1

v12.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-helmet/compare/v11.1.1...v12.0.0

Commits
  • 6925055 Bumped v12.0.1
  • ef39992 chore: Add named hooks for improved visibility and debugging (#261)
  • 188d984 chore: update fastify to ^5.0.0 (#260)
  • 1340981 chore: add c8 flag for 100 % code coverage (#259)
  • ae67f81 Bumped v12.0.0
  • ce93d68 fix: migrate from tap to node:test and c8 (#258)
  • 96651aa v12.0.0-pre.fv5.2
  • 3f02a8a chore: update min fastify version (#257)
  • 2b1cc72 build(deps): bump fastify/workflows from 4.1.0 to 5.0.0 (#256)
  • cb06fea build(deps-dev): bump @​types/node from 20.14.13 to 22.0.0 (#255)
  • Additional commits viewable in compare view


Updates @fastify/static from 7.0.4 to 8.0.1

Release notes

Sourced from @​fastify/static's releases.

v8.0.1

What's Changed

Full Changelog: https://github.com/fastify/fastify-static/compare/v8.0.0...v8.0.1

v8.0.0

What's Changed

Full Changelog: https://github.com/fastify/fastify-static/compare/v7.0.4...v8.0.0

Commits


Updates @fastify/swagger from 8.15.0 to 9.1.0

Release notes

Sourced from @​fastify/swagger's releases.

v9.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-swagger/compare/v9.0.1...v9.1.0

v9.0.1

What's Changed

Full Changelog: https://github.com/fastify/fastify-swagger/compare/v9.0.0...v9.0.1

v9.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-swagger/compare/v8.14.0...v9.0.0

Commits
  • 1de673f Bumped v9.1.0
  • 03783d5 feat: support multiple content type schemas per request (#819)
  • f29078c Fix #821: incorrect reference when using $ref in patternProperties (#822)
  • 12e4bd6 Bumped v9.0.1
  • 2b16c8a chore: update fastify to ^5.0.0 (#820)
  • f6f8e55 Bumped v9.0.0
  • c169d76 Fix breaking changes introduced in Fastify v5.0.0-alpha.4 (#818)
  • d21d73d chore(deps-dev): bump @​types/node from 20.14.13 to 22.0.0 (#813)
  • ce8c75a fix (types): changed document type to a discriminating union (#807)
  • a32dea4 v9.0.0-pre.fv5.1
  • Additional commits viewable in compare view


Updates @fontsource/roboto from 5.0.14 to 5.1.0

Commits


Updates @nestjs/common from 10.4.1 to 10.4.4

Release notes

Sourced from @​nestjs/common's releases.

v10.4.2 (2024-09-16)

Dependencies

Committers: 3

Commits