Skip to content

Commit

Permalink
feat: support jsii-rosetta 5.4 version line (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliapolo authored Apr 8, 2024
1 parent 02ffa42 commit 56a1b13
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 27 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,15 @@ const project = new CdklabsTypeScriptProject({
// Suppress upgrade prompts, in particular from test runs.
project.tasks.addEnvironment('JSII_SUPPRESS_UPGRADE_PROMPT', 'true');

// Add the new version line here
new RosettaPeerDependency(project, {
supportedVersions: {
[RosettaVersionLines.V1_X]: '^1.85.0',
[RosettaVersionLines.V5_0]: '~5.0.14',
[RosettaVersionLines.V5_1]: '~5.1.2',
[RosettaVersionLines.V5_2]: '~5.2.0',
[RosettaVersionLines.V5_3]: '~5.3.0',
[RosettaVersionLines.V5_4]: '~5.4.0',
},
});

Expand Down
4 changes: 2 additions & 2 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions projenrc/rosetta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export enum RosettaVersionLines {
V5_1,
V5_2,
V5_3,
V5_4,
}

export interface RosettaPeerDependencyOptions {
Expand Down
41 changes: 18 additions & 23 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56a1b13

Please sign in to comment.