-
Notifications
You must be signed in to change notification settings - Fork 0
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
deps!: SC-13964 Update dependencies #29
Conversation
@IchordeDionysos any idea on how to fix the node version issue? |
Not run it on Node 16? 🙈 |
@IchordeDionysos can you help out here? I cannot update the node module version in the tsconfig to 18 because that value is not supported. But I want to avoid using commonjs for example. |
Co-authored-by: Dennis Kugelmann <[email protected]>
Co-authored-by: Dennis Kugelmann <[email protected]>
…m/simpleclub/firebase-rules-helper into task/SC-13964-update-dependencies
@IchordeDionysos The tests are complaining about |
ts-jest seems to not be able to process them as a TS ecmascript module - there's an ongoing issue this isn't ideal, and would also affect any global setup/teardown scripts if they are later added
i think it was this issue causing us grief: i also considered disabling this option that we were extending from google's tsconfig: https://www.typescriptlang.org/tsconfig/#noEmitOnError other alternatives:
tbh nothing was the perfect answer, but I'm not sure which compromise we want to have here. |
No description provided.