Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

chore(deps): update all non-major dependencies #37

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@​nuxt/bridge 0.0.0-27183684.49f7b39 -> 0.0.0-27222991.d51ed1e age adoption passing confidence devDependencies patch
JamesIves/github-pages-deploy-action 4.1.5 -> v4.2.5 age adoption passing confidence action minor

Release Notes

JamesIves/github-pages-deploy-action

v4.2.5

Compare Source

Minor Changes

  • Corrects an issue in the publishing pipeline that was causing workflow failures.

v4.2.4

Compare Source

Minor Changes

v4.2.3

Compare Source

Minor Changes

  • Improved action logging. This is part 1 or 2 updates that will make the logs easier to traverse. Warnings and notices are now provided so you don't need to expand the logs to get the termination message.
  • Dependency bumps across the board.

v4.2.2

Compare Source

Minor Changes

  • Introduces major version tags. You can now point your workflow to JamesIves/github-pages-deploy-action@v4 if you'd like to always have the most cutting edge changes outside of using the release branch directly.
  • The version tags for this project now include a v to be consistent with other officially provided actions by GitHub. You can use JamesIves/[email protected] for instance. Dependabot should pick up this change automatically.

v4.2.1

Compare Source

Minor Changes

  • Resolves an issue where the operating system warning was showing incorrectly.

v4.2.0

Compare Source

Happy New Year 2022!

London

Minor Changes

  • Implements a warning if you're using an unsupported operating system. This will occur if the workflow runs within MacOS or Windows. The workflow will not be cancelled.
  • The action is now case insensitive, allowing you to make casing changes to files so long as you commit them using the git mv command prior to the workflow running. (#​895)
  • Fixes an issue that was causing single-commit to fail when using repository-name if the branch name was equal from the origin to destination. (#​665)
  • Enabled Dependabot updates for the GitHub Actions that are used as part of the projects integration tests.
  • Made improvements to the issue template.
  • Modified the dev container so it now properly runs on Node 14 when used within GitHub Codespaces.
  • Modified the default exclude list to use an enum value to ensure accuracy.
  • Dependency upgrades.

v4.1.9

Compare Source

Minor Changes

  • Dependency/security updates from third parties.

v4.1.8

Compare Source

Minor Changes

  • Library dependency and security bumps.
  • README modifications.

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@4.1.7...4.1.8

v4.1.7

Compare Source

Minor Changes

  • Dependency upgrades
  • Modified README examples to use npm ci instead of npm install in examples by @​bananer in use "npm ci" instead of "npm install" in examples JamesIves/github-pages-deploy-action#934
  • Modified the git-config-email option again. If you wish to omit this field entirely you must now provide <> in the field instead of an empty string. This is due to the fact that GitHub Actions defaults all undefined fields to an empty string, causing the default behavior to not work when you don't provide a git-config-email parameter at all. You can find an example of this below.
name: Build and Deploy
on: [push]
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout 🛎️
        uses: actions/[email protected]

      - name: Install and Build 🔧
        run: |
          npm install
          npm run build

      - name: Deploy 🚀
        uses: JamesIves/[email protected]
        with:
          branch: gh-pages
          folder: build
          git-config-email: <>

New Contributors

Full Changelog: JamesIves/github-pages-deploy-action@4.1.6...4.1.7

v4.1.6

Compare Source

Minor Changes

  • Resolves an issue that was causing a permission error on the cleanup job. This error was caused by other actions changing directory permissions that prevented a worktree removal step from executing correctly. #​922
  • Migrated the project to Node version 14 across all integration tests, nvm file, etc.
  • Numerous third party dependency updates/fixes.
  • The git-config-email option now accepts an empty string as a valid value in a workflow. This will allow the email part of the commit signature to empty, for example Author Name <>. You can find an example of how to utilize this below. #​868
name: Build and Deploy
on: [push]
jobs:
  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout 🛎️
        uses: actions/[email protected]

      - name: Install and Build 🔧
        run: |
          npm install
          npm run build

      - name: Deploy 🚀
        uses: JamesIves/[email protected]
        with:
          branch: gh-pages
          folder: build
          git-config-email: ''

Configuration

📅 Schedule: 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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 445c1b2 to 1a0122d Compare September 8, 2021 21:11
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/bridge to v0.0.0-27185197.e363ed5 chore(deps): update devdependency @nuxt/bridge to v0.0.0-27185529.820a9d0 Sep 8, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1a0122d to 6b9f2c1 Compare September 9, 2021 07:42
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/bridge to v0.0.0-27185529.820a9d0 chore(deps): update devdependency @nuxt/bridge to v0.0.0-27186218.35f7f10 Sep 9, 2021
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/bridge to v0.0.0-27186218.35f7f10 chore(deps): update devdependency @nuxt/bridge to v0.0.0-27186360.b47c592 Sep 9, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b9f2c1 to 03548d2 Compare September 9, 2021 11:30
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/bridge to v0.0.0-27186360.b47c592 chore(deps): update devdependency @nuxt/bridge to v0.0.0-27186726.c0c5b9b Sep 9, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 03548d2 to 0d0a419 Compare September 9, 2021 16:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d0a419 to 933b277 Compare September 10, 2021 13:24
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/bridge to v0.0.0-27186726.c0c5b9b chore(deps): update devdependency @nuxt/bridge to v0.0.0-27187887.4cd6d80 Sep 10, 2021
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/bridge to v0.0.0-27187887.4cd6d80 chore(deps): update devdependency @nuxt/bridge to v0.0.0-27192162.13abec6 Sep 13, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 933b277 to 223ebcf Compare September 13, 2021 11:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 223ebcf to b8606a1 Compare September 14, 2021 20:27
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/bridge to v0.0.0-27192162.13abec6 chore(deps): update devdependency @nuxt/bridge to v0.0.0-27194113.64a4265 Sep 14, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b8606a1 to af41072 Compare September 17, 2021 17:36
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/bridge to v0.0.0-27194113.64a4265 chore(deps): update devdependency @nuxt/bridge to v0.0.0-27198267.d05d882 Sep 17, 2021
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/bridge to v0.0.0-27198267.d05d882 chore(deps): update devdependency @nuxt/bridge to v0.0.0-27202166.3e0e24f Sep 20, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af41072 to df79548 Compare September 20, 2021 10:13
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/bridge to v0.0.0-27202166.3e0e24f chore(deps): update devdependency @nuxt/bridge to v0.0.0-27202698.2b63578 Sep 20, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from df79548 to f93b300 Compare September 20, 2021 18:39
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/bridge to v0.0.0-27202698.2b63578 chore(deps): update devdependency @nuxt/bridge to v0.0.0-27222991.d51ed1e Oct 20, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f93b300 to cf565dc Compare October 20, 2021 06:11
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/bridge to v0.0.0-27222991.d51ed1e chore(deps): update all non-major dependencies Nov 18, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cf565dc to 881845f Compare November 18, 2021 14:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant