diff --git a/packages/emotion/src/index.ts b/packages/emotion/src/index.ts index 448930b4c9..1f184f7faf 100644 --- a/packages/emotion/src/index.ts +++ b/packages/emotion/src/index.ts @@ -45,7 +45,14 @@ export { useStyleNew } from './useStyleNew.js' export { useTheme } from './useTheme.js' export type { InstUIProviderProps } from './InstUISettingsProvider' -export type { ComponentStyle, StyleObject, Overrides } from './EmotionTypes' +export type { + ComponentStyle, + StyleObject, + Overrides, + ThemeOverride, + ComponentOverride, + ThemeOrLegacyOverride +} from './EmotionTypes' export type { WithStyleProps } from './withStyle' export type { NewThemeOverrideProp } from './useStyleNew' export type { diff --git a/packages/ui-codemods/package.json b/packages/ui-codemods/package.json index 7696348774..af34e65529 100644 --- a/packages/ui-codemods/package.json +++ b/packages/ui-codemods/package.json @@ -20,7 +20,6 @@ }, "license": "MIT", "dependencies": { - "babel-core": "^7.0.0-bridge.0", "jscodeshift": "^17.3.0", "prettier": "^2.8.8" }, @@ -28,7 +27,6 @@ "@instructure/ui-babel-preset": "workspace:*", "@types/jscodeshift": "^17.3.0", "@types/prettier": "^2.7.3", - "esbuild": "^0.28.0", "vitest": "^3.2.2" }, "publishConfig": { diff --git a/packages/ui-scripts/package.json b/packages/ui-scripts/package.json index 68a8878705..ae8c8545cb 100644 --- a/packages/ui-scripts/package.json +++ b/packages/ui-scripts/package.json @@ -27,10 +27,8 @@ "@lerna/project": "^6.4.1", "dprint": "^0.54.0", "http-server": "^14.1.1", - "jscodeshift": "^0.16.1", "lerna": "9.0.7", "lodash.isplainobject": "^4.0.6", - "mocha": "^10.7.3", "pixelmatch": "^6.0.0", "pngjs": "^7.0.0", "semver": "^7.7.4", diff --git a/packages/ui/src/v11_6.ts b/packages/ui/src/v11_6.ts index 6ce65f05f1..61600c97bd 100644 --- a/packages/ui/src/v11_6.ts +++ b/packages/ui/src/v11_6.ts @@ -23,6 +23,14 @@ */ export { InstUISettingsProvider, withStyleNew } from '@instructure/emotion' +export type { + ComponentStyle, + StyleObject, + Overrides, + ThemeOverride, + ComponentOverride, + ThemeOrLegacyOverride +} from '@instructure/emotion' export { AccessibleContent, PresentationContent, @@ -167,7 +175,8 @@ export type { FormFieldOwnProps, FormFieldProps, FormMessage, - FormMessageType + FormMessageType, + FormMessageChild } from '@instructure/ui-form-field/v11_6' export { Grid, GridRow, GridCol } from '@instructure/ui-grid/v11_6' export type { @@ -460,6 +469,10 @@ export type { TopNavBarActionItemsOwnProps, TopNavBarBrandProps, TopNavBarBrandOwnProps, + /** + * This is an alias for the `ItemChild` type in `TopNavBarItem` + */ + ItemChild as TopNavBarItemChild, TopNavBarItemProps, TopNavBarItemOwnProps, TopNavBarItemTooltipType, @@ -486,6 +499,14 @@ export { } from '@instructure/ui-tree-browser/v11_6' export type { TreeBrowserButtonProps, + /** + * This is an alias for the `Collection` type in `TreeBrowser` + */ + Collection as TreeBrowserCollection, + /** + * This is an alias for the `CollectionData` type in `TreeBrowser` + */ + CollectionData as TreeBrowserCollectionData, TreeBrowserProps, TreeBrowserCollectionProps, TreeBrowserNodeProps diff --git a/packages/ui/src/v11_7.ts b/packages/ui/src/v11_7.ts index 9c9c04d426..a0b7911323 100644 --- a/packages/ui/src/v11_7.ts +++ b/packages/ui/src/v11_7.ts @@ -23,6 +23,14 @@ */ export { InstUISettingsProvider, withStyleNew } from '@instructure/emotion' +export type { + ComponentStyle, + StyleObject, + Overrides, + ThemeOverride, + ComponentOverride, + ThemeOrLegacyOverride +} from '@instructure/emotion' export { AccessibleContent, PresentationContent, @@ -165,7 +173,8 @@ export type { FormFieldOwnProps, FormFieldProps, FormMessage, - FormMessageType + FormMessageType, + FormMessageChild } from '@instructure/ui-form-field/v11_7' export { Grid, GridRow, GridCol } from '@instructure/ui-grid/v11_7' export type { @@ -461,6 +470,10 @@ export type { TopNavBarActionItemsOwnProps, TopNavBarBrandProps, TopNavBarBrandOwnProps, + /** + * This is an alias for the `ItemChild` type in `TopNavBarItem` + */ + ItemChild as TopNavBarItemChild, TopNavBarItemProps, TopNavBarItemOwnProps, TopNavBarItemTooltipType, @@ -487,6 +500,14 @@ export { } from '@instructure/ui-tree-browser/v11_7' export type { TreeBrowserButtonProps, + /** + * This is an alias for the `Collection` type in `TreeBrowser` + */ + Collection as TreeBrowserCollection, + /** + * This is an alias for the `CollectionData` type in `TreeBrowser` + */ + CollectionData as TreeBrowserCollectionData, TreeBrowserProps, TreeBrowserCollectionProps, TreeBrowserNodeProps diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4fd8f8bb6c..b6917b12b5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1553,9 +1553,6 @@ importers: packages/ui-codemods: dependencies: - babel-core: - specifier: ^7.0.0-bridge.0 - version: 7.0.0-bridge.0(@babel/core@7.29.0) jscodeshift: specifier: ^17.3.0 version: 17.3.0(@babel/preset-env@7.29.5(@babel/core@7.29.0)) @@ -1572,9 +1569,6 @@ importers: '@types/prettier': specifier: ^2.7.3 version: 2.7.3 - esbuild: - specifier: ^0.28.0 - version: 0.28.0 vitest: specifier: ^3.2.2 version: 3.2.4(@types/node@22.19.15)(jiti@2.6.1)(jsdom@26.1.0)(supports-color@8.1.1)(terser@5.48.0)(yaml@2.8.3) @@ -3943,9 +3937,6 @@ importers: inquirer: specifier: ^14.0.2 version: 14.0.2(@types/node@22.19.15) - jscodeshift: - specifier: ^0.16.1 - version: 0.16.1(@babel/preset-env@7.29.5(@babel/core@7.29.0)) lerna: specifier: 9.0.7 version: 9.0.7(@types/node@22.19.15)(babel-plugin-macros@3.1.0)(supports-color@8.1.1) @@ -3955,9 +3946,6 @@ importers: lucide-react: specifier: 1.7.0 version: 1.7.0(react@18.3.1) - mocha: - specifier: ^10.7.3 - version: 10.8.2 pixelmatch: specifier: ^6.0.0 version: 6.0.0 @@ -8430,11 +8418,6 @@ packages: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} engines: {node: '>= 0.4'} - babel-core@7.0.0-bridge.0: - resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} - peerDependencies: - '@babel/core': ^7.0.0-0 - babel-loader@10.1.1: resolution: {integrity: sha512-JwKSzk2kjIe7mgPK+/lyZ2QAaJcpahNAdM+hgR2HI8D0OJVkdj8Rl6J3kaLYki9pwF7P2iWnD8qVv80Lq1ABtg==} engines: {node: ^18.20.0 || ^20.10.0 || >=22.0.0} @@ -8563,9 +8546,6 @@ packages: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} - browser-stdout@1.3.1: - resolution: {integrity: sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==} - browserslist@4.28.2: resolution: {integrity: sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -8672,10 +8652,6 @@ packages: resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} engines: {node: '>=6'} - camelcase@6.3.0: - resolution: {integrity: sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==} - engines: {node: '>=10'} - caniuse-lite@1.0.30001784: resolution: {integrity: sha512-WU346nBTklUV9YfUl60fqRbU5ZqyXlqvo1SgigE1OAXK5bFL8LL9q1K7aap3N739l4BvNqnkm3YrGHiY9sfUQw==} @@ -9260,10 +9236,6 @@ packages: resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} engines: {node: '>=0.10.0'} - decamelize@4.0.0: - resolution: {integrity: sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==} - engines: {node: '>=10'} - decimal.js@10.6.0: resolution: {integrity: sha512-YpgQiITW3JXGntzdUmyUR1V812Hn8T1YVXhCu+wO3OpS4eU9l4YdD3qjyiKdV6mvV29zapkMeD390UVEf2lkUg==} @@ -9369,10 +9341,6 @@ packages: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - diff@5.2.2: - resolution: {integrity: sha512-vtcDfH3TOjP8UekytvnHH1o1P4FcUdt4eQ1Y+Abap1tk/OB2MWQvcwS2ClCd1zuIhc3JKOx6p3kod8Vfys3E+A==} - engines: {node: '>=0.3.1'} - dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} @@ -10235,11 +10203,6 @@ packages: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me - glob@8.1.0: - resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} - engines: {node: '>=12'} - deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me - global-directory@4.0.1: resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} engines: {node: '>=18'} @@ -11031,15 +10994,6 @@ packages: jsbn@0.1.1: resolution: {integrity: sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==} - jscodeshift@0.16.1: - resolution: {integrity: sha512-oMQXySazy63awNBzMpXbbVv73u3irdxTeX2L5ueRyFRxi32qb9uzdZdOY5fTBYADBG19l5M/wnGknZSV1dzCdA==} - hasBin: true - peerDependencies: - '@babel/preset-env': ^7.1.6 - peerDependenciesMeta: - '@babel/preset-env': - optional: true - jscodeshift@17.3.0: resolution: {integrity: sha512-LjFrGOIORqXBU+jwfC9nbkjmQfFldtMIoS6d9z2LG/lkmyNXsJAySPT+2SWXJEoE68/bCWcxKpXH37npftgmow==} engines: {node: '>=16'} @@ -11578,11 +11532,6 @@ packages: engines: {node: '>=10'} hasBin: true - mocha@10.8.2: - resolution: {integrity: sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==} - engines: {node: '>= 14.0.0'} - hasBin: true - modify-values@1.0.1: resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} engines: {node: '>=0.10.0'} @@ -11660,10 +11609,6 @@ packages: no-scroll@2.1.1: resolution: {integrity: sha512-YTzGAJOo/B6hkodeT5SKKHpOhAzjMfkUCCXjLJwjWk2F4/InIg+HbdH9kmT7bKpleDuqLZDTRy2OdNtAj0IVyQ==} - node-dir@0.1.17: - resolution: {integrity: sha512-tmPX422rYgofd4epzrNoOXiE8XFZYOcCq1vD7MAXCDO+O+zndlA2ztdKKMa+EeuBG5tHETpr4ml4RGgpqDCCAg==} - engines: {node: '>= 0.10.5'} - node-exports-info@1.6.0: resolution: {integrity: sha512-pyFS63ptit/P5WqUkt+UUfe+4oevH+bFeIiPPdfb0pFeYEu/1ELnJu5l+5EcTKYL5M7zaAa7S8ddywgXypqKCw==} engines: {node: '>= 0.4'} @@ -12368,9 +12313,6 @@ packages: resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} engines: {node: '>=8'} - randombytes@2.1.0: - resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} - range-parser@1.2.1: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} @@ -12589,11 +12531,6 @@ packages: rfdc@1.4.1: resolution: {integrity: sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==} - rimraf@2.6.3: - resolution: {integrity: sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==} - deprecated: Rimraf versions prior to v4 are no longer supported - hasBin: true - rimraf@2.7.1: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} deprecated: Rimraf versions prior to v4 are no longer supported @@ -12708,9 +12645,6 @@ packages: resolution: {integrity: sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==} engines: {node: '>= 0.8.0'} - serialize-javascript@6.0.2: - resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} - serve-index@1.9.2: resolution: {integrity: sha512-KDj11HScOaLmrPxl70KYNW1PksP4Nb/CLL2yvC+Qd2kHMPEEpfc4Re2e4FOay+bC/+XQl/7zAcWON3JVo5v3KQ==} engines: {node: '>= 0.8.0'} @@ -13148,10 +13082,6 @@ packages: resolution: {integrity: sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==} engines: {node: '>=18'} - temp@0.9.4: - resolution: {integrity: sha512-yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==} - engines: {node: '>=6.0.0'} - term-size@1.2.0: resolution: {integrity: sha512-7dPUZQGy/+m3/wjVz3ZW5dobSoD/02NxJpoXUX0WIyjfVS3l0c+b/+9phIDFA7FHzkYtwtMFgeGZ/Y8jVTeqQQ==} engines: {node: '>=4'} @@ -13893,9 +13823,6 @@ packages: wordwrap@1.0.0: resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} - workerpool@6.5.1: - resolution: {integrity: sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==} - wrap-ansi@6.2.0: resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} engines: {node: '>=8'} @@ -14012,10 +13939,6 @@ packages: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} - yargs-unparser@2.0.0: - resolution: {integrity: sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==} - engines: {node: '>=10'} - yargs@16.2.0: resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} engines: {node: '>=10'} @@ -17391,10 +17314,6 @@ snapshots: axobject-query@4.1.0: {} - babel-core@7.0.0-bridge.0(@babel/core@7.29.0): - dependencies: - '@babel/core': 7.29.0 - babel-loader@10.1.1(@babel/core@7.29.0)(webpack@5.106.2(esbuild@0.28.0)): dependencies: '@babel/core': 7.29.0 @@ -17556,8 +17475,6 @@ snapshots: dependencies: fill-range: 7.1.1 - browser-stdout@1.3.1: {} - browserslist@4.28.2: dependencies: baseline-browser-mapping: 2.10.13 @@ -17706,8 +17623,6 @@ snapshots: camelcase@5.3.1: {} - camelcase@6.3.0: {} - caniuse-lite@1.0.30001784: {} capture-stack-trace@1.0.2: {} @@ -18399,8 +18314,6 @@ snapshots: decamelize@1.2.0: {} - decamelize@4.0.0: {} - decimal.js@10.6.0: {} dedent@0.7.0: {} @@ -18472,8 +18385,6 @@ snapshots: diff-sequences@29.6.3: {} - diff@5.2.2: {} - dir-glob@3.0.1: dependencies: path-type: 4.0.0 @@ -19657,14 +19568,6 @@ snapshots: once: 1.4.0 path-is-absolute: 1.0.1 - glob@8.1.0: - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 5.1.9 - once: 1.4.0 - global-directory@4.0.1: dependencies: ini: 4.1.1 @@ -20495,32 +20398,6 @@ snapshots: jsbn@0.1.1: {} - jscodeshift@0.16.1(@babel/preset-env@7.29.5(@babel/core@7.29.0)): - dependencies: - '@babel/core': 7.29.0 - '@babel/parser': 7.29.2 - '@babel/plugin-transform-class-properties': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-modules-commonjs': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-nullish-coalescing-operator': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-optional-chaining': 7.28.6(@babel/core@7.29.0) - '@babel/plugin-transform-private-methods': 7.28.6(@babel/core@7.29.0) - '@babel/preset-flow': 7.27.1(@babel/core@7.29.0) - '@babel/preset-typescript': 7.28.5(@babel/core@7.29.0) - '@babel/register': 7.28.6(@babel/core@7.29.0) - chalk: 4.1.2 - flow-parser: 0.307.1 - graceful-fs: 4.2.11 - micromatch: 4.0.8 - neo-async: 2.6.2 - node-dir: 0.1.17 - recast: 0.23.11 - temp: 0.9.4 - write-file-atomic: 5.0.1 - optionalDependencies: - '@babel/preset-env': 7.29.5(@babel/core@7.29.0) - transitivePeerDependencies: - - supports-color - jscodeshift@17.3.0(@babel/preset-env@7.29.5(@babel/core@7.29.0)): dependencies: '@babel/core': 7.29.0 @@ -21235,29 +21112,6 @@ snapshots: mkdirp@3.0.1: {} - mocha@10.8.2: - dependencies: - ansi-colors: 4.1.3 - browser-stdout: 1.3.1 - chokidar: 3.6.0 - debug: 4.4.3(supports-color@8.1.1) - diff: 5.2.2 - escape-string-regexp: 4.0.0 - find-up: 5.0.0 - glob: 8.1.0 - he: 1.2.0 - js-yaml: 4.1.1 - log-symbols: 4.1.0 - minimatch: 5.1.9 - ms: 2.1.3 - serialize-javascript: 6.0.2 - strip-json-comments: 3.1.1 - supports-color: 8.1.1 - workerpool: 6.5.1 - yargs: 16.2.0 - yargs-parser: 20.2.9 - yargs-unparser: 2.0.0 - modify-values@1.0.1: {} moment-timezone@0.6.2: @@ -21317,10 +21171,6 @@ snapshots: no-scroll@2.1.1: {} - node-dir@0.1.17: - dependencies: - minimatch: 3.1.5 - node-exports-info@1.6.0: dependencies: array.prototype.flatmap: 1.3.3 @@ -22184,10 +22034,6 @@ snapshots: quick-lru@4.0.1: {} - randombytes@2.1.0: - dependencies: - safe-buffer: 5.2.1 - range-parser@1.2.1: {} raw-body@2.5.3: @@ -22446,10 +22292,6 @@ snapshots: rfdc@1.4.1: {} - rimraf@2.6.3: - dependencies: - glob: 7.2.3 - rimraf@2.7.1: dependencies: glob: 7.2.3 @@ -22595,10 +22437,6 @@ snapshots: transitivePeerDependencies: - supports-color - serialize-javascript@6.0.2: - dependencies: - randombytes: 2.1.0 - serve-index@1.9.2: dependencies: accepts: 1.3.8 @@ -23149,11 +22987,6 @@ snapshots: minizlib: 3.1.0 yallist: 5.0.0 - temp@0.9.4: - dependencies: - mkdirp: 0.5.6 - rimraf: 2.6.3 - term-size@1.2.0: dependencies: execa: 0.7.0 @@ -23999,8 +23832,6 @@ snapshots: wordwrap@1.0.0: {} - workerpool@6.5.1: {} - wrap-ansi@6.2.0: dependencies: ansi-styles: 4.3.0 @@ -24110,13 +23941,6 @@ snapshots: yargs-parser@21.1.1: {} - yargs-unparser@2.0.0: - dependencies: - camelcase: 6.3.0 - decamelize: 4.0.0 - flat: 5.0.2 - is-plain-obj: 2.1.0 - yargs@16.2.0: dependencies: cliui: 7.0.4