Skip to content

v62.5.0

Choose a tag to compare

@guardian-cdk guardian-cdk released this 02 Mar 10:19
· 133 commits to main since this release
Immutable release. Only release title and notes can be modified.
3ce5900

Minor Changes

  • 6a41012: Remove dependency @oclif/core.

    We were using @oclif/core to create a spinner with the new project CLI. See https://github.com/oclif/core/tree/main/src/ux#action.
    We currently have some open vulnerabilities with minimatch, which @oclif/core adds transitively.
    This change removes @oclif/core in favour of console.log statements.