Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

build(deps): bump degenerator and aws-cdk in /aws #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Removes degenerator. It's no longer used after updating ancestor dependency aws-cdk. These dependencies need to be updated together.

Removes degenerator

Updates aws-cdk from 0.24.1 to 2.43.1

Release notes

Sourced from aws-cdk's releases.

v2.43.1

Bug Fixes

  • cannot use values that return an instance of a deprecated class for non TS / JS language (#22204) (6182d33)

Alpha modules (2.43.1-alpha.0)

v2.43.0

Features

  • cfnspec: cloudformation spec v89.0.0 (#22105) (9726e8f)
  • ec2: flowlog setting add MaxAggregationInterval (#22098) (dbede40)
  • stepfunctions-tasks: additional IAM statements for AWS SDK service integration (#22070) (fbb941f), closes #22006

Bug Fixes

  • api-gateway: SpecRestApi ignores disableExecuteApiEndpoint property (#22133) (a4364ce), closes #21295
  • certificatemanager: unable to set removal policy on DnsValidatedCertificate (#22040) (b3c9464), closes #20649
  • cli: "EACCES: Permission denied" on 'cdk init' (#22111) (384ba2b), closes #21049 #22090
  • cli: Lambda hotswap fails if environment contains tokens (#22099) (8280709), closes #22088
  • codedeploy: unable to configure disable automatically rollback (#22083) (ce27789), closes #21691
  • s3-deployment: fails when destinationKeyPrefix is a token with a long string representation (#22163) (ce59b6a)

Alpha modules (2.43.0-alpha.0)

Bug Fixes

  • integ-tests: AwsApiCall Custom Resource length could be greater than 60 characters (#22119) (35b2806)
  • integ-tests: can't enable lookups when creating an IntegTest (#22075) (d0e0ab9)

v2.42.1

Reverts


Alpha modules (2.42.1-alpha.0)

v2.42.0

Features

Bug Fixes

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.43.1 (2022-09-23)

Bug Fixes

  • cannot use values that return an instance of a deprecated class for non TS / JS language (#22204) (6182d33)

2.43.0 (2022-09-21)

Features

  • cfnspec: cloudformation spec v89.0.0 (#22105) (9726e8f)
  • ec2: flowlog setting add MaxAggregationInterval (#22098) (dbede40)
  • stepfunctions-tasks: additional IAM statements for AWS SDK service integration (#22070) (fbb941f), closes #22006

Bug Fixes

  • api-gateway: SpecRestApi ignores disableExecuteApiEndpoint property (#22133) (a4364ce), closes #21295
  • certificatemanager: unable to set removal policy on DnsValidatedCertificate (#22040) (b3c9464), closes #20649
  • cli: "EACCES: Permission denied" on 'cdk init' (#22111) (384ba2b), closes #21049 #22090
  • cli: Lambda hotswap fails if environment contains tokens (#22099) (8280709), closes #22088
  • codedeploy: unable to configure disable automatically rollback (#22083) (ce27789), closes #21691
  • s3-deployment: fails when destinationKeyPrefix is a token with a long string representation (#22163) (ce59b6a)

2.42.1 (2022-09-19)

Reverts

2.42.0 (2022-09-15)

Features

Bug Fixes

  • apigateway: Add contextOwnerAccountId log pattern (#21989) (c24027b), closes #21731
  • aws-lambda: fail fast if a reserved environment variable is specified (#22039) (950ccd5)

... (truncated)

Commits
  • 6182d33 fix: cannot use values that return an instance of a deprecated class for non ...
  • 384ba2b fix(cli): "EACCES: Permission denied" on 'cdk init' (#22111)
  • 205e493 revert(init-templates): csharp and fsharp app init fails when path contains s...
  • 8280709 fix(cli): Lambda hotswap fails if environment contains tokens (#22099)
  • ebca8c6 chore: npm-check-updates && yarn upgrade (#22037)
  • 79c9ca1 fix(init-templates): csharp and fsharp app init fails when path contains spac...
  • bad426e chore: npm-check-updates && yarn upgrade (#21946)
  • 7bc3d18 fix(aws-cdk): cdk bootstrap print JSON template when using --json option (#21...
  • 050e3d1 chore: npm-check-updates && yarn upgrade (#21850)
  • 94be001 chore: fix simultaneous typos (#21837)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by aws-cdk-team, a new releaser for aws-cdk since your current version.


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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [degenerator](https://github.com/TooTallNate/node-degenerator). It's no longer used after updating ancestor dependency [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk). These dependencies need to be updated together.


Removes `degenerator`

Updates `aws-cdk` from 0.24.1 to 2.43.1
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.43.1/packages/aws-cdk)

---
updated-dependencies:
- dependency-name: degenerator
  dependency-type: indirect
- dependency-name: aws-cdk
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants