Skip to content

Commit

Permalink
vendor: upgrade to projen 0.81.10
Browse files Browse the repository at this point in the history
Seems to be a massive upgrade, so not sure everything still works.
  • Loading branch information
berenddeboer committed May 11, 2024
1 parent af75a07 commit 4ce8ed9
Show file tree
Hide file tree
Showing 16 changed files with 5,692 additions and 18,997 deletions.
11 changes: 2 additions & 9 deletions .eslintrc.json

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

2 changes: 1 addition & 1 deletion .gitattributes

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

40 changes: 24 additions & 16 deletions .github/workflows/build.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/pull-request-lint.yml

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

49 changes: 33 additions & 16 deletions .github/workflows/release.yml

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

4 changes: 2 additions & 2 deletions .gitignore

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

3 changes: 2 additions & 1 deletion .mergify.yml

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

5 changes: 4 additions & 1 deletion .npmignore

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

2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
exclude: (API.md|.mergify.yml|.projen/|.github|tsconfig.dev.json|.gitignore|LICENSE|.gitattributes|.eslintrc.json)
- id: trailing-whitespace
- id: check-json
exclude: tsconfig.json
exclude: (tsconfig.json|.eslintrc.json|tsconfig.dev.json)
- id: detect-aws-credentials
- id: detect-private-key
- repo: https://github.com/talos-systems/conform
Expand Down
Loading

0 comments on commit 4ce8ed9

Please sign in to comment.