Skip to content
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 2 to 3 #172

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2022

Bumps actions/setup-node from 2 to 3.

Release notes

Sourced from actions/setup-node's releases.

v3.0.0

In scope of this release we changed version of the runtime Node.js for the setup-node action and updated package-lock.json file to v2.

Breaking Changes

Fix logic of error handling for npm warning and uncaught exception

In scope of this release we fix logic of error handling related to caching (actions/setup-node#358) and (actions/setup-node#359).

In the previous behaviour we relied on stderr output to throw error. The warning messages from package managers can be written to the stderr's output. For now the action will throw an error only if exit code differs from zero. Besides, we add logic to сatch and log unhandled exceptions.

Adding Node.js version file support

In scope of this release we add the node-version-file input and update actions/cache dependency to the latest version.

Adding Node.js version file support

The new input (node-version-file) provides functionality to specify the path to the file containing Node.js's version with such behaviour:

  • If the file does not exist the action will throw an error.
  • If you specify both node-version and node-version-file inputs, the action will use value from the node-version input and throw the following warning: Both node-version and node-version-file inputs are specified, only node-version will be used.
  • For now the action does not support all of the variety of values for Node.js version files. The action can handle values according to the documentation and values with v prefix (v14)
steps:
  - uses: actions/checkout@v2
  - name: Setup node from node version file
    uses: actions/setup-node@v2
    with:
      node-version-file: '.nvmrc'
  - run: npm install
  - run: npm test

Update actions/cache dependency to 1.0.8 version.

We updated actions/cache dependency to the latest version (1.0.8). For more information please refer to the toolkit/cache.

Add "cache-hit" output

This release introduces a new output: cache-hit (#327).

The cache-hit output contains boolean value indicating that an exact match was found for the key. It shows that the action uses already existing cache or not. The output is available only if cache is enabled.

Support caching for mono repos and repositories with complex structure

This release introduces dependency caching support for mono repos and repositories with complex structure (#305).

By default, the action searches for the dependency file (package-lock.json or yarn.lock) in the repository root. Use the cache-dependency-path input for cases when multiple dependency files are used, or they are located in different subdirectories. This input supports wildcards or a list of file names for caching multiple dependencies.

Yaml example:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github actions Github actions related labels Mar 1, 2022
@github-actions github-actions bot merged commit 02549bf into master Mar 1, 2022
@dependabot dependabot bot deleted the dependabot/github_actions/actions/setup-node-3 branch March 1, 2022 02:06
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1913679909

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 1755438142: 0.0%
Covered Lines: 40
Relevant Lines: 40

💛 - Coveralls

1 similar comment
@coveralls
Copy link

coveralls commented Mar 1, 2022

Pull Request Test Coverage Report for Build 1913679909

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 1755438142: 0.0%
Covered Lines: 40
Relevant Lines: 40

💛 - Coveralls

Skn0tt pushed a commit to quirrel-dev/quirrel that referenced this pull request Oct 21, 2022
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fastify-plugin](https://togithub.com/fastify/fastify-plugin) |
[`^3.0.1` ->
`^4.0.0`](https://renovatebot.com/diffs/npm/fastify-plugin/3.0.1/4.3.0)
|
[![age](https://badges.renovateapi.com/packages/npm/fastify-plugin/4.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/fastify-plugin/4.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/fastify-plugin/4.3.0/compatibility-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/fastify-plugin/4.3.0/confidence-slim/3.0.1)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fastify/fastify-plugin</summary>

###
[`v4.3.0`](https://togithub.com/fastify/fastify-plugin/releases/tag/v4.3.0)

[Compare
Source](https://togithub.com/fastify/fastify-plugin/compare/v4.2.1...v4.3.0)

📚 PR:

- build(deps-dev): bump tsd from 0.22.0 to 0.23.0
([#&#8203;194](https://togithub.com/fastify/fastify-plugin/issues/194))
- build(deps-dev): add semver
([#&#8203;195](https://togithub.com/fastify/fastify-plugin/issues/195))
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1
([#&#8203;196](https://togithub.com/fastify/fastify-plugin/issues/196))
- build(deps-dev): remove typescript
([#&#8203;198](https://togithub.com/fastify/fastify-plugin/issues/198))
- feat: add option to encapsulate
([#&#8203;199](https://togithub.com/fastify/fastify-plugin/issues/199))

###
[`v4.2.1`](https://togithub.com/fastify/fastify-plugin/releases/tag/v4.2.1)

[Compare
Source](https://togithub.com/fastify/fastify-plugin/compare/v4.2.0...v4.2.1)

#### What's Changed

- fix: support TypeScript 4.8 by
[@&#8203;SimenB](https://togithub.com/SimenB) in
[fastify/fastify-plugin#193

**Full Changelog**:
fastify/fastify-plugin@v4.2.0...v4.2.1

###
[`v4.2.0`](https://togithub.com/fastify/fastify-plugin/releases/tag/v4.2.0)

[Compare
Source](https://togithub.com/fastify/fastify-plugin/compare/v4.1.0...v4.2.0)

📚 PR:

- feat: Add Generics RawServer and TypeProvider to fp and tests.
([#&#8203;192](https://togithub.com/fastify/fastify-plugin/issues/192))

###
[`v4.1.0`](https://togithub.com/fastify/fastify-plugin/releases/tag/v4.1.0)

[Compare
Source](https://togithub.com/fastify/fastify-plugin/compare/v4.0.0...v4.1.0)

📚 PR:

- ci: enable license checking
([#&#8203;188](https://togithub.com/fastify/fastify-plugin/issues/188))
- feat: handle [@&#8203;fastify/x](https://togithub.com/fastify/x) names
to export
([#&#8203;190](https://togithub.com/fastify/fastify-plugin/issues/190))

###
[`v4.0.0`](https://togithub.com/fastify/fastify-plugin/releases/tag/v4.0.0)

[Compare
Source](https://togithub.com/fastify/fastify-plugin/compare/v3.0.1...v4.0.0)

#### What's Changed

- build: reduce dependabot update frequency by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-plugin#171
- build(deps): bump actions/setup-node from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-plugin#172
- build(deps-dev): bump tap from 15.2.3 to 16.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-plugin#174
- build(deps): bump actions/checkout from 2 to 3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-plugin#175
- build(deps-dev): bump tsd from 0.19.1 to 0.20.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-plugin#176
- build(deps-dev): bump standard from 16.0.4 to 17.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-plugin#177
- ci: migrate to fastify reusable workflow by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-plugin#180
- chore(.gitignore): use updated skeleton template by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-plugin#181
- build(deps-dev): bump fastify from 3.29.0 to 4.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-plugin#182
- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 17.0.45 to
18.0.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-plugin#184
- build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-plugin#185
- build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-plugin#186

**Full Changelog**:
fastify/fastify-plugin@v3.0.1...v4.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/quirrel-dev/quirrel).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjI0MS4zIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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 Github actions related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant