Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.5.7, 3.6.5, 3.7.1, 3.8
-
Component/s: JavaScript
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE
-
Fixed Branches:MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE
-
Pull from Repository:
-
Pull 3.5 Branch:
MDL-66532-35 -
Pull 3.5 Diff URL:
-
Pull Master Branch:
MDL-66532-master -
Pull Master Diff URL:
Description
From what I understand we should be using a package-lock.json rather than the existing npm-shrinkwrap.json.
The lock variant will only be updated when adding, removing, or upgrading packages; whilst the shrinkwrap is updated on each npm install.
Attachments
Issue Links
- blocks
-
MDL-66265 Update jshint and add ignore
-
- Closed
-
- has a non-specific relationship to
-
MDLSITE-5931 Move all local_ci stuff to work with both shrinkwrap.json and package-lock.json
-
- Open
-
-
MDL-66109 Bump nodejs from lts/carbon to stable (>=v14.0.0)
-
- Closed
-
-
MDLSITE-5536 New CI job to look for changes in lock files
-
- Open
-