[Snyk] Upgrade actions-toolkit from 1.6.0 to 1.10.0#1
Open
[Snyk] Upgrade actions-toolkit from 1.6.0 to 1.10.0#1
Conversation
Snyk has created this PR to upgrade actions-toolkit from 1.6.0 to 1.10.0. See this package in npm: https://www.npmjs.com/package/actions-toolkit See this project in Snyk: https://app.snyk.io/org/terrorizer1980/project/3e3b54cd-96b2-49bd-b427-af4fd088b8f7?utm_source=github&utm_medium=upgrade-pr
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade actions-toolkit from 1.6.0 to 1.10.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version fixes:
SNYK-JS-JSYAML-174129
Why? CVSS 8.1
SNYK-JS-NODEFETCH-674311
Why? CVSS 8.1
SNYK-JS-MINIMIST-559764
Why? CVSS 8.1
SNYK-JS-MINIMIST-559764
Why? CVSS 8.1
SNYK-JS-JSYAML-173999
Why? CVSS 8.1
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: actions-toolkit
-
1.10.0 - 2019-03-31
- Fix publish workflow (#72) @ JasonEtco
- Include test file in CLI scaffold (#73) @ JasonEtco
-
1.9.1 - 2019-03-29
- Fix missing methods on
- Remove GITHUB_REF and GITHUB_TOKEN from required env vars (#71) @ JasonEtco
-
1.9.0 - 2019-03-27
- Add
-
1.8.1 - 2019-03-27
- Support non-async functions in Toolkit.run (#67) @ JasonEtco
-
1.8.0 - 2019-03-27
const { Toolkit } = require('actions-toolkit')
- Use logger in exit (#64) @ JasonEtco
- Add Toolkit.run (#63) @ jclem
-
1.7.0 - 2019-03-23
- Use logger in exit (#64) @ JasonEtco
- Create CLI questionnaire (#57) @ macklinu
-
1.6.0 - 2019-03-16
- Slash commands (#53) @ JasonEtco
from actions-toolkit GitHub release notesTesting!
This release improves the CLI scaffold template with a new file:
index.test.js. It outlines a pattern for testing GItHub Actions with actions-toolkit, leveragingToolkit.run. Try it out with:I'll be sharing some docs on this soon!
What’s Changed
What’s Changed
tools.log(#69) @ JasonEtcoNew feature
This release introduces the
secretsoption. If present, the Action will exit and fail if required secrets have not been set. Here's an example:Check out #66 for all the details ✨
What’s Changed
secretsoption (#66) @ JasonEtcoWhat’s Changed
New feature
In #63, @ jclem added a new static method to the Toolkit class:
#run. It takes a function argument and runs that function, as a way of enabling easierasync/awaitpatterns and modularity. Check it out!Toolkit.run(async tools => {
tools.log.success('We did it team!')
})
What’s Changed
Enhanced CLI
This release introduces a wonderfully enhanced CLI tool for creating a new GitHub Action, courtesy of @ macklinu. Check out #57 for the full details ✨ You can run it through
npx:What’s Changed
New feature
This release introduces
Toolkit#command, a new method that will run the provided function when a matching slash-command is found. From the README:Respond to a slash-command posted in a GitHub issue, comment, pull request, pull request review or commit comment. Arguments to the slash command are parsed by minimist. You can use a slash command in a larger comment, but the command must be at the start of the line:
What’s Changed
Commit messages
Package name: actions-toolkit
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs