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

build(deps): bump semver, @aws-cdk/aws-iam, @aws-cdk/aws-s3, @aws-cdk/core and aws-cdk in /infrastructure/public/common/bucket-and-user.cdk #1950

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2023

Bumps semver to 5.7.2 and updates ancestor dependencies semver, @aws-cdk/aws-iam, @aws-cdk/aws-s3, @aws-cdk/core and aws-cdk. These dependencies need to be updated together.

Updates semver from 5.7.1 to 5.7.2

Release notes

Sourced from semver's releases.

v5.7.2

5.7.2 (2023-07-10)

Bug Fixes

Changelog

Sourced from semver's changelog.

5.7.2 (2023-07-10)

Bug Fixes

5.7

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

  • Add intersection checking

5.3

  • Add minSatisfying method

5.2

  • Add prerelease(v) that returns prerelease components

5.1

  • Add Backus-Naur for ranges
  • Remove excessively cute inspection methods

5.0

  • Remove AMD/Browserified build artifacts
  • Fix ltr and gtr when using the * range
  • Fix for range * with a prerelease identifier
Commits
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for semver since your current version.


Updates @aws-cdk/aws-iam from 1.15.0 to 1.204.0

Release notes

Sourced from @​aws-cdk/aws-iam's releases.

v1.204.0

Features

v1.203.0

Features

v1.202.0

⚠ BREAKING CHANGES

  • eks: A masters role is no longer provisioned by default. Use the mastersRole property to explicitly pass a role that needs cluster access. In addition, the creation role no longer allows any identity (with the appropriate sts:AssumeRole permissions) to assume it.

Features

Bug Fixes

v1.201.0

No release notes provided.

v1.200.0

Bug Fixes

  • pipelines: CodeBuild Action role can be assumed by too many identities (#25318) (8ceae2e)

v1.199.0

Features

Bug Fixes

v1.198.1

Bug Fixes

... (truncated)

Commits

Updates @aws-cdk/aws-s3 from 1.15.0 to 1.204.0

Release notes

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

v1.204.0

Features

v1.203.0

Features

v1.202.0

⚠ BREAKING CHANGES

  • eks: A masters role is no longer provisioned by default. Use the mastersRole property to explicitly pass a role that needs cluster access. In addition, the creation role no longer allows any identity (with the appropriate sts:AssumeRole permissions) to assume it.

Features

Bug Fixes

v1.201.0

No release notes provided.

v1.200.0

Bug Fixes

  • pipelines: CodeBuild Action role can be assumed by too many identities (#25318) (8ceae2e)

v1.199.0

Features

Bug Fixes

v1.198.1

Bug Fixes

... (truncated)

Commits

Updates @aws-cdk/core from 1.15.0 to 1.204.0

Release notes

Sourced from @​aws-cdk/core's releases.

v1.204.0

Features

v1.203.0

Features

v1.202.0

⚠ BREAKING CHANGES

  • eks: A masters role is no longer provisioned by default. Use the mastersRole property to explicitly pass a role that needs cluster access. In addition, the creation role no longer allows any identity (with the appropriate sts:AssumeRole permissions) to assume it.

Features

Bug Fixes

v1.201.0

No release notes provided.

v1.200.0

Bug Fixes

  • pipelines: CodeBuild Action role can be assumed by too many identities (#25318) (8ceae2e)

v1.199.0

Features

Bug Fixes

v1.198.1

Bug Fixes

... (truncated)

Commits

Updates aws-cdk from 1.138.2 to 1.203.0

Release notes

Sourced from aws-cdk's releases.

v1.203.0

Features

v1.202.0

⚠ BREAKING CHANGES

  • eks: A masters role is no longer provisioned by default. Use the mastersRole property to explicitly pass a role that needs cluster access. In addition, the creation role no longer allows any identity (with the appropriate sts:AssumeRole permissions) to assume it.

Features

Bug Fixes

v1.201.0

No release notes provided.

v1.200.0

Bug Fixes

  • pipelines: CodeBuild Action role can be assumed by too many identities (#25318) (8ceae2e)

v1.199.0

Features

Bug Fixes

v1.198.1

Bug Fixes

v1.198.0

Bug Fixes

v1.197.0

... (truncated)

Commits

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull request that updates a dependency file javascript Pull request that updates Javascript code labels Jul 11, 2023
@github-actions github-actions bot added the changelog:skip Don't include this pull request in the release change log label Jul 11, 2023
@jake-skipper
Copy link
Contributor

@dependabot rebase

…/core and aws-cdk

Bumps [semver](https://github.com/npm/node-semver) to 5.7.2 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [@aws-cdk/aws-iam](https://github.com/aws/aws-cdk/tree/HEAD/packages/@aws-cdk/aws-iam), [@aws-cdk/aws-s3](https://github.com/aws/aws-cdk/tree/HEAD/packages/@aws-cdk/aws-s3), [@aws-cdk/core](https://github.com/aws/aws-cdk/tree/HEAD/packages/@aws-cdk/core) and [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk). These dependencies need to be updated together.


Updates `semver` from 5.7.1 to 5.7.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

Updates `@aws-cdk/aws-iam` from 1.15.0 to 1.204.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Commits](https://github.com/aws/aws-cdk/commits/v1.204.0/packages/@aws-cdk/aws-iam)

Updates `@aws-cdk/aws-s3` from 1.15.0 to 1.204.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Commits](https://github.com/aws/aws-cdk/commits/v1.204.0/packages/@aws-cdk/aws-s3)

Updates `@aws-cdk/core` from 1.15.0 to 1.204.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Commits](https://github.com/aws/aws-cdk/commits/v1.204.0/packages/@aws-cdk/core)

Updates `aws-cdk` from 1.138.2 to 1.203.0
- [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/v1.203.0/packages/aws-cdk)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: "@aws-cdk/aws-iam"
  dependency-type: direct:production
- dependency-name: "@aws-cdk/aws-s3"
  dependency-type: direct:production
- dependency-name: "@aws-cdk/core"
  dependency-type: direct:production
- dependency-name: aws-cdk
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/infrastructure/public/common/bucket-and-user.cdk/semver-and-aws-cdk/aws-iam-and-aws-cdk/aws-s3-and-aws-cdk/core-and-aws-cdk-5.7.2 branch from 402944a to 3d27503 Compare July 31, 2023 18:03
@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #1950 (3d27503) into master (93e56bf) will not change coverage.
Report is 24 commits behind head on master.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1950   +/-   ##
=======================================
  Coverage   90.17%   90.17%           
=======================================
  Files         247      247           
  Lines       15667    15667           
=======================================
  Hits        14128    14128           
  Misses       1539     1539           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93e56bf...3d27503. Read the comment docs.

"version": "1.204.0",
"resolved": "https://registry.npmjs.org/@aws-cdk/aws-events/-/aws-events-1.204.0.tgz",
"integrity": "sha512-KnfUmtv+4RhydD9+5CHFxNJxtgn7+Xftwfwg1G7qV/tWYPFHcNIvhlSOgwDrQPa+pTo1MmkiUN0lAR0G8B/cbw==",
"deprecated": "AWS CDK v1 has reached End-of-Support on 2023-06-01.\nThis package is no longer being updated, and users should migrate to AWS CDK v2.\n\nFor more information on how to migrate, see https://docs.aws.amazon.com/cdk/v2/guide/migrating-v2.html",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than merge this, we probably want to get this updated to AWS CDK v2 or remove the functionality.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/infrastructure/public/common/bucket-and-user.cdk/semver-and-aws-cdk/aws-iam-and-aws-cdk/aws-s3-and-aws-cdk/core-and-aws-cdk-5.7.2 branch October 18, 2023 01:26
@jake-skipper
Copy link
Contributor

@dependabot reopen

@dependabot dependabot bot reopened this Oct 18, 2023
@dependabot dependabot bot restored the dependabot/npm_and_yarn/infrastructure/public/common/bucket-and-user.cdk/semver-and-aws-cdk/aws-iam-and-aws-cdk/aws-s3-and-aws-cdk/core-and-aws-cdk-5.7.2 branch October 18, 2023 14:53
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 18, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 18, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/infrastructure/public/common/bucket-and-user.cdk/semver-and-aws-cdk/aws-iam-and-aws-cdk/aws-s3-and-aws-cdk/core-and-aws-cdk-5.7.2 branch October 18, 2023 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip Don't include this pull request in the release change log dependencies Pull request that updates a dependency file javascript Pull request that updates Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants