Closed
Bug 1825144
Opened 2 years ago
Closed 2 years ago
Replace `istanbul-instrumenter-loader` with an equivalent package in browser/components/newtab
Categories
(Firefox :: Messaging System, task, P2)
Firefox
Messaging System
Tracking
()
Tracking | Status | |
---|---|---|
firefox114 | --- | fixed |
People
(Reporter: emcminn, Assigned: emcminn)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
istanbul-instrumenter-loader
is throwing errors relating to peer dependency with Webpack:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: activity-streams@1.14.3
npm ERR! Found: webpack@5.56.0
npm ERR! node_modules/webpack
npm ERR! dev webpack@“5.56.0” from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@“^2.0.0 || ^3.0.0 || ^4.0.0" from istanbul-instrumenter-loader@3.0.1
npm ERR! node_modules/istanbul-instrumenter-loader
npm ERR! dev istanbul-instrumenter-loader@“3.0.1” from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/emcminn/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/emcminn/.npm/_logs/2023-03-27T21_37_42_013Z-debug-0.log
ERROR testing next working updates
istanbul-instrumenter-loader
hasn't been updated in a while, either, so it might be time to replace it with an equivalent package, such as coverage-istanbul-loader
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → emcminn
Assignee | ||
Updated•2 years ago
|
Iteration: --- → 114.1 - Apr 10 - Apr 21
Priority: -- → P3
Assignee | ||
Updated•2 years ago
|
Iteration: 114.1 - Apr 10 - Apr 21 → 113.2 - Mar 27 - Apr 7
Priority: P3 → P2
Assignee | ||
Updated•2 years ago
|
Iteration: 113.2 - Mar 27 - Apr 7 → 114.1 - Apr 10 - Apr 21
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Iteration: 114.1 - Apr 10 - Apr 21 → 114.2 - Apr 24 - May 5
Updated•2 years ago
|
Attachment #9328231 -
Attachment description: WIP: Bug 1825144 - Replace `istanbul-instrumenter-loader` with `coverage-istanbul-loader` in browser/components/newtab → Bug 1825144 - Replace `istanbul-instrumenter-loader` with `coverage-istanbul-loader` in browser/components/newtab
Pushed by emcminn@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c2bf822e6dc2
Replace `istanbul-instrumenter-loader` with `coverage-istanbul-loader` in browser/components/newtab r=mhoye,omc-reviewers,barret
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox114:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 114 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•