STANDUP: 08/11/21 #456
taylortom
announced in
Meeting notes
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Time: 08/11/21 15:00 GMT
Attendees: @canstudios-nicolaw @dancgray @kineopete @taylortom
Agenda
A new alpha release has been tagged (v1.0.0-alpha.10)
General dependency housekeeping tasks have been done: update to latest versions, remove old unused deps, update package-lock, Snyk has been enabled as a GitHub actions workflow adapt-authoring to allow dependencies to be checked automatically. Snyk will currently fails on only 'high' severity issues.
Grunt is now completely unsupported and causes a number of vulnerability issues in npm audit. This has therefore now been removed from the ui module and all build tasks have been rewritten in the UIModule instead. As build tasks aren't run directly, it probably makes sense to stay this way?
The documentation module has been updated:
Node.js have switched the current active LTS release from 14 to 16 on 18/10/21. AAT code needs to be tested with this LTS and any dependencies updated. It was agreed that the code should be updated to support ES Modules. See Update to node 16 #444.
Migration script code has been pushed to GitHub (see repo here). Still only boilerplate code.
Actions
Beta Was this translation helpful? Give feedback.
All reactions