Why webpack-preprocessor use a pinned of @babel/parser ? #24917
alaingiller
started this conversation in
General
Replies: 1 comment 1 reply
-
@alaingiller can you log this as an issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I saw the the webpack-preprocessor use a (very old) pinned version of @babel/parser, but not of @babel/core:
https://github.com/cypress-io/cypress/blob/develop/npm/webpack-preprocessor/package.json#L24
Is there a reason why @babel/parser is pinned to this specific version "7.13.0" ?
I think it should be the same as for the core "^7.0.1" or at least to allow patch version.
This break our pipeline because the version 7.13.0 is considered too old and there is a lot of patches and minor version since then.
Beta Was this translation helpful? Give feedback.
All reactions