Skip to content

Commit 4b8828b

Browse files
authored
2 parents f1f58ae + 2788224 commit 4b8828b

File tree

75 files changed

+6944
-3234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+6944
-3234
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,6 +1504,24 @@
15041504
"contributions": [
15051505
"bug"
15061506
]
1507+
},
1508+
{
1509+
"login": "jpantzlaff",
1510+
"name": "John Pantzlaff",
1511+
"avatar_url": "https://avatars.githubusercontent.com/u/33850400?v=4",
1512+
"profile": "https://github.com/jpantzlaff",
1513+
"contributions": [
1514+
"code"
1515+
]
1516+
},
1517+
{
1518+
"login": "TomBonnerAtDerivitec",
1519+
"name": "Tom Bonner",
1520+
"avatar_url": "https://avatars.githubusercontent.com/u/83637254?v=4",
1521+
"profile": "https://github.com/TomBonnerAtDerivitec",
1522+
"contributions": [
1523+
"bug"
1524+
]
15071525
}
15081526
],
15091527
"repoType": "github",

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ jobs:
198198
- '14' # EOL 2023-04-30
199199
- '16' # EOL 2023-09-11
200200
- '18' # EOL 2025-04-30
201+
- '19' # EOL 2023-06-01
201202
os: [ubuntu-latest]
202203
python: ['3.7']
203204
# Add specific combinations to be tested against "node 14" (to restrict cardinality)

.mergify/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ queue_rules:
1111
- status-success~=^Test \(.* node 14 .*$
1212
- status-success~=^Test \(.* node 16 .*$
1313
- status-success~=^Test \(.* node 18 .*$
14+
- status-success~=^Test \(.* node 19 .*$
1415
# One test for each supported dotnet version
1516
- status-success~=^Test \(.* dotnet 3\.1\.x .*$
1617
- status-success~=^Test \(.* dotnet 6\.0\.x .*$
@@ -63,6 +64,7 @@ pull_request_rules:
6364
- status-success~=^Test \(.* node 14 .*$
6465
- status-success~=^Test \(.* node 16 .*$
6566
- status-success~=^Test \(.* node 18 .*$
67+
- status-success~=^Test \(.* node 19 .*$
6668
# One test for each supported dotnet version
6769
- status-success~=^Test \(.* dotnet 3\.1\.x .*$
6870
- status-success~=^Test \(.* dotnet 6\.0\.x .*$
@@ -115,6 +117,7 @@ pull_request_rules:
115117
- status-success~=^Test \(.* node 14 .*$
116118
- status-success~=^Test \(.* node 16 .*$
117119
- status-success~=^Test \(.* node 18 .*$
120+
- status-success~=^Test \(.* node 19 .*$
118121
# One test for each supported dotnet version
119122
- status-success~=^Test \(.* dotnet 3\.1\.x .*$
120123
- status-success~=^Test \(.* dotnet 6\.0\.x .*$
@@ -167,6 +170,7 @@ pull_request_rules:
167170
- status-success~=^Test \(.* node 14 .*$
168171
- status-success~=^Test \(.* node 16 .*$
169172
- status-success~=^Test \(.* node 18 .*$
173+
- status-success~=^Test \(.* node 19 .*$
170174
# One test for each supported dotnet version
171175
- status-success~=^Test \(.* dotnet 3\.1\.x .*$
172176
- status-success~=^Test \(.* dotnet 6\.0\.x .*$

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
## [1.72.0](https://github.com/aws/jsii/compare/v1.71.0...v1.72.0) (2022-12-05)
6+
7+
8+
### Features
9+
10+
* **check-node:** allow silencing @jsii/check-node warnings ([#3841](https://github.com/aws/jsii/issues/3841)) ([880dbcc](https://github.com/aws/jsii/commit/880dbccc883005d10f00a1536561e0fe84b5fda6)), closes [#3817](https://github.com/aws/jsii/issues/3817) [#3171](https://github.com/aws/jsii/issues/3171)
11+
* **python:** streaming bin script output ([#3794](https://github.com/aws/jsii/issues/3794)) ([7a41349](https://github.com/aws/jsii/commit/7a41349b6abf230c6798fe8f0019fa5eb7584020)), closes [#3782](https://github.com/aws/jsii/issues/3782)
12+
13+
14+
### Bug Fixes
15+
16+
* **dotnet:** broken error name deserialization ([#3855](https://github.com/aws/jsii/issues/3855)) ([be008d4](https://github.com/aws/jsii/commit/be008d4de8ac65d2dc3c59dedd3993c1850073fb))
17+
* **python:** dereference values returned from Kernel.ainvoke ([#3847](https://github.com/aws/jsii/issues/3847)) ([5643c50](https://github.com/aws/jsii/commit/5643c5057ab5f40f3d76a960fee926720dc1287d))
18+
* **python:** parameter names shadow imported modules ([#3848](https://github.com/aws/jsii/issues/3848)) ([8bac012](https://github.com/aws/jsii/commit/8bac0126832ebce2a5391c86ba9702b12f248b01))
19+
* revert "chore(deps): Bump aws-actions/stale-issue-cleanup from 5 to 6" ([#3850](https://github.com/aws/jsii/issues/3850)) ([6700f1a](https://github.com/aws/jsii/commit/6700f1aa84c1635e739ccf970dfa18b5ca289b83)), closes [aws/jsii#3844](https://github.com/aws/jsii/issues/3844)
20+
521
## [1.71.0](https://github.com/aws/jsii/compare/v1.70.0...v1.71.0) (2022-11-09)
622

723

README.md

Lines changed: 157 additions & 153 deletions
Large diffs are not rendered by default.

gh-pages/content/specification/6-compliance-report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This section details the current state of each language binding with respect to our standard compliance suite.
66

77

8-
| number | test | java (98.35%) | golang (79.34%) | Dotnet | Python |
8+
| number | test | java (98.36%) | golang (79.51%) | Dotnet | Python |
99
| ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | -------------------------------------------- | ------ | ------ |
1010
| 1 | asyncOverrides_overrideCallsSuper | 🟢 | [🔴](https://github.com/aws/jsii/issues/2670) |||
1111
| 2 | [arrayReturnedByMethodCanBeRead]("Array created in the kernel can be queried for its elements") | 🟢 | 🟢 |||
@@ -128,3 +128,4 @@ This section details the current state of each language binding with respect to
128128
| 119 | [classCanBeUsedWhenNotExpressedlyLoaded]("Validates that types not explicitly loaded by the user can safely be returned by JS code") | 🟢 | 🟢 |||
129129
| 120 | [downcasting]("Ensures unsafe-cast features work as expected") || 🟢 |||
130130
| 121 | [strippedDeprecatedMemberCanBeReceived]("Ensures --strip-deprecated does not cause odd runtime errors") | 🟢 | 🟢 |||
131+
| 122 | [exceptionMessage]("Verifies that custom exception names are correctly forwarded") | 🟢 | 🟢 |||

gh-pages/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mkdocs~=1.4.2
22
mkdocs-awesome-pages-plugin~=2.8.0
3-
mkdocs-material~=8.5.8
3+
mkdocs-material~=8.5.10
44
mkdocs-git-revision-date-plugin~=0.3.2

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"rejectCycles": true
1111
}
1212
},
13-
"version": "1.71.0"
13+
"version": "1.72.0"
1414
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@
1616
},
1717
"devDependencies": {
1818
"@jest/types": "^28.1.3",
19-
"@types/jest": "^29.2.1",
19+
"@types/jest": "^29.2.3",
2020
"@types/node": "^14.18.33",
21-
"@typescript-eslint/eslint-plugin": "^5.42.0",
22-
"@typescript-eslint/parser": "^5.42.0",
21+
"@typescript-eslint/eslint-plugin": "^5.45.0",
22+
"@typescript-eslint/parser": "^5.45.0",
2323
"all-contributors-cli": "^6.24.0",
24-
"eslint": "^8.26.0",
24+
"eslint": "^8.28.0",
2525
"eslint-config-prettier": "^8.5.0",
2626
"eslint-import-resolver-node": "^0.3.6",
2727
"eslint-import-resolver-typescript": "^3.5.2",
2828
"eslint-plugin-import": "^2.26.0",
2929
"eslint-plugin-prettier": "^4.2.1",
30-
"jest": "^29.2.2",
30+
"jest": "^29.3.1",
3131
"jest-circus": "^28.1.3",
3232
"jest-config": "^28.1.3",
3333
"jest-expect-message": "^1.1.3",
34-
"lerna": "^6.0.1",
35-
"prettier": "^2.7.1",
34+
"lerna": "^6.1.0",
35+
"prettier": "^2.8.0",
3636
"standard-version": "^9.5.0",
3737
"ts-node": "^10.9.1",
3838
"typescript": "~4.7.4"

packages/@jsii/Directory.Build.targets

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<ItemGroup>
33
<!-- Central configuration of dependency versions for all DotNet packages -->
44

5-
<PackageReference Update="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
5+
<PackageReference Update="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
66
<PackageReference Update="Microsoft.Extensions.Logging" Version="5.0.0" />
77
<PackageReference Update="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
88

9-
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.3.1" />
9+
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.4.0" />
1010
<PackageReference Update="Microsoft.CodeAnalysis.Analyzers" Version="3.3.3" />
1111
<PackageReference Update="Microsoft.CodeQuality.Analyzers" Version="3.3.2" />
1212

13-
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.3.2" />
13+
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.4.0" />
1414
<PackageReference Update="NSubstitute" Version="4.4.0" />
1515
<PackageReference Update="xunit" Version="2.4.2" />
1616
<PackageReference Update="xunit.runner.visualstudio" Version="2.4.5" />
1717
<PackageReference Update="XunitXml.TestLogger" Version="3.0.70" />
1818

19-
<PackageReference Update="Newtonsoft.Json" Version="13.0.1" />
19+
<PackageReference Update="Newtonsoft.Json" Version="13.0.2" />
2020
</ItemGroup>
2121
</Project>

0 commit comments

Comments
 (0)