You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/release-specification.test.ts
-222Lines changed: 0 additions & 222 deletions
Original file line number
Diff line number
Diff line change
@@ -602,116 +602,6 @@ Your release spec could not be processed due to the following issues:
602
602
});
603
603
});
604
604
605
-
it('throws if there are any packages in the release with a major version bump using the word "major", but any of their dependents defined as "dependencies" are not listed in the release',async()=>{
Your release spec could not be processed due to the following issues:
640
-
641
-
* The following dependents of package 'a', which is being released with a major version bump, are missing from the release spec.
642
-
643
-
- b
644
-
645
-
Consider including them in the release spec so that they are compatible with the new 'a' version.
646
-
647
-
If you are ABSOLUTELY SURE these packages are safe to omit, however, and want to postpone the release of a package, then list it with a directive of "intentionally-skip". For example:
648
-
649
-
packages:
650
-
b: intentionally-skip
651
-
652
-
The release spec file has been retained for you to edit again and make the necessary fixes. Once you've done this, re-run this tool.
653
-
654
-
${releaseSpecificationPath}
655
-
`.trim(),
656
-
);
657
-
});
658
-
});
659
-
660
-
it('throws if there are any packages in the release with a major version bump using a literal version, but any of their dependents defined as "dependencies" are not listed in the release',async()=>{
Your release spec could not be processed due to the following issues:
695
-
696
-
* The following dependents of package 'a', which is being released with a major version bump, are missing from the release spec.
697
-
698
-
- b
699
-
700
-
Consider including them in the release spec so that they are compatible with the new 'a' version.
701
-
702
-
If you are ABSOLUTELY SURE these packages are safe to omit, however, and want to postpone the release of a package, then list it with a directive of "intentionally-skip". For example:
703
-
704
-
packages:
705
-
b: intentionally-skip
706
-
707
-
The release spec file has been retained for you to edit again and make the necessary fixes. Once you've done this, re-run this tool.
708
-
709
-
${releaseSpecificationPath}
710
-
`.trim(),
711
-
);
712
-
});
713
-
});
714
-
715
605
it('throws if there are any packages in the release with a major version bump using the word "major", but any of their dependents defined as "peerDependencies" are not listed in the release',async()=>{
716
606
awaitwithSandbox(async(sandbox)=>{
717
607
constproject=buildMockProject({
@@ -816,118 +706,6 @@ Your release spec could not be processed due to the following issues:
816
706
817
707
The release spec file has been retained for you to edit again and make the necessary fixes. Once you've done this, re-run this tool.
818
708
819
-
${releaseSpecificationPath}
820
-
`.trim(),
821
-
);
822
-
});
823
-
});
824
-
825
-
it('throws if there are any packages in the release with a major version bump using the word "major", but their dependents via "dependencies" have their version specified as null in the release spec',async()=>{
Your release spec could not be processed due to the following issues:
861
-
862
-
* The following dependents of package 'a', which is being released with a major version bump, are missing from the release spec.
863
-
864
-
- b
865
-
866
-
Consider including them in the release spec so that they are compatible with the new 'a' version.
867
-
868
-
If you are ABSOLUTELY SURE these packages are safe to omit, however, and want to postpone the release of a package, then list it with a directive of "intentionally-skip". For example:
869
-
870
-
packages:
871
-
b: intentionally-skip
872
-
873
-
The release spec file has been retained for you to edit again and make the necessary fixes. Once you've done this, re-run this tool.
874
-
875
-
${releaseSpecificationPath}
876
-
`.trim(),
877
-
);
878
-
});
879
-
});
880
-
881
-
it('throws if there are any packages in the release with a major version bump using a literal version, but their dependents via "dependencies" have their version specified as null in the release spec',async()=>{
Your release spec could not be processed due to the following issues:
917
-
918
-
* The following dependents of package 'a', which is being released with a major version bump, are missing from the release spec.
919
-
920
-
- b
921
-
922
-
Consider including them in the release spec so that they are compatible with the new 'a' version.
923
-
924
-
If you are ABSOLUTELY SURE these packages are safe to omit, however, and want to postpone the release of a package, then list it with a directive of "intentionally-skip". For example:
925
-
926
-
packages:
927
-
b: intentionally-skip
928
-
929
-
The release spec file has been retained for you to edit again and make the necessary fixes. Once you've done this, re-run this tool.
0 commit comments