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

chore(deps): Bump iam-floyd from 0.507.0 to 0.604.0 in /examples/typescript-step-functions-mixed #670

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps iam-floyd from 0.507.0 to 0.604.0.

Release notes

Sourced from iam-floyd's releases.

v0.604.0

FEATURES

  1. new enum AwsManagedPolicies, which provides all ARNs of AWS managed polices (483)

  2. Adds missing (undocumented) operator binaryNotEquals (481)

  3. For easier access to simple operators, all operators now are additional available as static property. (481)

    Instead of:

    new Operator().stringEquals()

    now you can do:

    Operator.stringEquals

    The methods are still available for generating more complex operators:

    new Operator().forAnyValue().stringEquals().ifExists()

⚠️ BREAKING CHANGES

The null Operator now is only a static property instead of a method, since it cannot be combined with modifiers (forAnyValue, forAllValues, ifExists)

If you previously used new Operator().null() you now need to just use Operator.null

v0.603.0

⚠️ BREAKING CHANGES

  • Restructures the exports of the package - see #478
  • The on*() methods of cdk-iam-floyd now generate ARNs which include the account and region of the stack. If you intentionally meant to have ARNs with wildcards for account and/or region, you need to update your code - see #479

v0.602.0

New condition keys:

  • s3:InventoryAccessibleOptionalFields
  • wafv2:LogDestinationResource
  • wafv2:LogScope

v0.601.2

Fix package creation. Version 0.601.1 did not contain the *.d.ts files.

v0.601.1

... (truncated)

Commits
  • e8770c7 feat: new enum AwsManagedPolicies, which provides all ARNs of AWS managed pol...
  • 820778e chore(deps): update dependency esbuild to v0.20.1
  • d4d676e feat: stronger typing for Principal Type in for method (#482)
  • a98cccf feat: adds static properties for accessing simple operators (#481)
  • b0243ee chore(deps): update dependency @​types/aws-lambda to v8.10.134
  • 3550a98 feat: Changes ARN defaults for partition, region and account & adds methods f...
  • 56335e7 refactor: changes exports structure to enable implementation of planned featu...
  • 23f5845 chore: improving on eslint (#470)
  • b9c49b8 Merge pull request #477 from udondan/update-aws-managed-policies
  • 3bd50f4 Updates AWS managed policies
  • Additional commits viewable in compare view

Dependabot compatibility score

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 [iam-floyd](https://github.com/udondan/iam-floyd) from 0.507.0 to 0.604.0.
- [Release notes](https://github.com/udondan/iam-floyd/releases)
- [Commits](udondan/iam-floyd@v0.507.0...v0.604.0)

---
updated-dependencies:
- dependency-name: iam-floyd
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/typescript-step-functions-mixed/iam-floyd-0.604.0 branch from 8ab3d7e to 4f1d042 Compare February 19, 2024 11:12
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2024

Superseded by #679.

@dependabot dependabot bot closed this Feb 26, 2024
auto-merge was automatically disabled February 26, 2024 10:15

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/examples/typescript-step-functions-mixed/iam-floyd-0.604.0 branch February 26, 2024 10:15
Copy link

I'm going to lock this pull request because it has been closed for at least 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue so we can investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant