Skip to content

Commit 2f74b3e

Browse files
authored
2 parents eaabd08 + 41d93e0 commit 2f74b3e

File tree

27 files changed

+889
-838
lines changed

27 files changed

+889
-838
lines changed

.github/workflows/docker-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
DEFAULT_NODE_MAJOR_VERSION: 16
3535
steps:
3636
- name: Check out
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838

3939
# Determine if we should run the validation or not
4040
- name: Should this run?
@@ -83,7 +83,7 @@ jobs:
8383
# Federate into the PR Validation AWS Account
8484
- name: Federate into AWS
8585
if: steps.should-run.outputs.result == 'true' && steps.federate_to_aws.outputs.enabled == 'true'
86-
uses: aws-actions/configure-aws-credentials@v2
86+
uses: aws-actions/configure-aws-credentials@v3
8787
with:
8888
aws-region: us-east-1
8989
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
@@ -168,7 +168,7 @@ jobs:
168168
# Re-authenticate to ECR Public, this time with image-push permissions
169169
- name: Federate with AWS role for ECR Public push
170170
if: steps.should-run.outputs.result == 'true' && github.event_name == 'push' && (github.ref == 'refs/heads/release' || github.ref == 'refs/heads/main')
171-
uses: aws-actions/configure-aws-credentials@v2
171+
uses: aws-actions/configure-aws-credentials@v3
172172
with:
173173
aws-region: us-east-1
174174
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME_FOR_ECR_PUBLIC_PUSH }}

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Set up Python
2323
uses: actions/setup-python@v4
2424
with:
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Check out
57-
uses: actions/checkout@v3
57+
uses: actions/checkout@v4
5858
with:
5959
ref: gh-pages
6060
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
# Check out the code
2929
- name: Check out
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
# Set up all of our standard runtimes
3232
- name: Set up .NET 6
3333
uses: actions/setup-dotnet@v3
@@ -110,7 +110,7 @@ jobs:
110110
steps:
111111
# Check out the code
112112
- name: Check out
113-
uses: actions/checkout@v3
113+
uses: actions/checkout@v4
114114
# Set up all of our standard runtimes
115115
- name: Set up .NET 6
116116
uses: actions/setup-dotnet@v3

.github/workflows/yarn-upgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616

1717
- name: Check Out
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Set up Node
2121
uses: actions/setup-node@v3
@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ubuntu-latest
119119
steps:
120120
- name: Check Out
121-
uses: actions/checkout@v3
121+
uses: actions/checkout@v4
122122

123123
- name: Download patch
124124
uses: actions/download-artifact@v3

.mergify/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pull_request_rules:
1111
label:
1212
add: [contribution/core]
1313
conditions:
14-
- author~=^(RomainMuller|rix0rrr|MrArnoldPalmer|iliapolo|madeline-k|comcalvi|kaizencc|corymhall|otaviomacedo|TheRealAmazonKendra|vinayak-kukreja|mrgrain|colifran)$
14+
- author~=^(RomainMuller|rix0rrr|MrArnoldPalmer|iliapolo|madeline-k|comcalvi|kaizencc|corymhall|otaviomacedo|TheRealAmazonKendra|vinayak-kukreja|mrgrain|colifran|mikewrighton)$
1515
- -label~="contribution/core"
1616
- name: Tell them we're good now
1717
actions:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.89.0](https://github.com/aws/jsii/compare/v1.88.0...v1.89.0) (2023-09-20)
6+
57
## [1.88.0](https://github.com/aws/jsii/compare/v1.87.0...v1.88.0) (2023-08-24)
68

79
## [1.87.0](https://github.com/aws/jsii/compare/v1.86.1...v1.87.0) (2023-08-11)

gh-pages/partials/node-support-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| Release | Status | End-of-Life |
44
| --------- | ---------------------------- | ------------ |
55
| `^14.6.0` | :white_check_mark: Supported | `2023-04-30` |
6-
| `^16.3.0` | :white_check_mark: Supported | `2024-04-30` |
6+
| `^16.3.0` | :white_check_mark: Supported | `2024-09-11` |
77
| `^18.0.0` | :white_check_mark: Supported | `2025-04-30` |
88

99
??? question "Status Definitions"

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.5.2
22
mkdocs-awesome-pages-plugin~=2.9.2
3-
mkdocs-material~=9.1.21
3+
mkdocs-material~=9.3.1
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
@@ -12,6 +12,6 @@
1212
"rejectCycles": true
1313
}
1414
},
15-
"version": "1.88.0",
15+
"version": "1.89.0",
1616
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1717
}

package.json

Lines changed: 8 additions & 8 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.5.4",
20-
"@types/node": "^14.18.55",
21-
"@typescript-eslint/eslint-plugin": "^6.4.1",
22-
"@typescript-eslint/parser": "^6.4.1",
19+
"@types/jest": "^29.5.5",
20+
"@types/node": "^14.18.62",
21+
"@typescript-eslint/eslint-plugin": "^6.7.2",
22+
"@typescript-eslint/parser": "^6.7.2",
2323
"all-contributors-cli": "^6.26.1",
24-
"eslint": "^8.47.0",
24+
"eslint": "^8.49.0",
2525
"eslint-config-prettier": "^9.0.0",
2626
"eslint-import-resolver-node": "^0.3.9",
2727
"eslint-import-resolver-typescript": "^3.6.0",
2828
"eslint-plugin-import": "2.26.0",
2929
"eslint-plugin-prettier": "^5.0.0",
30-
"jest": "^29.6.3",
30+
"jest": "^29.7.0",
3131
"jest-circus": "^28.1.3",
3232
"jest-config": "^28.1.3",
3333
"jest-expect-message": "^1.1.3",
34-
"lerna": "^7.1.5",
35-
"prettier": "^3.0.2",
34+
"lerna": "^7.3.0",
35+
"prettier": "^3.0.3",
3636
"standard-version": "^9.5.0",
3737
"ts-node": "^10.9.1",
3838
"typescript": "~4.7.4"

0 commit comments

Comments
 (0)