Open
Bug 1597301
Opened 5 years ago
Updated 9 months ago
Green up our dev JS dependencies for Firefox 72
Categories
(Firefox :: New Tab Page, task, P2)
Firefox
New Tab Page
Tracking
()
NEW
Iteration:
72.3 - Nov 18 - Dec 1
People
(Reporter: andreio, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Let's try to keep our dependencies up to date each cycle. Steps:
- green up dependencies that are already passing tests
- next-update --test './node_modules/.bin/npm-run-all test buildmc' --type dev
- for non-dev dependencies, probably include --test 'npm run mochitest'
- maybe --without istanbul-instrumenter-loader,karma-sinon,loader-utils (as they failed previously)
- fix up dependencies that require changes as separate commits
- non-dev dependencies probably require vendor/ file changes
- create PR with greening up commits
- good to link to major version changes release tags
-- e.g., https://github.com/mochajs/mocha/releases/tag/v5.0.0
- file new bug for next cycle
Updated•5 years ago
|
Component: Messaging System → New Tab Page
Flags: needinfo?(dmose)
Comment 1•5 years ago
|
||
In Messaging System triage, it came up that it could be useful for the New Tab team to not have to block on us to keep stuff up-to-date. If that works for you, I'm happy to help provide any needed guidance on this..
Flags: needinfo?(dmose)
Updated•5 years ago
|
Assignee: nobody → gsuntop
Iteration: --- → 72.3 - Nov 18 - Dec 1
Priority: -- → P1
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Priority: P1 → P2
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Severity: normal → S3
Comment 3•9 months ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: gsuntop → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•