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

-20
This file was deleted.

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

+1-1
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

-20
This file was deleted.

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

+1-1
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

-20
This file was deleted.

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-2
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)