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

chore(deps): update actions/setup-node action to v3.8.2 #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-node action minor v3.2.0 -> v3.8.2

Release Notes

actions/setup-node (actions/setup-node)

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

Compare Source

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in https://github.com/actions/setup-node/pull/831. It is filtered and checked in the toolkit/cache library.

Full Changelog: actions/setup-node@v3...v3.8.1

v3.8.0

Compare Source

What's Changed
Bug fixes:
Feature implementations:
Documentation changes:
Update dependencies:
New Contributors

Full Changelog: actions/setup-node@v3...v3.8.0

v3.7.0

Compare Source

What's Changed

In scope of this release we added a logic to save an additional cache path for yarn 3 (related pull request and feature request). Moreover, we added functionality to use all the sub directories derived from cache-dependency-path input and add detect all dependencies directories to cache (related pull request and feature request).

Besides, we made such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v3.7.0

v3.6.0: Add Support for Nightly, Canary and RC builds for Node.js

Compare Source

In scope of this release we added support to download nightly, rc (https://github.com/actions/setup-node/pull/611) and canary (https://github.com/actions/setup-node/pull/619) Node.js distributions.

For nightly versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-nightly'
      - run: npm ci
      - run: npm test
For canary versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-v8-canary’
      - run: npm ci
      - run: npm test
For rc versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16.0.0-rc.1’
      - run: npm ci
      - run: npm test

Note: For more examples please refer to documentation.

Besides, we added the following changes as:

v3.5.1: Update @​actions/core and Print Node, Npm, Yarn versions

Compare Source

In scope of this release we updated actions/core to 1.10.0. Moreover, we added logic to print Nodejs, Npm, Yarn versions after installation.

v3.5.0: Add support for engines.node and Volta

Compare Source

In scope of this release we add support for engines.node. The action will be able to grab the version form package.json#engines.node. https://github.com/actions/setup-node/pull/485. Moreover, we added support for Volta

Besides, we updated @​actions/core to 1.9.1 and @​actions/cache to 3.0.4

v3.4.1: Fix pnpm output and node-version output issues

Compare Source

In scope of this release we fixed bugs related to the pnpm 7.5.1 output issue from pnpm store path https://github.com/actions/setup-node/pull/545. Moreover we fixed the issue with falling on node-version output https://github.com/actions/setup-node/pull/540.

v3.4.0: Add support for asdf format and update actions/cache version to 3.0.0

Compare Source

In scope of this release we updated actions/cache package as the new version contains fixes for caching error handling. Moreover, we added support for asdf format as Node.js version file https://github.com/actions/setup-node/pull/373. Besides, we introduced new output node-version and added npm-shrinkwrap.json to dependency file patterns: https://github.com/actions/setup-node/pull/439

v3.3.0: Add support for lts/-n aliases

Compare Source

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
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
  with:
    node-version: lts/-1
- run: npm ci
- run: npm test
Minor improvements

Configuration

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

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Dec 9, 2022

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2022

📊 Package size report   No changes

File Before (Size / Gzip / Brotli) After (Size / Gzip / Brotli)
Total (Includes all files) 156.5 kB / 39.9 kB / 34.9 kB 156.5 kB / 0%↑39.9 kB / -0.03%↓34.9 kB
Tarball size 31.9 kB -0.02%↓31.9 kB
Unchanged files
File Size (Size / Gzip / Brotli)
.babelrc 144 B / 114 B / 106 B
.editorconfig 190 B / 142 B / 129 B
.eslintignore 14 B / 34 B / 18 B
.eslintrc 978 B / 370 B / 319 B
.github/.misspell-fixer.ignore 18 B / 38 B / 22 B
.github/workflows/bundle-size.yml 761 B / 412 B / 355 B
.github/workflows/eslint.yml 586 B / 330 B / 265 B
.github/workflows/github-page.yml 975 B / 515 B / 435 B
.github/workflows/misspell.yml 682 B / 390 B / 322 B
.github/workflows/release-please.yml 1.4 kB / 556 B / 463 B
.github/workflows/test.yaml 783 B / 411 B / 340 B
.husky/pre-commit 58 B / 76 B / 62 B
.stylelintrc.json 214 B / 138 B / 115 B
CHANGELOG.md 3.3 kB / 1.0 kB / 863 B
CODE_OF_CONDUCT.md 3.2 kB / 1.5 kB / 1.1 kB
demo/index.html 801 B / 435 B / 248 B
demo/index.js 2.5 kB / 915 B / 760 B
demo/webpack.config.js 816 B / 439 B / 373 B
dist/motorcortex-textfxs.cjs.js 31.0 kB / 4.7 kB / 4.1 kB
dist/motorcortex-textfxs.esm.js 30.8 kB / 4.6 kB / 4.1 kB
dist/motorcortex-textfxs.umd.js 21.3 kB / 3.0 kB / 2.6 kB
LICENCE 1.1 kB / 649 B / 466 B
package.json 2.8 kB / 1.1 kB / 931 B
README.md 8.3 kB / 2.0 kB / 1.7 kB
renovate.json 174 B / 138 B / 117 B
rollup.config.js 941 B / 369 B / 321 B
src/FontWeight.js 2.0 kB / 762 B / 638 B
src/helpers.js 193 B / 149 B / 119 B
src/index.js 886 B / 292 B / 251 B
src/Shadow/IncidentTree.js 13.1 kB / 425 B / 350 B
src/Shadow/index.js 2.1 kB / 804 B / 675 B
src/SvgExplosion.js 7.5 kB / 1.8 kB / 1.5 kB
src/SvgLines.js 2.6 kB / 862 B / 703 B
src/validation.js 1.7 kB / 317 B / 261 B
textfxs.png 12.8 kB / 10.1 kB / 9.9 kB

🤖 This report was automatically generated by pkg-size-action

@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 3dad558 to 030a6dd Compare January 5, 2023 16:47
@sonarcloud
Copy link

sonarcloud bot commented Jan 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.5.1 chore(deps): update actions/setup-node action to v3.6.0 Jan 5, 2023
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.6.0 chore(deps): update actions/setup-node action to v3.7.0 Jul 5, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 030a6dd to bb9c546 Compare July 5, 2023 16:31
@sonarcloud
Copy link

sonarcloud bot commented Jul 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from bb9c546 to 320ded0 Compare July 21, 2023 08:06
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.7.0 chore(deps): update actions/setup-node action to v3.8.0 Aug 14, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from 320ded0 to df0382d Compare August 14, 2023 11:29
@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.8.0 chore(deps): update actions/setup-node action to v3.8.1 Aug 17, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from df0382d to c89a838 Compare August 17, 2023 13:55
@sonarcloud
Copy link

sonarcloud bot commented Aug 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v3.8.1 chore(deps): update actions/setup-node action to v3.8.2 Oct 23, 2023
@renovate renovate bot force-pushed the renovate/actions-setup-node-3.x branch from c89a838 to b05b466 Compare October 23, 2023 13:34
@sonarcloud
Copy link

sonarcloud bot commented Oct 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants