Commit 0799d0b
fix: upgrades to
Construct hub is currently experiencing failures like these:
```console
Error loading assembly from file /tmp/zENg8p/node_modules/projen/.jsii:\nError: This jsii tool cannot load the given assembly; using unsupported feature(s): class-covariant-overrides (supported features: intersection-types)
```
This error was resolved in
https://github.com/cdklabs/jsii-docgen/releases/tag/v10.11.0, which was
released on Oct 23.
However, construct hub [latest
release](https://github.com/cdklabs/construct-hub/releases/tag/v0.4.423)
is from Oct 17 so we don't have a version of construct hub who's bundles
use this new version.
This PR will trigger a release (because its a `fix`) as well as ensure
future dev upgrades will trigger a release as well.
### Note
Not all dev dependencies participate in our bundling process (namely
test packages) - but we don't currently have a mechanism to trigger
releases on specific package upgrades.
----
*By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license*
---------
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>jsii-docgen don't trigger releases (#1795)1 parent d2abded commit 0799d0b
2 files changed
+13
-3
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
20 | 27 | | |
21 | 28 | | |
22 | 29 | | |
| |||
109 | 116 | | |
110 | 117 | | |
111 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
112 | 122 | | |
113 | 123 | | |
114 | 124 | | |
| |||
0 commit comments