You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The browserslist-useragent package thinks my Firefox is 109.0 (the Gecko version) instead of 118.0 (I have allowHigherVersions set), so it detects my browser as not supported. This doesn't seem right.
The text was updated successfully, but these errors were encountered:
ye I was also confused then saw this issue, I guess we need something like that until it resolves
for my case Fireforx 115 117 and >118 is fine ua-parser-js's getBrowser() functions gives the right firefox version at the moment.
This just came up for us, because the newest firefox version 118, will be detected as 109, which is no longer included in the defaults browserslist configuration. (looking at the output of browserslist default I am not sure, why this didn't come up earlier for us, but ¯_(ツ)_/¯
browserslist-useragent/index.ts
Lines 84 to 90 in b767e4d
I'm using Firefox 118.0.1 with user-agent:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/118.0
.My browserslist query is as follows:
Which returns, as of now, the following browsers:
The browserslist-useragent package thinks my Firefox is 109.0 (the Gecko version) instead of 118.0 (I have
allowHigherVersions
set), so it detects my browser as not supported. This doesn't seem right.The text was updated successfully, but these errors were encountered: