-
Notifications
You must be signed in to change notification settings - Fork 789
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
bug: test exec breaks after updating from 4.11
to 4.12
- node:crypto
#5358
Comments
4.11
to 4.12
- exception node:crypto
4.11
to 4.12
- node:crypto
Hey @deleonio 👋 Can you please provide a more minimal reproduction for the team to take a look at? Kolibri is too large of a project for the team to delve into and try to understand. Thanks! |
Thanks for the issue! This issue has been labeled as Please reproduce this issue in an Stencil starter component library and provide a way for us to access it (GitHub repo, StackBlitz, etc). Without a reliable code reproduction, it is unlikely we will be able to resolve the issue, leading to it being closed. If you have already provided a code snippet and are seeing this message, it is likely that the code snippet was not enough for our team to reproduce the issue. For a guide on how to create a good reproduction, see our Contributing Guide. |
Here is a minimal sample for reproduction: https://github.com/deleonio/kolibri-library |
@deleonio |
The repo is now public, sorry. |
This fixes an issue where this couldn't be resolved in some cases. fixes #5358
This fixes an issue where this couldn't be resolved in some cases. fixes #5358
Hey @deleonio, I was just able to take a look at this and found a fix which seems to fix things in your repro case locally for me. I just published a dev build containing the fix, if you wouldn't mind trying it out to confirm it fixes the issue! You can do that like this: npm i @stencil/[email protected] |
@alicewriteswrongs, thank you very much! It works in the reproduction Repo and also in our large monorepo Public UI / KoliBri for the German gov. If there is anything I can do for Stencil, please let me know. ❤️ |
Awesome, thanks for giving that a try! I'll get that merged and we'll ping here when it's released |
A fix for this has been published in v4.12.3. |
Prerequisites
Stencil Version
4.12.x
Current Behavior
We receive exceptions when executing the stencil tests.
Expected Behavior
We receive no exception when executing the stencil tests.
System Info
Steps to Reproduce
One-line command:
git clone https://github.com/deleonio/kolibri-library.git
pnpm i
pnpm i @stencil/[email protected]
pnpm test
pnpm i @stencil/[email protected]
pnpm test
Code Reproduction URL
git clone https://github.com/deleonio/kolibri-library.git
Additional Information
No response
The text was updated successfully, but these errors were encountered: