@microsoft/type2docfx 2.3.4-dev.2451552.0 → 2.3.4-dev.2452093.0

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/eslint.config.mjs CHANGED
@@ -2,9 +2,9 @@ import tseslint from 'typescript-eslint';
2
2
  import pluginImport from 'eslint-plugin-import';
3
3
  import pluginSecurity from 'eslint-plugin-security';
4
4
 
5
- export default tseslint.config(
5
+ export default [
6
6
  {
7
- ignores: ['**/*.test.ts', 'dist/**', 'node_modules/**'],
7
+ ignores: ['**/*.test.ts', 'dist/**', 'node_modules/**', '*.mjs', '*.js'],
8
8
  },
9
9
  ...tseslint.configs.recommended,
10
10
  ...tseslint.configs.recommendedTypeChecked,
@@ -26,4 +26,4 @@ export default tseslint.config(
26
26
  },
27
27
  },
28
28
  },
29
- );
29
+ ];
package/jest.config.js CHANGED
@@ -1,7 +1,9 @@
1
1
  module.exports = {
2
- transform: { '^.+\\.ts?$': 'ts-jest' },
2
+ transform: { '^.+\\.[tj]sx?$': 'ts-jest' },
3
3
  testEnvironment: 'node',
4
4
  testRegex: '.*\\.(test|spec)?\\.(ts|tsx)$',
5
+ setupFiles: ['./jest.setup.js'],
6
+ transformIgnorePatterns: ['/node_modules/(?!(rewire|eslint|@eslint)/)'],
5
7
  moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
6
8
  moduleNameMapper: {
7
9
  axios: 'axios/dist/node/axios.cjs',
package/jest.setup.js ADDED
@@ -0,0 +1,3 @@
1
+ if (typeof globalThis.structuredClone === 'undefined') {
2
+ global.structuredClone = (val) => JSON.parse(JSON.stringify(val));
3
+ }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@microsoft/type2docfx",
3
- "version": "2.3.4-dev.2451552.0",
3
+ "version": "2.3.4-dev.2452093.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@microsoft/type2docfx",
9
- "version": "2.3.4-dev.2451552.0",
9
+ "version": "2.3.4-dev.2452093.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "commander": "^9.4.1",
@@ -38,7 +38,7 @@
38
38
  "husky": "^8.0.3",
39
39
  "jest": "^27.0.6",
40
40
  "lint-staged": "^13.2.2",
41
- "rewire": "^7.0.0",
41
+ "rewire": "^9.0.1",
42
42
  "ts-jest": "^27.1.5",
43
43
  "ts-node": "^10.9.1",
44
44
  "typescript-eslint": "^8.0.0"
@@ -872,22 +872,6 @@
872
872
  "node": ">=18.18.0"
873
873
  }
874
874
  },
875
- "node_modules/@humanwhocodes/config-array": {
876
- "version": "0.13.0",
877
- "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
878
- "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
879
- "deprecated": "Use @eslint/config-array instead",
880
- "dev": true,
881
- "license": "Apache-2.0",
882
- "dependencies": {
883
- "@humanwhocodes/object-schema": "^2.0.3",
884
- "debug": "^4.3.1",
885
- "minimatch": "^3.0.5"
886
- },
887
- "engines": {
888
- "node": ">=10.10.0"
889
- }
890
- },
891
875
  "node_modules/@humanwhocodes/module-importer": {
892
876
  "version": "1.0.1",
893
877
  "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
@@ -901,14 +885,6 @@
901
885
  "url": "https://github.com/sponsors/nzakas"
902
886
  }
903
887
  },
904
- "node_modules/@humanwhocodes/object-schema": {
905
- "version": "2.0.3",
906
- "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
907
- "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
908
- "deprecated": "Use @eslint/object-schema instead",
909
- "dev": true,
910
- "license": "BSD-3-Clause"
911
- },
912
888
  "node_modules/@humanwhocodes/retry": {
913
889
  "version": "0.4.3",
914
890
  "resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
@@ -1259,44 +1235,6 @@
1259
1235
  "@jridgewell/sourcemap-codec": "^1.4.10"
1260
1236
  }
1261
1237
  },
1262
- "node_modules/@nodelib/fs.scandir": {
1263
- "version": "2.1.5",
1264
- "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
1265
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
1266
- "dev": true,
1267
- "license": "MIT",
1268
- "dependencies": {
1269
- "@nodelib/fs.stat": "2.0.5",
1270
- "run-parallel": "^1.1.9"
1271
- },
1272
- "engines": {
1273
- "node": ">= 8"
1274
- }
1275
- },
1276
- "node_modules/@nodelib/fs.stat": {
1277
- "version": "2.0.5",
1278
- "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
1279
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
1280
- "dev": true,
1281
- "license": "MIT",
1282
- "engines": {
1283
- "node": ">= 8"
1284
- }
1285
- },
1286
- "node_modules/@nodelib/fs.walk": {
1287
- "version": "1.2.8",
1288
- "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
1289
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
1290
- "dev": true,
1291
- "license": "MIT",
1292
- "dependencies": {
1293
- "@nodelib/fs.scandir": "2.1.5",
1294
- "fastq": "^1.6.0"
1295
- },
1296
- "engines": {
1297
- "node": ">= 8"
1298
- }
1299
- },
1300
1238
  "node_modules/@rtsao/scc": {
1301
1239
  "version": "1.1.0",
1302
1240
  "resolved": "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz",
@@ -1812,13 +1750,6 @@
1812
1750
  "url": "https://opencollective.com/eslint"
1813
1751
  }
1814
1752
  },
1815
- "node_modules/@ungap/structured-clone": {
1816
- "version": "1.3.0",
1817
- "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
1818
- "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
1819
- "dev": true,
1820
- "license": "ISC"
1821
- },
1822
1753
  "node_modules/abab": {
1823
1754
  "version": "2.0.6",
1824
1755
  "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
@@ -2945,19 +2876,6 @@
2945
2876
  "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
2946
2877
  }
2947
2878
  },
2948
- "node_modules/doctrine": {
2949
- "version": "3.0.0",
2950
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
2951
- "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
2952
- "dev": true,
2953
- "license": "Apache-2.0",
2954
- "dependencies": {
2955
- "esutils": "^2.0.2"
2956
- },
2957
- "engines": {
2958
- "node": ">=6.0.0"
2959
- }
2960
- },
2961
2879
  "node_modules/domexception": {
2962
2880
  "version": "2.0.1",
2963
2881
  "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
@@ -3765,16 +3683,6 @@
3765
3683
  "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=",
3766
3684
  "dev": true
3767
3685
  },
3768
- "node_modules/fastq": {
3769
- "version": "1.20.1",
3770
- "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
3771
- "integrity": "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==",
3772
- "dev": true,
3773
- "license": "ISC",
3774
- "dependencies": {
3775
- "reusify": "^1.0.4"
3776
- }
3777
- },
3778
3686
  "node_modules/fb-watchman": {
3779
3687
  "version": "2.0.2",
3780
3688
  "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
@@ -4183,13 +4091,6 @@
4183
4091
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
4184
4092
  "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
4185
4093
  },
4186
- "node_modules/graphemer": {
4187
- "version": "1.4.0",
4188
- "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
4189
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
4190
- "dev": true,
4191
- "license": "MIT"
4192
- },
4193
4094
  "node_modules/has-bigints": {
4194
4095
  "version": "1.1.0",
4195
4096
  "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
@@ -4737,16 +4638,6 @@
4737
4638
  "url": "https://github.com/sponsors/ljharb"
4738
4639
  }
4739
4640
  },
4740
- "node_modules/is-path-inside": {
4741
- "version": "3.0.3",
4742
- "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
4743
- "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
4744
- "dev": true,
4745
- "license": "MIT",
4746
- "engines": {
4747
- "node": ">=8"
4748
- }
4749
- },
4750
4641
  "node_modules/is-potential-custom-element-name": {
4751
4642
  "version": "1.0.1",
4752
4643
  "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
@@ -6593,10 +6484,11 @@
6593
6484
  }
6594
6485
  },
6595
6486
  "node_modules/pirates": {
6596
- "version": "4.0.5",
6597
- "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
6598
- "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
6487
+ "version": "4.0.7",
6488
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
6489
+ "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
6599
6490
  "dev": true,
6491
+ "license": "MIT",
6600
6492
  "engines": {
6601
6493
  "node": ">= 6"
6602
6494
  }
@@ -6712,27 +6604,6 @@
6712
6604
  "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
6713
6605
  "dev": true
6714
6606
  },
6715
- "node_modules/queue-microtask": {
6716
- "version": "1.2.3",
6717
- "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
6718
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
6719
- "dev": true,
6720
- "funding": [
6721
- {
6722
- "type": "github",
6723
- "url": "https://github.com/sponsors/feross"
6724
- },
6725
- {
6726
- "type": "patreon",
6727
- "url": "https://www.patreon.com/feross"
6728
- },
6729
- {
6730
- "type": "consulting",
6731
- "url": "https://feross.org/support"
6732
- }
6733
- ],
6734
- "license": "MIT"
6735
- },
6736
6607
  "node_modules/react-is": {
6737
6608
  "version": "17.0.2",
6738
6609
  "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
@@ -6871,351 +6742,15 @@
6871
6742
  "node": ">=8"
6872
6743
  }
6873
6744
  },
6874
- "node_modules/reusify": {
6875
- "version": "1.1.0",
6876
- "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
6877
- "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
6878
- "dev": true,
6879
- "license": "MIT",
6880
- "engines": {
6881
- "iojs": ">=1.0.0",
6882
- "node": ">=0.10.0"
6883
- }
6884
- },
6885
6745
  "node_modules/rewire": {
6886
- "version": "7.0.0",
6887
- "resolved": "https://registry.npmjs.org/rewire/-/rewire-7.0.0.tgz",
6888
- "integrity": "sha512-DyyNyzwMtGYgu0Zl/ya0PR/oaunM+VuCuBxCuhYJHHaV0V+YvYa3bBGxb5OZ71vndgmp1pYY8F4YOwQo1siRGw==",
6889
- "dev": true,
6890
- "license": "MIT",
6891
- "dependencies": {
6892
- "eslint": "^8.47.0"
6893
- }
6894
- },
6895
- "node_modules/rewire/node_modules/@eslint/eslintrc": {
6896
- "version": "2.1.4",
6897
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
6898
- "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
6899
- "dev": true,
6900
- "license": "MIT",
6901
- "dependencies": {
6902
- "ajv": "^6.12.4",
6903
- "debug": "^4.3.2",
6904
- "espree": "^9.6.0",
6905
- "globals": "^13.19.0",
6906
- "ignore": "^5.2.0",
6907
- "import-fresh": "^3.2.1",
6908
- "js-yaml": "^4.1.0",
6909
- "minimatch": "^3.1.2",
6910
- "strip-json-comments": "^3.1.1"
6911
- },
6912
- "engines": {
6913
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6914
- },
6915
- "funding": {
6916
- "url": "https://opencollective.com/eslint"
6917
- }
6918
- },
6919
- "node_modules/rewire/node_modules/@eslint/js": {
6920
- "version": "8.57.1",
6921
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz",
6922
- "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
6923
- "dev": true,
6924
- "license": "MIT",
6925
- "engines": {
6926
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6927
- }
6928
- },
6929
- "node_modules/rewire/node_modules/escape-string-regexp": {
6930
- "version": "4.0.0",
6931
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
6932
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
6933
- "dev": true,
6934
- "license": "MIT",
6935
- "engines": {
6936
- "node": ">=10"
6937
- },
6938
- "funding": {
6939
- "url": "https://github.com/sponsors/sindresorhus"
6940
- }
6941
- },
6942
- "node_modules/rewire/node_modules/eslint": {
6943
- "version": "8.57.1",
6944
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz",
6945
- "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
6946
- "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
6746
+ "version": "9.0.1",
6747
+ "resolved": "https://registry.npmjs.org/rewire/-/rewire-9.0.1.tgz",
6748
+ "integrity": "sha512-dnbLeTwHpXvWJjswC6CshXUUnnpE5AVhlayVRvDJhJx5ejbO4nbj1IXqN2urErgB7TpHUAMpf6iPDhQIxeSQOQ==",
6947
6749
  "dev": true,
6948
6750
  "license": "MIT",
6949
6751
  "dependencies": {
6950
- "@eslint-community/eslint-utils": "^4.2.0",
6951
- "@eslint-community/regexpp": "^4.6.1",
6952
- "@eslint/eslintrc": "^2.1.4",
6953
- "@eslint/js": "8.57.1",
6954
- "@humanwhocodes/config-array": "^0.13.0",
6955
- "@humanwhocodes/module-importer": "^1.0.1",
6956
- "@nodelib/fs.walk": "^1.2.8",
6957
- "@ungap/structured-clone": "^1.2.0",
6958
- "ajv": "^6.12.4",
6959
- "chalk": "^4.0.0",
6960
- "cross-spawn": "^7.0.2",
6961
- "debug": "^4.3.2",
6962
- "doctrine": "^3.0.0",
6963
- "escape-string-regexp": "^4.0.0",
6964
- "eslint-scope": "^7.2.2",
6965
- "eslint-visitor-keys": "^3.4.3",
6966
- "espree": "^9.6.1",
6967
- "esquery": "^1.4.2",
6968
- "esutils": "^2.0.2",
6969
- "fast-deep-equal": "^3.1.3",
6970
- "file-entry-cache": "^6.0.1",
6971
- "find-up": "^5.0.0",
6972
- "glob-parent": "^6.0.2",
6973
- "globals": "^13.19.0",
6974
- "graphemer": "^1.4.0",
6975
- "ignore": "^5.2.0",
6976
- "imurmurhash": "^0.1.4",
6977
- "is-glob": "^4.0.0",
6978
- "is-path-inside": "^3.0.3",
6979
- "js-yaml": "^4.1.0",
6980
- "json-stable-stringify-without-jsonify": "^1.0.1",
6981
- "levn": "^0.4.1",
6982
- "lodash.merge": "^4.6.2",
6983
- "minimatch": "^3.1.2",
6984
- "natural-compare": "^1.4.0",
6985
- "optionator": "^0.9.3",
6986
- "strip-ansi": "^6.0.1",
6987
- "text-table": "^0.2.0"
6988
- },
6989
- "bin": {
6990
- "eslint": "bin/eslint.js"
6991
- },
6992
- "engines": {
6993
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6994
- },
6995
- "funding": {
6996
- "url": "https://opencollective.com/eslint"
6997
- }
6998
- },
6999
- "node_modules/rewire/node_modules/eslint-scope": {
7000
- "version": "7.2.2",
7001
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
7002
- "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
7003
- "dev": true,
7004
- "license": "BSD-2-Clause",
7005
- "dependencies": {
7006
- "esrecurse": "^4.3.0",
7007
- "estraverse": "^5.2.0"
7008
- },
7009
- "engines": {
7010
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7011
- },
7012
- "funding": {
7013
- "url": "https://opencollective.com/eslint"
7014
- }
7015
- },
7016
- "node_modules/rewire/node_modules/espree": {
7017
- "version": "9.6.1",
7018
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
7019
- "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
7020
- "dev": true,
7021
- "license": "BSD-2-Clause",
7022
- "dependencies": {
7023
- "acorn": "^8.9.0",
7024
- "acorn-jsx": "^5.3.2",
7025
- "eslint-visitor-keys": "^3.4.1"
7026
- },
7027
- "engines": {
7028
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7029
- },
7030
- "funding": {
7031
- "url": "https://opencollective.com/eslint"
7032
- }
7033
- },
7034
- "node_modules/rewire/node_modules/file-entry-cache": {
7035
- "version": "6.0.1",
7036
- "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
7037
- "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
7038
- "dev": true,
7039
- "license": "MIT",
7040
- "dependencies": {
7041
- "flat-cache": "^3.0.4"
7042
- },
7043
- "engines": {
7044
- "node": "^10.12.0 || >=12.0.0"
7045
- }
7046
- },
7047
- "node_modules/rewire/node_modules/find-up": {
7048
- "version": "5.0.0",
7049
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
7050
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
7051
- "dev": true,
7052
- "license": "MIT",
7053
- "dependencies": {
7054
- "locate-path": "^6.0.0",
7055
- "path-exists": "^4.0.0"
7056
- },
7057
- "engines": {
7058
- "node": ">=10"
7059
- },
7060
- "funding": {
7061
- "url": "https://github.com/sponsors/sindresorhus"
7062
- }
7063
- },
7064
- "node_modules/rewire/node_modules/flat-cache": {
7065
- "version": "3.2.0",
7066
- "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
7067
- "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
7068
- "dev": true,
7069
- "license": "MIT",
7070
- "dependencies": {
7071
- "flatted": "^3.2.9",
7072
- "keyv": "^4.5.3",
7073
- "rimraf": "^3.0.2"
7074
- },
7075
- "engines": {
7076
- "node": "^10.12.0 || >=12.0.0"
7077
- }
7078
- },
7079
- "node_modules/rewire/node_modules/globals": {
7080
- "version": "13.24.0",
7081
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz",
7082
- "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
7083
- "dev": true,
7084
- "license": "MIT",
7085
- "dependencies": {
7086
- "type-fest": "^0.20.2"
7087
- },
7088
- "engines": {
7089
- "node": ">=8"
7090
- },
7091
- "funding": {
7092
- "url": "https://github.com/sponsors/sindresorhus"
7093
- }
7094
- },
7095
- "node_modules/rewire/node_modules/ignore": {
7096
- "version": "5.3.2",
7097
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
7098
- "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
7099
- "dev": true,
7100
- "license": "MIT",
7101
- "engines": {
7102
- "node": ">= 4"
7103
- }
7104
- },
7105
- "node_modules/rewire/node_modules/levn": {
7106
- "version": "0.4.1",
7107
- "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
7108
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
7109
- "dev": true,
7110
- "license": "MIT",
7111
- "dependencies": {
7112
- "prelude-ls": "^1.2.1",
7113
- "type-check": "~0.4.0"
7114
- },
7115
- "engines": {
7116
- "node": ">= 0.8.0"
7117
- }
7118
- },
7119
- "node_modules/rewire/node_modules/locate-path": {
7120
- "version": "6.0.0",
7121
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
7122
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
7123
- "dev": true,
7124
- "license": "MIT",
7125
- "dependencies": {
7126
- "p-locate": "^5.0.0"
7127
- },
7128
- "engines": {
7129
- "node": ">=10"
7130
- },
7131
- "funding": {
7132
- "url": "https://github.com/sponsors/sindresorhus"
7133
- }
7134
- },
7135
- "node_modules/rewire/node_modules/optionator": {
7136
- "version": "0.9.4",
7137
- "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz",
7138
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
7139
- "dev": true,
7140
- "license": "MIT",
7141
- "dependencies": {
7142
- "deep-is": "^0.1.3",
7143
- "fast-levenshtein": "^2.0.6",
7144
- "levn": "^0.4.1",
7145
- "prelude-ls": "^1.2.1",
7146
- "type-check": "^0.4.0",
7147
- "word-wrap": "^1.2.5"
7148
- },
7149
- "engines": {
7150
- "node": ">= 0.8.0"
7151
- }
7152
- },
7153
- "node_modules/rewire/node_modules/p-limit": {
7154
- "version": "3.1.0",
7155
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
7156
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
7157
- "dev": true,
7158
- "license": "MIT",
7159
- "dependencies": {
7160
- "yocto-queue": "^0.1.0"
7161
- },
7162
- "engines": {
7163
- "node": ">=10"
7164
- },
7165
- "funding": {
7166
- "url": "https://github.com/sponsors/sindresorhus"
7167
- }
7168
- },
7169
- "node_modules/rewire/node_modules/p-locate": {
7170
- "version": "5.0.0",
7171
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
7172
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
7173
- "dev": true,
7174
- "license": "MIT",
7175
- "dependencies": {
7176
- "p-limit": "^3.0.2"
7177
- },
7178
- "engines": {
7179
- "node": ">=10"
7180
- },
7181
- "funding": {
7182
- "url": "https://github.com/sponsors/sindresorhus"
7183
- }
7184
- },
7185
- "node_modules/rewire/node_modules/prelude-ls": {
7186
- "version": "1.2.1",
7187
- "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
7188
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
7189
- "dev": true,
7190
- "license": "MIT",
7191
- "engines": {
7192
- "node": ">= 0.8.0"
7193
- }
7194
- },
7195
- "node_modules/rewire/node_modules/type-check": {
7196
- "version": "0.4.0",
7197
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
7198
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
7199
- "dev": true,
7200
- "license": "MIT",
7201
- "dependencies": {
7202
- "prelude-ls": "^1.2.1"
7203
- },
7204
- "engines": {
7205
- "node": ">= 0.8.0"
7206
- }
7207
- },
7208
- "node_modules/rewire/node_modules/type-fest": {
7209
- "version": "0.20.2",
7210
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
7211
- "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
7212
- "dev": true,
7213
- "license": "(MIT OR CC0-1.0)",
7214
- "engines": {
7215
- "node": ">=10"
7216
- },
7217
- "funding": {
7218
- "url": "https://github.com/sponsors/sindresorhus"
6752
+ "eslint": "^9.30",
6753
+ "pirates": "^4.0.7"
7219
6754
  }
7220
6755
  },
7221
6756
  "node_modules/rfdc": {
@@ -7239,30 +6774,6 @@
7239
6774
  "url": "https://github.com/sponsors/isaacs"
7240
6775
  }
7241
6776
  },
7242
- "node_modules/run-parallel": {
7243
- "version": "1.2.0",
7244
- "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
7245
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
7246
- "dev": true,
7247
- "funding": [
7248
- {
7249
- "type": "github",
7250
- "url": "https://github.com/sponsors/feross"
7251
- },
7252
- {
7253
- "type": "patreon",
7254
- "url": "https://www.patreon.com/feross"
7255
- },
7256
- {
7257
- "type": "consulting",
7258
- "url": "https://feross.org/support"
7259
- }
7260
- ],
7261
- "license": "MIT",
7262
- "dependencies": {
7263
- "queue-microtask": "^1.2.2"
7264
- }
7265
- },
7266
6777
  "node_modules/rxjs": {
7267
6778
  "version": "7.8.1",
7268
6779
  "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
@@ -7864,13 +7375,6 @@
7864
7375
  "node": ">=8"
7865
7376
  }
7866
7377
  },
7867
- "node_modules/text-table": {
7868
- "version": "0.2.0",
7869
- "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
7870
- "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
7871
- "dev": true,
7872
- "license": "MIT"
7873
- },
7874
7378
  "node_modules/throat": {
7875
7379
  "version": "6.0.2",
7876
7380
  "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/type2docfx",
3
- "version": "2.3.4-dev.2451552.0",
3
+ "version": "2.3.4-dev.2452093.0",
4
4
  "description": "A tool to convert json format output from TypeDoc to schema driven reference model for DocFx to consume.",
5
5
  "main": "./dist/main.js",
6
6
  "bin": {
@@ -50,7 +50,7 @@
50
50
  "husky": "^8.0.3",
51
51
  "jest": "^27.0.6",
52
52
  "lint-staged": "^13.2.2",
53
- "rewire": "^7.0.0",
53
+ "rewire": "^9.0.1",
54
54
  "ts-jest": "^27.1.5",
55
55
  "ts-node": "^10.9.1",
56
56
  "typescript-eslint": "^8.0.0"