Skip to content

Commit

Permalink
chore(release): 1.55.1 (#3429)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 16, 2022
2 parents 3e0fc04 + 85299a1 commit 07d2d90
Show file tree
Hide file tree
Showing 32 changed files with 111 additions and 109 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: gh-pages
token: ${{ secrets.AUTO_APPROVE_GITHUB_TOKEN }}
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}
- name: Download Artifact
uses: actions/download-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
steps:
- run: gh pr edit ${{ github.event.pull_request.number }} --add-label "auto-approve" -R ${{ github.repository }}
env:
GITHUB_TOKEN: ${{ secrets.AUTO_APPROVE_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/yarn-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ jobs:
labels: contribution/core,dependencies,auto-approve
team-reviewers: aws-cdk-team
# Privileged token so automated PR validation happens
token: ${{ secrets.AUTO_APPROVE_GITHUB_TOKEN }}
token: ${{ secrets.PROJEN_GITHUB_TOKEN }}

2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

## [1.55.1](https://github.com/aws/jsii/compare/v1.55.0...v1.55.1) (2022-03-16)

## [1.55.0](https://github.com/aws/jsii/compare/v1.54.0...v1.55.0) (2022-03-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"rejectCycles": true
}
},
"version": "1.55.0"
"version": "1.55.1"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"@jest/types": "^27.5.1",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"all-contributors-cli": "^6.20.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/check-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/jest": "^27.4.1",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"jest": "^27.5.1"
}
}
2 changes: 1 addition & 1 deletion packages/@jsii/dotnet-runtime-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@jsii/dotnet-runtime": "^0.0.0",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"jsii-calc": "^3.20.120",
"jsii-pacmak": "^0.0.0",
"typescript": "~3.9.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/dotnet-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"devDependencies": {
"@jsii/runtime": "^0.0.0",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"@types/semver": "^7.3.9",
"jsii-build-tools": "^0.0.0",
"semver": "^7.3.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/@jsii/go-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"codemaker": "^0.0.0",
"eslint": "^8.10.0",
"fs-extra": "^9.1.0",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"prettier": "^2.5.1",
"ts-node": "^10.6.0",
"ts-node": "^10.7.0",
"typescript": "~3.9.10"
}
}
2 changes: 1 addition & 1 deletion packages/@jsii/integ-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/dotenv": "^8.2.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"@types/tar": "^6.1.1",
"eslint": "^8.10.0",
"prettier": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/java-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@jsii/runtime": "^0.0.0",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"jsii-build-tools": "^0.0.0",
"typescript": "~3.9.10"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@scope/jsii-calc-lib": "^0.0.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"@types/tar": "^6.1.1",
"eslint": "^8.10.0",
"jest": "^27.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/python-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"jsii-pacmak": "^0.0.0",
"ts-node": "^10.6.0",
"ts-node": "^10.7.0",
"typescript": "~3.9.10"
}
}
4 changes: 2 additions & 2 deletions packages/@jsii/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@scope/jsii-calc-base": "^0.0.0",
"@scope/jsii-calc-lib": "^0.0.0",
"@types/jest": "^27.4.1",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"eslint": "^8.10.0",
"jest": "^27.5.1",
"jsii-build-tools": "^0.0.0",
Expand All @@ -51,7 +51,7 @@
"source-map-loader": "^3.0.1",
"ts-jest": "^27.1.3",
"typescript": "~3.9.10",
"webpack": "^5.69.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}
2 changes: 1 addition & 1 deletion packages/@jsii/spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"eslint": "^8.10.0",
"jest": "^27.5.1",
"jsii-build-tools": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@scope/jsii-calc-base-of-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:update": "npm run build && UPDATE_DIFF=1 npm run test"
},
"devDependencies": {
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.0",
"jsii-rosetta": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@scope/jsii-calc-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@scope/jsii-calc-base-of-base": "^2.1.1"
},
"devDependencies": {
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.0",
"jsii-rosetta": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@scope/jsii-calc-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@scope/jsii-calc-base-of-base": "^2.1.1"
},
"devDependencies": {
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.0",
"jsii-rosetta": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"eslint": "^8.10.0",
"jest": "^27.5.1",
"prettier": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-calc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@scope/jsii-calc-lib": "^0.0.0"
},
"devDependencies": {
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"eslint": "^8.10.0",
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jsii-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"devDependencies": {
"@types/inquirer": "^8.2.0",
"@types/jest": "^27.4.1",
"@types/node": "^12.20.46",
"@types/yargs": "^17.0.8",
"@types/node": "^12.20.47",
"@types/yargs": "^17.0.9",
"eslint": "^8.10.0",
"jest": "^27.5.1",
"jest-expect-message": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/jsii-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"@jsii/spec": "^0.0.0",
"fs-extra": "^9.1.0",
"jsii-reflect": "^0.0.0",
"log4js": "^6.4.1",
"log4js": "^6.4.2",
"typescript": "~3.9.10",
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"@types/tar-fs": "^2.0.1",
"eslint": "^8.10.0",
"jest": "^27.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/commonmark": "^0.27.5",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"@types/semver": "^7.3.9",
"eslint": "^8.10.0",
"jest": "^27.5.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mypy==0.931
mypy==0.941
2 changes: 1 addition & 1 deletion packages/jsii-reflect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@scope/jsii-calc-lib": "^0.0.0",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"eslint": "^8.10.0",
"jest": "^27.5.1",
"jsii": "^0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-rosetta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/mock-fs": "^4.13.1",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"@types/workerpool": "^6.1.0",
"@types/semver": "^7.3.9",
"eslint": "^8.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"chalk": "^4",
"deep-equal": "^2.0.5",
"fs-extra": "^9.1.0",
"log4js": "^6.4.1",
"log4js": "^6.4.2",
"semver": "^7.3.5",
"semver-intersect": "^1.4.0",
"sort-json": "^2.0.1",
Expand All @@ -54,7 +54,7 @@
"@types/deep-equal": "^1.0.1",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^27.4.1",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"@types/semver": "^7.3.9",
"clone": "^2.1.2",
"eslint": "^8.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/oo-ascii-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"eslint": "^8.10.0",
"jest": "^27.5.1",
"jsii-build-tools": "^0.0.0",
Expand Down
6 changes: 3 additions & 3 deletions superchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sou
SHELL ["/bin/zsh", "-c"]

# Prepare maven binary distribution
ARG M2_VERSION="3.8.4"
ARG M2_VERSION="3.8.5"
ENV M2_DISTRO="https://www.apache.org/dist/maven/maven-3"
RUN set -eo pipefail \
&& curl -fSsL "${M2_DISTRO}/${M2_VERSION}/binaries/apache-maven-${M2_VERSION}-bin.tar.gz" \
Expand All @@ -61,11 +61,11 @@ RUN DOTNET_VERSION=$(curl -fSsL "${DOTNET_FEED}/Sdk/${DOTNET_CHANNEL}/latest.ver
# Prepare PowerShell LTS distribution
ENV POWERSHELL_RELEASES="https://github.com/PowerShell/PowerShell/releases"
RUN POWERSHELL_RELEASE=$(curl -X GET -fSsIL "https://aka.ms/powershell-release?tag=lts" -o /dev/null \
--retry 5 --retry-all-errors -w %{url_effective}) \
--retry 5 --retry-all-errors -w %{url_effective}) \
&& POWERSHELL_VERSION=${POWERSHELL_RELEASE#${POWERSHELL_RELEASES}/tag/v} \
&& ASSET="powershell-${POWERSHELL_VERSION}-linux-${${TARGETPLATFORM#linux/}/amd64/x64}.tar.gz" \
&& curl -fSsL "${POWERSHELL_RELEASES}/download/v${POWERSHELL_VERSION}/${ASSET}" --retry 5 --retry-all-errors \
-o /tmp/powershell.tar.gz \
-o /tmp/powershell.tar.gz \
&& mkdir -p /opt/microsoft/powershell \
&& tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell \
&& chmod +x /opt/microsoft/powershell/pwsh
Expand Down
4 changes: 2 additions & 2 deletions tools/jsii-compliance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"tablemark": "^2.0.0"
},
"devDependencies": {
"@types/node": "^12.20.46",
"@types/node": "^12.20.47",
"eslint": "^8.10.0",
"prettier": "^2.5.1",
"ts-node": "^10.6.0",
"ts-node": "^10.7.0",
"typescript": "~3.9.10"
}
}
Loading

0 comments on commit 07d2d90

Please sign in to comment.