Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4f398e

Browse files
committed
Remove unused dependencies
The @octokit/plugin- references are not actually (directly) used by @action/github-script and so only serve to confuse about what exact version of these is included in the action. The actual versions of these plugins are set by @action/github. Ignoring newlines, the dist/index.js file is exactly the same without listing these dependencies in package.json.
1 parent 8d76c9a commit a4f398e

8 files changed

+3
-119
lines changed

.licenses/npm/@octokit/openapi-types-13.2.0.dep.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.licenses/npm/@octokit/openapi-types-12.11.0.dep.yml renamed to .licenses/npm/@octokit/openapi-types.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@octokit/plugin-rest-endpoint-methods-6.3.0.dep.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.licenses/npm/@octokit/plugin-rest-endpoint-methods-5.16.2.dep.yml renamed to .licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@octokit/types-7.1.0.dep.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.licenses/npm/@octokit/types-6.41.0.dep.yml renamed to .licenses/npm/@octokit/types.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 0 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
"@actions/glob": "^0.3.0",
3838
"@actions/io": "^1.1.1",
3939
"@octokit/core": "^3.5.1",
40-
"@octokit/plugin-paginate-rest": "^2.17.0",
4140
"@octokit/plugin-request-log": "^1.0.4",
42-
"@octokit/plugin-rest-endpoint-methods": "^6.3.0",
4341
"@octokit/plugin-retry": "^3.0.9",
4442
"node-fetch": "^2.6.7"
4543
},

0 commit comments

Comments
 (0)