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

package: lock all dependencies #6079

Merged
merged 2 commits into from
Aug 23, 2024
Merged

package: lock all dependencies #6079

merged 2 commits into from
Aug 23, 2024

Conversation

danstarns
Copy link
Member

@danstarns danstarns commented Aug 22, 2024

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:

@danstarns danstarns requested a review from artf August 22, 2024 21:59
@artf artf merged commit a8620c0 into dev Aug 23, 2024
2 checks passed
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":
Copy link

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

Copy link
Member Author

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?

Copy link

@Delagen Delagen Sep 2, 2024

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

Copy link

@Delagen Delagen Sep 2, 2024

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,

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

Successfully merging this pull request may close these issues.

3 participants