guardian / typerighter

Even if you’re the right typer, couldn’t hurt to use Typerighter!
Apache License 2.0
276 stars 12 forks source link

chore: Use @guardian/cdk mock for tracking tag #138

Closed akash1810 closed 3 years ago

akash1810 commented 3 years ago

Requires #137.

What does this change?

The value of the tracking tag maps to the version of @guardian/cdk used.

This means bumping the version in package.json isn't merely enough as the snapshots will be out of date. That is, PRs raised by Dependabot to automatically update @guardian/cdk will always fail.

By using the mock, the value of the tracking tag becomes static and thus Dependabot PRs become useful.

See:

How to test

See CI?

How can we measure success?

We unlock Dependabot PRs 🎉 .

Have we considered potential risks?

n/a

Images

n/a

Accessibility