Conversation
Updating: - `@guardian/eslint-config-typescript` from 0.6.0 to 1.0.1 - `@types/jest` from 27.0.2 - `@types/node` from 16.10.3 - `eslint` from 7.32.0 to 8.10.0 - `jest` from 27.3.1 to 27.5.1 - `prettier` from 2.3.2 to 2.5.1 - `ts-jest` from 27.0.5 to 27.1.3 - `ts-node` from 10.2.0 to 10.7.0 - `typescript` from 4.4.3 to 4.6.2
Also bumps related aws-cdk deps to match those used by GuCDK.
akash1810
commented
Mar 7, 2022
| @@ -0,0 +1 @@ | |||
| 16.13.2 | |||
Member
Author
There was a problem hiding this comment.
Moving .nvmrc to root of repository following guardian/.github#12 (comment).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this change?
Update various dependencies in
/cdk, specifically:@guardian/cdkfrom 26.2.1 to 37.0.0@guardian/eslint-config-typescriptfrom 0.6.0 to 1.0.1@types/jestfrom 27.0.2@types/nodefrom 16.10.3eslintfrom 7.32.0 to 8.10.0jestfrom 27.3.1 to 27.5.1prettierfrom 2.3.2 to 2.5.1ts-jestfrom 27.0.5 to 27.1.3ts-nodefrom 10.2.0 to 10.7.0typescriptfrom 4.4.3 to 4.6.2How to test
CI should pass.
How can we measure success?
Keeping dependencies up to date (and a few open Dependabot PRs get closed).
This should also make it easier to test guardian/cdk#1134 on this project with as small a change set as possible.