-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forward merge latest code from `master` to `10.x`.
- Loading branch information
Showing
20 changed files
with
1,075 additions
and
558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". | ||
|
||
name: ProjenUpgrade | ||
on: | ||
schedule: | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,51 @@ | ||
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". | ||
# Logs | ||
logs | ||
*.lcov | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
lerna-debug.log* | ||
# Diagnostic reports (https://nodejs.org/api/report.html) | ||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json | ||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
# Coverage directory used by tools like istanbul | ||
coverage | ||
*.lcov | ||
# nyc test coverage | ||
.nyc_output | ||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
# TypeScript cache | ||
*.seed | ||
*.tgz | ||
*.tsbuildinfo | ||
# Optional eslint cache | ||
.cache | ||
.eslintcache | ||
# Output of 'npm pack' | ||
*.tgz | ||
# Yarn Integrity file | ||
.jsii | ||
.nyc_output | ||
.yarn-integrity | ||
# parcel-bundler cache (https://parceljs.org/) | ||
.cache | ||
# jest-junit artifacts | ||
/test-reports/ | ||
junit.xml | ||
/coverage | ||
/lib | ||
/dist | ||
.jsii | ||
/lib | ||
/test-reports/ | ||
build/Release | ||
coverage | ||
jspm_packages/ | ||
junit.xml | ||
lerna-debug.log* | ||
lib-cov | ||
logs | ||
node_modules/ | ||
npm-debug.log* | ||
pids | ||
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json | ||
tsconfig.json | ||
!/.projen/tasks.json | ||
!/package.json | ||
!/.npmignore | ||
!/LICENSE | ||
!/.projenrc.js | ||
!version.json | ||
!/.versionrc.json | ||
!/test | ||
yarn-debug.log* | ||
yarn-error.log* | ||
!/.eslintrc.json | ||
!/.github/dependabot.yml | ||
!/.github/pull_request_template.md | ||
!/.github/workflows/build.yml | ||
!/.github/workflows/projenupgrade.yml | ||
!/.github/workflows/release.yml | ||
!/.mergify.yml | ||
!/.github/dependabot.yml | ||
!/.github/workflows/projenupgrade.yml | ||
!/.github/pull_request_template.md | ||
!/.github/workflows/rebuild-bot.yml | ||
!/.npmignore | ||
!/.projen/deps.json | ||
!/.projen/tasks.json | ||
!/.projenrc.js | ||
!/.versionrc.json | ||
!/API.md | ||
!/LICENSE | ||
!/package.json | ||
!/src | ||
!/test | ||
!/tsconfig.eslint.json | ||
!/tsconfig.jest.json | ||
!/.eslintrc.json | ||
!/API.md | ||
!version.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.