Created
August 23, 2025 00:06
-
-
Save suztomo/a426d3bf791c7382cad2b9fb6adc75b4 to your computer and use it in GitHub Desktop.
Confirmation of tmp dependencies in the packages
This file contains hidden or 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
| suztomo@suztomo2:~/repo-automation-bots$ for d in `find packages -maxdepth 1 -type d`; do pushd $d; echo $d; npm ls tmp versions; echo '-----'; popd; done~/repo-automation-bots/packages ~/repo-automation-bots | |
| packages | |
| repo-automation-bots@ /usr/local/google/home/suztomo/repo-automation-bots | |
| └── (empty) | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/gcf-utils ~/repo-automation-bots | |
| packages/gcf-utils | |
| gcf-utils@17.1.1 /usr/local/google/home/suztomo/repo-automation-bots/packages/gcf-utils | |
| └── (empty) | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/bazel-bot ~/repo-automation-bots | |
| packages/bazel-bot | |
| bazel-bot@ /usr/local/google/home/suztomo/repo-automation-bots/packages/bazel-bot | |
| └── (empty) | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/auto-label ~/repo-automation-bots | |
| packages/auto-label | |
| auto-label@1.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/auto-label | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/merge-on-green ~/repo-automation-bots | |
| packages/merge-on-green | |
| merge-on-green@1.1.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/merge-on-green | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/failurechecker ~/repo-automation-bots | |
| packages/failurechecker | |
| failurechecker@1.2.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/failurechecker | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/release-brancher ~/repo-automation-bots | |
| packages/release-brancher | |
| @google-cloud/release-brancher@1.3.3 /usr/local/google/home/suztomo/repo-automation-bots/packages/release-brancher | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 overridden | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/sync-repo-settings ~/repo-automation-bots | |
| packages/sync-repo-settings | |
| sync-repo-settings@0.0.1 /usr/local/google/home/suztomo/repo-automation-bots/packages/sync-repo-settings | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/bot-config-utils ~/repo-automation-bots | |
| packages/bot-config-utils | |
| @google-automations/bot-config-utils@9.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/bot-config-utils | |
| ├─┬ gcf-utils@17.0.0 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/canary-bot ~/repo-automation-bots | |
| packages/canary-bot | |
| canary-bot@1.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/canary-bot | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/generate-bot ~/repo-automation-bots | |
| packages/generate-bot | |
| generate-bot@1.1.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/generate-bot | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 overridden | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/label-utils ~/repo-automation-bots | |
| packages/label-utils | |
| @google-automations/label-utils@6.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/label-utils | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/owlbot-bootstrapper ~/repo-automation-bots | |
| packages/owlbot-bootstrapper | |
| googleapis-bootstrapper@1.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/owlbot-bootstrapper | |
| └── (empty) | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/cron-utils ~/repo-automation-bots | |
| packages/cron-utils | |
| @google-automations/cron-utils@5.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/cron-utils | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 overridden | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/release-trigger ~/repo-automation-bots | |
| packages/release-trigger | |
| release-trigger@1.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/release-trigger | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/owl-bot ~/repo-automation-bots | |
| packages/owl-bot | |
| owl-bot@1.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/owl-bot | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@3.1.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/issue-utils ~/repo-automation-bots | |
| packages/issue-utils | |
| @google-automations/issue-utils@5.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/issue-utils | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/flakybot ~/repo-automation-bots | |
| packages/flakybot | |
| flakybot@1.1.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/flakybot | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/datastore-lock ~/repo-automation-bots | |
| packages/datastore-lock | |
| @google-automations/datastore-lock@7.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/datastore-lock | |
| ├─┬ gcf-utils@17.0.0 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/header-checker-lint ~/repo-automation-bots | |
| packages/header-checker-lint | |
| header-checker-lint@1.2.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/header-checker-lint | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/loadtest-bot ~/repo-automation-bots | |
| packages/loadtest-bot | |
| loadtest-bot@1.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/loadtest-bot | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/snippet-bot ~/repo-automation-bots | |
| packages/snippet-bot | |
| snippet-bot@1.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/snippet-bot | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| ├─┬ gts@4.0.1 | |
| │ └─┬ inquirer@7.3.3 | |
| │ └─┬ external-editor@3.1.0 | |
| │ └── tmp@0.2.5 deduped | |
| └─┬ tmp-promise@3.0.3 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/trusted-contribution ~/repo-automation-bots | |
| packages/trusted-contribution | |
| trusted-contribution@1.2.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/trusted-contribution | |
| └── (empty) | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/repo-metadata-lint ~/repo-automation-bots | |
| packages/repo-metadata-lint | |
| repo-metadata-lint@1.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/repo-metadata-lint | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/label-sync ~/repo-automation-bots | |
| packages/label-sync | |
| label-sync@1.2.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/label-sync | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/secret-rotator ~/repo-automation-bots | |
| packages/secret-rotator | |
| secret-rotator@1.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/secret-rotator | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/policy ~/repo-automation-bots | |
| packages/policy | |
| repo-automation-bots@ /usr/local/google/home/suztomo/repo-automation-bots | |
| └── (empty) | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/blunderbuss ~/repo-automation-bots | |
| packages/blunderbuss | |
| blunderbuss@1.2.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/blunderbuss | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/cherry-pick-bot ~/repo-automation-bots | |
| packages/cherry-pick-bot | |
| cherry-pick-bot@1.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/cherry-pick-bot | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/auto-approve ~/repo-automation-bots | |
| packages/auto-approve | |
| auto-approve@1.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/auto-approve | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/do-not-merge ~/repo-automation-bots | |
| packages/do-not-merge | |
| do-not-merge@1.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/do-not-merge | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/object-selector ~/repo-automation-bots | |
| packages/object-selector | |
| @google-automations/object-selector@6.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/object-selector | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/generated-files-bot ~/repo-automation-bots | |
| packages/generated-files-bot | |
| generated-files-bot@1.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/generated-files-bot | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/mono-repo-publish ~/repo-automation-bots | |
| packages/mono-repo-publish | |
| @google-cloud/mono-repo-publish@1.7.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/mono-repo-publish | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 overridden | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/git-file-utils ~/repo-automation-bots | |
| packages/git-file-utils | |
| @google-automations/git-file-utils@3.0.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/git-file-utils | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 overridden | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/conventional-commit-lint ~/repo-automation-bots | |
| packages/conventional-commit-lint | |
| conventional-commit-lint@1.7.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/conventional-commit-lint | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- | |
| ~/repo-automation-bots | |
| ~/repo-automation-bots/packages/release-please ~/repo-automation-bots | |
| packages/release-please | |
| release-please-bot@1.2.0 /usr/local/google/home/suztomo/repo-automation-bots/packages/release-please | |
| ├─┬ gcf-utils@17.1.1 | |
| │ └── tmp@0.2.5 overridden | |
| └─┬ gts@4.0.1 | |
| └─┬ inquirer@7.3.3 | |
| └─┬ external-editor@3.1.0 | |
| └── tmp@0.2.5 deduped | |
| ----- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment