-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Update development dependencies #969
base: main
Are you sure you want to change the base?
Conversation
@@ -43,24 +43,22 @@ | |||
"walk-sync": "^2.2.0" | |||
}, | |||
"devDependencies": { | |||
"chai": "^4.3.4", | |||
"@release-it-plugins/lerna-changelog": "^6.1.0", | |||
"chai": "^4.4.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Latest v4, because v5 is pure ESM.
"mockery": "^2.1.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.4.1", | ||
"release-it": "^14.11.6", | ||
"release-it-lerna-changelog": "^3.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed to @release-it-plugins/lerna-changelog
.
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"glob": "^7.2.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems unused.
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"glob": "^7.2.0", | ||
"json": "^10.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems unused.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #969 +/- ##
=======================================
Coverage 94.73% 94.73%
=======================================
Files 18 18
Lines 532 532
=======================================
Hits 504 504
Misses 28 28 ☔ View full report in Codecov by Sentry. |
Reviewed this during the weekly tooling meeting. The blocker is the remaining test failure. |
Closing, due to lack of time. |
4de6a0f
to
7730df0
Compare
7730df0
to
067e1df
Compare
fail_ci_if_error: true | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
run: yarn node-test | ||
# run: yarn node-test-with-coverage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think enable this but put if: github.event_name == 'push'
And a comment with this link codecov/codecov-action#1580 so we know to re-enable
No description provided.