Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a4f398e

Browse filesBrowse 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
Copy full SHA for a4f398e
Expand file treeCollapse file tree

8 files changed

+3
-119
lines changed

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

Copy file name to clipboardExpand all lines: .licenses/npm/@octokit/openapi-types-13.2.0.dep.yml
-20Lines 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

Copy file name to clipboardExpand all lines: .licenses/npm/@octokit/openapi-types.dep.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .licenses/npm/@octokit/plugin-rest-endpoint-methods-6.3.0.dep.yml
-20Lines 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

Copy file name to clipboardExpand all lines: .licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: .licenses/npm/@octokit/types-7.1.0.dep.yml
-20Lines 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

Copy file name to clipboardExpand all lines: .licenses/npm/@octokit/types.dep.yml
+1-1Lines 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

Copy file name to clipboardExpand all lines: package-lock.json
-54Lines 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

Copy file name to clipboardExpand all lines: package.json
-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.