Skip to content

Commit cbc7b60

Browse files
committed
Add missing support for package.json collections as incompatibility
1 parent 050a7eb commit cbc7b60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rfcs/0009-ui5-project-refactoring.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ To implement all the requirements listed in the [Motivation](#motivation) chapte
395395

396396
**Any expected breaking changes shall be listed here:**
397397
* A shim extension located in a project's dependencies can't influence other dependencies of that project anymore (to be confirmed, see `projectGraphFromTree` test case in the PoC)
398+
* Support for collections defined in the package.json is dropped. Technically it would be possible to continue to support them. However, they are not documented and we never saw them being used in the wild. Project Shims offer the same functionality
398399

399400
### Proof of Concept
400401

0 commit comments

Comments
 (0)