-
Notifications
You must be signed in to change notification settings - Fork 471
chore: upgrade all deps and fix the build #817
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
Conversation
"@testing-library/jest-dom": "^5.10.1", | ||
"dtslint": "^3.6.12", | ||
"@testing-library/jest-dom": "^5.11.5", | ||
"@types/estree": "0.0.45", |
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.
This is added temporarily to avoid the deduping issues. Can be removed when this is resolved: rollup/plugins#639
@@ -1,6 +1,7 @@ | |||
{ | |||
"extends": ["dtslint/dtslint.json"], | |||
"rules": { | |||
"no-redundant-jsdoc": false, |
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.
In the latest version of dtslint, this fails on our @deprecated
annotations.
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 704170f:
|
Codecov Report
@@ Coverage Diff @@
## master #817 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 26
Lines 911 910 -1
Branches 277 276 -1
=========================================
- Hits 911 910 -1
Continue to review full report at Codecov.
|
I think we want to disable |
🎉 This PR is included in version 7.26.6 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What: This updates all deps and adds
@types/estree
to avoid dedup issuesWhy: The build was broken. More info: rollup/plugins#639
How: Update all deps and add
@types/estree
temporarilyChecklist:
docs site N/A