You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/04/09 07:40:00 UTC

[jira] [Commented] (OFBIZ-12597) Update npm dependencies to the latest

    [ https://issues.apache.org/jira/browse/OFBIZ-12597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17519922#comment-17519922 ] 

ASF subversion and git services commented on OFBIZ-12597:
---------------------------------------------------------

Commit 07eb980cab1be495b1bcd72e117894811f473b10 in ofbiz-framework's branch refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=07eb980cab ]

Improved: Update npm dependencies to the latest (OFBIZ-12597)

Updates:
jquery-migrate from 3.3.2 to 3.4.0
dompurify from 2.3.4 to 3.2.6
jquery-ui-dist from 1.13.0 to 1.13.1


> Update npm dependencies to the latest
> -------------------------------------
>
>                 Key: OFBIZ-12597
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-12597
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: npm
>    Affects Versions: Upcoming Branch
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>             Fix For: 22.01.01
>
>
> We want to check from time to time if we need to update the npm dependencies.
> It's easily done with the npm-check-updates which analyzes the dependencies and checks if there are newer versions available.
> Running the check in in themes\common-theme\webapp\common-theme\js with
> bq. npx npm-check-updates
> We get a list of dependencies to update. They can be easily updated using
> bq. npx npm-check-updates -u
> Committers then need to check if all is OK before pushing to the repo.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)