FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.42k stars 637 forks source link

Bump Dependencies #1494

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

> ungit@1.5.18 bumpdependencies
> ncu --upgrade --reject bootstrap

Upgrading /home/runner/work/ungit/ungit/package.json

 electron             ~15.2.0  →  ~16.0.8     
 eslint                ~8.0.1  →   ~8.8.0     
 eslint-plugin-mocha   ~9.0.0  →  ~10.0.3     
 mocha                 ~9.1.3  →   ~9.2.0     
 nodemon              ~2.0.13  →  ~2.0.15     
 npm-check-updates    ~11.8.5  →  ~12.2.1     
 prettier              ~2.4.1  →   ~2.5.1     
 puppeteer            ~10.4.0  →  ~13.1.2     
 superagent            ~6.1.0  →   ~7.1.1     
 supertest             ~6.1.6  →   ~6.2.2     
 @primer/octicons     ~16.0.0  →  ~16.3.0     
 body-parser          ~1.19.0  →  ~1.19.1     
 cookie-parser         ~1.4.5  →   ~1.4.6     
 diff2html            ~3.4.13  →  ~3.4.14     
 express              ~4.17.1  →  ~4.17.2     
 ignore                ~5.1.8  →   ~5.2.0     
 jquery-ui            ~1.13.0  →  ~1.13.1     
 node-watch            ^0.7.2  →   ^0.7.3     
 open                  ~8.3.0  →   ~8.4.0     
 passport              ~0.5.0  →   ~0.5.2     
 serve-static         ~1.14.1  →  ~1.14.2     
 socket.io             ~4.3.0  →   ~4.4.1     
 winston               ~3.3.3  →   ~3.5.0     
 yargs                ~17.2.1  →  ~17.3.1     

Run npm install to install new versions.
jung-kim commented 2 years ago

Use the default GITHUB_TOKEN and allow the action to create pull requests that have no checks enabled. Manually close pull requests and immediately reopen them. This will enable on: pull_request workflows to run and be added as checks.

https://github.com/peter-evans/create-pull-request/issues/48 documents how and why github action doesn't trigger github action.

This is bit annoying but you can close and open to trigger the ci job.

campersau commented 2 years ago

Yes, appveyor runs automatically though,

jung-kim commented 2 years ago

Ah yes, because appveyor trigger is different then github actions trigger

campersau commented 2 years ago

Build failure is https://github.com/puppeteer/puppeteer/issues/7836