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 all non-major dependencies #57

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v3.1.0 -> v3.3.0
actions/setup-node action minor v3.5.1 -> v3.6.0

Release Notes

actions/checkout

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v3.2.0...v3.3.0

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.1.0...v3.2.0

actions/setup-node

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:


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from cec4ad5 to 91995c2 Compare December 4, 2022 15:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from c2b8cfd to ca29a1e Compare December 12, 2022 21:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 76ea723 to b12c903 Compare December 17, 2022 06:33
@renovate renovate bot changed the title chore(deps): update all non-major dependencies Update all non-major dependencies Dec 17, 2022
@renovate renovate bot changed the title Update all non-major dependencies chore(deps): update all non-major dependencies Dec 17, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2ca23bc to 1bdf1fa Compare December 23, 2022 03:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b1c7aa4 to 0b09132 Compare January 2, 2023 16:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bef628e to b89180c Compare January 7, 2023 08:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 69b82a1 to 76f9af0 Compare January 23, 2023 21:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from c2890bc to fab6f9b Compare January 31, 2023 18:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from a7bdbd8 to 0964a87 Compare February 8, 2023 05:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7a1578d to 2d76a26 Compare February 13, 2023 21:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9b400b5 to 5374d8d Compare February 20, 2023 22:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5374d8d to ee06f4a Compare February 21, 2023 11:32
@lukashroch lukashroch merged commit c790792 into master Feb 21, 2023
@lukashroch lukashroch deleted the renovate/all-minor-patch branch February 21, 2023 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant