Skip to content

Commit

Permalink
feat: use TypeScript 5.3 (#530)
Browse files Browse the repository at this point in the history
TypeScript 5.3 Release Notes:
https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/

---

By submitting this pull request, I confirm that my contribution is made
under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
  • Loading branch information
mrgrain authored Dec 19, 2023
1 parent 4f437c4 commit 6a78055
Show file tree
Hide file tree
Showing 32 changed files with 760 additions and 123 deletions.
37 changes: 27 additions & 10 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,6 @@
"review"
]
},
{
"login": "aws-cdk-automation",
"name": "AWS CDK Automation",
"avatar_url": "https://avatars0.githubusercontent.com/u/43080478?v=4",
"profile": "https://github.com/aws/aws-cdk",
"contributions": [
"maintenance",
"review"
]
},
{
"login": "BenWal",
"name": "Ben Walters",
Expand Down Expand Up @@ -1576,6 +1566,33 @@
"contributions": [
"doc"
]
},
{
"login": "mrgrain",
"name": "Momo Kornher",
"avatar_url": "https://avatars.githubusercontent.com/u/379814?v=4",
"profile": "https://moritzkornher.de/",
"contributions": [
"code"
]
},
{
"login": "TheRealAmazonKendra",
"name": "Kendra Neil",
"avatar_url": "https://avatars.githubusercontent.com/u/53584728?v=4",
"profile": "https://github.com/aws/aws-cdk",
"contributions": [
"code"
]
},
{
"login": "amazon-auto",
"name": "Amazon GitHub Automation",
"avatar_url": "https://avatars.githubusercontent.com/u/54958958?v=4",
"profile": "https://aws.amazon.com/",
"contributions": [
"code"
]
}
],
"repoType": "github",
Expand Down
4 changes: 4 additions & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/auto-tag-dev-v5.0.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/auto-tag-dev-v5.1.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions .github/workflows/auto-tag-dev-v5.2.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/auto-tag-dev.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/auto-tag-releases-v5.0.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/auto-tag-releases-v5.1.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions .github/workflows/auto-tag-releases-v5.2.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/auto-tag-releases.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .github/workflows/pull-request-lint.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-jsii-main.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-jsii-maintenance-v5.0.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6a78055

Please sign in to comment.