Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dependabot): bump the non-breaking group with 7 updates #24

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

Bumps the non-breaking group with 7 updates:

Package From To
@aws-sdk/client-s3 3.614.0 3.620.0
@aws-sdk/lib-storage 3.616.0 3.620.0
@nestjs/schematics 10.1.2 10.1.3
@swc/core 1.7.0 1.7.3
@vitest/coverage-v8 2.0.3 2.0.4
typescript 5.5.3 5.5.4
vitest 2.0.3 2.0.4

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

Release notes

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

v3.620.0

3.620.0(2024-07-25)

Chores
  • clients: codegen sync for eventstream header fix (#6310) (ff30a3e8)
Documentation Changes
  • mention addition of web-streams-polyfill for react-native (#6302) (456a5fe3)
New Features
  • client-network-firewall: You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging. (ab0e00ec)
  • client-outposts: Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses (2e676982)
  • client-application-auto-scaling: Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics. (961af9b2)
  • client-eks: This release adds support for EKS cluster to manage extended support. (45cb022d)
  • client-codecommit: CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository. (9195ee76)
  • client-ec2: EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types. (88cbe697)
  • client-sfn: This release adds support to customer managed KMS key encryption in AWS Step Functions. (895cc687)
  • client-bedrock-runtime: Provides ServiceUnavailableException error message (690bc7f8)
  • client-datazone: Introduces GetEnvironmentCredentials operation to SDK (2156a876)
  • client-ecr: API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template. (83e5411c)
  • client-application-signals: CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability. (ef30775d)
  • client-elastic-load-balancing-v2: This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager. (4a753d9e)
Bug Fixes
  • eventstream-handler-node: start streaming without waiting for response (#6311) (0072f426)
Tests

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

v3.619.0

3.619.0(2024-07-24)

Chores
Documentation Changes

... (truncated)

Changelog

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

3.620.0 (2024-07-25)

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

3.617.0 (2024-07-22)

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

3.616.0 (2024-07-18)

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

Commits

Updates @aws-sdk/lib-storage from 3.616.0 to 3.620.0

Release notes

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

v3.620.0

3.620.0(2024-07-25)

Chores
  • clients: codegen sync for eventstream header fix (#6310) (ff30a3e8)
Documentation Changes
  • mention addition of web-streams-polyfill for react-native (#6302) (456a5fe3)
New Features
  • client-network-firewall: You can now log events that are related to TLS inspection, in addition to the existing alert and flow logging. (ab0e00ec)
  • client-outposts: Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses (2e676982)
  • client-application-auto-scaling: Application Auto Scaling is now more responsive to the changes in demand of your SageMaker Inference endpoints. To get started, create or update a Target Tracking policy based on High Resolution CloudWatch metrics. (961af9b2)
  • client-eks: This release adds support for EKS cluster to manage extended support. (45cb022d)
  • client-codecommit: CreateRepository API now throws OperationNotAllowedException when the account has been restricted from creating a repository. (9195ee76)
  • client-ec2: EC2 Fleet now supports using custom identifiers to reference Amazon Machine Images (AMI) in launch requests that are configured to choose from a diversified list of instance types. (88cbe697)
  • client-sfn: This release adds support to customer managed KMS key encryption in AWS Step Functions. (895cc687)
  • client-bedrock-runtime: Provides ServiceUnavailableException error message (690bc7f8)
  • client-datazone: Introduces GetEnvironmentCredentials operation to SDK (2156a876)
  • client-ecr: API and documentation updates for Amazon ECR, adding support for creating, updating, describing and deleting ECR Repository Creation Template. (83e5411c)
  • client-application-signals: CloudWatch Application Signals now supports application logs correlation with traces and operational health metrics of applications running on EC2 instances. Users can view the most relevant telemetry to troubleshoot application health anomalies such as spikes in latency, errors, and availability. (ef30775d)
  • client-elastic-load-balancing-v2: This release adds support for sharing trust stores across accounts and organizations through integration with AWS Resource Access Manager. (4a753d9e)
Bug Fixes
  • eventstream-handler-node: start streaming without waiting for response (#6311) (0072f426)
Tests

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

v3.619.0

3.619.0(2024-07-24)

Chores
Documentation Changes

... (truncated)

Changelog

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

3.620.0 (2024-07-25)

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

3.617.0 (2024-07-22)

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

Commits

Updates @nestjs/schematics from 10.1.2 to 10.1.3

Release notes

Sourced from @​nestjs/schematics's releases.

Release 10.1.3

  • fix: ts v5.5.4 incompatiblity #2662 (137a0e6)
  • chore(deps): update dependency @​types/node to v20.14.12 (e8a4726)
  • chore(deps): update typescript-eslint monorepo to v7.17.0 (0e6458d)
  • chore(deps): update dependency ts-jest to v29.2.3 (fbc0d5f)
  • chore(deps): update dependency husky to v9.1.1 (2022301)
  • chore(deps): update dependency husky to v9.1.0 (06f85ce)
  • chore(deps): update dependency @​types/node to v20.14.11 (a4bd83c)
  • chore(deps): update typescript-eslint monorepo to v7.16.1 (0c872ee)
  • chore(deps): update dependency @​babel/core to v7.24.9 (af06f1c)
  • chore(deps): update dependency release-it to v17.6.0 (d36b329)
  • chore(deps): update dependency prettier to v3.3.3 (0da0e73)
  • chore(deps): update babel monorepo to v7.24.8 (1837067)
  • chore(deps): update dependency ts-jest to v29.2.2 (00f8d03)
  • chore(deps): update dependency ts-jest to v29.2.1 (f396a15)
  • chore(deps): update typescript-eslint monorepo to v7.16.0 (c2001c7)
  • chore(deps): update dependency release-it to v17.5.0 (6ab3403)
  • chore(deps): update dependency ts-jest to v29.2.0 (a2fc7ac)
  • chore(deps): update dependency @​types/node to v20.14.10 (5f8be13)
  • chore(deps): fix package lock (5cbfabc)
Commits
  • 47f5140 chore(): release v10.1.3
  • 137a0e6 fix: ts v5.5.4 incompatiblity #2662
  • e8a4726 chore(deps): update dependency @​types/node to v20.14.12
  • 0e6458d chore(deps): update typescript-eslint monorepo to v7.17.0
  • fbc0d5f chore(deps): update dependency ts-jest to v29.2.3
  • 2022301 chore(deps): update dependency husky to v9.1.1
  • 06f85ce chore(deps): update dependency husky to v9.1.0
  • a4bd83c chore(deps): update dependency @​types/node to v20.14.11
  • 0c872ee chore(deps): update typescript-eslint monorepo to v7.16.1
  • af06f1c chore(deps): update dependency @​babel/core to v7.24.9
  • Additional commits viewable in compare view

Updates @swc/core from 1.7.0 to 1.7.3

Release notes

Sourced from @​swc/core's releases.

v1.7.3

What's Changed

Full Changelog: swc-project/swc@v1.7.2...v1.7.3

v1.7.3-nightly-20240727.1

No release notes provided.

v1.7.2

No release notes provided.

v1.7.2-nightly-20240725.2

No release notes provided.

v1.7.2-nightly-20240725.1

No release notes provided.

v1.7.1

No release notes provided.

v1.7.1-nightly-20240724.2

No release notes provided.

v1.7.1-nightly-20240724.1

No release notes provided.

Changelog

Sourced from @​swc/core's changelog.

[1.7.3] - 2024-07-27

Bug Fixes

  • (es/decorators) Fix TypeScript syntax assertion (#9336) (acb3952)

[1.7.2] - 2024-07-25

Bug Fixes

  • (es/ast) Accept any case of EsVersion during deserialization (#9329) (56da6be)

  • (es/typescrupt) Fix ASI issue in fast ts strip (#9332) (57146cf)

  • (swc_core) Remove unused preset_env (#9333) (75bc7bf)

Documentation

  • (bindings/wasm) Document supported TypeScript version (#9334) (66f31c0)

[1.7.1] - 2024-07-24

Bug Fixes

... (truncated)

Commits
  • 0921bb3 chore: Publish 1.7.3 with swc_core v0.99.5
  • af15271 chore: Update changelog
  • 54e766e chore: Publish 1.7.3-nightly-20240727.1 with swc_core v0.99.5
  • 238d501 chore: Publish crates
  • acb3952 fix(es/decorators): Fix TypeScript syntax assertion (#9336)
  • d05f6cf chore: Update changelog
  • 8fe5069 chore: Publish 1.7.2 with swc_core v0.99.5
  • ea24cdb chore: Update changelog
  • 1cbff97 chore: Publish 1.7.2-nightly-20240725.2 with swc_core v0.99.5
  • d3e6376 chore(ci): Fix publish action
  • Additional commits viewable in compare view

Updates @vitest/coverage-v8 from 2.0.3 to 2.0.4

Release notes

Sourced from @​vitest/coverage-v8's releases.

v2.0.4

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates typescript from 5.5.3 to 5.5.4

Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • c8a7d58 Bump version to 5.5.4 and LKG
  • c0ded04 🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...
  • 5ba41e2 🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...
  • b075332 🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...
  • 9dd6f91 Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)
  • bf0ddaf 🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...
  • a44e2d9 🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...
  • f35206d 🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...
  • 1109550 Fix baselines on release-5.5 (#59330)
  • 8794318 🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...
  • Additional commits viewable in compare view

Updates vitest from 2.0.3 to 2.0.4

Release notes

Sourced from vitest's releases.

v2.0.4

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 400481f chore: release v2.0.4
  • 5da45db fix(coverage): ignore *.cts files (#6189)
  • f68453f feat(coverage): add thresholds.\<glob>.100 option (#6174)
  • 02e3f00 fix(coverage): global thresholds to include files from glob thresholds (#6172)
  • 807a2cb fix: resolve assets imported with require (#6159)
  • f1ef2f6 refactor(runner): add docs to @​vitest/runner, remove barrel files (#6126)
  • f55dc00 chore(deps): update all non-major dependencies (#6046)
  • 3826941 fix: one-line environment options (#5105)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the non-breaking group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.614.0` | `3.620.0` |
| [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) | `3.616.0` | `3.620.0` |
| [@nestjs/schematics](https://github.com/nestjs/schematics) | `10.1.2` | `10.1.3` |
| [@swc/core](https://github.com/swc-project/swc) | `1.7.0` | `1.7.3` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.0.3` | `2.0.4` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.0.3` | `2.0.4` |


Updates `@aws-sdk/client-s3` from 3.614.0 to 3.620.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.620.0/clients/client-s3)

Updates `@aws-sdk/lib-storage` from 3.616.0 to 3.620.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.620.0/lib/lib-storage)

Updates `@nestjs/schematics` from 10.1.2 to 10.1.3
- [Release notes](https://github.com/nestjs/schematics/releases)
- [Changelog](https://github.com/nestjs/schematics/blob/master/.release-it.json)
- [Commits](nestjs/schematics@10.1.2...10.1.3)

Updates `@swc/core` from 1.7.0 to 1.7.3
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.7.0...v1.7.3)

Updates `@vitest/coverage-v8` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/coverage-v8)

Updates `typescript` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)

Updates `vitest` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.0.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: "@aws-sdk/lib-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-breaking
- dependency-name: "@nestjs/schematics"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: "@swc/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2024

Superseded by #26.

@dependabot dependabot bot closed this Aug 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/non-breaking-716ddc22ae branch August 5, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants