Skip to content

Commit

Permalink
fix: new release-please with fix for Python
Browse files Browse the repository at this point in the history
updates release-please, addressing #277.

also removes `probot` dependency, which we get implicitly through `gcf-utils` (there were annoying TypeScript build issues due to these versions sometimes getting out of whack).
  • Loading branch information
bcoe committed Feb 14, 2020
1 parent 8671a0c commit 755aeaa
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion packages/failurechecker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dependencies": {
"gcf-utils": "1.6.1",
"moment": "^2.24.0",
"probot": "9.9.4",
"@octokit/rest": "16.41.2"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/generate-bot/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"dependencies": {
"gcf-utils": "1.6.1",
"probot": "9.9.4",
"@octokit/rest": "16.41.2"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/header-checker-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dependencies": {
"gcf-utils": "1.6.1",
"minimatch": "^3.0.4",
"probot": "9.9.4",
"@octokit/rest": "16.41.2"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/label-sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"@google-cloud/storage": "^4.3.0",
"@octokit/rest": "16.41.2",
"gaxios": "^2.1.0",
"gcf-utils": "1.6.1",
"probot": "9.9.4"
"gcf-utils": "1.6.1"
},
"devDependencies": {
"@types/bunyan": "^1.8.6",
Expand Down
1 change: 0 additions & 1 deletion packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@google-cloud/secret-manager": "^1.1.0",
"gcf-utils": "1.6.1",
"node-fetch": "^2.6.0",
"probot": "9.9.4",
"tar": "^6.0.0",
"uuid": "^3.3.3",
"@octokit/rest": "16.41.2"
Expand Down
5 changes: 2 additions & 3 deletions packages/release-please/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@
"lint": "gts check"
},
"dependencies": {
"@octokit/rest": "16.41.2",
"gcf-utils": "1.6.1",
"probot": "9.9.4",
"release-please": "^3.1.1",
"@octokit/rest": "16.41.2"
"release-please": "^3.2.2"
},
"devDependencies": {
"@types/bunyan": "^1.8.6",
Expand Down
1 change: 0 additions & 1 deletion packages/trusted-contribution/package.json