Skip to content

Commit

Permalink
chore(release): 1.54.0 (#3385)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 15, 2022
2 parents c071d26 + b090d89 commit b1b977a
Show file tree
Hide file tree
Showing 23 changed files with 628 additions and 578 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1312,6 +1312,15 @@
"bug",
"code"
]
},
{
"login": "zxkane",
"name": "Meng Xin Zhu",
"avatar_url": "https://avatars.githubusercontent.com/u/843303?v=4",
"profile": "https://kane.mx",
"contributions": [
"bug"
]
}
],
"repoType": "github",
Expand Down
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.

## [1.54.0](https://github.com/aws/jsii/compare/v1.53.0...v1.54.0) (2022-02-15)


### Bug Fixes

* **jsii:** dependencies' README files are unnecessarily re-rendered ([#3380](https://github.com/aws/jsii/issues/3380)) ([ec4edc5](https://github.com/aws/jsii/commit/ec4edc5458d9b146ebd4a2d0c9c6cca1ed03dfaf))

## [1.53.0](https://github.com/aws/jsii/compare/v1.52.1...v1.53.0) (2022-02-09)


Expand Down
17 changes: 9 additions & 8 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"rejectCycles": true
}
},
"version": "1.53.0"
"version": "1.54.0"
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
"compliance": "(cd tools/jsii-compliance && yarn report)"
},
"devDependencies": {
"@jest/types": "^27.4.2",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@jest/types": "^27.5.1",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"all-contributors-cli": "^6.20.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"jest-circus": "^27.4.6",
"jest-config": "^27.4.7",
"jest-circus": "^27.5.1",
"jest-config": "^27.5.1",
"lerna": "^4.0.0",
"prettier": "^2.5.1",
"standard-version": "^9.3.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"ts-node": "^10.5.0",
"typescript": "~3.9.10"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/check-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@types/chalk": "^2.2.0",
"@types/jest": "^27.4.0",
"@types/node": "^12.20.43",
"jest": "^27.4.7"
"jest": "^27.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/@jsii/go-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"prettier": "^2.5.1",
"ts-node": "^10.4.0",
"ts-node": "^10.5.0",
"typescript": "~3.9.10"
}
}
2 changes: 1 addition & 1 deletion packages/@jsii/integ-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@octokit/rest": "^18.12.0",
"dotenv": "^8.6.0",
"fs-extra": "^9.1.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jsii": "^0.0.0",
"jsii-pacmak": "^0.0.0",
"jsii-rosetta": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/node": "^12.20.43",
"@types/tar": "^6.1.1",
"eslint": "^8.8.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jest-expect-message": "^1.0.2",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/python-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"jsii-pacmak": "^0.0.0",
"ts-node": "^10.4.0",
"ts-node": "^10.5.0",
"typescript": "~3.9.10"
}
}
2 changes: 1 addition & 1 deletion packages/@jsii/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/jest": "^27.4.0",
"@types/node": "^12.20.43",
"eslint": "^8.8.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"prettier": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/jest": "^27.4.0",
"@types/node": "^12.20.43",
"eslint": "^8.8.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jsii-build-tools": "^0.0.0",
"prettier": "^2.5.1",
"typescript": "~3.9.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/jest": "^27.4.0",
"@types/node": "^12.20.43",
"eslint": "^8.8.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"typescript": "~3.9.10"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "^12.20.43",
"@types/yargs": "^17.0.8",
"eslint": "^8.8.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jest-expect-message": "^1.0.2",
"prettier": "^2.5.1",
"typescript": "~3.9.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/node": "^12.20.43",
"@types/tar-fs": "^2.0.1",
"eslint": "^8.8.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jest-expect-message": "^1.0.2",
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/node": "^12.20.43",
"@types/semver": "^7.3.9",
"eslint": "^8.8.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-reflect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/jest": "^27.4.0",
"@types/node": "^12.20.43",
"eslint": "^8.8.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
Expand Down
4 changes: 2 additions & 2 deletions packages/jsii-rosetta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/workerpool": "^6.1.0",
"@types/semver": "^7.3.9",
"eslint": "^8.8.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jsii-build-tools": "0.0.0",
"memory-streams": "^0.1.3",
"mock-fs": "^5.1.2",
Expand All @@ -42,7 +42,7 @@
"yargs": "^16.2.0",
"semver": "^7.3.5",
"semver-intersect": "^1.4.0",
"fast-glob": "^3.2.7",
"fast-glob": "^3.2.11",
"jsii": "0.0.0"
},
"license": "Apache-2.0",
Expand Down
15 changes: 11 additions & 4 deletions packages/jsii/lib/assembler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -721,10 +721,17 @@ export class Assembler implements Emitter {
symbol,
);
const targets = await loadSubmoduleTargetConfig(sourceFile.fileName);
const readme = await loadSubmoduleReadMe(
sourceFile.fileName,
this.projectInfo.projectRoot,
);
// There is no need to process the README file for submodules that are
// external (i.e: from a dependency), as these will not be emitted in the
// assembly. That'd be wasted effort, and could fail if the README file
// refers to literate examples that are not packaged in the dependency.
const readme =
packageRoot === this.projectInfo.projectRoot
? await loadSubmoduleReadMe(
sourceFile.fileName,
this.projectInfo.projectRoot,
)
: undefined;

this._submodules.set(symbol, {
fqn,
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/semver": "^7.3.9",
"clone": "^2.1.2",
"eslint": "^8.8.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jest-expect-message": "^1.0.2",
"jsii-build-tools": "^0.0.0",
"prettier": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/oo-ascii-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/jest": "^27.4.0",
"@types/node": "^12.20.43",
"eslint": "^8.8.0",
"jest": "^27.4.7",
"jest": "^27.5.1",
"jsii-build-tools": "^0.0.0",
"prettier": "^2.5.1",
"typescript": "~3.9.10"
Expand Down
2 changes: 1 addition & 1 deletion tools/jsii-compliance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/node": "^12.20.43",
"eslint": "^8.8.0",
"prettier": "^2.5.1",
"ts-node": "^10.4.0",
"ts-node": "^10.5.0",
"typescript": "~3.9.10"
}
}
Loading

0 comments on commit b1b977a

Please sign in to comment.