@checkmarkdevtools/commitlint-plugin-rai 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/package.json +9 -1
  2. package/sbom.json +129 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checkmarkdevtools/commitlint-plugin-rai",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Commitlint plugin for RAI footer validation",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -51,6 +51,14 @@
51
51
  "@commitlint/lint": "^19.0.0 || ^20.0.0",
52
52
  "@commitlint/types": "^19.0.0 || ^20.0.0"
53
53
  },
54
+ "peerDependenciesMeta": {
55
+ "@commitlint/lint": {
56
+ "optional": true
57
+ },
58
+ "@commitlint/types": {
59
+ "optional": true
60
+ }
61
+ },
54
62
  "devDependencies": {
55
63
  "@commitlint/types": "^20.0.0",
56
64
  "@types/node": "^25.0.3",
package/sbom.json CHANGED
@@ -113,15 +113,15 @@
113
113
  "type": "library",
114
114
  "name": "commitlint-plugin-rai",
115
115
  "group": "@checkmarkdevtools",
116
- "version": "0.1.4",
117
- "bom-ref": "rai-lint|@checkmarkdevtools/commitlint-plugin-rai@0.1.4",
116
+ "version": "0.1.5",
117
+ "bom-ref": "rai-lint|@checkmarkdevtools/commitlint-plugin-rai@0.1.5",
118
118
  "licenses": [
119
119
  {
120
120
  "expression": "LicenseRef-PolyForm-Shield-1.0.0",
121
121
  "acknowledgement": "declared"
122
122
  }
123
123
  ],
124
- "purl": "pkg:npm/%40checkmarkdevtools/commitlint-plugin-rai@0.1.4",
124
+ "purl": "pkg:npm/%40checkmarkdevtools/commitlint-plugin-rai@0.1.5",
125
125
  "properties": [
126
126
  {
127
127
  "name": "cdx:npm:package:path",
@@ -158,6 +158,10 @@
158
158
  }
159
159
  ],
160
160
  "properties": [
161
+ {
162
+ "name": "cdx:npm:package:development",
163
+ "value": "true"
164
+ },
161
165
  {
162
166
  "name": "cdx:npm:package:path",
163
167
  "value": "node_modules/@commitlint/ensure"
@@ -193,6 +197,10 @@
193
197
  }
194
198
  ],
195
199
  "properties": [
200
+ {
201
+ "name": "cdx:npm:package:development",
202
+ "value": "true"
203
+ },
196
204
  {
197
205
  "name": "cdx:npm:package:path",
198
206
  "value": "node_modules/@commitlint/is-ignored"
@@ -228,6 +236,10 @@
228
236
  }
229
237
  ],
230
238
  "properties": [
239
+ {
240
+ "name": "cdx:npm:package:development",
241
+ "value": "true"
242
+ },
231
243
  {
232
244
  "name": "cdx:npm:package:path",
233
245
  "value": "node_modules/@commitlint/lint"
@@ -263,6 +275,10 @@
263
275
  }
264
276
  ],
265
277
  "properties": [
278
+ {
279
+ "name": "cdx:npm:package:development",
280
+ "value": "true"
281
+ },
266
282
  {
267
283
  "name": "cdx:npm:package:path",
268
284
  "value": "node_modules/@commitlint/message"
@@ -298,6 +314,10 @@
298
314
  }
299
315
  ],
300
316
  "properties": [
317
+ {
318
+ "name": "cdx:npm:package:development",
319
+ "value": "true"
320
+ },
301
321
  {
302
322
  "name": "cdx:npm:package:path",
303
323
  "value": "node_modules/@commitlint/parse"
@@ -333,6 +353,10 @@
333
353
  }
334
354
  ],
335
355
  "properties": [
356
+ {
357
+ "name": "cdx:npm:package:development",
358
+ "value": "true"
359
+ },
336
360
  {
337
361
  "name": "cdx:npm:package:path",
338
362
  "value": "node_modules/@commitlint/rules"
@@ -368,6 +392,10 @@
368
392
  }
369
393
  ],
370
394
  "properties": [
395
+ {
396
+ "name": "cdx:npm:package:development",
397
+ "value": "true"
398
+ },
371
399
  {
372
400
  "name": "cdx:npm:package:path",
373
401
  "value": "node_modules/@commitlint/to-lines"
@@ -403,6 +431,10 @@
403
431
  }
404
432
  ],
405
433
  "properties": [
434
+ {
435
+ "name": "cdx:npm:package:development",
436
+ "value": "true"
437
+ },
406
438
  {
407
439
  "name": "cdx:npm:package:path",
408
440
  "value": "node_modules/@commitlint/types"
@@ -438,6 +470,10 @@
438
470
  }
439
471
  ],
440
472
  "properties": [
473
+ {
474
+ "name": "cdx:npm:package:development",
475
+ "value": "true"
476
+ },
441
477
  {
442
478
  "name": "cdx:npm:package:path",
443
479
  "value": "node_modules/@types/conventional-commits-parser"
@@ -473,6 +509,10 @@
473
509
  }
474
510
  ],
475
511
  "properties": [
512
+ {
513
+ "name": "cdx:npm:package:development",
514
+ "value": "true"
515
+ },
476
516
  {
477
517
  "name": "cdx:npm:package:path",
478
518
  "value": "node_modules/@types/node"
@@ -507,6 +547,10 @@
507
547
  }
508
548
  ],
509
549
  "properties": [
550
+ {
551
+ "name": "cdx:npm:package:development",
552
+ "value": "true"
553
+ },
510
554
  {
511
555
  "name": "cdx:npm:package:path",
512
556
  "value": "node_modules/array-ify"
@@ -541,6 +585,10 @@
541
585
  }
542
586
  ],
543
587
  "properties": [
588
+ {
589
+ "name": "cdx:npm:package:development",
590
+ "value": "true"
591
+ },
544
592
  {
545
593
  "name": "cdx:npm:package:path",
546
594
  "value": "node_modules/chalk"
@@ -575,6 +623,10 @@
575
623
  }
576
624
  ],
577
625
  "properties": [
626
+ {
627
+ "name": "cdx:npm:package:development",
628
+ "value": "true"
629
+ },
578
630
  {
579
631
  "name": "cdx:npm:package:path",
580
632
  "value": "node_modules/compare-func"
@@ -609,6 +661,10 @@
609
661
  }
610
662
  ],
611
663
  "properties": [
664
+ {
665
+ "name": "cdx:npm:package:development",
666
+ "value": "true"
667
+ },
612
668
  {
613
669
  "name": "cdx:npm:package:path",
614
670
  "value": "node_modules/conventional-changelog-angular"
@@ -643,6 +699,10 @@
643
699
  }
644
700
  ],
645
701
  "properties": [
702
+ {
703
+ "name": "cdx:npm:package:development",
704
+ "value": "true"
705
+ },
646
706
  {
647
707
  "name": "cdx:npm:package:path",
648
708
  "value": "node_modules/conventional-commits-parser"
@@ -677,6 +737,10 @@
677
737
  }
678
738
  ],
679
739
  "properties": [
740
+ {
741
+ "name": "cdx:npm:package:development",
742
+ "value": "true"
743
+ },
680
744
  {
681
745
  "name": "cdx:npm:package:path",
682
746
  "value": "node_modules/dot-prop"
@@ -711,6 +775,10 @@
711
775
  }
712
776
  ],
713
777
  "properties": [
778
+ {
779
+ "name": "cdx:npm:package:development",
780
+ "value": "true"
781
+ },
714
782
  {
715
783
  "name": "cdx:npm:package:path",
716
784
  "value": "node_modules/is-obj"
@@ -745,6 +813,10 @@
745
813
  }
746
814
  ],
747
815
  "properties": [
816
+ {
817
+ "name": "cdx:npm:package:development",
818
+ "value": "true"
819
+ },
748
820
  {
749
821
  "name": "cdx:npm:package:path",
750
822
  "value": "node_modules/is-text-path"
@@ -779,6 +851,10 @@
779
851
  }
780
852
  ],
781
853
  "properties": [
854
+ {
855
+ "name": "cdx:npm:package:development",
856
+ "value": "true"
857
+ },
782
858
  {
783
859
  "name": "cdx:npm:package:path",
784
860
  "value": "node_modules/jsonparse"
@@ -811,6 +887,10 @@
811
887
  }
812
888
  ],
813
889
  "properties": [
890
+ {
891
+ "name": "cdx:npm:package:development",
892
+ "value": "true"
893
+ },
814
894
  {
815
895
  "name": "cdx:npm:package:path",
816
896
  "value": "node_modules/JSONStream"
@@ -845,6 +925,10 @@
845
925
  }
846
926
  ],
847
927
  "properties": [
928
+ {
929
+ "name": "cdx:npm:package:development",
930
+ "value": "true"
931
+ },
848
932
  {
849
933
  "name": "cdx:npm:package:path",
850
934
  "value": "node_modules/lodash.camelcase"
@@ -879,6 +963,10 @@
879
963
  }
880
964
  ],
881
965
  "properties": [
966
+ {
967
+ "name": "cdx:npm:package:development",
968
+ "value": "true"
969
+ },
882
970
  {
883
971
  "name": "cdx:npm:package:path",
884
972
  "value": "node_modules/lodash.kebabcase"
@@ -913,6 +1001,10 @@
913
1001
  }
914
1002
  ],
915
1003
  "properties": [
1004
+ {
1005
+ "name": "cdx:npm:package:development",
1006
+ "value": "true"
1007
+ },
916
1008
  {
917
1009
  "name": "cdx:npm:package:path",
918
1010
  "value": "node_modules/lodash.snakecase"
@@ -947,6 +1039,10 @@
947
1039
  }
948
1040
  ],
949
1041
  "properties": [
1042
+ {
1043
+ "name": "cdx:npm:package:development",
1044
+ "value": "true"
1045
+ },
950
1046
  {
951
1047
  "name": "cdx:npm:package:path",
952
1048
  "value": "node_modules/lodash.startcase"
@@ -981,6 +1077,10 @@
981
1077
  }
982
1078
  ],
983
1079
  "properties": [
1080
+ {
1081
+ "name": "cdx:npm:package:development",
1082
+ "value": "true"
1083
+ },
984
1084
  {
985
1085
  "name": "cdx:npm:package:path",
986
1086
  "value": "node_modules/lodash.upperfirst"
@@ -1015,6 +1115,10 @@
1015
1115
  }
1016
1116
  ],
1017
1117
  "properties": [
1118
+ {
1119
+ "name": "cdx:npm:package:development",
1120
+ "value": "true"
1121
+ },
1018
1122
  {
1019
1123
  "name": "cdx:npm:package:path",
1020
1124
  "value": "node_modules/meow"
@@ -1049,6 +1153,10 @@
1049
1153
  }
1050
1154
  ],
1051
1155
  "properties": [
1156
+ {
1157
+ "name": "cdx:npm:package:development",
1158
+ "value": "true"
1159
+ },
1052
1160
  {
1053
1161
  "name": "cdx:npm:package:path",
1054
1162
  "value": "node_modules/semver"
@@ -1083,6 +1191,10 @@
1083
1191
  }
1084
1192
  ],
1085
1193
  "properties": [
1194
+ {
1195
+ "name": "cdx:npm:package:development",
1196
+ "value": "true"
1197
+ },
1086
1198
  {
1087
1199
  "name": "cdx:npm:package:path",
1088
1200
  "value": "node_modules/split2"
@@ -1117,6 +1229,10 @@
1117
1229
  }
1118
1230
  ],
1119
1231
  "properties": [
1232
+ {
1233
+ "name": "cdx:npm:package:development",
1234
+ "value": "true"
1235
+ },
1120
1236
  {
1121
1237
  "name": "cdx:npm:package:path",
1122
1238
  "value": "node_modules/text-extensions"
@@ -1151,6 +1267,10 @@
1151
1267
  }
1152
1268
  ],
1153
1269
  "properties": [
1270
+ {
1271
+ "name": "cdx:npm:package:development",
1272
+ "value": "true"
1273
+ },
1154
1274
  {
1155
1275
  "name": "cdx:npm:package:path",
1156
1276
  "value": "node_modules/through"
@@ -1185,6 +1305,10 @@
1185
1305
  }
1186
1306
  ],
1187
1307
  "properties": [
1308
+ {
1309
+ "name": "cdx:npm:package:development",
1310
+ "value": "true"
1311
+ },
1188
1312
  {
1189
1313
  "name": "cdx:npm:package:path",
1190
1314
  "value": "node_modules/undici-types"
@@ -1196,11 +1320,11 @@
1196
1320
  {
1197
1321
  "ref": "rai-lint",
1198
1322
  "dependsOn": [
1199
- "rai-lint|@checkmarkdevtools/commitlint-plugin-rai@0.1.4"
1323
+ "rai-lint|@checkmarkdevtools/commitlint-plugin-rai@0.1.5"
1200
1324
  ]
1201
1325
  },
1202
1326
  {
1203
- "ref": "rai-lint|@checkmarkdevtools/commitlint-plugin-rai@0.1.4",
1327
+ "ref": "rai-lint|@checkmarkdevtools/commitlint-plugin-rai@0.1.5",
1204
1328
  "dependsOn": [
1205
1329
  "rai-lint|@commitlint/lint@20.3.0"
1206
1330
  ]