maintenance: add auto-updating of npm packages#1626
maintenance: add auto-updating of npm packages#1626callmehiphop merged 5 commits intogoogleapis:masterfrom
Conversation
packages/dns/package.json
Outdated
| "@google-cloud/common": "^0.5.0", | ||
| "arrify": "^1.0.0", | ||
| "dns-zonefile": "0.1.18", | ||
| "dns-zonefile": "^0.1.18", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
Changes Unknown when pulling 14a34bd on stephenplusplus:spp--update-all into * on GoogleCloudPlatform:master*. |
| 'use strict'; | ||
|
|
||
| var async = require('async'); | ||
| var david = require('david'); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
So what's the long term plan for this? Run it once in a while to see if we have updates..? I think it would be great it we could tie this into CI somewhere and have it just run weekly or so..? |
|
That's interesting. My plan was to simply run it manually before publishing. |
* fix(deps): remove rimraf in favor of native node rm function * use fsp.rm instead of rmSync * pin additional deps * move pinned deps to devDeps
This script will update our sub-modules to the latest compatible dependencies when run:
Also included in the PR are the modified package.json's after running.