Skip to content

Commit 1b1f239

Browse files
authored
chore(release): 1.91.0 (#4308)
See [CHANGELOG](https://github.com/aws/jsii/blob/bump/1.91.0/CHANGELOG.md)
2 parents d6bdb4d + 7cafde1 commit 1b1f239

File tree

18 files changed

+366
-356
lines changed

18 files changed

+366
-356
lines changed

.github/workflows/docker-images.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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@v3
86+
uses: aws-actions/configure-aws-credentials@v4
8787
with:
8888
aws-region: us-east-1
8989
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
@@ -108,14 +108,14 @@ jobs:
108108
shell: bash
109109

110110
- name: Set up QEMU
111-
uses: docker/setup-qemu-action@v2
111+
uses: docker/setup-qemu-action@v3
112112
with:
113113
platforms: arm64
114114

115115
- name: Set up docker buildx
116116
id: buildx
117117
if: steps.should-run.outputs.result == 'true'
118-
uses: docker/setup-buildx-action@v2
118+
uses: docker/setup-buildx-action@v3
119119
with:
120120
# Disable parallelism because IO contention makes it too slow on GitHub
121121
# workers...
@@ -168,14 +168,14 @@ 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@v3
171+
uses: aws-actions/configure-aws-credentials@v4
172172
with:
173173
aws-region: us-east-1
174174
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME_FOR_ECR_PUBLIC_PUSH }}
175175
role-session-name: GHA_aws-jsii_docker-images-PUSH
176176
- name: Authenticate with ECR Public for Push
177177
if: steps.should-run.outputs.result == 'true' && github.event_name == 'push' && (github.ref == 'refs/heads/release' || github.ref == 'refs/heads/main')
178-
uses: aws-actions/amazon-ecr-login@v1
178+
uses: aws-actions/amazon-ecr-login@v2
179179
with:
180180
registry-type: public
181181

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
distribution: 'zulu'
4444
java-version: '8'
4545
- name: Set up Node 16
46-
uses: actions/setup-node@v3
46+
uses: actions/setup-node@v4
4747
with:
4848
cache: yarn
4949
node-version: '16'
@@ -126,7 +126,7 @@ jobs:
126126
distribution: 'zulu'
127127
java-version: '8'
128128
- name: Set up Node 16
129-
uses: actions/setup-node@v3
129+
uses: actions/setup-node@v4
130130
with:
131131
cache: yarn
132132
node-version: '16'
@@ -322,7 +322,7 @@ jobs:
322322
distribution: 'zulu'
323323
java-version: ${{ matrix.java }}
324324
- name: Set up Node ${{ matrix.node }}
325-
uses: actions/setup-node@v3
325+
uses: actions/setup-node@v4
326326
with:
327327
cache: yarn
328328
node-version: ${{ matrix.node }}
@@ -397,7 +397,7 @@ jobs:
397397
398398
rm built-tree.tgz
399399
- name: Set up Node
400-
uses: actions/setup-node@v3
400+
uses: actions/setup-node@v4
401401
with:
402402
cache: yarn
403403
node-version: '18'
@@ -452,7 +452,7 @@ jobs:
452452
distribution: 'corretto'
453453
java-version: '20'
454454
- name: Set up Node 20
455-
uses: actions/setup-node@v3
455+
uses: actions/setup-node@v4
456456
with:
457457
node-version: '20'
458458
- name: Set up Python 3.11

.github/workflows/yarn-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Set up Node
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
cache: yarn
2424
node-version: 16

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.91.0](https://github.com/aws/jsii/compare/v1.90.0...v1.91.0) (2023-10-24)
6+
57
## [1.90.0](https://github.com/aws/jsii/compare/v1.89.0...v1.90.0) (2023-10-06)
68

79
## [1.89.0](https://github.com/aws/jsii/compare/v1.88.0...v1.89.0) (2023-09-20)

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.3
22
mkdocs-awesome-pages-plugin~=2.9.2
3-
mkdocs-material~=9.4.3
3+
mkdocs-material~=9.4.6
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.90.0",
15+
"version": "1.91.0",
1616
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1717
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@
1616
},
1717
"devDependencies": {
1818
"@jest/types": "^28.1.3",
19-
"@types/jest": "^29.5.5",
19+
"@types/jest": "^29.5.6",
2020
"@types/node": "^14.18.63",
21-
"@typescript-eslint/eslint-plugin": "^6.7.4",
22-
"@typescript-eslint/parser": "^6.7.4",
21+
"@typescript-eslint/eslint-plugin": "^6.8.0",
22+
"@typescript-eslint/parser": "^6.8.0",
2323
"all-contributors-cli": "^6.26.1",
24-
"eslint": "^8.50.0",
24+
"eslint": "^8.51.0",
2525
"eslint-config-prettier": "^9.0.0",
2626
"eslint-import-resolver-node": "^0.3.9",
2727
"eslint-import-resolver-typescript": "^3.6.1",
2828
"eslint-plugin-import": "2.26.0",
29-
"eslint-plugin-prettier": "^5.0.0",
29+
"eslint-plugin-prettier": "^5.0.1",
3030
"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.3.0",
34+
"lerna": "^7.4.1",
3535
"prettier": "^3.0.3",
3636
"standard-version": "^9.5.0",
3737
"ts-node": "^10.9.1",

packages/@jsii/Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.7.2" />
1414
<PackageReference Update="NSubstitute" Version="5.1.0" />
15-
<PackageReference Update="xunit" Version="2.5.1" />
16-
<PackageReference Update="xunit.runner.visualstudio" Version="2.5.1" />
15+
<PackageReference Update="xunit" Version="2.5.2" />
16+
<PackageReference Update="xunit.runner.visualstudio" Version="2.5.3" />
1717
<PackageReference Update="XunitXml.TestLogger" Version="3.1.17" />
1818

1919
<PackageReference Update="Newtonsoft.Json" Version="13.0.3" />

packages/@jsii/kernel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@scope/jsii-calc-base": "^0.0.0",
4141
"@scope/jsii-calc-lib": "^0.0.0",
4242
"@types/fs-extra": "^9.0.13",
43-
"@types/lockfile": "^1.0.2",
43+
"@types/lockfile": "^1.0.3",
4444
"@types/tar": "^6.1.6",
4545
"jest-expect-message": "^1.1.3",
4646
"jsii-build-tools": "^0.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"jsii-build-tools": "^0.0.0",
4343
"jsii-calc": "^3.20.120",
4444
"jsii-pacmak": "^0.0.0",
45-
"pyright": "^1.1.330"
45+
"pyright": "^1.1.332"
4646
}
4747
}

0 commit comments

Comments
 (0)