-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
package: lock all dependencies #6079
Conversation
version "1.4.19" | ||
resolved "https://registry.npmjs.org/@types/backbone/-/backbone-1.4.19.tgz#f6e8406fed40ca3fe224f6e59115142b62be76d6" | ||
integrity sha512-byyn236JymGByOajKA7mi1k+/jKn162TIvArOB4SHgOGbVlFj8CSfJH4jekP0qo0vJwW5khrrsiiO1Jsos6ZvA== | ||
"@types/backbone@1.4.15": |
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.
@artf Seems need to fix to 1.4.19, because 1.4.15 cause error with underscore typings
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.
hi @Delagen can you provide a replication of your issue?
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 have this error
TS2694: Namespace '".../node_modules/@types/und
erscore/index"' has no exported member 'ListIterator'.
With 1.4.19 I have no error. With 1.4.20 I have another error caused View.events different declaration
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.
May be It caused by "module": "ESNext","useDefineForClassFields": true,
Now have merged dependabot:
Let's lock the dependencies for more consistency and rely on auto-updates along with a ci run to assert updated packages.
Related: