-
Notifications
You must be signed in to change notification settings - Fork 375
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
Mobx: Upgrade urijs typings #4116
Labels
Comments
pjonsson
added a commit
to pjonsson/terriajs
that referenced
this issue
Jan 1, 2025
Update types/urijs to the latest version and update the names for the types in the code. Also remove lib/ThirdParty/urijs and put in ts-expect-error in the two places that accesses the expression directly. Fixes TerriaJS#4116
pjonsson
added a commit
to pjonsson/terriajs
that referenced
this issue
Jan 2, 2025
Update types/urijs to the latest version and update the names for the types in the code. Also change the code that previously accessed the internal "expression" of URITemplate to remember the URL instead and remove those accesses. Fixes TerriaJS#4116
pjonsson
added a commit
to pjonsson/terriajs
that referenced
this issue
Jan 2, 2025
Update types/urijs to the latest version and update the names for the types in the code. Also change the code that previously accessed the internal "expression" of URITemplate to remember the URL instead and remove those accesses. Fixes TerriaJS#4116
pjonsson
added a commit
to pjonsson/terriajs
that referenced
this issue
Jan 15, 2025
Update types/urijs to the latest version and update the names for the types in the code. Also change the code that previously accessed the internal "expression" of URITemplate to remember the URL instead and remove those accesses. Fixes TerriaJS#4116
pjonsson
added a commit
to pjonsson/terriajs
that referenced
this issue
Jan 16, 2025
Update types/urijs to the latest version and update the names for the types in the code. Also change the code that previously accessed the internal "expression" of URITemplate to remember the URL instead and remove those accesses. Fixes TerriaJS#4116
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
urijs
typings have changed and our code is not compatible with it. Had to temporarily fix on1.19.1
so that our builds pass. This ticket is to upgrade urijs to the latest version.The text was updated successfully, but these errors were encountered: