-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump actions/setup-node from 3.2.0 to 3.3.0 #99
Merged
dependabot
merged 1 commit into
main
from
dependabot/github_actions/actions/setup-node-3.3.0
Jun 7, 2022
Merged
build(deps): bump actions/setup-node from 3.2.0 to 3.3.0 #99
dependabot
merged 1 commit into
main
from
dependabot/github_actions/actions/setup-node-3.3.0
Jun 7, 2022
Conversation
This file contains 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
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update Github_actions code
labels
Jun 6, 2022
@dependabot squash and merge
dependabot[bot] ***@***.***> 于2022年6月6日周一 23:24写道:
… Bumps actions/setup-node <https://github.com/actions/setup-node> from
3.2.0 to 3.3.0.
Release notes
*Sourced from actions/setup-node's releases
<https://github.com/actions/setup-node/releases>.*
Add support for lts/-n aliases
In scope of this release we added support for lts/-n aliases, improve
logic for current, latest and node aliases to handle them from toolcache,
update ncc package.
Support of lts/-n aliases
- Related pull request: actions/setup-node#481
<https://github-redirect.dependabot.com/actions/setup-node/pull/481>
- Related issue: actions/setup-node#26
<https://github-redirect.dependabot.com/actions/setup-node/issues/26>
steps:
- uses: ***@***.***
- uses: ***@***.***
with:
node-version: lts/-1
- run: npm ci
- run: npm test
Minor improvements
- Update zeit/ncc to vercel/ncc: actions/setup-node#476
<https://github-redirect.dependabot.com/actions/setup-node/pull/476>
- Get latest version from cache if exists: actions/setup-node#496
<https://github-redirect.dependabot.com/actions/setup-node/pull/496>
Commits
- eeb10cf
<actions/setup-node@eeb10cf>
Support lts/-n aliases (#481
<https://github-redirect.dependabot.com/actions/setup-node/issues/481>)
- ed1a46e
<actions/setup-node@ed1a46e>
Update zeit/ncc to vercel/ncc (#476
<https://github-redirect.dependabot.com/actions/setup-node/issues/476>)
- daff393
<actions/setup-node@daff393>
Merge pull request #496
<https://github-redirect.dependabot.com/actions/setup-node/issues/496>
from panticmilos/v-mpantic/get-latest-version-from-cache
- b14573d
<actions/setup-node@b14573d>
remove installer import
- 7569de0
<actions/setup-node@7569de0>
rename dist manifest to node versions
- b20a256
<actions/setup-node@b20a256>
get manifest once
- ea3459b
<actions/setup-node@ea3459b>
docs: Update advanced-usage.md (#495
<https://github-redirect.dependabot.com/actions/setup-node/issues/495>)
- 141334f
<actions/setup-node@141334f>
remove unnecessary dist call
- 808c8f9
<actions/setup-node@808c8f9>
remove bumping deps
- fd1b409
<actions/setup-node@fd1b409>
unit tests
- Additional commits viewable in compare view
<actions/setup-node@v3.2.0...v3.3.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#99
Commit Summary
- 8d2e1ef
<8d2e1ef>
build(deps): bump actions/setup-node from 3.2.0 to 3.3.0
File Changes
(1 file <https://github.com/website-local/scraper-misc/pull/99/files>)
- *M* .github/workflows/node.js.yml
<https://github.com/website-local/scraper-misc/pull/99/files#diff-014228303dff9a1af15f4bbd18401f906380129b10ae2a2c62f8b8be592ff88e>
(2)
Patch Links:
- https://github.com/website-local/scraper-misc/pull/99.patch
- https://github.com/website-local/scraper-misc/pull/99.diff
—
Reply to this email directly, view it on GitHub
<#99>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEHB4ZTHAJRZOCQWEGNDZUTVNYJ37ANCNFSM5X7XAJHQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
dependabot
bot
deleted the
dependabot/github_actions/actions/setup-node-3.3.0
branch
June 7, 2022 13:04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update Github_actions code
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.
Bumps actions/setup-node from 3.2.0 to 3.3.0.
Release notes
Sourced from actions/setup-node's releases.
Commits
eeb10cf
Support lts/-n aliases (#481)ed1a46e
Update zeit/ncc to vercel/ncc (#476)daff393
Merge pull request #496 from panticmilos/v-mpantic/get-latest-version-from-cacheb14573d
remove installer import7569de0
rename dist manifest to node versionsb20a256
get manifest onceea3459b
docs: Update advanced-usage.md (#495)141334f
remove unnecessary dist call808c8f9
remove bumping depsfd1b409
unit testsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)