Skip to content

Commit 1a8de4e

Browse files
authored
chore(release): 1.107.0 (#4772)
See [CHANGELOG](https://github.com/aws/jsii/blob/bump/1.107.0/CHANGELOG.md)
2 parents e852934 + 97a2a7e commit 1a8de4e

File tree

26 files changed

+2088
-3008
lines changed

26 files changed

+2088
-3008
lines changed

.github/workflows/closed-issue-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
issues: write
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: aws-actions/closed-issue-message@v1
11+
- uses: aws-actions/closed-issue-message@v2
1212
with:
1313
# These inputs are both required
1414
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
--site-dir ${{ runner.temp }}/site
4141
working-directory: gh-pages
4242
- name: Upload Artifact
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: doc-site
4646
path: ${{ runner.temp }}/site/
@@ -59,7 +59,7 @@ jobs:
5959
ref: gh-pages
6060
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
6161
- name: Download Artifact
62-
uses: actions/download-artifact@v3
62+
uses: actions/download-artifact@v4
6363
with:
6464
name: doc-site
6565
path: ${{ runner.temp }}/site

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
.
8181
# Upload artifact (we'll tar it up to save time)
8282
- name: 'Upload Artifact: built-tree'
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: built-tree
8686
path: ${{ runner.temp }}/built-tree.tgz
@@ -173,7 +173,7 @@ jobs:
173173
yarn package
174174
# Upload artifacts
175175
- name: 'Upload Artifact: release-package'
176-
uses: actions/upload-artifact@v3
176+
uses: actions/upload-artifact@v4
177177
with:
178178
name: release-package
179179
path: ${{ github.workspace }}/dist/
@@ -289,7 +289,7 @@ jobs:
289289
steps:
290290
# Check out the code
291291
- name: Download Artifact
292-
uses: actions/download-artifact@v3
292+
uses: actions/download-artifact@v4
293293
with:
294294
name: built-tree
295295
- name: Extract Artifact
@@ -385,7 +385,7 @@ jobs:
385385
steps:
386386
# Check out the code
387387
- name: Download Artifact
388-
uses: actions/download-artifact@v3
388+
uses: actions/download-artifact@v4
389389
with:
390390
name: release-package
391391
path: ${{ runner.temp }}/release-package

.github/workflows/yarn-upgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
git add .
107107
git diff --patch --staged > ${{ runner.temp }}/upgrade.patch
108108
- name: Upload Patch
109-
uses: actions/upload-artifact@v3
109+
uses: actions/upload-artifact@v4
110110
with:
111111
name: upgrade.patch
112112
path: ${{ runner.temp }}/upgrade.patch
@@ -123,7 +123,7 @@ jobs:
123123
uses: actions/checkout@v4
124124

125125
- name: Download patch
126-
uses: actions/download-artifact@v3
126+
uses: actions/download-artifact@v4
127127
with:
128128
name: upgrade.patch
129129
path: ${{ runner.temp }}

.mergify/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pull_request_rules:
2626
label:
2727
add: [contribution/core]
2828
conditions:
29-
- author~=^(RomainMuller|rix0rrr|iliapolo|comcalvi|kaizencc|corymhall|otaviomacedo|TheRealAmazonKendra|vinayak-kukreja|mrgrain|colifran|mikewrighton|paulhcsun)$
29+
- author~=^(rix0rrr|iliapolo|kaizencc|otaviomacedo|mrgrain|paulhcsun|iankhou|HBobertz|sumupitchayan|jiayiwang7)$
3030
- -label~="contribution/core"
3131
- name: Tell them we're good now
3232
actions:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.107.0](https://github.com/aws/jsii/compare/v1.106.0...v1.107.0) (2025-02-20)
6+
7+
8+
### Bug Fixes
9+
10+
* **java-runtime:** raise Jackson version bound to 2.19.0 ([#4771](https://github.com/aws/jsii/issues/4771)) ([0c38e35](https://github.com/aws/jsii/commit/0c38e3530df2b52605c4bd1a22f9614137ab6105))
11+
512
## [1.106.0](https://github.com/aws/jsii/compare/v1.105.0...v1.106.0) (2024-12-16)
613

714

gh-pages/requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mkdocs~=1.6.1
2-
mkdocs-awesome-pages-plugin~=2.9.3
3-
mkdocs-material~=9.5.47
2+
mkdocs-awesome-pages-plugin~=2.10.1
3+
mkdocs-material~=9.6.4
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.106.0",
15+
"version": "1.107.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
@@ -19,22 +19,22 @@
1919
"@jest/types": "^29.6.3",
2020
"@types/jest": "^29.5.14",
2121
"@types/node": "^18",
22-
"@typescript-eslint/eslint-plugin": "^8.14.0",
23-
"@typescript-eslint/parser": "^8.14.0",
22+
"@typescript-eslint/eslint-plugin": "^8.22.0",
23+
"@typescript-eslint/parser": "^8.22.0",
2424
"all-contributors-cli": "^6.26.1",
25-
"eslint": "^9.14.0",
26-
"eslint-config-prettier": "^9.1.0",
25+
"eslint": "^9.19.0",
26+
"eslint-config-prettier": "^10.0.1",
2727
"eslint-import-resolver-node": "^0.3.9",
28-
"eslint-import-resolver-typescript": "^3.6.3",
28+
"eslint-import-resolver-typescript": "^3.7.0",
2929
"eslint-plugin-import": "2.31.0",
30-
"eslint-plugin-prettier": "^5.2.1",
30+
"eslint-plugin-prettier": "^5.2.3",
3131
"jest": "^29.7.0",
3232
"jest-circus": "^28.1.3",
3333
"jest-config": "^28.1.3",
3434
"jest-expect-message": "^1.1.3",
3535
"lerna": "^8.1.9",
36-
"npm-check-updates": "^9.2.4",
37-
"prettier": "^3.3.3",
36+
"npm-check-updates": "^17.1.14",
37+
"prettier": "^3.4.2",
3838
"standard-version": "^9.5.0",
3939
"ts-node": "^10.9.2",
4040
"typescript": "~4.7.4"

packages/@jsii/Directory.Build.targets

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

5-
<PackageReference Update="Microsoft.Extensions.DependencyInjection" Version="9.0.0" />
6-
<PackageReference Update="Microsoft.Extensions.Logging" Version="9.0.0" />
7-
<PackageReference Update="Microsoft.Extensions.Logging.Console" Version="9.0.0" />
5+
<PackageReference Update="Microsoft.Extensions.DependencyInjection" Version="9.0.1" />
6+
<PackageReference Update="Microsoft.Extensions.Logging" Version="9.0.1" />
7+
<PackageReference Update="Microsoft.Extensions.Logging.Console" Version="9.0.1" />
88

99
<PackageReference Update="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
1010
<PackageReference Update="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" />
1111
<PackageReference Update="Microsoft.CodeQuality.Analyzers" Version="3.3.2" />
1212

1313
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1414
<PackageReference Update="NSubstitute" Version="5.3.0" />
15-
<PackageReference Update="xunit" Version="2.9.2" />
16-
<PackageReference Update="xunit.runner.visualstudio" Version="2.8.2" />
15+
<PackageReference Update="xunit" Version="2.9.3" />
16+
<PackageReference Update="xunit.runner.visualstudio" Version="3.0.1" />
1717
<PackageReference Update="XunitXml.TestLogger" Version="3.1.17" />
1818

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

0 commit comments

Comments
 (0)