@cdk8s/projen-common 0.0.525 → 0.0.527

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.jsii CHANGED
@@ -290,7 +290,7 @@
290
290
  },
291
291
  "locationInModule": {
292
292
  "filename": "src/projects/node.ts",
293
- "line": 155
293
+ "line": 163
294
294
  },
295
295
  "parameters": [
296
296
  {
@@ -304,7 +304,7 @@
304
304
  "kind": "class",
305
305
  "locationInModule": {
306
306
  "filename": "src/projects/node.ts",
307
- "line": 153
307
+ "line": 161
308
308
  },
309
309
  "name": "Cdk8sTeamNodeProject",
310
310
  "symbolId": "src/projects/node:Cdk8sTeamNodeProject"
@@ -385,6 +385,24 @@
385
385
  "type": {
386
386
  "primitive": "string"
387
387
  }
388
+ },
389
+ {
390
+ "abstract": true,
391
+ "docs": {
392
+ "default": "- no custom options.",
393
+ "stability": "stable",
394
+ "summary": "Options for the `triage` workflow."
395
+ },
396
+ "immutable": true,
397
+ "locationInModule": {
398
+ "filename": "src/projects/node.ts",
399
+ "line": 154
400
+ },
401
+ "name": "triageOptions",
402
+ "optional": true,
403
+ "type": {
404
+ "fqn": "@cdk8s/projen-common.TriageOptions"
405
+ }
388
406
  }
389
407
  ],
390
408
  "symbolId": "src/projects/node:Cdk8sTeamNodeProjectOptions"
@@ -405,7 +423,7 @@
405
423
  },
406
424
  "locationInModule": {
407
425
  "filename": "src/projects/typescript.ts",
408
- "line": 46
426
+ "line": 55
409
427
  },
410
428
  "parameters": [
411
429
  {
@@ -419,7 +437,7 @@
419
437
  "kind": "class",
420
438
  "locationInModule": {
421
439
  "filename": "src/projects/typescript.ts",
422
- "line": 44
440
+ "line": 53
423
441
  },
424
442
  "name": "Cdk8sTeamTypeScriptProject",
425
443
  "symbolId": "src/projects/typescript:Cdk8sTeamTypeScriptProject"
@@ -438,7 +456,7 @@
438
456
  "kind": "interface",
439
457
  "locationInModule": {
440
458
  "filename": "src/projects/typescript.ts",
441
- "line": 9
459
+ "line": 10
442
460
  },
443
461
  "name": "Cdk8sTeamTypeScriptProjectOptions",
444
462
  "properties": [
@@ -453,7 +471,7 @@
453
471
  "immutable": true,
454
472
  "locationInModule": {
455
473
  "filename": "src/projects/typescript.ts",
456
- "line": 38
474
+ "line": 39
457
475
  },
458
476
  "name": "additionalCompilerDependencies",
459
477
  "optional": true,
@@ -476,7 +494,7 @@
476
494
  "immutable": true,
477
495
  "locationInModule": {
478
496
  "filename": "src/projects/typescript.ts",
479
- "line": 23
497
+ "line": 24
480
498
  },
481
499
  "name": "backport",
482
500
  "optional": true,
@@ -494,7 +512,7 @@
494
512
  "immutable": true,
495
513
  "locationInModule": {
496
514
  "filename": "src/projects/typescript.ts",
497
- "line": 30
515
+ "line": 31
498
516
  },
499
517
  "name": "backportBranches",
500
518
  "optional": true,
@@ -517,18 +535,231 @@
517
535
  "immutable": true,
518
536
  "locationInModule": {
519
537
  "filename": "src/projects/typescript.ts",
520
- "line": 17
538
+ "line": 18
521
539
  },
522
540
  "name": "repoName",
523
541
  "optional": true,
524
542
  "type": {
525
543
  "primitive": "string"
526
544
  }
545
+ },
546
+ {
547
+ "abstract": true,
548
+ "docs": {
549
+ "default": "- no custom options.",
550
+ "stability": "stable",
551
+ "summary": "Options for the `triage` workflow."
552
+ },
553
+ "immutable": true,
554
+ "locationInModule": {
555
+ "filename": "src/projects/typescript.ts",
556
+ "line": 46
557
+ },
558
+ "name": "triageOptions",
559
+ "optional": true,
560
+ "type": {
561
+ "fqn": "@cdk8s/projen-common.TriageOptions"
562
+ }
527
563
  }
528
564
  ],
529
565
  "symbolId": "src/projects/typescript:Cdk8sTeamTypeScriptProjectOptions"
566
+ },
567
+ "@cdk8s/projen-common.CommonComponentsOptions": {
568
+ "assembly": "@cdk8s/projen-common",
569
+ "datatype": true,
570
+ "docs": {
571
+ "stability": "stable",
572
+ "summary": "Options for `addComponents`."
573
+ },
574
+ "fqn": "@cdk8s/projen-common.CommonComponentsOptions",
575
+ "kind": "interface",
576
+ "locationInModule": {
577
+ "filename": "src/projects/node.ts",
578
+ "line": 242
579
+ },
580
+ "name": "CommonComponentsOptions",
581
+ "properties": [
582
+ {
583
+ "abstract": true,
584
+ "docs": {
585
+ "stability": "stable"
586
+ },
587
+ "immutable": true,
588
+ "locationInModule": {
589
+ "filename": "src/projects/node.ts",
590
+ "line": 243
591
+ },
592
+ "name": "branches",
593
+ "optional": true,
594
+ "type": {
595
+ "collection": {
596
+ "elementtype": {
597
+ "primitive": "string"
598
+ },
599
+ "kind": "array"
600
+ }
601
+ }
602
+ },
603
+ {
604
+ "abstract": true,
605
+ "docs": {
606
+ "stability": "stable"
607
+ },
608
+ "immutable": true,
609
+ "locationInModule": {
610
+ "filename": "src/projects/node.ts",
611
+ "line": 244
612
+ },
613
+ "name": "compilerDeps",
614
+ "optional": true,
615
+ "type": {
616
+ "collection": {
617
+ "elementtype": {
618
+ "primitive": "string"
619
+ },
620
+ "kind": "array"
621
+ }
622
+ }
623
+ },
624
+ {
625
+ "abstract": true,
626
+ "docs": {
627
+ "stability": "stable"
628
+ },
629
+ "immutable": true,
630
+ "locationInModule": {
631
+ "filename": "src/projects/node.ts",
632
+ "line": 245
633
+ },
634
+ "name": "triageOptions",
635
+ "optional": true,
636
+ "type": {
637
+ "fqn": "@cdk8s/projen-common.TriageOptions"
638
+ }
639
+ }
640
+ ],
641
+ "symbolId": "src/projects/node:CommonComponentsOptions"
642
+ },
643
+ "@cdk8s/projen-common.Triage": {
644
+ "assembly": "@cdk8s/projen-common",
645
+ "base": "projen.Component",
646
+ "docs": {
647
+ "see": "https://github.com/marketplace/actions/add-to-github-projects",
648
+ "stability": "stable",
649
+ "summary": "Add a Triage workflow to our repos."
650
+ },
651
+ "fqn": "@cdk8s/projen-common.Triage",
652
+ "initializer": {
653
+ "docs": {
654
+ "stability": "stable"
655
+ },
656
+ "locationInModule": {
657
+ "filename": "src/components/triage/triage.ts",
658
+ "line": 40
659
+ },
660
+ "parameters": [
661
+ {
662
+ "name": "project",
663
+ "type": {
664
+ "fqn": "projen.javascript.NodeProject"
665
+ }
666
+ },
667
+ {
668
+ "name": "props",
669
+ "type": {
670
+ "fqn": "@cdk8s/projen-common.TriageProps"
671
+ }
672
+ }
673
+ ]
674
+ },
675
+ "kind": "class",
676
+ "locationInModule": {
677
+ "filename": "src/components/triage/triage.ts",
678
+ "line": 38
679
+ },
680
+ "name": "Triage",
681
+ "symbolId": "src/components/triage/triage:Triage"
682
+ },
683
+ "@cdk8s/projen-common.TriageOptions": {
684
+ "assembly": "@cdk8s/projen-common",
685
+ "datatype": true,
686
+ "docs": {
687
+ "stability": "stable",
688
+ "summary": "Options for `Triage`."
689
+ },
690
+ "fqn": "@cdk8s/projen-common.TriageOptions",
691
+ "kind": "interface",
692
+ "locationInModule": {
693
+ "filename": "src/components/triage/triage.ts",
694
+ "line": 20
695
+ },
696
+ "name": "TriageOptions",
697
+ "properties": [
698
+ {
699
+ "abstract": true,
700
+ "docs": {
701
+ "default": "- no labels.",
702
+ "remarks": "Automation PRs are excluded.",
703
+ "stability": "stable",
704
+ "summary": "A list of labels automatically added to PRs."
705
+ },
706
+ "immutable": true,
707
+ "locationInModule": {
708
+ "filename": "src/components/triage/triage.ts",
709
+ "line": 29
710
+ },
711
+ "name": "prLabels",
712
+ "optional": true,
713
+ "type": {
714
+ "collection": {
715
+ "elementtype": {
716
+ "primitive": "string"
717
+ },
718
+ "kind": "array"
719
+ }
720
+ }
721
+ }
722
+ ],
723
+ "symbolId": "src/components/triage/triage:TriageOptions"
724
+ },
725
+ "@cdk8s/projen-common.TriageProps": {
726
+ "assembly": "@cdk8s/projen-common",
727
+ "datatype": true,
728
+ "docs": {
729
+ "stability": "stable",
730
+ "summary": "Props for `Triage`."
731
+ },
732
+ "fqn": "@cdk8s/projen-common.TriageProps",
733
+ "interfaces": [
734
+ "@cdk8s/projen-common.TriageOptions"
735
+ ],
736
+ "kind": "interface",
737
+ "locationInModule": {
738
+ "filename": "src/components/triage/triage.ts",
739
+ "line": 8
740
+ },
741
+ "name": "TriageProps",
742
+ "properties": [
743
+ {
744
+ "abstract": true,
745
+ "docs": {
746
+ "stability": "stable",
747
+ "summary": "The repository name."
748
+ },
749
+ "immutable": true,
750
+ "locationInModule": {
751
+ "filename": "src/components/triage/triage.ts",
752
+ "line": 13
753
+ },
754
+ "name": "repoName",
755
+ "type": {
756
+ "primitive": "string"
757
+ }
758
+ }
759
+ ],
760
+ "symbolId": "src/components/triage/triage:TriageProps"
530
761
  }
531
762
  },
532
- "version": "0.0.525",
533
- "fingerprint": "FHgqaEYhjVgVW65B6bLWkuG0mSX8JxaQ3DhnApCEIDE="
763
+ "version": "0.0.527",
764
+ "fingerprint": "/jkiVsR3ragNTmEMZn4BbgfYkCGWzhATGaWZk++FAqU="
534
765
  }