-
Notifications
You must be signed in to change notification settings - Fork 158
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
Ensure plugins work with Dashboards Node v14.18.2 #875
Comments
|
@hsiang9431-amzn CI is not running with node 14.18.2 as far as I know. Our CI in |
|
I'm not sure how you're testing this, but I've tested with a yarn run lint:es && yarn run lint:sass
yarn run v1.22.17
$ node ../../scripts/eslint
✨ Done in 13.60s.
yarn run v1.22.17
$ node ../../scripts/sasslint
✨ Done in 1.31s. after changing line 31 in |
I've created #892 to start getting ready our |
From @hsiang9431-amzn It turns out to be the new version of node does not recognize the old implementation of a regular expression. This line of change is what needs to be done for fixing it
|
so |
this issue is covered in this PR: #928 |
Dashboards has upgraded Node to v14.18.2 and this is for plugin teams to verify that their plugins work with the new version upgrade. The Dashboards branch running the upgraded node is feature/node14.
A list of things to check is:
@types/node
package is bumped to^14.17.32
if it's usedThe text was updated successfully, but these errors were encountered: