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

Update development dependencies #969

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

bertdeblock
Copy link
Contributor

No description provided.

@bertdeblock bertdeblock self-assigned this Mar 22, 2024
@@ -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",
Copy link
Contributor Author

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",
Copy link
Contributor Author

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",
Copy link
Contributor Author

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",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems unused.

Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.73%. Comparing base (b658992) to head (4de6a0f).

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.
📢 Have feedback on the report? Share it here.

@ef4
Copy link
Contributor

ef4 commented Apr 16, 2024

Reviewed this during the weekly tooling meeting. The blocker is the remaining test failure.

@bertdeblock
Copy link
Contributor Author

Closing, due to lack of time.

@bertdeblock bertdeblock reopened this Nov 7, 2024
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
run: yarn node-test
# run: yarn node-test-with-coverage
Copy link
Member

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

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

Successfully merging this pull request may close these issues.

3 participants