@shibanet0/datamitsu-config 0.1.3 → 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.
- package/bin/datamitsu.js +1 -1
- package/datamitsu.config.base.js +10079 -0
- package/datamitsu.config.js +205 -203
- package/datamitsu.config.oci-dockerhub.js +206 -204
- package/datamitsu.config.oci-ghcr.js +206 -204
- package/package.json +4 -3
|
@@ -812,7 +812,7 @@ const cspellDeps = {
|
|
|
812
812
|
const cspellApp = {
|
|
813
813
|
archives: { main: { inline: data$5 } },
|
|
814
814
|
description: cspell.description,
|
|
815
|
-
links: { "cspell.config.
|
|
815
|
+
links: { "cspell.config.mjs": "index.js" },
|
|
816
816
|
node: {
|
|
817
817
|
binPath: "node_modules/.bin/cspell",
|
|
818
818
|
...cspell,
|
|
@@ -897,7 +897,7 @@ const eslintApp = {
|
|
|
897
897
|
},
|
|
898
898
|
trustPolicy: { allowDowngrade: ["semver@6.3.1"] }
|
|
899
899
|
}) },
|
|
900
|
-
links: { "eslint.config.
|
|
900
|
+
links: { "eslint.config.mjs": "index.js" },
|
|
901
901
|
node: {
|
|
902
902
|
binPath: "node_modules/.bin/eslint",
|
|
903
903
|
...eslint,
|
|
@@ -933,7 +933,7 @@ const prettierDeps = {
|
|
|
933
933
|
const prettierApp = {
|
|
934
934
|
archives: { main: { inline: data$2 } },
|
|
935
935
|
description: prettier.description,
|
|
936
|
-
links: { "prettier.config.
|
|
936
|
+
links: { "prettier.config.mjs": "index.js" },
|
|
937
937
|
node: {
|
|
938
938
|
binPath: "node_modules/.bin/prettier",
|
|
939
939
|
...prettier,
|
|
@@ -977,7 +977,7 @@ var apps$1 = {
|
|
|
977
977
|
},
|
|
978
978
|
"source": "helm",
|
|
979
979
|
"urlTemplate": "https://get.helm.sh/helm-{version}-{os}-{arch}{ext}",
|
|
980
|
-
"version": "v4.2.
|
|
980
|
+
"version": "v4.2.1",
|
|
981
981
|
"versionCheck": { "args": ["version"] }
|
|
982
982
|
},
|
|
983
983
|
"kubectl": {
|
|
@@ -997,7 +997,7 @@ var apps$1 = {
|
|
|
997
997
|
},
|
|
998
998
|
"source": "kubernetes",
|
|
999
999
|
"urlTemplate": "https://dl.k8s.io/release/{version}/bin/{os}/{arch}/kubectl{ext}",
|
|
1000
|
-
"version": "v1.36.
|
|
1000
|
+
"version": "v1.36.2",
|
|
1001
1001
|
"versionCheck": { "args": ["version", "--client"] }
|
|
1002
1002
|
}
|
|
1003
1003
|
};
|
|
@@ -1008,42 +1008,42 @@ var binaries$1 = {
|
|
|
1008
1008
|
"amd64": { "unknown": {
|
|
1009
1009
|
"binaryPath": "darwin-amd64/helm",
|
|
1010
1010
|
"contentType": "tar.gz",
|
|
1011
|
-
"hash": "
|
|
1012
|
-
"url": "https://get.helm.sh/helm-v4.2.
|
|
1011
|
+
"hash": "2a21c9f368d608bcf6eb794ebc06514eb6b529a846b60fe4a43dea7bcce65228",
|
|
1012
|
+
"url": "https://get.helm.sh/helm-v4.2.1-darwin-amd64.tar.gz"
|
|
1013
1013
|
} },
|
|
1014
1014
|
"arm64": { "unknown": {
|
|
1015
1015
|
"binaryPath": "darwin-arm64/helm",
|
|
1016
1016
|
"contentType": "tar.gz",
|
|
1017
|
-
"hash": "
|
|
1018
|
-
"url": "https://get.helm.sh/helm-v4.2.
|
|
1017
|
+
"hash": "896472d2ec0740c60f64a9df0fc30d478beee38a1a2a6ed91aa6e6ee177c1575",
|
|
1018
|
+
"url": "https://get.helm.sh/helm-v4.2.1-darwin-arm64.tar.gz"
|
|
1019
1019
|
} }
|
|
1020
1020
|
},
|
|
1021
1021
|
"linux": {
|
|
1022
1022
|
"amd64": { "glibc": {
|
|
1023
1023
|
"binaryPath": "linux-amd64/helm",
|
|
1024
1024
|
"contentType": "tar.gz",
|
|
1025
|
-
"hash": "
|
|
1026
|
-
"url": "https://get.helm.sh/helm-v4.2.
|
|
1025
|
+
"hash": "479dca836e5b45e8bd222400c5591b0e3a647378f03ff96597180db97c17fdae",
|
|
1026
|
+
"url": "https://get.helm.sh/helm-v4.2.1-linux-amd64.tar.gz"
|
|
1027
1027
|
} },
|
|
1028
1028
|
"arm64": { "glibc": {
|
|
1029
1029
|
"binaryPath": "linux-arm64/helm",
|
|
1030
1030
|
"contentType": "tar.gz",
|
|
1031
|
-
"hash": "
|
|
1032
|
-
"url": "https://get.helm.sh/helm-v4.2.
|
|
1031
|
+
"hash": "596b9a73d366c1e72ce67d595c22805480e30914593aafbc9f547694e72814db",
|
|
1032
|
+
"url": "https://get.helm.sh/helm-v4.2.1-linux-arm64.tar.gz"
|
|
1033
1033
|
} }
|
|
1034
1034
|
},
|
|
1035
1035
|
"windows": {
|
|
1036
1036
|
"amd64": { "unknown": {
|
|
1037
1037
|
"binaryPath": "windows-amd64/helm.exe",
|
|
1038
1038
|
"contentType": "zip",
|
|
1039
|
-
"hash": "
|
|
1040
|
-
"url": "https://get.helm.sh/helm-v4.2.
|
|
1039
|
+
"hash": "6e7fa7839444b8ddc407c5bcdb1edd1024f57d09c2db971dec511ee2f2616eb0",
|
|
1040
|
+
"url": "https://get.helm.sh/helm-v4.2.1-windows-amd64.zip"
|
|
1041
1041
|
} },
|
|
1042
1042
|
"arm64": { "unknown": {
|
|
1043
1043
|
"binaryPath": "windows-arm64/helm.exe",
|
|
1044
1044
|
"contentType": "zip",
|
|
1045
|
-
"hash": "
|
|
1046
|
-
"url": "https://get.helm.sh/helm-v4.2.
|
|
1045
|
+
"hash": "ae4c9acd0d9acd1f9e9da2f60105f793f65fd49ab7c03c6c7d13804c3b885657",
|
|
1046
|
+
"url": "https://get.helm.sh/helm-v4.2.1-windows-arm64.zip"
|
|
1047
1047
|
} }
|
|
1048
1048
|
}
|
|
1049
1049
|
},
|
|
@@ -1054,31 +1054,31 @@ var binaries$1 = {
|
|
|
1054
1054
|
"darwin": {
|
|
1055
1055
|
"amd64": { "unknown": {
|
|
1056
1056
|
"contentType": "binary",
|
|
1057
|
-
"hash": "
|
|
1058
|
-
"url": "https://dl.k8s.io/release/v1.36.
|
|
1057
|
+
"hash": "ce6c5e55cd17559e87e4fb5e73ebbbc2511bcf2b695d7a40c1b1461a9817d4b3",
|
|
1058
|
+
"url": "https://dl.k8s.io/release/v1.36.2/bin/darwin/amd64/kubectl"
|
|
1059
1059
|
} },
|
|
1060
1060
|
"arm64": { "unknown": {
|
|
1061
1061
|
"contentType": "binary",
|
|
1062
|
-
"hash": "
|
|
1063
|
-
"url": "https://dl.k8s.io/release/v1.36.
|
|
1062
|
+
"hash": "4408c85c83fd3a31adaa555bdf3c7a6c81f74b19449a9060ba31ab91926f023d",
|
|
1063
|
+
"url": "https://dl.k8s.io/release/v1.36.2/bin/darwin/arm64/kubectl"
|
|
1064
1064
|
} }
|
|
1065
1065
|
},
|
|
1066
1066
|
"linux": {
|
|
1067
1067
|
"amd64": { "glibc": {
|
|
1068
1068
|
"contentType": "binary",
|
|
1069
|
-
"hash": "
|
|
1070
|
-
"url": "https://dl.k8s.io/release/v1.36.
|
|
1069
|
+
"hash": "1e9045ec32bea85da43de85f0065358529ea7c7a152eca78154fba5b58c27d82",
|
|
1070
|
+
"url": "https://dl.k8s.io/release/v1.36.2/bin/linux/amd64/kubectl"
|
|
1071
1071
|
} },
|
|
1072
1072
|
"arm64": { "glibc": {
|
|
1073
1073
|
"contentType": "binary",
|
|
1074
|
-
"hash": "
|
|
1075
|
-
"url": "https://dl.k8s.io/release/v1.36.
|
|
1074
|
+
"hash": "c957eb8c4bea27a3bb35b269edd9082e27f027f7b76b20b5bf4afebc726c6d3e",
|
|
1075
|
+
"url": "https://dl.k8s.io/release/v1.36.2/bin/linux/arm64/kubectl"
|
|
1076
1076
|
} }
|
|
1077
1077
|
},
|
|
1078
1078
|
"windows": { "amd64": { "unknown": {
|
|
1079
1079
|
"contentType": "binary",
|
|
1080
|
-
"hash": "
|
|
1081
|
-
"url": "https://dl.k8s.io/release/v1.36.
|
|
1080
|
+
"hash": "df04d82234b28ffbdcd36e79d596b85da6e9c736e1a7a55ff6910c648ff47af2",
|
|
1081
|
+
"url": "https://dl.k8s.io/release/v1.36.2/bin/windows/amd64/kubectl.exe"
|
|
1082
1082
|
} } }
|
|
1083
1083
|
},
|
|
1084
1084
|
"description": "Kubernetes command-line tool"
|
|
@@ -1135,7 +1135,7 @@ var apps = {
|
|
|
1135
1135
|
"cosign": {
|
|
1136
1136
|
"owner": "sigstore",
|
|
1137
1137
|
"repo": "cosign",
|
|
1138
|
-
"tag": "v3.
|
|
1138
|
+
"tag": "v3.1.1"
|
|
1139
1139
|
},
|
|
1140
1140
|
"crane": {
|
|
1141
1141
|
"owner": "google",
|
|
@@ -1210,7 +1210,7 @@ var apps = {
|
|
|
1210
1210
|
"grype": {
|
|
1211
1211
|
"owner": "anchore",
|
|
1212
1212
|
"repo": "grype",
|
|
1213
|
-
"tag": "v0.
|
|
1213
|
+
"tag": "v0.114.0"
|
|
1214
1214
|
},
|
|
1215
1215
|
"hadolint": {
|
|
1216
1216
|
"owner": "hadolint",
|
|
@@ -1235,7 +1235,7 @@ var apps = {
|
|
|
1235
1235
|
"just": {
|
|
1236
1236
|
"owner": "casey",
|
|
1237
1237
|
"repo": "just",
|
|
1238
|
-
"tag": "1.
|
|
1238
|
+
"tag": "1.52.0"
|
|
1239
1239
|
},
|
|
1240
1240
|
"kube-linter": {
|
|
1241
1241
|
"owner": "stackrox",
|
|
@@ -1330,7 +1330,7 @@ var apps = {
|
|
|
1330
1330
|
"syft": {
|
|
1331
1331
|
"owner": "anchore",
|
|
1332
1332
|
"repo": "syft",
|
|
1333
|
-
"tag": "v1.45.
|
|
1333
|
+
"tag": "v1.45.1"
|
|
1334
1334
|
},
|
|
1335
1335
|
"task": {
|
|
1336
1336
|
"owner": "go-task",
|
|
@@ -1360,12 +1360,12 @@ var apps = {
|
|
|
1360
1360
|
"tofu": {
|
|
1361
1361
|
"owner": "opentofu",
|
|
1362
1362
|
"repo": "opentofu",
|
|
1363
|
-
"tag": "v1.12.
|
|
1363
|
+
"tag": "v1.12.1"
|
|
1364
1364
|
},
|
|
1365
1365
|
"tombi": {
|
|
1366
1366
|
"owner": "tombi-toml",
|
|
1367
1367
|
"repo": "tombi",
|
|
1368
|
-
"tag": "v1.1.
|
|
1368
|
+
"tag": "v1.1.3"
|
|
1369
1369
|
},
|
|
1370
1370
|
"trivy": {
|
|
1371
1371
|
"owner": "aquasecurity",
|
|
@@ -1405,7 +1405,7 @@ var apps = {
|
|
|
1405
1405
|
"vacuum": {
|
|
1406
1406
|
"owner": "daveshanley",
|
|
1407
1407
|
"repo": "vacuum",
|
|
1408
|
-
"tag": "v0.29.
|
|
1408
|
+
"tag": "v0.29.2"
|
|
1409
1409
|
},
|
|
1410
1410
|
"vale": {
|
|
1411
1411
|
"owner": "errata-ai",
|
|
@@ -1873,34 +1873,34 @@ var binaries = {
|
|
|
1873
1873
|
"darwin": {
|
|
1874
1874
|
"amd64": { "unknown": {
|
|
1875
1875
|
"contentType": "binary",
|
|
1876
|
-
"hash": "
|
|
1877
|
-
"url": "https://github.com/sigstore/cosign/releases/download/v3.
|
|
1876
|
+
"hash": "14d2678dfbfde18798151e86fbd91ebdadbb7424b18412a42a155dd8a2df4c7a",
|
|
1877
|
+
"url": "https://github.com/sigstore/cosign/releases/download/v3.1.1/cosign-darwin-amd64"
|
|
1878
1878
|
} },
|
|
1879
1879
|
"arm64": { "unknown": {
|
|
1880
1880
|
"contentType": "binary",
|
|
1881
|
-
"hash": "
|
|
1882
|
-
"url": "https://github.com/sigstore/cosign/releases/download/v3.
|
|
1881
|
+
"hash": "94b42a9e697be95675f6160ab031a9a5f1ec1e646d6f648d7b2f5cd59ececbc5",
|
|
1882
|
+
"url": "https://github.com/sigstore/cosign/releases/download/v3.1.1/cosign-darwin-arm64"
|
|
1883
1883
|
} }
|
|
1884
1884
|
},
|
|
1885
1885
|
"linux": {
|
|
1886
1886
|
"amd64": { "glibc": {
|
|
1887
1887
|
"contentType": "binary",
|
|
1888
|
-
"hash": "
|
|
1889
|
-
"url": "https://github.com/sigstore/cosign/releases/download/v3.
|
|
1888
|
+
"hash": "ae1ecd212663f3693ad9edf8b1a183900c9a52d3155ba6e354237f9a0f6463fc",
|
|
1889
|
+
"url": "https://github.com/sigstore/cosign/releases/download/v3.1.1/cosign-linux-amd64"
|
|
1890
1890
|
} },
|
|
1891
1891
|
"arm64": { "glibc": {
|
|
1892
1892
|
"contentType": "binary",
|
|
1893
|
-
"hash": "
|
|
1894
|
-
"url": "https://github.com/sigstore/cosign/releases/download/v3.
|
|
1893
|
+
"hash": "2ec865872e331c32fd12b08dae15332d3f92c0aa029219589684a4903ca85d11",
|
|
1894
|
+
"url": "https://github.com/sigstore/cosign/releases/download/v3.1.1/cosign-linux-arm64"
|
|
1895
1895
|
} }
|
|
1896
1896
|
},
|
|
1897
1897
|
"windows": { "amd64": { "unknown": {
|
|
1898
1898
|
"contentType": "binary",
|
|
1899
|
-
"hash": "
|
|
1900
|
-
"url": "https://github.com/sigstore/cosign/releases/download/v3.
|
|
1899
|
+
"hash": "9d2c026e667bfd979fa7ba1cab8c4b24d2e73f336ec2d57f7fc72c7e73e5b4b6",
|
|
1900
|
+
"url": "https://github.com/sigstore/cosign/releases/download/v3.1.1/cosign-windows-amd64.exe"
|
|
1901
1901
|
} } }
|
|
1902
1902
|
},
|
|
1903
|
-
"configHash": "
|
|
1903
|
+
"configHash": "eca2dd7c4f5d810f07a55b8056c5c4f1",
|
|
1904
1904
|
"description": "Code signing and transparency for containers and binaries"
|
|
1905
1905
|
},
|
|
1906
1906
|
"crane": {
|
|
@@ -2442,40 +2442,40 @@ var binaries = {
|
|
|
2442
2442
|
"binaries": {
|
|
2443
2443
|
"darwin": {
|
|
2444
2444
|
"amd64": { "unknown": {
|
|
2445
|
-
"binaryPath": "grype-0.
|
|
2445
|
+
"binaryPath": "grype-0.114.0/grype",
|
|
2446
2446
|
"contentType": "tar.gz",
|
|
2447
|
-
"hash": "
|
|
2448
|
-
"url": "https://github.com/anchore/grype/releases/download/v0.
|
|
2447
|
+
"hash": "1e91f374d2db0285120501fe9d478048575ea671820c9fd7d1114df63320363a",
|
|
2448
|
+
"url": "https://github.com/anchore/grype/releases/download/v0.114.0/grype_0.114.0_darwin_amd64.tar.gz"
|
|
2449
2449
|
} },
|
|
2450
2450
|
"arm64": { "unknown": {
|
|
2451
|
-
"binaryPath": "grype-0.
|
|
2451
|
+
"binaryPath": "grype-0.114.0/grype",
|
|
2452
2452
|
"contentType": "tar.gz",
|
|
2453
|
-
"hash": "
|
|
2454
|
-
"url": "https://github.com/anchore/grype/releases/download/v0.
|
|
2453
|
+
"hash": "c750fc57d0558d08428efb6072f76c8ad259f4029366544605e5285f80158a03",
|
|
2454
|
+
"url": "https://github.com/anchore/grype/releases/download/v0.114.0/grype_0.114.0_darwin_arm64.tar.gz"
|
|
2455
2455
|
} }
|
|
2456
2456
|
},
|
|
2457
2457
|
"linux": {
|
|
2458
2458
|
"amd64": { "glibc": {
|
|
2459
|
-
"binaryPath": "grype-0.
|
|
2459
|
+
"binaryPath": "grype-0.114.0/grype",
|
|
2460
2460
|
"contentType": "tar.gz",
|
|
2461
|
-
"hash": "
|
|
2462
|
-
"url": "https://github.com/anchore/grype/releases/download/v0.
|
|
2461
|
+
"hash": "edda0968d8827daab01d32b3cd7de192ae0915005e7bbfcfef9e68e79bc43343",
|
|
2462
|
+
"url": "https://github.com/anchore/grype/releases/download/v0.114.0/grype_0.114.0_linux_amd64.tar.gz"
|
|
2463
2463
|
} },
|
|
2464
2464
|
"arm64": { "glibc": {
|
|
2465
|
-
"binaryPath": "grype-0.
|
|
2465
|
+
"binaryPath": "grype-0.114.0/grype",
|
|
2466
2466
|
"contentType": "tar.gz",
|
|
2467
|
-
"hash": "
|
|
2468
|
-
"url": "https://github.com/anchore/grype/releases/download/v0.
|
|
2467
|
+
"hash": "553e4c36d9d61349830ba6034d43b8700a7f10576d3e2f4981c0fd2b96086465",
|
|
2468
|
+
"url": "https://github.com/anchore/grype/releases/download/v0.114.0/grype_0.114.0_linux_arm64.tar.gz"
|
|
2469
2469
|
} }
|
|
2470
2470
|
},
|
|
2471
2471
|
"windows": { "amd64": { "unknown": {
|
|
2472
|
-
"binaryPath": "grype-0.
|
|
2472
|
+
"binaryPath": "grype-0.114.0/grype.exe",
|
|
2473
2473
|
"contentType": "zip",
|
|
2474
|
-
"hash": "
|
|
2475
|
-
"url": "https://github.com/anchore/grype/releases/download/v0.
|
|
2474
|
+
"hash": "64eb27212b01deadfaa29259e463f4677b28f5cc3e6a9947e2863ce6dd181f97",
|
|
2475
|
+
"url": "https://github.com/anchore/grype/releases/download/v0.114.0/grype_0.114.0_windows_amd64.zip"
|
|
2476
2476
|
} } }
|
|
2477
2477
|
},
|
|
2478
|
-
"configHash": "
|
|
2478
|
+
"configHash": "1df46a167fc0ccd8c13ae563e8d9498b",
|
|
2479
2479
|
"description": "A vulnerability scanner for container images and filesystems"
|
|
2480
2480
|
},
|
|
2481
2481
|
"hadolint": {
|
|
@@ -2608,48 +2608,48 @@ var binaries = {
|
|
|
2608
2608
|
"binaries": {
|
|
2609
2609
|
"darwin": {
|
|
2610
2610
|
"amd64": { "unknown": {
|
|
2611
|
-
"binaryPath": "just-1.
|
|
2611
|
+
"binaryPath": "just-1.52.0/just",
|
|
2612
2612
|
"contentType": "tar.gz",
|
|
2613
|
-
"hash": "
|
|
2614
|
-
"url": "https://github.com/casey/just/releases/download/1.
|
|
2613
|
+
"hash": "52e4b7dc45d5934e9bc3b8f1ad3fe78bb92d0df1bca477de0c5449c59ac7a562",
|
|
2614
|
+
"url": "https://github.com/casey/just/releases/download/1.52.0/just-1.52.0-x86_64-apple-darwin.tar.gz"
|
|
2615
2615
|
} },
|
|
2616
2616
|
"arm64": { "unknown": {
|
|
2617
|
-
"binaryPath": "just-1.
|
|
2617
|
+
"binaryPath": "just-1.52.0/just",
|
|
2618
2618
|
"contentType": "tar.gz",
|
|
2619
|
-
"hash": "
|
|
2620
|
-
"url": "https://github.com/casey/just/releases/download/1.
|
|
2619
|
+
"hash": "1538caf566c9d8dd99286a21c0e1224b89f6676b70c16a4bcbeb52dd21fc78f5",
|
|
2620
|
+
"url": "https://github.com/casey/just/releases/download/1.52.0/just-1.52.0-aarch64-apple-darwin.tar.gz"
|
|
2621
2621
|
} }
|
|
2622
2622
|
},
|
|
2623
2623
|
"linux": {
|
|
2624
2624
|
"amd64": { "musl": {
|
|
2625
|
-
"binaryPath": "just-1.
|
|
2625
|
+
"binaryPath": "just-1.52.0/just",
|
|
2626
2626
|
"contentType": "tar.gz",
|
|
2627
|
-
"hash": "
|
|
2628
|
-
"url": "https://github.com/casey/just/releases/download/1.
|
|
2627
|
+
"hash": "e0a712614574d45625332529c864754e26782422b7c7db931466180a618f092d",
|
|
2628
|
+
"url": "https://github.com/casey/just/releases/download/1.52.0/just-1.52.0-x86_64-unknown-linux-musl.tar.gz"
|
|
2629
2629
|
} },
|
|
2630
2630
|
"arm64": { "musl": {
|
|
2631
|
-
"binaryPath": "just-1.
|
|
2631
|
+
"binaryPath": "just-1.52.0/just",
|
|
2632
2632
|
"contentType": "tar.gz",
|
|
2633
|
-
"hash": "
|
|
2634
|
-
"url": "https://github.com/casey/just/releases/download/1.
|
|
2633
|
+
"hash": "41af45372c49c404ca7b9a318ae9de5564636e39c6520cc4d42bf678f3bfb1bc",
|
|
2634
|
+
"url": "https://github.com/casey/just/releases/download/1.52.0/just-1.52.0-aarch64-unknown-linux-musl.tar.gz"
|
|
2635
2635
|
} }
|
|
2636
2636
|
},
|
|
2637
2637
|
"windows": {
|
|
2638
2638
|
"amd64": { "unknown": {
|
|
2639
|
-
"binaryPath": "just-1.
|
|
2639
|
+
"binaryPath": "just-1.52.0/just.exe",
|
|
2640
2640
|
"contentType": "zip",
|
|
2641
|
-
"hash": "
|
|
2642
|
-
"url": "https://github.com/casey/just/releases/download/1.
|
|
2641
|
+
"hash": "ac53a7da91a33e344042dbec11e4bf1e1ec1d65ca4b695fe71398206d2a1630d",
|
|
2642
|
+
"url": "https://github.com/casey/just/releases/download/1.52.0/just-1.52.0-x86_64-pc-windows-msvc.zip"
|
|
2643
2643
|
} },
|
|
2644
2644
|
"arm64": { "unknown": {
|
|
2645
|
-
"binaryPath": "just-1.
|
|
2645
|
+
"binaryPath": "just-1.52.0/just.exe",
|
|
2646
2646
|
"contentType": "zip",
|
|
2647
|
-
"hash": "
|
|
2648
|
-
"url": "https://github.com/casey/just/releases/download/1.
|
|
2647
|
+
"hash": "640816eb5ef85da89447831fcccc416c039edf35c191632e948d7d992ac30c71",
|
|
2648
|
+
"url": "https://github.com/casey/just/releases/download/1.52.0/just-1.52.0-aarch64-pc-windows-msvc.zip"
|
|
2649
2649
|
} }
|
|
2650
2650
|
}
|
|
2651
2651
|
},
|
|
2652
|
-
"configHash": "
|
|
2652
|
+
"configHash": "44352476693c36d7a571a5743ca6ed18",
|
|
2653
2653
|
"description": "🤖 Just a command runner"
|
|
2654
2654
|
},
|
|
2655
2655
|
"kube-linter": {
|
|
@@ -3390,48 +3390,48 @@ var binaries = {
|
|
|
3390
3390
|
"binaries": {
|
|
3391
3391
|
"darwin": {
|
|
3392
3392
|
"amd64": { "unknown": {
|
|
3393
|
-
"binaryPath": "syft-1.45.
|
|
3393
|
+
"binaryPath": "syft-1.45.1/syft",
|
|
3394
3394
|
"contentType": "tar.gz",
|
|
3395
|
-
"hash": "
|
|
3396
|
-
"url": "https://github.com/anchore/syft/releases/download/v1.45.
|
|
3395
|
+
"hash": "abe6e73b819f433b69ece755dc180a19c7694896062bf806f89d0e3ca5db710a",
|
|
3396
|
+
"url": "https://github.com/anchore/syft/releases/download/v1.45.1/syft_1.45.1_darwin_amd64.tar.gz"
|
|
3397
3397
|
} },
|
|
3398
3398
|
"arm64": { "unknown": {
|
|
3399
|
-
"binaryPath": "syft-1.45.
|
|
3399
|
+
"binaryPath": "syft-1.45.1/syft",
|
|
3400
3400
|
"contentType": "tar.gz",
|
|
3401
|
-
"hash": "
|
|
3402
|
-
"url": "https://github.com/anchore/syft/releases/download/v1.45.
|
|
3401
|
+
"hash": "2f79ccbba6236636125d1ece60a6dc71d4e4f91b9f580cc2afbbafc763ff353d",
|
|
3402
|
+
"url": "https://github.com/anchore/syft/releases/download/v1.45.1/syft_1.45.1_darwin_arm64.tar.gz"
|
|
3403
3403
|
} }
|
|
3404
3404
|
},
|
|
3405
3405
|
"linux": {
|
|
3406
3406
|
"amd64": { "glibc": {
|
|
3407
|
-
"binaryPath": "syft-1.45.
|
|
3407
|
+
"binaryPath": "syft-1.45.1/syft",
|
|
3408
3408
|
"contentType": "tar.gz",
|
|
3409
|
-
"hash": "
|
|
3410
|
-
"url": "https://github.com/anchore/syft/releases/download/v1.45.
|
|
3409
|
+
"hash": "20c84195e24927f50a3b2269946be51f4c4abc9d2f145fee7388b4199149f716",
|
|
3410
|
+
"url": "https://github.com/anchore/syft/releases/download/v1.45.1/syft_1.45.1_linux_amd64.tar.gz"
|
|
3411
3411
|
} },
|
|
3412
3412
|
"arm64": { "glibc": {
|
|
3413
|
-
"binaryPath": "syft-1.45.
|
|
3413
|
+
"binaryPath": "syft-1.45.1/syft",
|
|
3414
3414
|
"contentType": "tar.gz",
|
|
3415
|
-
"hash": "
|
|
3416
|
-
"url": "https://github.com/anchore/syft/releases/download/v1.45.
|
|
3415
|
+
"hash": "7df9f45cba1f6358ecfc7fac349d43b4605137001f9646b41267abe15a7c6cd7",
|
|
3416
|
+
"url": "https://github.com/anchore/syft/releases/download/v1.45.1/syft_1.45.1_linux_arm64.tar.gz"
|
|
3417
3417
|
} }
|
|
3418
3418
|
},
|
|
3419
3419
|
"windows": {
|
|
3420
3420
|
"amd64": { "unknown": {
|
|
3421
|
-
"binaryPath": "syft-1.45.
|
|
3421
|
+
"binaryPath": "syft-1.45.1/syft.exe",
|
|
3422
3422
|
"contentType": "zip",
|
|
3423
|
-
"hash": "
|
|
3424
|
-
"url": "https://github.com/anchore/syft/releases/download/v1.45.
|
|
3423
|
+
"hash": "a9d12c26521e09213745884b8b7dc361dff83188c3a1ada0da1af71012dbcd52",
|
|
3424
|
+
"url": "https://github.com/anchore/syft/releases/download/v1.45.1/syft_1.45.1_windows_amd64.zip"
|
|
3425
3425
|
} },
|
|
3426
3426
|
"arm64": { "unknown": {
|
|
3427
|
-
"binaryPath": "syft-1.45.
|
|
3427
|
+
"binaryPath": "syft-1.45.1/syft.exe",
|
|
3428
3428
|
"contentType": "zip",
|
|
3429
|
-
"hash": "
|
|
3430
|
-
"url": "https://github.com/anchore/syft/releases/download/v1.45.
|
|
3429
|
+
"hash": "a95befd77b590a8c4a83adc7edac538a8fab5d23793bf678f4bc7f603e6a4cad",
|
|
3430
|
+
"url": "https://github.com/anchore/syft/releases/download/v1.45.1/syft_1.45.1_windows_arm64.zip"
|
|
3431
3431
|
} }
|
|
3432
3432
|
}
|
|
3433
3433
|
},
|
|
3434
|
-
"configHash": "
|
|
3434
|
+
"configHash": "8a7ed3d0671f1b8b2cd99cc309feec27",
|
|
3435
3435
|
"description": "CLI tool and library for generating a Software Bill of Materials from container images and filesystems"
|
|
3436
3436
|
},
|
|
3437
3437
|
"task": {
|
|
@@ -3687,99 +3687,100 @@ var binaries = {
|
|
|
3687
3687
|
"binaries": {
|
|
3688
3688
|
"darwin": {
|
|
3689
3689
|
"amd64": { "unknown": {
|
|
3690
|
-
"binaryPath": "tofu-1.12.
|
|
3690
|
+
"binaryPath": "tofu-1.12.1/tofu",
|
|
3691
3691
|
"contentType": "tar.gz",
|
|
3692
|
-
"hash": "
|
|
3693
|
-
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.
|
|
3692
|
+
"hash": "cd99ab9686ae1af3e4b99e6aabbeb38332254f28fc4ae784b2a06d91a8741a13",
|
|
3693
|
+
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.1/tofu_1.12.1_darwin_amd64.tar.gz"
|
|
3694
3694
|
} },
|
|
3695
3695
|
"arm64": { "unknown": {
|
|
3696
|
-
"binaryPath": "tofu-1.12.
|
|
3696
|
+
"binaryPath": "tofu-1.12.1/tofu",
|
|
3697
3697
|
"contentType": "tar.gz",
|
|
3698
|
-
"hash": "
|
|
3699
|
-
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.
|
|
3698
|
+
"hash": "7d5c26b3fe583ae7bdaae8d07eb92eeab5fbd43fb84d3414de417ba558c43649",
|
|
3699
|
+
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.1/tofu_1.12.1_darwin_arm64.tar.gz"
|
|
3700
3700
|
} }
|
|
3701
3701
|
},
|
|
3702
3702
|
"freebsd": { "amd64": { "unknown": {
|
|
3703
|
-
"binaryPath": "tofu-1.12.
|
|
3703
|
+
"binaryPath": "tofu-1.12.1/tofu",
|
|
3704
3704
|
"contentType": "tar.gz",
|
|
3705
|
-
"hash": "
|
|
3706
|
-
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.
|
|
3705
|
+
"hash": "c0c3850beab52369c52684d79a48792933acde808bd854612bf160c61b468a17",
|
|
3706
|
+
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.1/tofu_1.12.1_freebsd_amd64.tar.gz"
|
|
3707
3707
|
} } },
|
|
3708
3708
|
"linux": {
|
|
3709
3709
|
"amd64": { "glibc": {
|
|
3710
|
-
"binaryPath": "tofu-1.12.
|
|
3710
|
+
"binaryPath": "tofu-1.12.1/tofu",
|
|
3711
3711
|
"contentType": "tar.gz",
|
|
3712
|
-
"hash": "
|
|
3713
|
-
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.
|
|
3712
|
+
"hash": "8e818ca2f14bb4ee594231c908ca77ec3415c9e194302ab0c92c8947bd908670",
|
|
3713
|
+
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.1/tofu_1.12.1_linux_amd64.tar.gz"
|
|
3714
3714
|
} },
|
|
3715
3715
|
"arm64": { "glibc": {
|
|
3716
|
-
"binaryPath": "tofu-1.12.
|
|
3716
|
+
"binaryPath": "tofu-1.12.1/tofu",
|
|
3717
3717
|
"contentType": "tar.gz",
|
|
3718
|
-
"hash": "
|
|
3719
|
-
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.
|
|
3718
|
+
"hash": "fd3bb0dd81f8dcf38fc2e84c2381a1530a944a85e0fcfede900d56b4bd3a6a1c",
|
|
3719
|
+
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.1/tofu_1.12.1_linux_arm64.tar.gz"
|
|
3720
3720
|
} }
|
|
3721
3721
|
},
|
|
3722
3722
|
"openbsd": { "amd64": { "unknown": {
|
|
3723
|
-
"binaryPath": "tofu-1.12.
|
|
3723
|
+
"binaryPath": "tofu-1.12.1/tofu",
|
|
3724
3724
|
"contentType": "tar.gz",
|
|
3725
|
-
"hash": "
|
|
3726
|
-
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.
|
|
3725
|
+
"hash": "baae561065d7eb21a9e7ae066e24e13aea159372c6a6792a88078b7710263ade",
|
|
3726
|
+
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.1/tofu_1.12.1_openbsd_amd64.tar.gz"
|
|
3727
3727
|
} } },
|
|
3728
3728
|
"windows": { "amd64": { "unknown": {
|
|
3729
|
-
"binaryPath": "tofu-1.12.
|
|
3729
|
+
"binaryPath": "tofu-1.12.1/tofu.exe",
|
|
3730
3730
|
"contentType": "tar.gz",
|
|
3731
|
-
"hash": "
|
|
3732
|
-
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.
|
|
3731
|
+
"hash": "6b21b5bbd1def79f98364af42f89e4836a7acb4834dacc1929a34f2f4e7ab867",
|
|
3732
|
+
"url": "https://github.com/opentofu/opentofu/releases/download/v1.12.1/tofu_1.12.1_windows_amd64.tar.gz"
|
|
3733
3733
|
} } }
|
|
3734
3734
|
},
|
|
3735
|
-
"configHash": "
|
|
3735
|
+
"configHash": "b548f02ba9ec541b3c11d913531f4c82",
|
|
3736
|
+
"description": "OpenTofu lets you declaratively manage your cloud infrastructure."
|
|
3736
3737
|
},
|
|
3737
3738
|
"tombi": {
|
|
3738
3739
|
"binaries": {
|
|
3739
3740
|
"darwin": {
|
|
3740
3741
|
"amd64": { "unknown": {
|
|
3741
|
-
"binaryPath": "tombi-1.1.
|
|
3742
|
+
"binaryPath": "tombi-1.1.3/tombi",
|
|
3742
3743
|
"contentType": "tar.gz",
|
|
3743
|
-
"hash": "
|
|
3744
|
-
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.
|
|
3744
|
+
"hash": "cafc335f23853e30303e962b7648df8e2c36731d906e52bb3c9e73cd6191268a",
|
|
3745
|
+
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.3/tombi-cli-1.1.3-x86_64-apple-darwin.tar.gz"
|
|
3745
3746
|
} },
|
|
3746
3747
|
"arm64": { "unknown": {
|
|
3747
|
-
"binaryPath": "tombi-1.1.
|
|
3748
|
+
"binaryPath": "tombi-1.1.3/tombi",
|
|
3748
3749
|
"contentType": "tar.gz",
|
|
3749
|
-
"hash": "
|
|
3750
|
-
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.
|
|
3750
|
+
"hash": "38f262c8d1a703b70181f6339fad1c61264a7f15c07c04e73c11b4094fb113eb",
|
|
3751
|
+
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.3/tombi-cli-1.1.3-aarch64-apple-darwin.tar.gz"
|
|
3751
3752
|
} }
|
|
3752
3753
|
},
|
|
3753
3754
|
"linux": {
|
|
3754
3755
|
"amd64": { "musl": {
|
|
3755
|
-
"binaryPath": "tombi-cli-1.1.
|
|
3756
|
+
"binaryPath": "tombi-cli-1.1.3-x86_64-unknown-linux-musl/tombi",
|
|
3756
3757
|
"contentType": "tar.gz",
|
|
3757
|
-
"hash": "
|
|
3758
|
-
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.
|
|
3758
|
+
"hash": "6f1490c46b82c04b50fc54b0fc835171d3c0bf45e180c1daf2491b217567effe",
|
|
3759
|
+
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.3/tombi-cli-1.1.3-x86_64-unknown-linux-musl.tar.gz"
|
|
3759
3760
|
} },
|
|
3760
3761
|
"arm64": { "musl": {
|
|
3761
|
-
"binaryPath": "tombi-cli-1.1.
|
|
3762
|
+
"binaryPath": "tombi-cli-1.1.3-x86_64-unknown-linux-musl/tombi",
|
|
3762
3763
|
"contentType": "tar.gz",
|
|
3763
|
-
"hash": "
|
|
3764
|
-
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.
|
|
3764
|
+
"hash": "b00f85e6d3d7c0df6effd7fadb50d3bf06f9487ee314eb5aa71e28d6b6f847f4",
|
|
3765
|
+
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.3/tombi-cli-1.1.3-aarch64-unknown-linux-musl.tar.gz"
|
|
3765
3766
|
} }
|
|
3766
3767
|
},
|
|
3767
3768
|
"windows": {
|
|
3768
3769
|
"amd64": { "unknown": {
|
|
3769
|
-
"binaryPath": "tombi-1.1.
|
|
3770
|
+
"binaryPath": "tombi-1.1.3/tombi.exe",
|
|
3770
3771
|
"contentType": "zip",
|
|
3771
|
-
"hash": "
|
|
3772
|
-
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.
|
|
3772
|
+
"hash": "fcb02afd0c3be168bb2639346040212ea963f9fdd7e8a19b2b147bddea98ed34",
|
|
3773
|
+
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.3/tombi-cli-1.1.3-x86_64-pc-windows-msvc.zip"
|
|
3773
3774
|
} },
|
|
3774
3775
|
"arm64": { "unknown": {
|
|
3775
|
-
"binaryPath": "tombi-1.1.
|
|
3776
|
+
"binaryPath": "tombi-1.1.3/tombi.exe",
|
|
3776
3777
|
"contentType": "zip",
|
|
3777
|
-
"hash": "
|
|
3778
|
-
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.
|
|
3778
|
+
"hash": "7833a09638cd837972b81546f0294204d2ec335dbe8eaa3643f3de34c35a7e8a",
|
|
3779
|
+
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.1.3/tombi-cli-1.1.3-aarch64-pc-windows-msvc.zip"
|
|
3779
3780
|
} }
|
|
3780
3781
|
}
|
|
3781
3782
|
},
|
|
3782
|
-
"configHash": "
|
|
3783
|
+
"configHash": "baea41369b2b8c4ec9e14ae754c0f510",
|
|
3783
3784
|
"description": "TOML Formatter / Linter / Language Server"
|
|
3784
3785
|
},
|
|
3785
3786
|
"trivy": {
|
|
@@ -4107,48 +4108,48 @@ var binaries = {
|
|
|
4107
4108
|
"binaries": {
|
|
4108
4109
|
"darwin": {
|
|
4109
4110
|
"amd64": { "unknown": {
|
|
4110
|
-
"binaryPath": "vacuum-0.29.
|
|
4111
|
+
"binaryPath": "vacuum-0.29.2/vacuum",
|
|
4111
4112
|
"contentType": "tar.gz",
|
|
4112
|
-
"hash": "
|
|
4113
|
-
"url": "https://github.com/daveshanley/vacuum/releases/download/v0.29.
|
|
4113
|
+
"hash": "77d04365e9a03944e206836f53f17cd4ccd891dbcff06c2c687333bfa5e7eb56",
|
|
4114
|
+
"url": "https://github.com/daveshanley/vacuum/releases/download/v0.29.2/vacuum_0.29.2_darwin_x86_64.tar.gz"
|
|
4114
4115
|
} },
|
|
4115
4116
|
"arm64": { "unknown": {
|
|
4116
|
-
"binaryPath": "vacuum-0.29.
|
|
4117
|
+
"binaryPath": "vacuum-0.29.2/vacuum",
|
|
4117
4118
|
"contentType": "tar.gz",
|
|
4118
|
-
"hash": "
|
|
4119
|
-
"url": "https://github.com/daveshanley/vacuum/releases/download/v0.29.
|
|
4119
|
+
"hash": "a141031d18f3d6ebbdf4aa3c66e5e4d282080c205000e8560237929ccbb53b2e",
|
|
4120
|
+
"url": "https://github.com/daveshanley/vacuum/releases/download/v0.29.2/vacuum_0.29.2_darwin_arm64.tar.gz"
|
|
4120
4121
|
} }
|
|
4121
4122
|
},
|
|
4122
4123
|
"linux": {
|
|
4123
4124
|
"amd64": { "glibc": {
|
|
4124
|
-
"binaryPath": "vacuum-0.29.
|
|
4125
|
+
"binaryPath": "vacuum-0.29.2/vacuum",
|
|
4125
4126
|
"contentType": "tar.gz",
|
|
4126
|
-
"hash": "
|
|
4127
|
-
"url": "https://github.com/daveshanley/vacuum/releases/download/v0.29.
|
|
4127
|
+
"hash": "976a71c5699db0185bbfcd0d037241564915f479205425f7821c804da1745827",
|
|
4128
|
+
"url": "https://github.com/daveshanley/vacuum/releases/download/v0.29.2/vacuum_0.29.2_linux_x86_64.tar.gz"
|
|
4128
4129
|
} },
|
|
4129
4130
|
"arm64": { "glibc": {
|
|
4130
|
-
"binaryPath": "vacuum-0.29.
|
|
4131
|
+
"binaryPath": "vacuum-0.29.2/vacuum",
|
|
4131
4132
|
"contentType": "tar.gz",
|
|
4132
|
-
"hash": "
|
|
4133
|
-
"url": "https://github.com/daveshanley/vacuum/releases/download/v0.29.
|
|
4133
|
+
"hash": "98e7bc61238cf372daeb52e9ccdff38f84d6fc1dd493ebcfe57e74fb321d1c8a",
|
|
4134
|
+
"url": "https://github.com/daveshanley/vacuum/releases/download/v0.29.2/vacuum_0.29.2_linux_arm64.tar.gz"
|
|
4134
4135
|
} }
|
|
4135
4136
|
},
|
|
4136
4137
|
"windows": {
|
|
4137
4138
|
"amd64": { "unknown": {
|
|
4138
|
-
"binaryPath": "vacuum-0.29.
|
|
4139
|
+
"binaryPath": "vacuum-0.29.2/vacuum.exe",
|
|
4139
4140
|
"contentType": "tar.gz",
|
|
4140
|
-
"hash": "
|
|
4141
|
-
"url": "https://github.com/daveshanley/vacuum/releases/download/v0.29.
|
|
4141
|
+
"hash": "5b401f6e55e1f20554aba1151175d81c66b1bde5924a9bf7f8301e535f5763f5",
|
|
4142
|
+
"url": "https://github.com/daveshanley/vacuum/releases/download/v0.29.2/vacuum_0.29.2_windows_x86_64.tar.gz"
|
|
4142
4143
|
} },
|
|
4143
4144
|
"arm64": { "unknown": {
|
|
4144
|
-
"binaryPath": "vacuum-0.29.
|
|
4145
|
+
"binaryPath": "vacuum-0.29.2/vacuum.exe",
|
|
4145
4146
|
"contentType": "tar.gz",
|
|
4146
|
-
"hash": "
|
|
4147
|
-
"url": "https://github.com/daveshanley/vacuum/releases/download/v0.29.
|
|
4147
|
+
"hash": "a46790590ab5c760519d120ad74c6cc47bd72464d408906e2562de5d6b8a2617",
|
|
4148
|
+
"url": "https://github.com/daveshanley/vacuum/releases/download/v0.29.2/vacuum_0.29.2_windows_arm64.tar.gz"
|
|
4148
4149
|
} }
|
|
4149
4150
|
}
|
|
4150
4151
|
},
|
|
4151
|
-
"configHash": "
|
|
4152
|
+
"configHash": "46d422bf77c65d38ef78797872b76ccf",
|
|
4152
4153
|
"description": "vacuum is the worlds fastest and most versatile OpenAPI, AsyncAPI & JSON Schema linter, docs generator and toolkit. It tears through API specs at light speed. 100% compatible with Spectral rulesets, and OpenAPI 3.0, 3.1 and 3.2"
|
|
4153
4154
|
},
|
|
4154
4155
|
"vale": {
|
|
@@ -4664,7 +4665,7 @@ const mapOfApps = {
|
|
|
4664
4665
|
//#endregion
|
|
4665
4666
|
//#region package.json
|
|
4666
4667
|
var name = "@shibanet0/datamitsu-config";
|
|
4667
|
-
var version = "0.1.
|
|
4668
|
+
var version = "0.1.5";
|
|
4668
4669
|
const oxlintConfig = {
|
|
4669
4670
|
$schema: `./node_modules/${name}/oxlint_configuration_schema.json`,
|
|
4670
4671
|
categories: {
|
|
@@ -4951,6 +4952,7 @@ function withTrailingNewline(content) {
|
|
|
4951
4952
|
const vscodeExtensions = (context) => {
|
|
4952
4953
|
const config = safeJsonParse(context.originalContent);
|
|
4953
4954
|
const recommendations = [...new Set([
|
|
4955
|
+
"bierner.comment-tagged-templates",
|
|
4954
4956
|
"dbaeumer.vscode-eslint",
|
|
4955
4957
|
"drblury.protobuf-vsc",
|
|
4956
4958
|
"EditorConfig.EditorConfig",
|
|
@@ -7123,7 +7125,11 @@ const cleanDependencies = (deps) => {
|
|
|
7123
7125
|
};
|
|
7124
7126
|
//#endregion
|
|
7125
7127
|
//#region src/datamitsu-config/cmdSetup.ts
|
|
7126
|
-
const yamlIgnore = [
|
|
7128
|
+
const yamlIgnore = [
|
|
7129
|
+
"pnpm-lock.yaml",
|
|
7130
|
+
"**/*.sops.yaml",
|
|
7131
|
+
"**/.sops.yml"
|
|
7132
|
+
];
|
|
7127
7133
|
const aiTools = {
|
|
7128
7134
|
".cursor/rules": {
|
|
7129
7135
|
linkTarget: "../AGENTS.md",
|
|
@@ -7767,12 +7773,10 @@ const setup = {
|
|
|
7767
7773
|
},
|
|
7768
7774
|
"commitlint.config.mjs": {
|
|
7769
7775
|
content: (context) => {
|
|
7770
|
-
return
|
|
7771
|
-
|
|
7772
|
-
|
|
7773
|
-
|
|
7774
|
-
""
|
|
7775
|
-
].join("\n");
|
|
7776
|
+
return `import { defineConfig } from "${tools.Path.forImport(tools.Path.join(context.datamitsuDir, "commitlint.config.js"))}";
|
|
7777
|
+
|
|
7778
|
+
export default defineConfig();
|
|
7779
|
+
`;
|
|
7776
7780
|
},
|
|
7777
7781
|
otherFileNameList: [
|
|
7778
7782
|
".commitlintrc",
|
|
@@ -7796,12 +7800,10 @@ const setup = {
|
|
|
7796
7800
|
},
|
|
7797
7801
|
"cspell.config.mjs": {
|
|
7798
7802
|
content: (context) => {
|
|
7799
|
-
return
|
|
7800
|
-
|
|
7801
|
-
|
|
7802
|
-
|
|
7803
|
-
""
|
|
7804
|
-
].join("\n");
|
|
7803
|
+
return `import { defineConfig } from "${tools.Path.forImport(tools.Path.join(context.datamitsuDir, "cspell.config.mjs"))}";
|
|
7804
|
+
|
|
7805
|
+
export default defineConfig();
|
|
7806
|
+
`;
|
|
7805
7807
|
},
|
|
7806
7808
|
otherFileNameList: [
|
|
7807
7809
|
".cspell.config.yaml",
|
|
@@ -7864,11 +7866,13 @@ const setup = {
|
|
|
7864
7866
|
content: (context) => {
|
|
7865
7867
|
if (env().DATAMITSU_DEV_MODE) return `import { join } from "node:path";
|
|
7866
7868
|
|
|
7867
|
-
import { defineConfig } from "${tools.Path.forImport(tools.Path.join(context.datamitsuDir, "eslint.config.
|
|
7869
|
+
import { defineConfig } from "${tools.Path.forImport(tools.Path.join(context.datamitsuDir, "eslint.config.mjs"))}";
|
|
7868
7870
|
import packageJSON from "./package.json" with { type: "json" };
|
|
7869
7871
|
|
|
7870
7872
|
const config = await defineConfig(
|
|
7871
|
-
/**
|
|
7873
|
+
/**
|
|
7874
|
+
* @type {import("./dist/type-fest").PackageJson}
|
|
7875
|
+
*/ (packageJSON),
|
|
7872
7876
|
undefined,
|
|
7873
7877
|
{
|
|
7874
7878
|
plugins: {
|
|
@@ -7895,7 +7899,7 @@ export default [
|
|
|
7895
7899
|
`;
|
|
7896
7900
|
return `import { join } from "node:path";
|
|
7897
7901
|
|
|
7898
|
-
import { defineConfig } from "${tools.Path.forImport(tools.Path.join(context.datamitsuDir, "eslint.config.
|
|
7902
|
+
import { defineConfig } from "${tools.Path.forImport(tools.Path.join(context.datamitsuDir, "eslint.config.mjs"))}";
|
|
7899
7903
|
|
|
7900
7904
|
import packageJSON from "./package.json" with { type: "json" };
|
|
7901
7905
|
|
|
@@ -8017,7 +8021,7 @@ export default config;
|
|
|
8017
8021
|
},
|
|
8018
8022
|
"install deps": {
|
|
8019
8023
|
priority: 1,
|
|
8020
|
-
run: `pnpm i`
|
|
8024
|
+
run: `pnpm i --force`
|
|
8021
8025
|
}
|
|
8022
8026
|
} },
|
|
8023
8027
|
"pre-commit": {
|
|
@@ -8057,9 +8061,7 @@ export default config;
|
|
|
8057
8061
|
return [
|
|
8058
8062
|
`import { defineConfig } from "${tools.Path.forImport(tools.Path.join(context.datamitsuDir, "oxfmt.config.js"))}";`,
|
|
8059
8063
|
"",
|
|
8060
|
-
|
|
8061
|
-
"",
|
|
8062
|
-
"export default config;",
|
|
8064
|
+
"export default defineConfig();",
|
|
8063
8065
|
""
|
|
8064
8066
|
].join("\n");
|
|
8065
8067
|
},
|
|
@@ -8167,7 +8169,7 @@ export default config;
|
|
|
8167
8169
|
"prettier.config.mjs": {
|
|
8168
8170
|
content: (context) => {
|
|
8169
8171
|
return [
|
|
8170
|
-
`import { defineConfig } from "${tools.Path.forImport(tools.Path.join(context.datamitsuDir, "prettier.config.
|
|
8172
|
+
`import { defineConfig } from "${tools.Path.forImport(tools.Path.join(context.datamitsuDir, "prettier.config.mjs"))}";`,
|
|
8171
8173
|
"",
|
|
8172
8174
|
`const config = defineConfig();`,
|
|
8173
8175
|
"",
|
|
@@ -8317,7 +8319,7 @@ function buildManagedGitleaksToml() {
|
|
|
8317
8319
|
* The config baked into the docker images keeps the placeholder too: a bundle must not
|
|
8318
8320
|
* self-reference, and containers already carry the full store.
|
|
8319
8321
|
*/
|
|
8320
|
-
const OCI_BUNDLE_PIN = "{\"digest\":\"sha256:
|
|
8322
|
+
const OCI_BUNDLE_PIN = "{\"digest\":\"sha256:882ff4024c74c8db05d9d0e9353f89a49e26a1e0914586b6c1578941fcea9f8a\",\"ref\":\"ghcr.io/shibanet0/datamitsu-config\"}";
|
|
8321
8323
|
function parsePin(raw) {
|
|
8322
8324
|
try {
|
|
8323
8325
|
return JSON.parse(raw);
|
|
@@ -8580,14 +8582,14 @@ var runtimes_default = {
|
|
|
8580
8582
|
"amd64": { "unknown": {
|
|
8581
8583
|
"binaryPath": "uv",
|
|
8582
8584
|
"contentType": "tar.gz",
|
|
8583
|
-
"hash": "
|
|
8584
|
-
"url": "https://github.com/astral-sh/uv/releases/download/0.11.
|
|
8585
|
+
"hash": "bef01a86faab997f6022b45cfa29bfc5b090f2f72cd4a91d2ecefe641efdabe7",
|
|
8586
|
+
"url": "https://github.com/astral-sh/uv/releases/download/0.11.20/uv-x86_64-apple-darwin.tar.gz"
|
|
8585
8587
|
} },
|
|
8586
8588
|
"arm64": { "unknown": {
|
|
8587
8589
|
"binaryPath": "uv",
|
|
8588
8590
|
"contentType": "tar.gz",
|
|
8589
|
-
"hash": "
|
|
8590
|
-
"url": "https://github.com/astral-sh/uv/releases/download/0.11.
|
|
8591
|
+
"hash": "0a2b6a757d5693671a7ce0002554ae869604e1e69acb10313ac14d08374be01a",
|
|
8592
|
+
"url": "https://github.com/astral-sh/uv/releases/download/0.11.20/uv-aarch64-apple-darwin.tar.gz"
|
|
8591
8593
|
} }
|
|
8592
8594
|
},
|
|
8593
8595
|
"linux": {
|
|
@@ -8595,28 +8597,28 @@ var runtimes_default = {
|
|
|
8595
8597
|
"glibc": {
|
|
8596
8598
|
"binaryPath": "uv",
|
|
8597
8599
|
"contentType": "tar.gz",
|
|
8598
|
-
"hash": "
|
|
8599
|
-
"url": "https://github.com/astral-sh/uv/releases/download/0.11.
|
|
8600
|
+
"hash": "5de211d9278af365497d387e25316907b3b4a9f25b4476dd6dbf238d6f85cff3",
|
|
8601
|
+
"url": "https://github.com/astral-sh/uv/releases/download/0.11.20/uv-x86_64-unknown-linux-gnu.tar.gz"
|
|
8600
8602
|
},
|
|
8601
8603
|
"musl": {
|
|
8602
8604
|
"binaryPath": "uv",
|
|
8603
8605
|
"contentType": "tar.gz",
|
|
8604
|
-
"hash": "
|
|
8605
|
-
"url": "https://github.com/astral-sh/uv/releases/download/0.11.
|
|
8606
|
+
"hash": "a7545a1360d29baa696753af2f41849047b332bcb90e8ea75ad0568e7f865e35",
|
|
8607
|
+
"url": "https://github.com/astral-sh/uv/releases/download/0.11.20/uv-x86_64-unknown-linux-musl.tar.gz"
|
|
8606
8608
|
}
|
|
8607
8609
|
},
|
|
8608
8610
|
"arm64": {
|
|
8609
8611
|
"glibc": {
|
|
8610
8612
|
"binaryPath": "uv",
|
|
8611
8613
|
"contentType": "tar.gz",
|
|
8612
|
-
"hash": "
|
|
8613
|
-
"url": "https://github.com/astral-sh/uv/releases/download/0.11.
|
|
8614
|
+
"hash": "c8b5b7f9c804b640da0bb66cddddf0a00ce971f64d8076622d70bd141bc80857",
|
|
8615
|
+
"url": "https://github.com/astral-sh/uv/releases/download/0.11.20/uv-aarch64-unknown-linux-gnu.tar.gz"
|
|
8614
8616
|
},
|
|
8615
8617
|
"musl": {
|
|
8616
8618
|
"binaryPath": "uv",
|
|
8617
8619
|
"contentType": "tar.gz",
|
|
8618
|
-
"hash": "
|
|
8619
|
-
"url": "https://github.com/astral-sh/uv/releases/download/0.11.
|
|
8620
|
+
"hash": "79931fc8e82dddff6eb9cab32aa8492e35bc22767322dd68cad36012411ae6d5",
|
|
8621
|
+
"url": "https://github.com/astral-sh/uv/releases/download/0.11.20/uv-aarch64-unknown-linux-musl.tar.gz"
|
|
8620
8622
|
}
|
|
8621
8623
|
}
|
|
8622
8624
|
},
|
|
@@ -8624,14 +8626,14 @@ var runtimes_default = {
|
|
|
8624
8626
|
"amd64": { "unknown": {
|
|
8625
8627
|
"binaryPath": "uv.exe",
|
|
8626
8628
|
"contentType": "zip",
|
|
8627
|
-
"hash": "
|
|
8628
|
-
"url": "https://github.com/astral-sh/uv/releases/download/0.11.
|
|
8629
|
+
"hash": "4c281f1b6b9ccb14d9567ebde9a218a7cabfb35e5ffe8c1d4ef5e2821a655474",
|
|
8630
|
+
"url": "https://github.com/astral-sh/uv/releases/download/0.11.20/uv-x86_64-pc-windows-msvc.zip"
|
|
8629
8631
|
} },
|
|
8630
8632
|
"arm64": { "unknown": {
|
|
8631
8633
|
"binaryPath": "uv.exe",
|
|
8632
8634
|
"contentType": "zip",
|
|
8633
|
-
"hash": "
|
|
8634
|
-
"url": "https://github.com/astral-sh/uv/releases/download/0.11.
|
|
8635
|
+
"hash": "5248e1a5f980a77f153c4c452511ec6376abb8772b0979c450775f3a268fc61e",
|
|
8636
|
+
"url": "https://github.com/astral-sh/uv/releases/download/0.11.20/uv-aarch64-pc-windows-msvc.zip"
|
|
8635
8637
|
} }
|
|
8636
8638
|
}
|
|
8637
8639
|
} },
|
|
@@ -8857,7 +8859,7 @@ const toolsConfig = {
|
|
|
8857
8859
|
args: [
|
|
8858
8860
|
"lint",
|
|
8859
8861
|
"-c",
|
|
8860
|
-
"{root}/cspell.config.
|
|
8862
|
+
"{root}/cspell.config.mjs",
|
|
8861
8863
|
"--quiet",
|
|
8862
8864
|
"--no-must-find-files",
|
|
8863
8865
|
"--unique",
|
|
@@ -8911,7 +8913,7 @@ const toolsConfig = {
|
|
|
8911
8913
|
"--quiet",
|
|
8912
8914
|
"--fix",
|
|
8913
8915
|
"-c",
|
|
8914
|
-
"{cwd}/eslint.config.
|
|
8916
|
+
"{cwd}/eslint.config.mjs",
|
|
8915
8917
|
"{files}"
|
|
8916
8918
|
],
|
|
8917
8919
|
batch: true,
|
|
@@ -8924,7 +8926,7 @@ const toolsConfig = {
|
|
|
8924
8926
|
args: [
|
|
8925
8927
|
"--quiet",
|
|
8926
8928
|
"-c",
|
|
8927
|
-
"{cwd}/eslint.config.
|
|
8929
|
+
"{cwd}/eslint.config.mjs",
|
|
8928
8930
|
"{files}"
|
|
8929
8931
|
],
|
|
8930
8932
|
batch: true,
|
|
@@ -9177,7 +9179,7 @@ const toolsConfig = {
|
|
|
9177
9179
|
"-u",
|
|
9178
9180
|
"--write",
|
|
9179
9181
|
"--config",
|
|
9180
|
-
"{cwd}/prettier.config.
|
|
9182
|
+
"{cwd}/prettier.config.mjs",
|
|
9181
9183
|
"{files}"
|
|
9182
9184
|
],
|
|
9183
9185
|
batch: true,
|
|
@@ -9191,7 +9193,7 @@ const toolsConfig = {
|
|
|
9191
9193
|
"-u",
|
|
9192
9194
|
"--check",
|
|
9193
9195
|
"--config",
|
|
9194
|
-
"{cwd}/prettier.config.
|
|
9196
|
+
"{cwd}/prettier.config.mjs",
|
|
9195
9197
|
"{files}"
|
|
9196
9198
|
],
|
|
9197
9199
|
batch: true,
|
|
@@ -10071,7 +10073,7 @@ function getConfig(cfg) {
|
|
|
10071
10073
|
}
|
|
10072
10074
|
globalThis.getConfig = getConfig;
|
|
10073
10075
|
const getMinVersion = () => {
|
|
10074
|
-
return "0.1.
|
|
10076
|
+
return "0.1.4";
|
|
10075
10077
|
};
|
|
10076
10078
|
globalThis.getMinVersion = getMinVersion;
|
|
10077
10079
|
//#endregion
|