Skip to content

Commit f1f58ae

Browse files
authored
2 parents 03c2f6f + 0c21e65 commit f1f58ae

File tree

45 files changed

+2770
-519
lines changed

Some content is hidden

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

45 files changed

+2770
-519
lines changed

.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,6 +1486,24 @@
14861486
"contributions": [
14871487
"bug"
14881488
]
1489+
},
1490+
{
1491+
"login": "shamelesscookie",
1492+
"name": "Christian Moore",
1493+
"avatar_url": "https://avatars.githubusercontent.com/u/36210509?v=4",
1494+
"profile": "https://christianmoore.me/",
1495+
"contributions": [
1496+
"bug"
1497+
]
1498+
},
1499+
{
1500+
"login": "khellan",
1501+
"name": "Knut O. Hellan",
1502+
"avatar_url": "https://avatars.githubusercontent.com/u/51441?v=4",
1503+
"profile": "http://findable.no/",
1504+
"contributions": [
1505+
"bug"
1506+
]
14891507
}
14901508
],
14911509
"repoType": "github",

.github/workflows/auto-approve.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212

1313
jobs:
1414
auto-approve:
15-
if: contains(github.event.pull_request.labels.*.name, 'auto-approve')
15+
if: |
16+
contains(github.event.pull_request.labels.*.name, 'auto-approve') ||
17+
github.event.label.name == 'auto-approve'
1618
permissions:
1719
actions: write
1820
pull-requests: write

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.71.0](https://github.com/aws/jsii/compare/v1.70.0...v1.71.0) (2022-11-09)
6+
7+
8+
### Features
9+
10+
* **superchain:** add Amazon SSM agent ([#3819](https://github.com/aws/jsii/issues/3819)) ([d3c3b17](https://github.com/aws/jsii/commit/d3c3b170057b976cdbd196f357e287e6437bb1aa))
11+
12+
13+
### Bug Fixes
14+
15+
* **jsii-diff:** does not check types in submodules ([#3808](https://github.com/aws/jsii/issues/3808)) ([12ea38e](https://github.com/aws/jsii/commit/12ea38ef6123ff2293c7d15f4b318c79e9ccddbe))
16+
* **python:** type-checking may require incorrect type ([#3820](https://github.com/aws/jsii/issues/3820)) ([e9d4084](https://github.com/aws/jsii/commit/e9d4084d06cd2611e4ff25cc7533f823878d1281)), closes [#3818](https://github.com/aws/jsii/issues/3818)
17+
518
## [1.70.0](https://github.com/aws/jsii/compare/v1.69.0...v1.70.0) (2022-10-19)
619

720

README.md

Lines changed: 29 additions & 27 deletions
Large diffs are not rendered by default.

gh-pages/requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mkdocs~=1.4.1
1+
mkdocs~=1.4.2
22
mkdocs-awesome-pages-plugin~=2.8.0
3-
mkdocs-material~=8.5.6
3+
mkdocs-material~=8.5.8
44
mkdocs-git-revision-date-plugin~=0.3.2

jest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const config = {
3535
// quickly run out of control, and make everything very, very slow.)
3636
maxConcurrency: Math.max(Math.min(cpus().length - 1, 4), 2),
3737
// When in Continuous Integration, allow double the default test timeout (assuming "frugal" runner type)
38-
testTimeout: env.CI === 'true' ? 10_000 : undefined,
38+
testTimeout: env.CI === 'true' ? 30_000 : undefined,
3939
};
4040

4141
/**

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.70.0"
13+
"version": "1.71.0"
1414
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
},
1717
"devDependencies": {
1818
"@jest/types": "^28.1.3",
19-
"@types/jest": "^29.2.0",
20-
"@types/node": "^14.18.32",
21-
"@typescript-eslint/eslint-plugin": "^5.40.1",
22-
"@typescript-eslint/parser": "^5.40.1",
19+
"@types/jest": "^29.2.1",
20+
"@types/node": "^14.18.33",
21+
"@typescript-eslint/eslint-plugin": "^5.42.0",
22+
"@typescript-eslint/parser": "^5.42.0",
2323
"all-contributors-cli": "^6.24.0",
24-
"eslint": "^8.25.0",
24+
"eslint": "^8.26.0",
2525
"eslint-config-prettier": "^8.5.0",
2626
"eslint-import-resolver-node": "^0.3.6",
27-
"eslint-import-resolver-typescript": "^3.5.1",
27+
"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.1",
30+
"jest": "^29.2.2",
3131
"jest-circus": "^28.1.3",
3232
"jest-config": "^28.1.3",
3333
"jest-expect-message": "^1.1.3",

packages/@jsii/benchmarks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"fs-extra": "^10.1.0",
99
"jsii": "^0.0.0",
1010
"npm": "^8.19.2",
11-
"tar": "^6.1.11",
11+
"tar": "^6.1.12",
1212
"typescript": "~3.9.10",
1313
"yargs": "^16.2.0"
1414
},

packages/@jsii/dotnet-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"devDependencies": {
4141
"@jsii/runtime": "^0.0.0",
42-
"@types/semver": "^7.3.12",
42+
"@types/semver": "^7.3.13",
4343
"jsii-build-tools": "^0.0.0",
4444
"semver": "^7.3.8"
4545
}

0 commit comments

Comments
 (0)