Re: [pgAdmin][RM6207] Update JS dependencies

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM6207] Update JS dependencies
Date: 2021-02-10 07:20:59
Message-ID: CANxoLDfQbPJ68HkzXx+8rpGCHuvnh35n-iy8a_3e+YR-P5gDyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Wed, Feb 10, 2021 at 12:08 PM Aditya Toshniwal <
aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:

> Hi,
>
> On Tue, Feb 9, 2021 at 4:35 PM Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
> wrote:
>
>> Hi Aditya
>>
>> One jasmine test is failing, please fix that and resend the patch.
>>
> It was failing because of a side effect of some other test case. Fixed.
>
> Please review.
>
>>
>> On Mon, Feb 8, 2021 at 5:07 PM Aditya Toshniwal <
>> aditya(dot)toshniwal(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Hackers,
>>>
>>> Attached is the patch to update the JS dependencies to latest. Changes
>>> include:
>>> 1) Migrate from webpack 4 to webpack 5. This had a lot of breaking
>>> changes, so updated multiple webpack plugins and changed the config
>>> accordingly.
>>> 2) Replaced iconfont-webpack-plugin with a more maintained
>>> webfonts-loader.
>>> 3) Replaced deprecated babel-eslint with @babel/eslint-parser
>>> 4) Replaced optimize-css-assets-webpack-plugin with a more maintained
>>> css-minimizer-webpack-plugin
>>> 5) Updated all other JS packages and made the required code changes.
>>>
>>> Note, there is an update available for slickgrid and I tried to update
>>> it. But it was not working as expected. So without wasting time, I've not
>>> updated slickgrid, and can be updated as a separate task.
>>>
>>> Please review.
>>>
>>> --
>>> Thanks,
>>> Aditya Toshniwal
>>> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
>>> <http://edbpostgres.com>
>>> "Don't Complain about Heat, Plant a TREE"
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>> *pgAdmin Hacker | Principal Software Architect*
>> *EDB Postgres <http://edbpostgres.com>*
>>
>> *Mobile: +91 976-788-8246*
>>
>
>
> --
> Thanks,
> Aditya Toshniwal
> pgAdmin hacker | Sr. Software Engineer | *edbpostgres.com*
> <http://edbpostgres.com>
> "Don't Complain about Heat, Plant a TREE"
>

--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil Mohite 2021-02-10 07:27:05 Re: [pgAdmin] RM6117 Unable to update column level privileges from security tab.
Previous Message Akshay Joshi 2021-02-10 07:20:38 pgAdmin 4 commit: Updated the JS dependencies to the latest