Openbravo Issue Tracking System - POS2
View Issue Details
0047243POS2Corepublic2021-06-24 15:412021-07-14 10:07
jarmendariz 
alostale 
normalminorhave not tried
closedfixed 
5
 
 
No
0047243: Update caniuse-lite to its latest version
The following message appears when building the app (ant build/npm start):

Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating [^]
Build the pos2 app either by running "ant build" or "npm start" and the message will appear during the process.
No tags attached.
Issue History
2021-06-24 15:41jarmendarizNew Issue
2021-06-24 15:41jarmendarizAssigned To => platform
2021-06-24 15:41jarmendarizTriggers an Emergency Pack => No
2021-07-13 08:37hgbotNote Added: 0130397
2021-07-13 08:37alostaleStatusnew => scheduled
2021-07-13 08:37alostaleAssigned Toplatform => alostale
2021-07-13 08:53hgbotNote Added: 0130398
2021-07-14 09:36dmiguelezResolution time => 1627509600
2021-07-14 10:07hgbotResolutionopen => fixed
2021-07-14 10:07hgbotStatusscheduled => closed
2021-07-14 10:07hgbotNote Added: 0130454
2021-07-14 10:07hgbotNote Added: 0130455
2021-07-14 10:07hgbotNote Added: 0130456
2021-07-14 10:07hgbotFixed in Version => PR21Q4
2021-07-14 10:07hgbotNote Added: 0130457

Notes
(0130397)
hgbot   
2021-07-13 08:37   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/413 [^]
(0130398)
hgbot   
2021-07-13 08:53   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/590 [^]
(0130454)
hgbot   
2021-07-14 10:07   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: 2da460981863e5100cea4c04c9038cc802a7cd21
Author: Asier Lostalé <asier.lostale@openbravo.com>
Date: 2021-07-14T08:06:46+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/2da460981863e5100cea4c04c9038cc802a7cd21 [^]

fixes ISSUE-47243: updates caniuse-lite to the latest version

Executed:
```
Latest version: 1.0.30001244
Installed version: 1.0.30001176

Target browser changes:
- chrome 87
- chrome 86
+ chrome 91
+ chrome 90
- firefox 84
- firefox 83
+ firefox 89
+ firefox 88
- safari 13.1
+ safari 14.1
```

---
M web-jspack/org.openbravo.core2/package-lock.json
---
(0130455)
hgbot   
2021-07-14 10:07   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/590 [^]
(0130456)
hgbot   
2021-07-14 10:07   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/413 [^]
(0130457)
hgbot   
2021-07-14 10:07   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: bcde633f88a4d91151b375e7bce5417b92627f9c
Author: Asier Lostalé <asier.lostale@openbravo.com>
Date: 2021-07-13T08:34:26+02:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/bcde633f88a4d91151b375e7bce5417b92627f9c [^]

fixes ISSUE-47243: updates caniuse-lite to the latest version

Executed:
```
$ npx browserslist@latest --update-db
Latest version: 1.0.30001244
Installed version: 1.0.30001241
```

---
M package-lock.json
M package.json
---