-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.ncurc.yaml
14 lines (14 loc) · 1.01 KB
/
.ncurc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Add a TODO comment indicating the reason for each rejected dependency upgrade added to this list, and what should be done to resolve it (i.e. handle it through a story, etc).
reject: [
## Between version 0.2.15-0.2.21 there is a breaking change that results in a segmentation fault.
## TODO: Investigate.
'@mojaloop/platform-shared-lib-nodejs-kafka-client-lib',
## TODO: The kafka connectivity is not working properly and the following update is causing service crash.
'@mojaloop/logging-bc-client-lib',
## TODO: The new version of npm-check-updates uses new Glob v9.x and it is introducing a dependency Package "[email protected]" which is licensed under "BlueOak-1.0.0" which is not permitted by the Mojaloop License Policy
'npm-check-updates',
## TODO: The new version of nx causes submodules to be broken.
"nx",
## esLint 9.15.0 caused the error: TypeError: Error while loading rule '@typescript-eslint/no-unused-expressions': Cannot read properties of undefined (reading 'allowShortCircuit')
"eslint"
]