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 yarn.lock required: jupyterlab/coreutils => no exported member 'ResolvedRelativeTimeFormatOptions' #237

Open
jhgoebbert opened this issue Jan 10, 2025 · 0 comments
Labels

Comments

@jhgoebbert
Copy link

Building the extension for JupyterLab 4.3.4 results for me in the error message

INFO:hatch_jupyter_builder.utils:> <..>/JupyterLab/4.3.4-GCCcore-13.3.0/bin/jlpm run build:prod
      node_modules/@jupyterlab/coreutils/lib/time.d.ts(5,28): error TS2724: 'Intl' has no exported member named 'ResolvedRelativeTimeFormatOptions'. Did you mean 'ResolvedDateTimeFormatOptions'?

with jupyterlab/coreutils/lib/time.d.ts == https://github.com/jupyterlab/jupyterlab/blob/main/packages/coreutils/src/time.ts#L20

This might be related to this commit from July 2024 which introduced ES2020 while it was ES2018 before:
https://github.com/jupyterlab/jupyterlab/pull/16288/files

@jhgoebbert jhgoebbert added the bug label Jan 10, 2025
@jhgoebbert jhgoebbert changed the title jupyterlab/coreutils => 'Intl' has no exported member named 'ResolvedRelativeTimeFormatOptions' update yarn.lock required: jupyterlab/coreutils => no exported member 'ResolvedRelativeTimeFormatOptions' Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant