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

testing/test-utils build is going to break when package-lock.json is updated #919

Closed
aramirezj opened this issue Jan 12, 2025 · 0 comments
Closed
Labels
🐛 bug something isn't working

Comments

@aramirezj
Copy link
Contributor

aramirezj commented Jan 12, 2025

What happened?

See Issue in the @poppins repository

Basically the import in testing/test-utils/src/lib/utils/logging.ts being
import type { Logger } from '@poppinss/cliui';

It's going to break when the package-lock.json is updated, since, currently it's installing the 6.4.1, but when it installs the 6.4.2, where the sourcemaps are not generated anymore, it will complain about the module relation.

A fix can be fixing the package version.

What would you expect to happen?

No response

What steps did you take?

See poppinss/cliui#21

Code PushUp package version

No response

What operation system are you on?

Linux

Node version

No response

Relevant log output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant