Skip to content

Commit

Permalink
Merge pull request #1067 from awslabs/bump/2.51.0
Browse files Browse the repository at this point in the history
chore(release): 2.51.0
  • Loading branch information
biffgaut authored Jan 30, 2024
2 parents fd84315 + 59da185 commit e1af866
Show file tree
Hide file tree
Showing 82 changed files with 248 additions and 241 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.51.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.50.0...v2.51.0) (2024-01-30)

Built on CDK v2.118.0

* **all:** lack of ^ in package.json led to version incompability (PR [1066](https://github.com/awslabs/aws-solutions-constructs/pull/1066))


## [2.50.0](https://github.com/awslabs/aws-solutions-constructs/compare/v2.49.0...v2.50.0) (2024-01-30)

Built on CDK v2.118.0
Expand Down
6 changes: 3 additions & 3 deletions deployment/v2/align-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for (const file of process.argv.splice(4)) {
pkg.version = targetSolutionsConstructsVersion;

pkg.dependencies = updateDependencyVersionNumbers(pkg.dependencies || { });
pkg.peerDependencies = updateDependencyVersionNumbers(pkg.peerDependencies || { });
pkg.peerDependencies = updateDependencyVersionNumbers(pkg.peerDependencies || { }, '^');
pkg.devDependencies = updateDependencyVersionNumbers(pkg.devDependencies || { });

// This will be removed in the next PR when we remove cdk-integ
Expand All @@ -35,13 +35,13 @@ for (const file of process.argv.splice(4)) {

}

function updateDependencyVersionNumbers(section) { let newdependencies = {};
function updateDependencyVersionNumbers(section, orBetter = '') { let newdependencies = {};
for (const [ name, version ] of Object.entries(section)) {
if (name.startsWith('@aws-solutions-constructs')) {
newdependencies[name] = version.replace(nullVersionMarker, targetSolutionsConstructsVersion);
}
else if (name.startsWith('aws-cdk-lib')) {
newdependencies[name] = version.replace(nullVersionMarker, awsCdkLibVersion);
newdependencies[name] = version.replace(nullVersionMarker, orBetter+awsCdkLibVersion);
}
else {
newdependencies[name] = version;
Expand Down
2 changes: 1 addition & 1 deletion source/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"./patterns/@aws-solutions-constructs/*"
],
"rejectCycles": "true",
"version": "2.50.0"
"version": "2.51.0"
}
6 changes: 3 additions & 3 deletions source/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"tslint": "^5.20.1",
"typescript": "4.7.4",
"aws-cdk-migration": "^1.135.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"lerna": "^3.22.1",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"workspaces": {
Expand All @@ -58,7 +58,7 @@
"**/@typescript-eslint/parser": "^4.1.1"
},
"peerDependencies": {
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
},
"dependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@aws-solutions-constructs/core": "0.0.0",
"@types/node": "^10.3.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"jest": {
Expand All @@ -79,7 +79,7 @@
},
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
},
"dependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@aws-solutions-constructs/core": "0.0.0",
"@types/node": "^10.3.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"jest": {
Expand All @@ -79,7 +79,7 @@
},
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"dependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"jest": {
Expand All @@ -78,7 +78,7 @@
},
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"dependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"jest": {
Expand All @@ -78,7 +78,7 @@
},
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"dependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"jest": {
Expand All @@ -78,7 +78,7 @@
},
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"dependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"jest": {
Expand All @@ -78,7 +78,7 @@
},
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"dependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"jest": {
Expand All @@ -78,7 +78,7 @@
},
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"dependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"jest": {
Expand All @@ -78,7 +78,7 @@
},
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"dependencies": {
"@aws-solutions-constructs/aws-cloudfront-apigateway": "0.0.0",
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"jest": {
Expand All @@ -80,7 +80,7 @@
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"@aws-solutions-constructs/aws-cloudfront-apigateway": "0.0.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"dependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"jest": {
Expand All @@ -78,7 +78,7 @@
},
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"dependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"jest": {
Expand All @@ -78,7 +78,7 @@
},
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@
"dependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"@aws-solutions-constructs/resources": "0.0.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"jest": {
Expand All @@ -80,7 +80,7 @@
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"@aws-solutions-constructs/resources": "0.0.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
},
"dependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0"
"constructs": "^10.0.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^10.3.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"jest": {
Expand All @@ -78,7 +78,7 @@
},
"peerDependencies": {
"@aws-solutions-constructs/core": "0.0.0",
"constructs": "10.0.0",
"constructs": "^10.0.0",
"aws-cdk-lib": "0.0.0"
},
"keywords": [
Expand Down
Loading

0 comments on commit e1af866

Please sign in to comment.