-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Changelog for Release server-2022-04-01 #7788
Conversation
|
Quite puzzled by the CI failure for the package 🤔 |
Whatever this is it seems to be impacting all PRs, though I'm unable to reproduce it locally |
Okay looks like this is an upstream issue an npm npm/cli#4664 as apparently the Circle 14 image is using npm 8.6.0 |
As I see we've got a few options:
I started down the latter path but gave up fairly quickly |
Bah. My hope was that I think we should aim for the project to be installable on latest NPM. I have submitted a PR at #7809 which gets the build passing by downgrading eslint-plugin-promise. When eslint-plugin-standard 17.0.0 is released we will be able to upgrade it again. That was the only conflict as far as I can see. Lets get that one merged, rebase everything on to it and see where we are.. |
Oh maybe some of what I experienced was self-inflicted. I think at one point I had deleted the lockfile locally, and then trying to do installs afterwards with 8.6.0 was a tangle of peer dependency issues |
Well, all of this is self-inflicted on some level 😆 I'm going to close this one off for now. I'll trigger another release PR when we've worked our way through this week's dependency bumps. |
Changelog for Release server-2022-04-01