Keep versions of AMP build tools and dev dependencies up to date
See original GitHub issueIn addition, set up an automated means of periodically rolling forward the versions in package.json
and yarn.lock
/cc @cramforce
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Keep npm dependencies up to date - Aleksey Hudochenkov
npm update updates all dependencies to the highest version, matching the specified semver range (“wanted” column in npm outdated ). npm update ...
Read more >Automatically keep your dependencies up to date in closed ...
Generally, I would say that keeping your dependencies at the absolute latest version, including major, minor and patch is the preferred way. Don ......
Read more >Update Composer dependencies to latest despite static ...
Is it possible to update all my Composer dependencies to the latest versions via one command, if I have used static version numbers?...
Read more >How to efficiently update your npm dependencies - Code-trotter
In your console, your dependencies will be splitted between dependencies and devDependencies. For each possible update, yarn gives you the ...
Read more >ampproject/amp-toolbox - GitHub
amp -toolbox uses Lerna to manage it's packages. To keep build times low, devDependencies (but not CLI dependencies) must be added to the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Update: We now use Renovate to keep our dependencies up to date.
The new integration now needs write access to code. We need to check whether that is OK security wise.