Bug#929829: [Pkg-javascript-devel] Bug#929829: Bug#929829: Bug#929829: gulp 4 cannot build node-babel 7 - Cannot convert undefined or null to object

2019-09-01 Thread Pirate Praveen



On 2019, സെപ്റ്റംബർ 1 10:13:24 PM IST, Pirate Praveen 
 wrote:
>
>
>On Sun, Sep 1, 2019 at 9:15 PM, Pirate Praveen 
> wrote:
>> And fancy-log package.json wants chalk ^1.1.1 and we have chalk 2.4.2
>
>> which to me looks like a possible culprit.
>
>This was a false positive, I suspect 
>debian/patches/update-process-nextick-args.patch is not correct.

This is also false. I replaced async-done patch with upstream 1.3.2 release, 
but it still fails with same error message.
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Bug#929829: [Pkg-javascript-devel] Bug#929829: Bug#929829: Bug#929829: gulp 4 cannot build node-babel 7 - Cannot convert undefined or null to object

2019-06-06 Thread Pirate Praveen



On 2019, ജൂൺ 6 11:00:16 AM IST, Xavier  wrote:
>My reducejs tool gives a new analysis:
> * downgraded modules to embed
>   - process-nextick-args : 2.0.0 => 1.0.7

This is handled by a patch.

https://salsa.debian.org/js-team/node-gulp/blob/master/debian/patches/update-process-nextick-args.patch

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.



Bug#929829: [Pkg-javascript-devel] Bug#929829: Bug#929829: Bug#929829: gulp 4 cannot build node-babel 7 - Cannot convert undefined or null to object

2019-06-05 Thread Xavier
Le 05/06/2019 à 22:48, Xavier a écrit :
> Le 03/06/2019 à 22:23, Xavier a écrit :
>> Le 01/06/2019 à 12:14, Pirate Praveen a écrit :
>>> ...
>>> gulp build
>>> [15:37:17] Local modules not found in ~/forge/debian/git/js-team/node-babel
>>> [15:37:17] Try running: npm install
>>> [15:37:17] Using globally installed gulp
>>> [15:37:17] Using gulpfile ~/forge/debian/git/js-team/node-babel/Gulpfile.js
>>> [15:37:17] Starting 'build'...
>>> [15:37:17] Cannot convert undefined or null to object
>>
>> This error is reported by node-extend-shallow. Looking at yarn.lock, an
>> older extend-shallow is required by :
>>  - braces@2.3.0
>>  - expand-brackets@2.1.4
>>  - extglob@2.0.4
>>  - fill-range@4.0.0
>>  - plugin-error@0.1.2
>>  - regex-not@1.0.0
>>  - set-value@2.0.0
>>  - snapdragon@0.8.1
>>  - to-regex@^3.0.2
>>
>> I think the best for now it to upgrade all gulp dependencies in experimental
> 
> Updates:
>  - braces@2.3.0  => 3.0.2
>  - expand-brackets@2.1.4 => 4.0.0
>  - extglob@2.0.4 => 3.0.0
>  - fill-range@4.0.0  => 7.0.1
>  - set-value@2.0.0   => 3.0.0
>  - snapdragon@0.8.1  => 0.12.0
>  - to-regex@^3.0.1   => 3.0.2+
> And also
>  - to-regex-range => 5.0.1

My reducejs tool gives a new analysis:
 * updates needed:
   - gulp-babel : 7.0.1 => 8.0.0
   - rollup-plugin-babel : 3.0.3 => 4.3.2
 * downgraded modules to embed
   - process-nextick-args : 2.0.0 => 1.0.7
 * problems:
   - build fails with our readable-stream (2.3.6) but succeeds with
 upstream readable-stream (2.3.6 also)