User tests: Successful: Unsuccessful:
Pull Request resolves # .
This pull request (PR) updates the node_modules/baseline-browser-mapping and node_modules/caniuse-lite NPM dependencies to get rid of the warning about outdated browser mapping shown when running npm ci.
It is the result of running the npm run browserlist:update command .
@Bodge-IT @softforge It does the same as PR #46906 did for 5.4-dev, but that was not included in your last upmerge.
This PR here might result in slightly newer versions than the 5.4-dev PR, but that's ok. Vice versa, older than that, would be worse.
Checkout the branch of this PR, run composer installand then npm ciand watch the output of the latter.
In the middle of js file copying and minifying, a warning about an outdated browser mapping is shown:
...
✅ Legacy js file: plugin.js: minified
✅ Legacy js file: date-helper.js: minified
[baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D`
Browserslist: browsers data (caniuse-lite) is 6 months old. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
✅ ES2017 file: associations-edit.js: transpiled
✅ ES2017 file: admin-compare-compare.js: transpiled
...
No such warning.
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | NPM Change |
I have tested this item ✅ successfully on a3128ee
Before Applying PR/patch:

| Status | Pending | ⇒ | Ready to Commit |
| Labels |
Added:
NPM Resource Changed
PR-6.0-dev
|
||
RTC
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-03-09 15:56:48 |
| Closed_By | ⇒ | softforge | |
| Labels |
Added:
RTC
|
||
Thank you @richard67 and the testers for your work
I have tested this item ✅ successfully on a3128ee
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/47329.