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

Bump parse-path and @guardian/cdk in /cdk #304

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 5, 2024

Bumps parse-path to 7.0.0 and updates ancestor dependency @guardian/cdk. These dependencies need to be updated together.

Updates parse-path from 4.0.4 to 7.0.0

Release notes

Sourced from parse-path's releases.

7.0.0

Add the parse_failed property — whether the input was parsed successfully or not.

6.0.0

parse-path 6.0.0

Breaking changes

  • The resource property will not contain the port anymore. Added the host property which has the port too.

5.0.0

parse-path 5.0.0

⭐ This is a major release of parse-path! ⭐

Breaking changes

  • parse-path will not parse git@... ssh URLs anymore. Use parse-url for that.
  • If the input url has a trailing slash, the trailing slash will be added in the pathname too.
  • The port field is a string. By default empty.
  • Added the password field (default: "")
  • The resource may contain the port in it (e.g. resource: "domain.com:4200").

Features

  • Faster
  • More secure
  • Cleaner codebase

Any questions, suggestions, contributions are always welcome! 😊

Commits

Updates @guardian/cdk from 45.1.3 to 53.0.0

Release notes

Sourced from @​guardian/cdk's releases.

v53.0.0

Major Changes

  • af50cf5: Removes supports for Stack Sets (added in #977) as it's no longer used, because of a lack of CD tooling support for deploying Stack Sets.

    Removing unused code means less code to maintain, and reduced complexity.

    Should Stack Sets be needed in future, https://github.com/cdklabs/cdk-stacksets offers an alternative approach to creating them in CDK.

v52.3.1

Patch Changes

  • a473265: fix(deps): Update AWS CDK libraries to 2.114.1, and constructs to 10.3.0

v52.3.0

Minor Changes

  • 8c40db382: Adds the optional enableDistributablePolicy prop to GuEcsTask so that consumers of this pattern can decide whether the task IAM role has access to the account's distributable bucket in S3.

v52.2.1

Patch Changes

  • fcbabb5de: Update AWS CDK libraries to 2.109.0, and constructs to 10.3.0

v52.2.0

Minor Changes

  • 5ee2c0955: feat(backup): Support backups provided by DevX

    Adds a new property withBackup to GuStack to enable backups provided by DevX.

    When true, all supported resources in the stack will receive a new tag devx-backup-enabled.

    To opt in/out an individual resource, you can manually apply this tag.

    See https://github.com/guardian/aws-backup.

v52.1.0

Minor Changes

  • 8541732ec: feat(riff-raff.yaml): Support cross stack dependencies

    Currently the riff-raff.yaml generator is not able to create dependencies between cloud-formation deployments. This means each cloud-formation deployment could happen at the same time.

    This does not work in the scenario where we have:

    • Stack A containing a bucket
    • Stack B CODE containing an app that uses A's bucket
    • Stack B PROD containing an app that uses A's bucket

... (truncated)

Changelog

Sourced from @​guardian/cdk's changelog.

53.0.0

Major Changes

  • af50cf5: Removes supports for Stack Sets (added in #977) as it's no longer used, because of a lack of CD tooling support for deploying Stack Sets.

    Removing unused code means less code to maintain, and reduced complexity.

    Should Stack Sets be needed in future, https://github.com/cdklabs/cdk-stacksets offers an alternative approach to creating them in CDK.

52.3.1

Patch Changes

  • a473265: fix(deps): Update AWS CDK libraries to 2.114.1, and constructs to 10.3.0

52.3.0

Minor Changes

  • 8c40db382: Adds the optional enableDistributablePolicy prop to GuEcsTask so that consumers of this pattern can decide whether the task IAM role has access to the account's distributable bucket in S3.

52.2.1

Patch Changes

  • fcbabb5de: Update AWS CDK libraries to 2.109.0, and constructs to 10.3.0

52.2.0

Minor Changes

  • 5ee2c0955: feat(backup): Support backups provided by DevX

    Adds a new property withBackup to GuStack to enable backups provided by DevX.

    When true, all supported resources in the stack will receive a new tag devx-backup-enabled.

    To opt in/out an individual resource, you can manually apply this tag.

    See https://github.com/guardian/aws-backup.

52.1.0

Minor Changes

  • 8541732ec: feat(riff-raff.yaml): Support cross stack dependencies

    Currently the riff-raff.yaml generator is not able to create dependencies between cloud-formation deployments. This means each cloud-formation deployment could happen at the same time.

... (truncated)

Commits
  • c03f4db Merge pull request #2151 from guardian/changeset-release/main
  • 3c6adc0 Bump package version
  • 0cca097 chore(deps): bump aws-sdk from 2.1497.0 to 2.1523.0
  • 69aa12a chore(deps): bump @​types/node from 20.10.4 to 20.10.5
  • 5d3765f chore(deps): bump prettier from 3.1.0 to 3.1.1
  • 1887cbd chore(deps): bump ts-node from 10.9.1 to 10.9.2
  • 1a3f903 Merge pull request #2150 from guardian/aa/rm-stack-set
  • af50cf5 feat(stack-set)!: Remove support for Stack Sets
  • 7a22590 Merge pull request #2137 from guardian/dependabot/npm_and_yarn/guardian/eslin...
  • 27879d2 Fix linting errors
  • Additional commits viewable 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 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.

Bumps [parse-path](https://github.com/IonicaBizau/parse-path) to 7.0.0 and updates ancestor dependency [@guardian/cdk](https://github.com/guardian/cdk). These dependencies need to be updated together.


Updates `parse-path` from 4.0.4 to 7.0.0
- [Release notes](https://github.com/IonicaBizau/parse-path/releases)
- [Commits](IonicaBizau/parse-path@4.0.4...7.0.0)

Updates `@guardian/cdk` from 45.1.3 to 53.0.0
- [Release notes](https://github.com/guardian/cdk/releases)
- [Changelog](https://github.com/guardian/cdk/blob/main/CHANGELOG.md)
- [Commits](guardian/cdk@v45.1.3...v53.0.0)

---
updated-dependencies:
- dependency-name: parse-path
  dependency-type: indirect
- dependency-name: "@guardian/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 Jan 5, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants