@@ -51,6 +51,7 @@ class FakeReleasePlan {
5151 baseBranch : "main" ,
5252 updateInternalDependencies : "patch" ,
5353 ignore : [ ] ,
54+ prettier : true ,
5455 privatePackages : { version : true , tag : false } ,
5556 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
5657 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -94,6 +95,7 @@ async function testSetup(
9495 baseBranch : "main" ,
9596 updateInternalDependencies : "patch" ,
9697 ignore : [ ] ,
98+ prettier : true ,
9799 privatePackages : { version : true , tag : false } ,
98100 snapshot : {
99101 useCalculatedVersion : false ,
@@ -665,6 +667,7 @@ describe("apply release plan", () => {
665667 baseBranch : "main" ,
666668 changedFilePatterns : [ "**" ] ,
667669 updateInternalDependencies : "patch" ,
670+ prettier : true ,
668671 privatePackages : { version : true , tag : false } ,
669672 ignore : [ ] ,
670673 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
@@ -741,6 +744,7 @@ describe("apply release plan", () => {
741744 baseBranch : "main" ,
742745 changedFilePatterns : [ "**" ] ,
743746 updateInternalDependencies : "patch" ,
747+ prettier : true ,
744748 privatePackages : { version : true , tag : false } ,
745749 ignore : [ ] ,
746750 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
@@ -1000,6 +1004,7 @@ describe("apply release plan", () => {
10001004 baseBranch : "main" ,
10011005 updateInternalDependencies,
10021006 ignore : [ ] ,
1007+ prettier : true ,
10031008 privatePackages : { version : true , tag : false } ,
10041009 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
10051010 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -1116,6 +1121,7 @@ describe("apply release plan", () => {
11161121 baseBranch : "main" ,
11171122 updateInternalDependencies,
11181123 ignore : [ ] ,
1124+ prettier : true ,
11191125 privatePackages : { version : true , tag : false } ,
11201126 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
11211127 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -1217,6 +1223,7 @@ describe("apply release plan", () => {
12171223 baseBranch : "main" ,
12181224 updateInternalDependencies,
12191225 ignore : [ ] ,
1226+ prettier : true ,
12201227 privatePackages : { version : true , tag : false } ,
12211228 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
12221229 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -1317,6 +1324,7 @@ describe("apply release plan", () => {
13171324 baseBranch : "main" ,
13181325 updateInternalDependencies,
13191326 ignore : [ ] ,
1327+ prettier : true ,
13201328 privatePackages : { version : true , tag : false } ,
13211329 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
13221330 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -1417,6 +1425,7 @@ describe("apply release plan", () => {
14171425 baseBranch : "main" ,
14181426 updateInternalDependencies,
14191427 ignore : [ ] ,
1428+ prettier : true ,
14201429 privatePackages : { version : true , tag : false } ,
14211430 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
14221431 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -1520,6 +1529,7 @@ describe("apply release plan", () => {
15201529 baseBranch : "main" ,
15211530 updateInternalDependencies,
15221531 ignore : [ ] ,
1532+ prettier : true ,
15231533 privatePackages : { version : true , tag : false } ,
15241534 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
15251535 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -1636,6 +1646,7 @@ describe("apply release plan", () => {
16361646 baseBranch : "main" ,
16371647 updateInternalDependencies,
16381648 ignore : [ ] ,
1649+ prettier : true ,
16391650 privatePackages : { version : true , tag : false } ,
16401651 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
16411652 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -1745,6 +1756,7 @@ describe("apply release plan", () => {
17451756 baseBranch : "main" ,
17461757 updateInternalDependencies,
17471758 ignore : [ ] ,
1759+ prettier : true ,
17481760 privatePackages : { version : true , tag : false } ,
17491761 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
17501762 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -1845,6 +1857,7 @@ describe("apply release plan", () => {
18451857 baseBranch : "main" ,
18461858 updateInternalDependencies,
18471859 ignore : [ ] ,
1860+ prettier : true ,
18481861 privatePackages : { version : true , tag : false } ,
18491862 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
18501863 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -1946,6 +1959,7 @@ describe("apply release plan", () => {
19461959 baseBranch : "main" ,
19471960 updateInternalDependencies : "patch" ,
19481961 ignore : [ ] ,
1962+ prettier : true ,
19491963 privatePackages : { version : true , tag : false } ,
19501964 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
19511965 onlyUpdatePeerDependentsWhenOutOfRange : true ,
@@ -2178,6 +2192,7 @@ describe("apply release plan", () => {
21782192 ] ,
21792193 updateInternalDependencies : "patch" ,
21802194 ignore : [ ] ,
2195+ prettier : true ,
21812196 privatePackages : { version : true , tag : false } ,
21822197 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
21832198 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -2316,6 +2331,7 @@ describe("apply release plan", () => {
23162331 baseBranch : "main" ,
23172332 updateInternalDependencies : "patch" ,
23182333 ignore : [ ] ,
2334+ prettier : true ,
23192335 privatePackages : { version : true , tag : false } ,
23202336 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
23212337 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -2425,6 +2441,7 @@ describe("apply release plan", () => {
24252441 baseBranch : "main" ,
24262442 updateInternalDependencies : "minor" ,
24272443 ignore : [ ] ,
2444+ prettier : true ,
24282445 privatePackages : { version : true , tag : false } ,
24292446 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
24302447 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -2546,6 +2563,7 @@ describe("apply release plan", () => {
25462563 baseBranch : "main" ,
25472564 updateInternalDependencies : "minor" ,
25482565 ignore : [ ] ,
2566+ prettier : true ,
25492567 privatePackages : { version : true , tag : false } ,
25502568 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
25512569 onlyUpdatePeerDependentsWhenOutOfRange : false ,
@@ -2681,6 +2699,7 @@ describe("apply release plan", () => {
26812699 baseBranch : "main" ,
26822700 updateInternalDependencies : "minor" ,
26832701 ignore : [ ] ,
2702+ prettier : true ,
26842703 privatePackages : { version : true , tag : false } ,
26852704 ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH : {
26862705 onlyUpdatePeerDependentsWhenOutOfRange : false ,
0 commit comments