Created by: bardiharborow
- Jekyll has been held back at v3.4.5 due to jekyll/jekyll-redirect-from#159.
- The ESLint
indent
rule has set to v3 compatibility mode, pending other fixes. - Change from using shrinkwrap to NPM lockfiles (similar to how
Gemfile.lock
functions).
I'm happy to expand on my rationale for NPM lockfiles if needed, but basically they don't ship when publishing to NPM (and hence don't need to be moved to a subdirectory like shrinkwraps), and integrate very nicely with npm update
.
Closes #22744.