Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown version 73 of firefox #441

Closed
equinusocio opened this issue Jan 21, 2020 · 3 comments
Closed

Unknown version 73 of firefox #441

equinusocio opened this issue Jan 21, 2020 · 3 comments

Comments

@equinusocio
Copy link

equinusocio commented Jan 21, 2020

Some recent Browserslist updates broke my postcss build process (using parcel and postcss-preset-env). The Firefox query return an error about missing version 73.

  "browserslist": [
    "last 1 Chrome versions",
    "last 1 Firefox versions", <--- broken
    "last 1 Safari versions",
    "last 1 Edge versions"
  ]
./ne-core.pcss: Unknown version 73 of firefox
    at Function.select (test/node_modules/browserslist/index.js:1001:17)
    at test/node_modules/browserslist/index.js:277:33
    at Array.reduce (<anonymous>)
    at resolve (test s/node_modules/browserslist/index.js:259:18)
    at browserslist (test/node_modules/browserslist/index.js:383:21)
    at getTargets test/node_modules/@babel/helper-compilation-targets/lib/index.js:201:48)
    at _default (test/node_modules/@babel/preset-env/lib/index.js:228:57)
    at Object.default (test/node_modules/@babel/helper-plugin-utils/lib/index.js:19:12)
    at getEnvPlugins (test/node_modules/parcel-bundler/src/transforms/babel/env.js:62:34)
    at getEnvConfig (test/node_modules/parcel-bundler/src/transforms/babel/env.js:12:25)

Using npx

➜ npx browserslist "last 1 Chrome versions, last 1 Firefox versions, last 1 Safari versions, last 1 Edge versions"
chrome 80
edge 76
firefox 73
safari TP
@ai
Copy link
Member

ai commented Jan 21, 2020

Seems like #438 fixes it too (thanks for the issue anyway, the question was why do you have unknown browser, seems like Babel uses as in wrong way)

@ai
Copy link
Member

ai commented Jan 21, 2020

Fixed at 4.8.5

@equinusocio
Copy link
Author

Thanks! So fast!

@ai ai closed this as completed Jan 24, 2020
tats-u pushed a commit to tats-u/browserslist that referenced this issue Apr 8, 2023
* Add skip to form button visible by :focus

* Add label to textarea

* Better a11y for form errors

* Increase error text font

* Center Skip to Form button

* make text shorter

* Fix placeholder

* Replace article to main

* Use header for header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants