-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy path.ncurc.yaml
More file actions
17 lines (17 loc) · 951 Bytes
/
.ncurc.yaml
File metadata and controls
17 lines (17 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## 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: [
# Tests fail when tape is upgraded.
# Issue is tracked here: https://github.com/mojaloop/project/issues/3616
"tape",
# TODO: New versions from 2.2.0 onwards introduce a newer incompatible version of the ILP-Packet that is not compatible with the Mojaloop Specification
"ilp-packet",
# v6+ (ref: https://github.com/sindresorhus/get-port/releases/tag/v6.0.0) is an ESM library and thus not compatible with CommonJS. Future story needed to resolve.
"get-port",
# sinon v17.0.1 causes 58 tests to fail. This will need to be resolved in a future story.
# Issue is tracked here: https://github.com/mojaloop/project/issues/3616
"sinon",
# glob >= 11 requires node >= 20
"glob",
# joi v18.0.1 has dependency issues with other packages
"joi"
]