ldtorres
(Daya)
January 26, 2026, 1:41pm
1
We are getting an error during JavaScript analysis related to an outdated baseline-browser-mapping dependency.
The analysis fails with the following message:
ERROR: [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
ganncamp
(G Ann Campbell)
January 26, 2026, 4:17pm
2
Hi,
As a workaround, try setting an environment variable: BROWSERSLIST_IGNORE_OLD_DATA=1 .
Ann
Hello @ldtorres ,
What version of SonarQube are you using? We are aware of this happening in the past, but was (in principle) fixed 4 years ago
We can probably move the discussion to this other topic with the exact same issue
ldtorres
(Daya)
January 26, 2026, 9:29pm
5
Hi Ann,
Thanks for the workaround suggestion
We can confirm that setting BROWSERSLIST_IGNORE_OLD_DATA=1 avoids the analysis failure for now.
ldtorres
(Daya)
January 26, 2026, 9:29pm
6
Hi Victor,
To clarify, this is happening in SonarCloud (not self-hosted SonarQube), during JavaScript/TypeScript analysis.
The project itself does not directly manage baseline-browser-mapping, which is why we believe this dependency is coming from the analyzer side.
Please let us know if you’d like us to move the discussion to the other referenced topic, or if you need any additional details from our side.