diff --git a/.github/workflows/generate-stats.yml b/.github/workflows/generate-stats.yml index 214bb12..de63ed0 100644 --- a/.github/workflows/generate-stats.yml +++ b/.github/workflows/generate-stats.yml @@ -9,7 +9,6 @@ on: - '!packages/starter-*/stats/**' - '!packages/starter-*/install-stats.json' - '!packages/starter-*/build-stats.json' - - '!packages/starter-*/e18e-stats.json' - 'packages/app-*/**' - '!packages/app-*/ci-stats.json' - '!packages/app-*/stats/**' diff --git a/packages/docs/src/content.config.ts b/packages/docs/src/content.config.ts index 51d8aec..62ee0dc 100644 --- a/packages/docs/src/content.config.ts +++ b/packages/docs/src/content.config.ts @@ -25,6 +25,15 @@ const devtimeCollection = defineCollection({ nodeModulesSize: z.number(), nodeModulesSizeProdOnly: z.number(), duplicateDependencies: z.number().optional(), + e18eMessages: z + .array( + z.object({ + severity: z.string(), + message: z.string(), + fixableBy: z.string().optional(), + }), + ) + .optional(), timingMeasuredAt: z.string(), runner: z.string(), frameworkVersion: z.string().optional(), diff --git a/packages/docs/src/content/devtime/starter-astro.json b/packages/docs/src/content/devtime/starter-astro.json index 47bea7b..1196bc9 100644 --- a/packages/docs/src/content/devtime/starter-astro.json +++ b/packages/docs/src/content/devtime/starter-astro.json @@ -33,5 +33,93 @@ "maxMs": 2404 }, "order": 1, - "duplicateDependencies": 17 + "duplicateDependencies": 17, + "depInstallSize": 160770990, + "e18eMessages": [ + { + "message": "[duplicate dependency] chokidar has 2 installed versions:\n4.0.3 via the following 1 package(s) @astrojs/check@0.9.6\n5.0.0 via the following 1 package(s) unstorage@1.17.4\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] kleur has 2 installed versions:\n4.1.5 via the following 1 package(s) @astrojs/check@0.9.6\n3.0.3 via the following 1 package(s) prompts@2.4.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] yaml has 2 installed versions:\n2.8.2 via the following 2 package(s) vite@6.4.1, @astrojs/yaml2ts@0.2.2\n2.7.1 via the following 1 package(s) yaml-language-server@1.19.2\nšŸ’” Suggestions\n- Consider standardizing on version 2.8.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] estree-walker has 2 installed versions:\n2.0.2 via the following 1 package(s) @rollup/pluginutils@5.3.0\n3.0.3 via the following 1 package(s) astro@5.16.15\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 5 package(s) @rollup/pluginutils@5.3.0, astro@5.16.15, fdir@6.5.0, tinyglobby@0.2.15, vite@6.4.1\n2.3.1 via the following 1 package(s) anymatch@3.1.3\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] request-light has 2 installed versions:\n0.7.0 via the following 1 package(s) @volar/language-server@2.4.28\n0.5.8 via the following 1 package(s) yaml-language-server@1.19.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] jsonc-parser has 2 installed versions:\n2.3.1 via the following 1 package(s) @vscode/emmet-helper@2.11.0\n3.3.1 via the following 1 package(s) vscode-json-languageservice@4.1.8\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] string-width has 2 installed versions:\n4.2.3 via the following 4 package(s) ansi-align@3.0.1, cliui@8.0.1, wrap-ansi@7.0.0, yargs@17.7.2\n7.2.0 via the following 3 package(s) boxen@8.0.1, widest-line@5.0.0, wrap-ansi@9.0.2\nšŸ’” Suggestions\n- Consider standardizing on version 4.2.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ansi-styles has 2 installed versions:\n4.3.0 via the following 1 package(s) wrap-ansi@7.0.0\n6.2.3 via the following 1 package(s) wrap-ansi@9.0.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] wrap-ansi has 2 installed versions:\n9.0.2 via the following 1 package(s) boxen@8.0.1\n7.0.0 via the following 1 package(s) cliui@8.0.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] readdirp has 2 installed versions:\n4.1.2 via the following 1 package(s) chokidar@4.0.3\n5.0.0 via the following 1 package(s) chokidar@5.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] strip-ansi has 2 installed versions:\n6.0.1 via the following 3 package(s) string-width@4.2.3, cliui@8.0.1, wrap-ansi@7.0.0\n7.1.2 via the following 2 package(s) string-width@7.2.0, wrap-ansi@9.0.2\nšŸ’” Suggestions\n- Consider standardizing on version 6.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] css-tree has 2 installed versions:\n2.2.1 via the following 1 package(s) csso@5.0.5\n3.1.0 via the following 2 package(s) svgo@4.0.0, unifont@0.7.4\nšŸ’” Suggestions\n- Consider standardizing on version 3.1.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] mdn-data has 2 installed versions:\n2.0.28 via the following 1 package(s) css-tree@2.2.1\n2.12.2 via the following 1 package(s) css-tree@3.1.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] entities has 2 installed versions:\n4.5.0 via the following 1 package(s) dom-serializer@2.0.0\n6.0.1 via the following 1 package(s) parse5@7.3.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] emoji-regex has 2 installed versions:\n8.0.0 via the following 1 package(s) string-width@4.2.3\n10.6.0 via the following 1 package(s) string-width@7.2.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ansi-regex has 2 installed versions:\n5.0.1 via the following 1 package(s) strip-ansi@6.0.1\n6.2.2 via the following 1 package(s) strip-ansi@7.1.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/docs/src/content/devtime/starter-mastro.json b/packages/docs/src/content/devtime/starter-mastro.json index 79adb9a..d958048 100644 --- a/packages/docs/src/content/devtime/starter-mastro.json +++ b/packages/docs/src/content/devtime/starter-mastro.json @@ -27,5 +27,13 @@ }, "buildOutputSize": 12288, "order": 2, - "duplicateDependencies": 1 + "duplicateDependencies": 1, + "depInstallSize": 55147762, + "e18eMessages": [ + { + "message": "[duplicate dependency] typescript has 2 installed versions:\n5.9.3 via the following 1 package(s) root@\n5.8.3 via the following 0 package(s) \nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/docs/src/content/devtime/starter-next-js.json b/packages/docs/src/content/devtime/starter-next-js.json index 5a957d4..6baf916 100644 --- a/packages/docs/src/content/devtime/starter-next-js.json +++ b/packages/docs/src/content/devtime/starter-next-js.json @@ -33,5 +33,73 @@ "maxMs": 2350 }, "order": 3, - "duplicateDependencies": 12 + "duplicateDependencies": 12, + "depInstallSize": 530814093, + "e18eMessages": [ + { + "severity": "suggestion", + "score": 0, + "message": "The package does not specify the \u001b[1m\"type\"\u001b[22m field. Node.js may attempt to detect the package type causing a small performance hit. Consider adding \u001b[1m\"type\"\u001b[22m: \"\u001b[1mcommonjs\u001b[22m\"." + }, + { + "message": "[duplicate dependency] debug has 2 installed versions:\n4.4.3 via the following 10 package(s) @babel/traverse@7.29.0, @babel/core@7.29.0, @eslint/config-array@0.21.1, @eslint/eslintrc@3.3.3, eslint@9.39.2, eslint-import-resolver-typescript@3.10.1, @typescript-eslint/project-service@8.55.0, @typescript-eslint/typescript-estree@8.55.0, @typescript-eslint/parser@8.55.0, @typescript-eslint/type-utils@8.55.0\n3.2.7 via the following 3 package(s) eslint-import-resolver-node@0.3.9, eslint-plugin-import@2.32.0, eslint-module-utils@2.12.1\nšŸ’” Suggestions\n- Consider standardizing on version 4.4.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] json5 has 2 installed versions:\n2.2.3 via the following 1 package(s) @babel/core@7.29.0\n1.0.2 via the following 1 package(s) tsconfig-paths@3.15.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] semver has 2 installed versions:\n6.3.1 via the following 4 package(s) @babel/helper-compilation-targets@7.28.6, @babel/core@7.29.0, eslint-plugin-import@2.32.0, eslint-plugin-react@7.37.5\n7.7.4 via the following 3 package(s) sharp@0.34.5, is-bun-module@2.0.0, @typescript-eslint/typescript-estree@8.55.0\nšŸ’” Suggestions\n- Consider standardizing on version 6.3.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] eslint-visitor-keys has 2 installed versions:\n3.4.3 via the following 1 package(s) @eslint-community/eslint-utils@4.9.1\n4.2.1 via the following 3 package(s) espree@10.4.0, eslint@9.39.2, @typescript-eslint/visitor-keys@8.55.0\nšŸ’” Suggestions\n- Consider standardizing on version 4.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] minimatch has 2 installed versions:\n3.1.2 via the following 6 package(s) @eslint/config-array@0.21.1, @eslint/eslintrc@3.3.3, eslint@9.39.2, eslint-plugin-import@2.32.0, eslint-plugin-jsx-a11y@6.10.2, eslint-plugin-react@7.37.5\n9.0.5 via the following 1 package(s) @typescript-eslint/typescript-estree@8.55.0\nšŸ’” Suggestions\n- Consider standardizing on version 3.1.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] globals has 2 installed versions:\n14.0.0 via the following 1 package(s) @eslint/eslintrc@3.3.3\n16.4.0 via the following 1 package(s) eslint-config-next@16.1.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ignore has 2 installed versions:\n5.3.2 via the following 2 package(s) @eslint/eslintrc@3.3.3, eslint@9.39.2\n7.0.5 via the following 1 package(s) @typescript-eslint/eslint-plugin@8.55.0\nšŸ’” Suggestions\n- Consider standardizing on version 5.3.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] postcss has 2 installed versions:\n8.5.6 via the following 1 package(s) @tailwindcss/postcss@4.1.18\n8.4.31 via the following 1 package(s) next@16.1.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] brace-expansion has 2 installed versions:\n1.1.12 via the following 1 package(s) minimatch@3.1.2\n2.0.2 via the following 1 package(s) minimatch@9.0.5\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] resolve has 2 installed versions:\n1.22.11 via the following 1 package(s) eslint-import-resolver-node@0.3.9\n2.0.0-next.5 via the following 1 package(s) eslint-plugin-react@7.37.5\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] glob-parent has 2 installed versions:\n6.0.2 via the following 1 package(s) eslint@9.39.2\n5.1.2 via the following 1 package(s) fast-glob@3.3.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 2 package(s) fdir@6.5.0, tinyglobby@0.2.15\n2.3.1 via the following 1 package(s) micromatch@4.0.8\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/docs/src/content/devtime/starter-nuxt.json b/packages/docs/src/content/devtime/starter-nuxt.json index a54fa94..52ddc90 100644 --- a/packages/docs/src/content/devtime/starter-nuxt.json +++ b/packages/docs/src/content/devtime/starter-nuxt.json @@ -33,5 +33,323 @@ "maxMs": 5137 }, "order": 4, - "duplicateDependencies": 63 + "duplicateDependencies": 63, + "depInstallSize": 169536053, + "e18eMessages": [ + { + "message": "[duplicate dependency] js-tokens has 2 installed versions:\n4.0.0 via the following 1 package(s) @babel/code-frame@7.29.0\n9.0.1 via the following 1 package(s) strip-literal@3.1.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] semver has 2 installed versions:\n6.3.1 via the following 3 package(s) @babel/helper-compilation-targets@7.28.6, @babel/core@7.29.0, @babel/helper-create-class-features-plugin@7.28.6\n7.7.4 via the following 8 package(s) @nuxt/kit@4.2.2, @nuxt/cli@3.33.1, @nuxt/kit@4.3.1, @nuxt/devtools-wizard@3.2.1, @nuxt/devtools@3.2.1, @mapbox/node-pre-gyp@2.0.3, nitropack@2.13.1, nuxt@4.2.2\nšŸ’” Suggestions\n- Consider standardizing on version 7.7.4 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] lru-cache has 3 installed versions:\n5.1.1 via the following 1 package(s) @babel/helper-compilation-targets@7.28.6\n10.4.3 via the following 1 package(s) path-scurry@1.11.1\n11.2.6 via the following 2 package(s) path-scurry@2.0.1, unstorage@1.17.4\nšŸ’” Suggestions\n- Consider standardizing on version 11.2.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] citty has 2 installed versions:\n0.2.1 via the following 4 package(s) nypm@0.6.5, @bomb.sh/tab@0.0.12, @nuxt/cli@3.33.1, @nuxt/telemetry@2.7.0\n0.1.6 via the following 5 package(s) giget@2.0.0, untyped@2.0.0, listhen@1.9.0, untun@0.1.3, nitropack@2.13.1\nšŸ’” Suggestions\n- Consider standardizing on version 0.1.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @nuxt/kit has 2 installed versions:\n4.2.2 via the following 5 package(s) @dxup/nuxt@0.2.2, nuxt@4.2.2, @nuxt/nitro-server@4.2.2, @nuxt/telemetry@2.7.0, @nuxt/vite-builder@4.2.2\n4.3.1 via the following 3 package(s) @nuxt/devtools-kit@3.2.1, @nuxt/devtools@3.2.1, vite-plugin-inspect@11.3.3\nšŸ’” Suggestions\n- Consider standardizing on version 4.2.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] chokidar has 2 installed versions:\n4.0.3 via the following 2 package(s) @dxup/nuxt@0.2.2, vite-plugin-checker@0.12.0\n5.0.0 via the following 5 package(s) c12@3.3.3, nitropack@2.13.1, unstorage@1.17.4, nuxt@4.2.2, unplugin-vue-router@0.19.2\nšŸ’” Suggestions\n- Consider standardizing on version 5.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] pathe has 2 installed versions:\n2.0.3 via the following 28 package(s) nypm@0.6.5, giget@2.0.0, c12@3.3.3, pkg-types@2.3.0, mlly@1.8.0, pkg-types@1.3.1, @nuxt/kit@4.2.2, @dxup/nuxt@0.2.2, @nuxt/cli@3.33.1, @nuxt/schema@4.2.2, @nuxt/kit@4.3.1, @nuxt/devtools-wizard@3.2.1, @vue/devtools-core@8.0.6, @nuxt/devtools@3.2.1, unplugin-utils@0.3.1, vite-plugin-vue-tracer@1.2.0, impound@1.0.0, unplugin-utils@0.2.5, nitropack@2.13.1, unenv@2.0.0-rc.24, unimport@5.6.0, unwasm@0.5.3, @nuxt/nitro-server@4.2.2, @nuxt/vite-builder@4.2.2, vite-node@5.3.0, nuxt@4.2.2, ast-kit@2.2.0, unplugin-vue-router@0.19.2\n1.1.2 via the following 2 package(s) listhen@1.9.0, untun@0.1.3\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @isaacs/cliui has 2 installed versions:\n8.0.2 via the following 1 package(s) jackspeak@3.4.3\n9.0.0 via the following 1 package(s) jackspeak@4.2.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] string-width has 2 installed versions:\n5.1.2 via the following 2 package(s) @isaacs/cliui@8.0.2, wrap-ansi@8.1.0\n4.2.3 via the following 3 package(s) cliui@8.0.1, wrap-ansi@7.0.0, yargs@17.7.2\nšŸ’” Suggestions\n- Consider standardizing on version 4.2.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] strip-ansi has 2 installed versions:\n7.1.2 via the following 3 package(s) string-width@5.1.2, @isaacs/cliui@8.0.2, wrap-ansi@8.1.0\n6.0.1 via the following 3 package(s) string-width@4.2.3, cliui@8.0.1, wrap-ansi@7.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 7.1.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] wrap-ansi has 2 installed versions:\n8.1.0 via the following 1 package(s) @isaacs/cliui@8.0.2\n7.0.0 via the following 1 package(s) cliui@8.0.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] confbox has 2 installed versions:\n0.2.4 via the following 4 package(s) c12@3.3.3, pkg-types@2.3.0, @nuxt/cli@3.33.1, nitropack@2.13.1\n0.1.8 via the following 1 package(s) pkg-types@1.3.1\nšŸ’” Suggestions\n- Consider standardizing on version 0.2.4 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] giget has 2 installed versions:\n3.1.2 via the following 1 package(s) @nuxt/cli@3.33.1\n2.0.0 via the following 1 package(s) c12@3.3.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ofetch has 2 installed versions:\n1.5.1 via the following 4 package(s) @nuxt/cli@3.33.1, nitropack@2.13.1, unstorage@1.17.4, nuxt@4.2.2\n2.0.0-alpha.3 via the following 1 package(s) @nuxt/telemetry@2.7.0\nšŸ’” Suggestions\n- Consider standardizing on version 1.5.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] pkg-types has 2 installed versions:\n2.3.0 via the following 14 package(s) c12@3.3.3, @nuxt/kit@4.2.2, @nuxt/cli@3.33.1, @nuxt/schema@4.2.2, @nuxt/kit@4.3.1, @nuxt/devtools-wizard@3.2.1, local-pkg@1.1.2, @nuxt/devtools@3.2.1, nitropack@2.13.1, unimport@5.6.0, unwasm@0.5.3, @nuxt/nitro-server@4.2.2, @nuxt/vite-builder@4.2.2, nuxt@4.2.2\n1.3.1 via the following 1 package(s) mlly@1.8.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.3.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] birpc has 2 installed versions:\n4.0.0 via the following 1 package(s) @nuxt/devtools@3.2.1\n2.9.0 via the following 2 package(s) @vue/devtools-kit@8.0.6, vite-dev-rpc@1.1.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.9.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] hookable has 2 installed versions:\n6.0.1 via the following 3 package(s) @nuxt/devtools@3.2.1, @unhead/vue@2.1.4, unhead@2.1.4\n5.5.3 via the following 3 package(s) @vue/devtools-kit@8.0.6, nitropack@2.13.1, nuxt@4.2.2\nšŸ’” Suggestions\n- Consider standardizing on version 6.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] which has 2 installed versions:\n5.0.0 via the following 1 package(s) @nuxt/devtools@3.2.1\n2.0.2 via the following 1 package(s) cross-spawn@7.0.6\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] rc9 has 2 installed versions:\n2.1.2 via the following 2 package(s) c12@3.3.3, @nuxt/kit@4.2.2\n3.0.0 via the following 2 package(s) @nuxt/kit@4.3.1, @nuxt/telemetry@2.7.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.1.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @vue/shared has 2 installed versions:\n3.5.28 via the following 10 package(s) @nuxt/schema@4.2.2, @nuxt/nitro-server@4.2.2, @vue/compiler-core@3.5.28, @vue/compiler-dom@3.5.28, @vue/compiler-ssr@3.5.28, @vue/compiler-sfc@3.5.28, @vue/babel-plugin-jsx@2.0.1, @vue/language-core@2.2.12, nuxt@4.2.2, @vue/language-core@3.2.4\n3.5.26 via the following 9 package(s) @vue/compiler-core@3.5.26, @vue/compiler-dom@3.5.26, @vue/compiler-ssr@3.5.26, @vue/compiler-sfc@3.5.26, @vue/reactivity@3.5.26, @vue/runtime-core@3.5.26, @vue/runtime-dom@3.5.26, @vue/server-renderer@3.5.26, vue@3.5.26\nšŸ’” Suggestions\n- Consider standardizing on version 3.5.28 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 16 package(s) fdir@6.5.0, tinyglobby@0.2.15, unplugin@2.3.11, @parcel/watcher@2.5.6, @parcel/watcher-wasm@2.5.6, vite@7.3.1, unplugin-utils@0.3.1, unplugin-utils@0.2.5, @rollup/pluginutils@5.3.0, @rollup/plugin-commonjs@29.0.0, @vercel/nft@1.3.1, rollup-plugin-visualizer@6.0.5, unimport@5.6.0, vite-plugin-checker@0.12.0, @vue/language-core@3.2.4, unplugin-vue-router@0.19.2\n2.3.1 via the following 2 package(s) micromatch@4.0.8, anymatch@3.1.3\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] kleur has 2 installed versions:\n4.1.5 via the following 1 package(s) @poppinss/colors@4.1.6\n3.0.3 via the following 1 package(s) prompts@2.4.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] estree-walker has 2 installed versions:\n2.0.2 via the following 8 package(s) @vue/compiler-core@3.5.26, @vue/compiler-sfc@3.5.26, @rollup/pluginutils@5.3.0, @rollup/plugin-commonjs@29.0.0, @rollup/plugin-inject@5.0.5, @vercel/nft@1.3.1, @vue/compiler-core@3.5.28, @vue/compiler-sfc@3.5.28\n3.0.3 via the following 4 package(s) unctx@2.5.0, vite-plugin-vue-tracer@1.2.0, unimport@5.6.0, magic-regexp@0.10.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] glob has 2 installed versions:\n13.0.3 via the following 1 package(s) @vercel/nft@1.3.1\n10.5.0 via the following 1 package(s) archiver-utils@5.0.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @rolldown/pluginutils has 2 installed versions:\n1.0.0-rc.4 via the following 1 package(s) @vitejs/plugin-vue-jsx@5.1.4\n1.0.0-rc.2 via the following 1 package(s) @vitejs/plugin-vue@6.0.4\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @volar/language-core has 2 installed versions:\n2.4.15 via the following 2 package(s) @volar/typescript@2.4.15, @vue/language-core@2.2.12\n2.4.27 via the following 1 package(s) @vue/language-core@3.2.4\nšŸ’” Suggestions\n- Consider standardizing on version 2.4.15 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @volar/source-map has 2 installed versions:\n2.4.15 via the following 1 package(s) @volar/language-core@2.4.15\n2.4.27 via the following 1 package(s) @volar/language-core@2.4.27\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @vue/compiler-sfc has 2 installed versions:\n3.5.28 via the following 3 package(s) @vue/babel-plugin-resolve-type@2.0.1, @vue-macros/common@3.1.2, unplugin-vue-router@0.19.2\n3.5.26 via the following 1 package(s) vue@3.5.26\nšŸ’” Suggestions\n- Consider standardizing on version 3.5.28 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] unplugin-utils has 2 installed versions:\n0.3.1 via the following 5 package(s) vite-plugin-inspect@11.3.3, unimport@5.6.0, nitropack@2.13.1, @vue-macros/common@3.1.2, unplugin-vue-router@0.19.2\n0.2.5 via the following 1 package(s) impound@1.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 0.3.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @vue/compiler-core has 2 installed versions:\n3.5.26 via the following 2 package(s) @vue/compiler-dom@3.5.26, @vue/compiler-sfc@3.5.26\n3.5.28 via the following 2 package(s) @vue/compiler-sfc@3.5.28, @vue/compiler-dom@3.5.28\nšŸ’” Suggestions\n- Consider standardizing on version 3.5.26 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] entities has 2 installed versions:\n7.0.1 via the following 2 package(s) @vue/compiler-core@3.5.26, @vue/compiler-core@3.5.28\n4.5.0 via the following 1 package(s) dom-serializer@2.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 7.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @vue/compiler-dom has 2 installed versions:\n3.5.26 via the following 3 package(s) vue@3.5.26, @vue/compiler-sfc@3.5.26, @vue/compiler-ssr@3.5.26\n3.5.28 via the following 4 package(s) @vue/compiler-sfc@3.5.28, @vue/compiler-ssr@3.5.28, @vue/language-core@2.2.12, @vue/language-core@3.2.4\nšŸ’” Suggestions\n- Consider standardizing on version 3.5.28 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @vue/compiler-ssr has 2 installed versions:\n3.5.26 via the following 2 package(s) @vue/compiler-sfc@3.5.26, @vue/server-renderer@3.5.26\n3.5.28 via the following 1 package(s) @vue/compiler-sfc@3.5.28\nšŸ’” Suggestions\n- Consider standardizing on version 3.5.26 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] nanoid has 2 installed versions:\n5.1.6 via the following 1 package(s) @vue/devtools-core@8.0.6\n3.3.11 via the following 1 package(s) postcss@8.5.6\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @vue/language-core has 2 installed versions:\n2.2.12 via the following 1 package(s) vue-tsc@2.2.12\n3.2.4 via the following 1 package(s) unplugin-vue-router@0.19.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] alien-signals has 2 installed versions:\n1.0.13 via the following 1 package(s) @vue/language-core@2.2.12\n3.1.2 via the following 1 package(s) @vue/language-core@3.2.4\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] minimatch has 3 installed versions:\n9.0.5 via the following 2 package(s) glob@10.5.0, @vue/language-core@2.2.12\n10.2.0 via the following 1 package(s) glob@13.0.3\n5.1.6 via the following 1 package(s) readdir-glob@1.1.3\nšŸ’” Suggestions\n- Consider standardizing on version 9.0.5 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ansi-styles has 2 installed versions:\n4.3.0 via the following 1 package(s) wrap-ansi@7.0.0\n6.2.3 via the following 1 package(s) wrap-ansi@8.1.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] is-stream has 2 installed versions:\n2.0.1 via the following 2 package(s) archiver-utils@5.0.2, compress-commons@6.0.2\n3.0.0 via the following 1 package(s) execa@8.0.1\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] readable-stream has 2 installed versions:\n4.7.0 via the following 5 package(s) archiver-utils@5.0.2, archiver@7.0.1, crc32-stream@6.0.0, compress-commons@6.0.2, zip-stream@6.0.1\n2.3.8 via the following 1 package(s) lazystream@1.0.1\nšŸ’” Suggestions\n- Consider standardizing on version 4.7.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] balanced-match has 2 installed versions:\n4.0.2 via the following 1 package(s) brace-expansion@5.0.2\n1.0.2 via the following 1 package(s) brace-expansion@2.0.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] jackspeak has 2 installed versions:\n4.2.3 via the following 1 package(s) balanced-match@4.0.2\n3.4.3 via the following 1 package(s) glob@10.5.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] brace-expansion has 2 installed versions:\n2.0.2 via the following 2 package(s) minimatch@9.0.5, minimatch@5.1.6\n5.0.2 via the following 1 package(s) minimatch@10.2.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] readdirp has 2 installed versions:\n4.1.2 via the following 1 package(s) chokidar@4.0.3\n5.0.0 via the following 1 package(s) chokidar@5.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] is-wsl has 2 installed versions:\n3.1.0 via the following 2 package(s) clipboardy@4.0.0, wsl-utils@0.1.0\n2.2.0 via the following 1 package(s) open@8.4.2\nšŸ’” Suggestions\n- Consider standardizing on version 3.1.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] path-key has 2 installed versions:\n3.1.1 via the following 1 package(s) cross-spawn@7.0.6\n4.0.0 via the following 2 package(s) npm-run-path@5.3.0, npm-run-path@6.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] css-tree has 2 installed versions:\n2.2.1 via the following 1 package(s) csso@5.0.5\n3.1.0 via the following 1 package(s) svgo@4.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] mdn-data has 2 installed versions:\n2.0.28 via the following 1 package(s) css-tree@2.2.1\n2.12.2 via the following 1 package(s) css-tree@3.1.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] npm-run-path has 2 installed versions:\n5.3.0 via the following 1 package(s) execa@8.0.1\n6.0.0 via the following 1 package(s) vite-plugin-checker@0.12.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] path-scurry has 2 installed versions:\n1.11.1 via the following 1 package(s) glob@10.5.0\n2.0.1 via the following 1 package(s) glob@13.0.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] unicorn-magic has 2 installed versions:\n0.4.0 via the following 1 package(s) globby@16.1.0\n0.3.0 via the following 1 package(s) npm-run-path@6.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] cookie-es has 2 installed versions:\n1.2.2 via the following 1 package(s) h3@1.15.5\n2.0.0 via the following 3 package(s) youch@4.1.0-beta.14, nitropack@2.13.1, nuxt@4.2.2\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] is-docker has 2 installed versions:\n3.0.0 via the following 1 package(s) is-inside-container@1.0.0\n2.2.1 via the following 2 package(s) open@8.4.2, is-wsl@2.2.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] yallist has 2 installed versions:\n3.1.1 via the following 1 package(s) lru-cache@5.1.1\n5.0.0 via the following 1 package(s) tar@7.5.7\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] source-map has 2 installed versions:\n0.7.6 via the following 2 package(s) rollup-plugin-visualizer@6.0.5, nitropack@2.13.1\n0.6.1 via the following 1 package(s) source-map-support@0.5.21\nšŸ’” Suggestions\n- Consider standardizing on version 0.7.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] open has 2 installed versions:\n10.2.0 via the following 1 package(s) vite-plugin-inspect@11.3.3\n8.4.2 via the following 1 package(s) rollup-plugin-visualizer@6.0.5\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] define-lazy-prop has 2 installed versions:\n3.0.0 via the following 1 package(s) open@10.2.0\n2.0.0 via the following 1 package(s) open@8.4.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] safe-buffer has 2 installed versions:\n5.2.1 via the following 2 package(s) randombytes@2.1.0, string_decoder@1.3.0\n5.1.2 via the following 2 package(s) readable-stream@2.3.8, string_decoder@1.1.1\nšŸ’” Suggestions\n- Consider standardizing on version 5.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] string_decoder has 2 installed versions:\n1.1.1 via the following 1 package(s) readable-stream@2.3.8\n1.3.0 via the following 1 package(s) readable-stream@4.7.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] emoji-regex has 2 installed versions:\n8.0.0 via the following 1 package(s) string-width@4.2.3\n9.2.2 via the following 1 package(s) string-width@5.1.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ansi-regex has 2 installed versions:\n5.0.1 via the following 1 package(s) strip-ansi@6.0.1\n6.2.2 via the following 1 package(s) strip-ansi@7.1.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] commander has 2 installed versions:\n11.1.0 via the following 1 package(s) svgo@4.0.0\n2.20.3 via the following 1 package(s) terser@5.46.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] isexe has 2 installed versions:\n2.0.0 via the following 1 package(s) which@2.0.2\n3.1.5 via the following 1 package(s) which@5.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/docs/src/content/devtime/starter-react-router.json b/packages/docs/src/content/devtime/starter-react-router.json index 1403cb5..6cfd1d7 100644 --- a/packages/docs/src/content/devtime/starter-react-router.json +++ b/packages/docs/src/content/devtime/starter-react-router.json @@ -33,5 +33,53 @@ "maxMs": 1626 }, "order": 5, - "duplicateDependencies": 9 + "duplicateDependencies": 9, + "depInstallSize": 96087940, + "e18eMessages": [ + { + "message": "[duplicate dependency] debug has 2 installed versions:\n4.4.3 via the following 4 package(s) @babel/traverse@7.29.0, @babel/core@7.29.0, vite-node@3.2.4, vite-tsconfig-paths@5.1.4\n2.6.9 via the following 6 package(s) body-parser@1.20.4, express@4.22.1, finalhandler@1.3.2, send@0.19.2, compression@1.8.1, morgan@1.10.1\nšŸ’” Suggestions\n- Consider standardizing on version 2.6.9 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] semver has 2 installed versions:\n6.3.1 via the following 3 package(s) @babel/helper-compilation-targets@7.28.6, @babel/core@7.29.0, @babel/helper-create-class-features-plugin@7.28.6\n7.7.4 via the following 1 package(s) @react-router/dev@7.10.1\nšŸ’” Suggestions\n- Consider standardizing on version 6.3.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] pathe has 2 installed versions:\n1.1.2 via the following 1 package(s) @react-router/dev@7.10.1\n2.0.3 via the following 2 package(s) pkg-types@2.3.0, vite-node@3.2.4\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] negotiator has 2 installed versions:\n0.6.3 via the following 1 package(s) accepts@1.3.8\n0.6.4 via the following 1 package(s) compression@1.8.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] safe-buffer has 2 installed versions:\n5.1.2 via the following 1 package(s) basic-auth@2.0.1\n5.2.1 via the following 3 package(s) content-disposition@0.5.4, express@4.22.1, compression@1.8.1\nšŸ’” Suggestions\n- Consider standardizing on version 5.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] on-finished has 2 installed versions:\n2.4.1 via the following 4 package(s) body-parser@1.20.4, finalhandler@1.3.2, express@4.22.1, send@0.19.2\n2.3.0 via the following 1 package(s) morgan@1.10.1\nšŸ’” Suggestions\n- Consider standardizing on version 2.4.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] mime-db has 2 installed versions:\n1.54.0 via the following 1 package(s) compressible@2.0.18\n1.52.0 via the following 1 package(s) mime-types@2.1.35\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ms has 2 installed versions:\n2.0.0 via the following 1 package(s) debug@2.6.9\n2.1.3 via the following 2 package(s) send@0.19.2, debug@4.4.3\nšŸ’” Suggestions\n- Consider standardizing on version 2.1.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] cookie has 2 installed versions:\n0.7.2 via the following 1 package(s) express@4.22.1\n1.1.1 via the following 1 package(s) react-router@7.10.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/docs/src/content/devtime/starter-solid-start.json b/packages/docs/src/content/devtime/starter-solid-start.json index dbb7576..4b680a0 100644 --- a/packages/docs/src/content/devtime/starter-solid-start.json +++ b/packages/docs/src/content/devtime/starter-solid-start.json @@ -33,5 +33,403 @@ "maxMs": 2580 }, "order": 6, - "duplicateDependencies": 79 + "duplicateDependencies": 79, + "depInstallSize": 122126752, + "e18eMessages": [ + { + "message": "[duplicate dependency] @babel/code-frame has 2 installed versions:\n7.26.2 via the following 2 package(s) @tanstack/server-functions-plugin@1.121.21, @tanstack/directive-functions-plugin@1.121.21\n7.29.0 via the following 3 package(s) @babel/core@7.29.0, @babel/traverse@7.29.0, @babel/template@7.28.6\nšŸ’” Suggestions\n- Consider standardizing on version 7.29.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] js-tokens has 2 installed versions:\n4.0.0 via the following 2 package(s) @babel/code-frame@7.26.2, @babel/code-frame@7.29.0\n9.0.1 via the following 1 package(s) strip-literal@3.1.0\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] debug has 2 installed versions:\n4.4.3 via the following 5 package(s) @babel/traverse@7.29.0, @babel/core@7.29.0, https-proxy-agent@7.0.6, ioredis@5.9.3, send@1.2.1\n2.6.9 via the following 1 package(s) send@0.19.2\nšŸ’” Suggestions\n- Consider standardizing on version 4.4.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] semver has 2 installed versions:\n6.3.1 via the following 2 package(s) @babel/helper-compilation-targets@7.28.6, @babel/core@7.29.0\n7.7.4 via the following 2 package(s) @mapbox/node-pre-gyp@2.0.3, nitropack@2.13.1\nšŸ’” Suggestions\n- Consider standardizing on version 6.3.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] lru-cache has 3 installed versions:\n5.1.1 via the following 1 package(s) @babel/helper-compilation-targets@7.28.6\n10.4.3 via the following 1 package(s) path-scurry@1.11.1\n11.2.6 via the following 2 package(s) path-scurry@2.0.1, unstorage@1.17.4\nšŸ’” Suggestions\n- Consider standardizing on version 11.2.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @babel/helper-module-imports has 2 installed versions:\n7.18.6 via the following 1 package(s) babel-plugin-jsx-dom-expressions@0.40.3\n7.28.6 via the following 2 package(s) @babel/helper-module-transforms@7.28.6, solid-refresh@0.6.3\nšŸ’” Suggestions\n- Consider standardizing on version 7.28.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] which has 2 installed versions:\n4.0.0 via the following 1 package(s) @deno/shim-deno@0.19.2\n2.0.2 via the following 1 package(s) cross-spawn@7.0.6\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @isaacs/cliui has 2 installed versions:\n8.0.2 via the following 1 package(s) jackspeak@3.4.3\n9.0.0 via the following 1 package(s) jackspeak@4.2.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] string-width has 3 installed versions:\n5.1.2 via the following 2 package(s) @isaacs/cliui@8.0.2, wrap-ansi@8.1.0\n4.2.3 via the following 4 package(s) ansi-align@3.0.1, cliui@8.0.1, wrap-ansi@7.0.0, yargs@17.7.2\n7.2.0 via the following 3 package(s) boxen@8.0.1, widest-line@5.0.0, wrap-ansi@9.0.2\nšŸ’” Suggestions\n- Consider standardizing on version 4.2.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] strip-ansi has 2 installed versions:\n7.1.2 via the following 5 package(s) string-width@7.2.0, wrap-ansi@9.0.2, string-width@5.1.2, @isaacs/cliui@8.0.2, wrap-ansi@8.1.0\n6.0.1 via the following 3 package(s) string-width@4.2.3, cliui@8.0.1, wrap-ansi@7.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 7.1.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] wrap-ansi has 3 installed versions:\n8.1.0 via the following 1 package(s) @isaacs/cliui@8.0.2\n9.0.2 via the following 1 package(s) boxen@8.0.1\n7.0.0 via the following 1 package(s) cliui@8.0.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @parcel/watcher-wasm has 2 installed versions:\n2.3.0 via the following 1 package(s) @vinxi/listhen@1.5.6\n2.5.6 via the following 1 package(s) listhen@1.9.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 12 package(s) fdir@6.5.0, tinyglobby@0.2.15, vite@6.4.1, @parcel/watcher@2.5.6, @rollup/pluginutils@5.3.0, @rollup/plugin-commonjs@29.0.0, @vercel/nft@1.3.1, @parcel/watcher-wasm@2.5.6, rollup-plugin-visualizer@6.0.5, unplugin@2.3.11, unimport@5.6.0, unplugin-utils@0.3.1\n2.3.1 via the following 2 package(s) micromatch@4.0.8, anymatch@3.1.3\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] estree-walker has 2 installed versions:\n2.0.2 via the following 4 package(s) @rollup/pluginutils@5.3.0, @rollup/plugin-commonjs@29.0.0, @rollup/plugin-inject@5.0.5, @vercel/nft@1.3.1\n3.0.3 via the following 2 package(s) unctx@2.5.0, unimport@5.6.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] cookie-es has 2 installed versions:\n2.0.0 via the following 3 package(s) nitropack@2.13.1, youch@4.1.0-beta.14, @solidjs/start@1.2.1\n1.2.2 via the following 2 package(s) h3@1.15.3, h3@1.15.5\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] seroval has 2 installed versions:\n1.5.0 via the following 2 package(s) @solidjs/start@1.2.1, seroval-plugins@1.5.0\n1.3.2 via the following 2 package(s) solid-js@1.9.10, seroval-plugins@1.3.3\nšŸ’” Suggestions\n- Consider standardizing on version 1.5.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] seroval-plugins has 2 installed versions:\n1.5.0 via the following 1 package(s) @solidjs/start@1.2.1\n1.3.3 via the following 1 package(s) solid-js@1.9.10\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] pathe has 2 installed versions:\n2.0.3 via the following 12 package(s) @tanstack/router-utils@1.158.0, mlly@1.8.0, pkg-types@1.3.1, nypm@0.6.5, giget@2.0.0, c12@3.3.3, pkg-types@2.3.0, nitropack@2.13.1, unenv@2.0.0-rc.24, unimport@5.6.0, unplugin-utils@0.3.1, unwasm@0.5.3\n1.1.2 via the following 5 package(s) @vinxi/listhen@1.5.6, untun@0.1.3, listhen@1.9.0, vinxi@0.5.11, unenv@1.10.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] glob has 2 installed versions:\n13.0.3 via the following 1 package(s) @vercel/nft@1.3.1\n10.5.0 via the following 1 package(s) archiver-utils@5.0.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] citty has 2 installed versions:\n0.1.6 via the following 7 package(s) @vinxi/listhen@1.5.6, untun@0.1.3, vinxi@0.5.11, giget@2.0.0, nitropack@2.13.1, listhen@1.9.0, untyped@2.0.0\n0.2.1 via the following 1 package(s) nypm@0.6.5\nšŸ’” Suggestions\n- Consider standardizing on version 0.1.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] h3 has 2 installed versions:\n1.15.3 via the following 2 package(s) @vinxi/listhen@1.5.6, vinxi@0.5.11\n1.15.5 via the following 3 package(s) nitropack@2.13.1, listhen@1.9.0, unstorage@1.17.4\nšŸ’” Suggestions\n- Consider standardizing on version 1.15.5 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] jiti has 2 installed versions:\n1.21.7 via the following 1 package(s) @vinxi/listhen@1.5.6\n2.6.1 via the following 5 package(s) vite@6.4.1, c12@3.3.3, nitropack@2.13.1, listhen@1.9.0, untyped@2.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.6.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] magicast has 2 installed versions:\n0.2.11 via the following 2 package(s) @vinxi/plugin-directives@0.5.1, @vinxi/server-components@0.5.1\n0.5.2 via the following 2 package(s) c12@3.3.3, nitropack@2.13.1\nšŸ’” Suggestions\n- Consider standardizing on version 0.2.11 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ansi-styles has 2 installed versions:\n4.3.0 via the following 1 package(s) wrap-ansi@7.0.0\n6.2.3 via the following 2 package(s) wrap-ansi@9.0.2, wrap-ansi@8.1.0\nšŸ’” Suggestions\n- Consider standardizing on version 6.2.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] is-stream has 2 installed versions:\n2.0.1 via the following 2 package(s) archiver-utils@5.0.2, compress-commons@6.0.2\n3.0.0 via the following 1 package(s) execa@8.0.1\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] readable-stream has 2 installed versions:\n4.7.0 via the following 5 package(s) archiver-utils@5.0.2, archiver@7.0.1, crc32-stream@6.0.0, compress-commons@6.0.2, zip-stream@6.0.1\n2.3.8 via the following 1 package(s) lazystream@1.0.1\nšŸ’” Suggestions\n- Consider standardizing on version 4.7.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] balanced-match has 2 installed versions:\n4.0.2 via the following 1 package(s) brace-expansion@5.0.2\n1.0.2 via the following 1 package(s) brace-expansion@2.0.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] jackspeak has 2 installed versions:\n4.2.3 via the following 1 package(s) balanced-match@4.0.2\n3.4.3 via the following 1 package(s) glob@10.5.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] type-fest has 2 installed versions:\n4.41.0 via the following 1 package(s) boxen@8.0.1\n5.4.4 via the following 1 package(s) dot-prop@10.1.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] brace-expansion has 2 installed versions:\n2.0.2 via the following 2 package(s) minimatch@9.0.5, minimatch@5.1.6\n5.0.2 via the following 1 package(s) minimatch@10.2.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] chokidar has 2 installed versions:\n5.0.0 via the following 3 package(s) c12@3.3.3, nitropack@2.13.1, unstorage@1.17.4\n4.0.3 via the following 1 package(s) vinxi@0.5.11\nšŸ’” Suggestions\n- Consider standardizing on version 5.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] confbox has 2 installed versions:\n0.2.4 via the following 3 package(s) c12@3.3.3, pkg-types@2.3.0, nitropack@2.13.1\n0.1.8 via the following 1 package(s) pkg-types@1.3.1\nšŸ’” Suggestions\n- Consider standardizing on version 0.2.4 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] pkg-types has 2 installed versions:\n2.3.0 via the following 5 package(s) c12@3.3.3, nitropack@2.13.1, local-pkg@1.1.2, unimport@5.6.0, unwasm@0.5.3\n1.3.1 via the following 1 package(s) mlly@1.8.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.3.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] readdirp has 2 installed versions:\n4.1.2 via the following 1 package(s) chokidar@4.0.3\n5.0.0 via the following 1 package(s) chokidar@5.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] is-wsl has 2 installed versions:\n3.1.0 via the following 1 package(s) clipboardy@4.0.0\n2.2.0 via the following 1 package(s) open@8.4.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] path-key has 2 installed versions:\n3.1.1 via the following 1 package(s) cross-spawn@7.0.6\n4.0.0 via the following 1 package(s) npm-run-path@5.3.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ms has 2 installed versions:\n2.0.0 via the following 1 package(s) debug@2.6.9\n2.1.3 via the following 3 package(s) debug@4.4.3, send@1.2.1, send@0.19.2\nšŸ’” Suggestions\n- Consider standardizing on version 2.1.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] esbuild has 2 installed versions:\n0.25.12 via the following 2 package(s) vite@6.4.1, vinxi@0.5.11\n0.27.3 via the following 1 package(s) nitropack@2.13.1\nšŸ’” Suggestions\n- Consider standardizing on version 0.25.12 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/aix-ppc64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/android-arm has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/android-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/android-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/darwin-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/darwin-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/freebsd-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/freebsd-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-arm has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-ia32 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-loong64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-mips64el has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-ppc64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-riscv64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-s390x has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/netbsd-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/netbsd-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/openbsd-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/openbsd-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/openharmony-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/sunos-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/win32-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/win32-ia32 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/win32-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] minimatch has 3 installed versions:\n9.0.5 via the following 1 package(s) glob@10.5.0\n10.2.0 via the following 1 package(s) glob@13.0.3\n5.1.6 via the following 1 package(s) readdir-glob@1.1.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] path-scurry has 2 installed versions:\n1.11.1 via the following 1 package(s) glob@10.5.0\n2.0.1 via the following 1 package(s) glob@13.0.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] is-docker has 2 installed versions:\n3.0.0 via the following 1 package(s) is-inside-container@1.0.0\n2.2.1 via the following 2 package(s) open@8.4.2, is-wsl@2.2.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] yallist has 2 installed versions:\n3.1.1 via the following 1 package(s) lru-cache@5.1.1\n5.0.0 via the following 1 package(s) tar@7.5.7\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] mime has 3 installed versions:\n4.1.0 via the following 1 package(s) nitropack@2.13.1\n1.6.0 via the following 1 package(s) send@0.19.2\n3.0.0 via the following 1 package(s) unenv@1.10.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] serve-static has 2 installed versions:\n2.2.1 via the following 1 package(s) nitropack@2.13.1\n1.16.3 via the following 1 package(s) vinxi@0.5.11\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] source-map has 2 installed versions:\n0.7.6 via the following 2 package(s) rollup-plugin-visualizer@6.0.5, nitropack@2.13.1\n0.6.1 via the following 2 package(s) source-map-support@0.5.21, recast@0.23.11\nšŸ’” Suggestions\n- Consider standardizing on version 0.7.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] unenv has 2 installed versions:\n2.0.0-rc.24 via the following 1 package(s) nitropack@2.13.1\n1.10.0 via the following 1 package(s) vinxi@0.5.11\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] safe-buffer has 2 installed versions:\n5.2.1 via the following 2 package(s) randombytes@2.1.0, string_decoder@1.3.0\n5.1.2 via the following 2 package(s) readable-stream@2.3.8, string_decoder@1.1.1\nšŸ’” Suggestions\n- Consider standardizing on version 5.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] string_decoder has 2 installed versions:\n1.1.1 via the following 1 package(s) readable-stream@2.3.8\n1.3.0 via the following 1 package(s) readable-stream@4.7.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] send has 2 installed versions:\n0.19.2 via the following 1 package(s) serve-static@1.16.3\n1.2.1 via the following 1 package(s) serve-static@2.2.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] fresh has 2 installed versions:\n0.5.2 via the following 1 package(s) send@0.19.2\n2.0.0 via the following 1 package(s) send@1.2.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] emoji-regex has 3 installed versions:\n8.0.0 via the following 1 package(s) string-width@4.2.3\n9.2.2 via the following 1 package(s) string-width@5.1.2\n10.6.0 via the following 1 package(s) string-width@7.2.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ansi-regex has 2 installed versions:\n5.0.1 via the following 1 package(s) strip-ansi@6.0.1\n6.2.2 via the following 1 package(s) strip-ansi@7.1.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] isexe has 2 installed versions:\n2.0.0 via the following 1 package(s) which@2.0.2\n3.1.5 via the following 1 package(s) which@4.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/docs/src/content/devtime/starter-sveltekit.json b/packages/docs/src/content/devtime/starter-sveltekit.json index 89cf0be..c160006 100644 --- a/packages/docs/src/content/devtime/starter-sveltekit.json +++ b/packages/docs/src/content/devtime/starter-sveltekit.json @@ -33,5 +33,13 @@ "maxMs": 1852 }, "order": 7, - "duplicateDependencies": 1 + "duplicateDependencies": 1, + "depInstallSize": 57446453, + "e18eMessages": [ + { + "message": "[duplicate dependency] is-reference has 2 installed versions:\n1.2.1 via the following 1 package(s) @rollup/plugin-commonjs@28.0.9\n3.0.3 via the following 1 package(s) svelte@5.46.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/docs/src/content/devtime/starter-tanstack-start-react.json b/packages/docs/src/content/devtime/starter-tanstack-start-react.json index be6030a..7b0843c 100644 --- a/packages/docs/src/content/devtime/starter-tanstack-start-react.json +++ b/packages/docs/src/content/devtime/starter-tanstack-start-react.json @@ -33,5 +33,78 @@ "maxMs": 2739 }, "order": 8, - "duplicateDependencies": 14 + "duplicateDependencies": 14, + "depInstallSize": 197075629, + "e18eMessages": [ + { + "message": "[duplicate dependency] lru-cache has 2 installed versions:\n11.2.6 via the following 4 package(s) unstorage@2.0.0-alpha.5, @asamuzakjp/dom-selector@6.8.1, @asamuzakjp/css-color@4.1.2, cssstyle@5.3.7\n5.1.1 via the following 1 package(s) @babel/helper-compilation-targets@7.28.6\nšŸ’” Suggestions\n- Consider standardizing on version 11.2.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @babel/code-frame has 2 installed versions:\n7.27.1 via the following 1 package(s) @tanstack/start-plugin-core@1.145.3\n7.29.0 via the following 4 package(s) @babel/core@7.29.0, @babel/traverse@7.29.0, @babel/template@7.28.6, @testing-library/dom@10.4.1\nšŸ’” Suggestions\n- Consider standardizing on version 7.29.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] js-tokens has 2 installed versions:\n4.0.0 via the following 2 package(s) @babel/code-frame@7.29.0, @babel/code-frame@7.27.1\n9.0.1 via the following 1 package(s) strip-literal@3.1.0\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @tanstack/devtools-client has 2 installed versions:\n0.0.3 via the following 1 package(s) @tanstack/devtools@0.7.0\n0.0.5 via the following 1 package(s) @tanstack/devtools-vite@0.3.12\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @tanstack/devtools-event-client has 2 installed versions:\n0.3.5 via the following 1 package(s) @tanstack/devtools-client@0.0.3\n0.4.0 via the following 1 package(s) @tanstack/devtools-client@0.0.5\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 6 package(s) fdir@6.5.0, vite@7.3.0, tinyglobby@0.2.15, unplugin@2.3.11, @tanstack/devtools-vite@0.3.12, vitest@3.2.4\n2.3.1 via the following 2 package(s) anymatch@3.1.3, readdirp@3.6.0\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @tanstack/router-utils has 2 installed versions:\n1.158.0 via the following 1 package(s) @tanstack/react-start@1.145.3\n1.143.11 via the following 3 package(s) @tanstack/router-generator@1.145.2, @tanstack/router-plugin@1.145.2, @tanstack/start-plugin-core@1.145.3\nšŸ’” Suggestions\n- Consider standardizing on version 1.143.11 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] source-map has 2 installed versions:\n0.7.6 via the following 1 package(s) @tanstack/router-generator@1.145.2\n0.6.1 via the following 1 package(s) recast@0.23.11\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @rolldown/pluginutils has 2 installed versions:\n1.0.0-beta.40 via the following 1 package(s) @tanstack/start-plugin-core@1.145.3\n1.0.0-beta.53 via the following 1 package(s) @vitejs/plugin-react@5.1.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] srvx has 2 installed versions:\n0.10.1 via the following 3 package(s) @tanstack/start-plugin-core@1.145.3, crossws@0.4.4, nitro@3.0.1-alpha.2\n0.11.4 via the following 1 package(s) h3@2.0.1-rc.14\nšŸ’” Suggestions\n- Consider standardizing on version 0.10.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] parse5 has 2 installed versions:\n7.3.0 via the following 3 package(s) cheerio@1.2.0, parse5-htmlparser2-tree-adapter@7.1.0, parse5-parser-stream@7.1.2\n8.0.0 via the following 1 package(s) jsdom@27.4.0\nšŸ’” Suggestions\n- Consider standardizing on version 7.3.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] whatwg-mimetype has 2 installed versions:\n4.0.0 via the following 2 package(s) cheerio@1.2.0, jsdom@27.4.0\n5.0.0 via the following 1 package(s) data-urls@6.0.1\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] entities has 3 installed versions:\n4.5.0 via the following 1 package(s) dom-serializer@2.0.0\n7.0.1 via the following 1 package(s) htmlparser2@10.1.0\n6.0.1 via the following 2 package(s) parse5@7.3.0, parse5@8.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 6.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] h3 has 2 installed versions:\n2.0.1-rc.14 via the following 1 package(s) nitro@3.0.1-alpha.2\n2.0.1-rc.7 via the following 0 package(s) \nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/docs/src/pages/framework/[slug].astro b/packages/docs/src/pages/framework/[slug].astro index 52ba9c4..d125d4d 100644 --- a/packages/docs/src/pages/framework/[slug].astro +++ b/packages/docs/src/pages/framework/[slug].astro @@ -1,7 +1,4 @@ --- -import { readFileSync } from 'node:fs' -import { join } from 'node:path' -import { fileURLToPath } from 'node:url' import { getCollection } from 'astro:content' import BackLink from '../../components/BackLink.astro' import DevTimeChart from '../../components/DevTimeChart.astro' @@ -13,27 +10,7 @@ import Layout from '../../layouts/Layout.astro' import { buildInstallData, depsStats } from '../../lib/collections' import { getFrameworkSlug } from '../../lib/utils' -interface E18eMessage { - severity: string - message: string - fixableBy?: string -} - export async function getStaticPaths() { - function readE18eMessages(packageName: string): E18eMessage[] { - try { - const packagesDir = fileURLToPath( - new URL('../../../../', import.meta.url), - ) - const filePath = join(packagesDir, packageName, 'e18e-stats.json') - const content = readFileSync(filePath, 'utf-8') - const data = JSON.parse(content) as { messages?: E18eMessage[] } - return data.messages ?? [] - } catch { - return [] - } - } - const devtimeEntries = await getCollection('devtime') const runtimeEntries = await getCollection('runtime') const baseline = runtimeEntries.find( @@ -45,14 +22,13 @@ export async function getStaticPaths() { const runtimeEntry = runtimeEntries.find( (e) => e.data.package === runtimePackage, ) - const e18eMessages = readE18eMessages(entry.data.package) return { params: { slug }, props: { devtime: entry.data, runtime: runtimeEntry?.data, baseline, - e18eMessages, + e18eMessages: entry.data.e18eMessages ?? [], }, } }) diff --git a/packages/starter-astro/ci-stats.json b/packages/starter-astro/ci-stats.json index 9f794ed..90c6345 100644 --- a/packages/starter-astro/ci-stats.json +++ b/packages/starter-astro/ci-stats.json @@ -24,5 +24,96 @@ "avgMs": 2093.4, "minMs": 1989, "maxMs": 2404 - } + }, + "prodDependencies": 1, + "devDependencies": 2, + "duplicateDependencies": 17, + "depInstallSize": 160770990, + "e18eMessages": [ + { + "message": "[duplicate dependency] chokidar has 2 installed versions:\n4.0.3 via the following 1 package(s) @astrojs/check@0.9.6\n5.0.0 via the following 1 package(s) unstorage@1.17.4\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] kleur has 2 installed versions:\n4.1.5 via the following 1 package(s) @astrojs/check@0.9.6\n3.0.3 via the following 1 package(s) prompts@2.4.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] yaml has 2 installed versions:\n2.8.2 via the following 2 package(s) vite@6.4.1, @astrojs/yaml2ts@0.2.2\n2.7.1 via the following 1 package(s) yaml-language-server@1.19.2\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.8.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] estree-walker has 2 installed versions:\n2.0.2 via the following 1 package(s) @rollup/pluginutils@5.3.0\n3.0.3 via the following 1 package(s) astro@5.16.15\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 5 package(s) @rollup/pluginutils@5.3.0, astro@5.16.15, fdir@6.5.0, tinyglobby@0.2.15, vite@6.4.1\n2.3.1 via the following 1 package(s) anymatch@3.1.3\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] request-light has 2 installed versions:\n0.7.0 via the following 1 package(s) @volar/language-server@2.4.28\n0.5.8 via the following 1 package(s) yaml-language-server@1.19.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] jsonc-parser has 2 installed versions:\n2.3.1 via the following 1 package(s) @vscode/emmet-helper@2.11.0\n3.3.1 via the following 1 package(s) vscode-json-languageservice@4.1.8\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] string-width has 2 installed versions:\n4.2.3 via the following 4 package(s) ansi-align@3.0.1, cliui@8.0.1, wrap-ansi@7.0.0, yargs@17.7.2\n7.2.0 via the following 3 package(s) boxen@8.0.1, widest-line@5.0.0, wrap-ansi@9.0.2\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.2.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ansi-styles has 2 installed versions:\n4.3.0 via the following 1 package(s) wrap-ansi@7.0.0\n6.2.3 via the following 1 package(s) wrap-ansi@9.0.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] wrap-ansi has 2 installed versions:\n9.0.2 via the following 1 package(s) boxen@8.0.1\n7.0.0 via the following 1 package(s) cliui@8.0.1\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] readdirp has 2 installed versions:\n4.1.2 via the following 1 package(s) chokidar@4.0.3\n5.0.0 via the following 1 package(s) chokidar@5.0.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] strip-ansi has 2 installed versions:\n6.0.1 via the following 3 package(s) string-width@4.2.3, cliui@8.0.1, wrap-ansi@7.0.0\n7.1.2 via the following 2 package(s) string-width@7.2.0, wrap-ansi@9.0.2\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 6.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] css-tree has 2 installed versions:\n2.2.1 via the following 1 package(s) csso@5.0.5\n3.1.0 via the following 2 package(s) svgo@4.0.0, unifont@0.7.4\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 3.1.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] mdn-data has 2 installed versions:\n2.0.28 via the following 1 package(s) css-tree@2.2.1\n2.12.2 via the following 1 package(s) css-tree@3.1.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] entities has 2 installed versions:\n4.5.0 via the following 1 package(s) dom-serializer@2.0.0\n6.0.1 via the following 1 package(s) parse5@7.3.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] emoji-regex has 2 installed versions:\n8.0.0 via the following 1 package(s) string-width@4.2.3\n10.6.0 via the following 1 package(s) string-width@7.2.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ansi-regex has 2 installed versions:\n5.0.1 via the following 1 package(s) strip-ansi@6.0.1\n6.2.2 via the following 1 package(s) strip-ansi@7.1.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/starter-astro/e18e-stats.json b/packages/starter-astro/e18e-stats.json deleted file mode 100644 index 755bac4..0000000 --- a/packages/starter-astro/e18e-stats.json +++ /dev/null @@ -1,105 +0,0 @@ -{ - "stats": { - "name": "starter-astro", - "version": "0.0.1", - "dependencyCount": { - "production": 1, - "development": 2 - }, - "extraStats": [ - { - "name": "duplicateDependencyCount", - "value": 17, - "label": "Duplicate Dependency Count" - } - ], - "installSize": 160770990 - }, - "messages": [ - { - "message": "[duplicate dependency] chokidar has 2 installed versions:\n4.0.3 via the following 1 package(s) @astrojs/check@0.9.6\n5.0.0 via the following 1 package(s) unstorage@1.17.4\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] kleur has 2 installed versions:\n4.1.5 via the following 1 package(s) @astrojs/check@0.9.6\n3.0.3 via the following 1 package(s) prompts@2.4.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] yaml has 2 installed versions:\n2.8.2 via the following 2 package(s) vite@6.4.1, @astrojs/yaml2ts@0.2.2\n2.7.1 via the following 1 package(s) yaml-language-server@1.19.2\nšŸ’” Suggestions\n- Consider standardizing on version 2.8.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] estree-walker has 2 installed versions:\n2.0.2 via the following 1 package(s) @rollup/pluginutils@5.3.0\n3.0.3 via the following 1 package(s) astro@5.16.15\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 5 package(s) @rollup/pluginutils@5.3.0, astro@5.16.15, fdir@6.5.0, tinyglobby@0.2.15, vite@6.4.1\n2.3.1 via the following 1 package(s) anymatch@3.1.3\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] request-light has 2 installed versions:\n0.7.0 via the following 1 package(s) @volar/language-server@2.4.28\n0.5.8 via the following 1 package(s) yaml-language-server@1.19.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] jsonc-parser has 2 installed versions:\n2.3.1 via the following 1 package(s) @vscode/emmet-helper@2.11.0\n3.3.1 via the following 1 package(s) vscode-json-languageservice@4.1.8\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] string-width has 2 installed versions:\n4.2.3 via the following 4 package(s) ansi-align@3.0.1, cliui@8.0.1, wrap-ansi@7.0.0, yargs@17.7.2\n7.2.0 via the following 3 package(s) boxen@8.0.1, widest-line@5.0.0, wrap-ansi@9.0.2\nšŸ’” Suggestions\n- Consider standardizing on version 4.2.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] ansi-styles has 2 installed versions:\n4.3.0 via the following 1 package(s) wrap-ansi@7.0.0\n6.2.3 via the following 1 package(s) wrap-ansi@9.0.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] wrap-ansi has 2 installed versions:\n9.0.2 via the following 1 package(s) boxen@8.0.1\n7.0.0 via the following 1 package(s) cliui@8.0.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] readdirp has 2 installed versions:\n4.1.2 via the following 1 package(s) chokidar@4.0.3\n5.0.0 via the following 1 package(s) chokidar@5.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] strip-ansi has 2 installed versions:\n6.0.1 via the following 3 package(s) string-width@4.2.3, cliui@8.0.1, wrap-ansi@7.0.0\n7.1.2 via the following 2 package(s) string-width@7.2.0, wrap-ansi@9.0.2\nšŸ’” Suggestions\n- Consider standardizing on version 6.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] css-tree has 2 installed versions:\n2.2.1 via the following 1 package(s) csso@5.0.5\n3.1.0 via the following 2 package(s) svgo@4.0.0, unifont@0.7.4\nšŸ’” Suggestions\n- Consider standardizing on version 3.1.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] mdn-data has 2 installed versions:\n2.0.28 via the following 1 package(s) css-tree@2.2.1\n2.12.2 via the following 1 package(s) css-tree@3.1.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] entities has 2 installed versions:\n4.5.0 via the following 1 package(s) dom-serializer@2.0.0\n6.0.1 via the following 1 package(s) parse5@7.3.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] emoji-regex has 2 installed versions:\n8.0.0 via the following 1 package(s) string-width@4.2.3\n10.6.0 via the following 1 package(s) string-width@7.2.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] ansi-regex has 2 installed versions:\n5.0.1 via the following 1 package(s) strip-ansi@6.0.1\n6.2.2 via the following 1 package(s) strip-ansi@7.1.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - } - ] -} diff --git a/packages/starter-astro/stats/5.16.15.json b/packages/starter-astro/stats/5.16.15.json index 9f794ed..6b622fd 100644 --- a/packages/starter-astro/stats/5.16.15.json +++ b/packages/starter-astro/stats/5.16.15.json @@ -24,5 +24,9 @@ "avgMs": 2093.4, "minMs": 1989, "maxMs": 2404 - } + }, + "prodDependencies": 1, + "devDependencies": 2, + "duplicateDependencies": 17, + "depInstallSize": 160770990 } diff --git a/packages/starter-mastro/ci-stats.json b/packages/starter-mastro/ci-stats.json index 04b1ff6..4891e42 100644 --- a/packages/starter-mastro/ci-stats.json +++ b/packages/starter-mastro/ci-stats.json @@ -19,5 +19,16 @@ "minMs": 389, "maxMs": 412 }, - "buildOutputSize": 12288 + "buildOutputSize": 12288, + "prodDependencies": 2, + "devDependencies": 2, + "duplicateDependencies": 1, + "depInstallSize": 55147762, + "e18eMessages": [ + { + "message": "[duplicate dependency] typescript has 2 installed versions:\n5.9.3 via the following 1 package(s) root@\n5.8.3 via the following 0 package(s) \n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/starter-mastro/e18e-stats.json b/packages/starter-mastro/e18e-stats.json deleted file mode 100644 index 3a95ca3..0000000 --- a/packages/starter-mastro/e18e-stats.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "stats": { - "name": "starter-mastro", - "version": "0.0.0", - "dependencyCount": { - "production": 2, - "development": 2 - }, - "extraStats": [ - { - "name": "duplicateDependencyCount", - "value": 1, - "label": "Duplicate Dependency Count" - } - ], - "installSize": 55147762 - }, - "messages": [ - { - "message": "[duplicate dependency] typescript has 2 installed versions:\n5.9.3 via the following 1 package(s) root@\n5.8.3 via the following 0 package(s) \nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - } - ] -} diff --git a/packages/starter-next-js/ci-stats.json b/packages/starter-next-js/ci-stats.json index 9e28bf0..b8f1800 100644 --- a/packages/starter-next-js/ci-stats.json +++ b/packages/starter-next-js/ci-stats.json @@ -24,5 +24,76 @@ "avgMs": 2044.6, "minMs": 1887, "maxMs": 2350 - } + }, + "prodDependencies": 3, + "devDependencies": 6, + "duplicateDependencies": 12, + "depInstallSize": 530814093, + "e18eMessages": [ + { + "severity": "suggestion", + "score": 0, + "message": "The package does not specify the \u001b[1m\"type\"\u001b[22m field. Node.js may attempt to detect the package type causing a small performance hit. Consider adding \u001b[1m\"type\"\u001b[22m: \"\u001b[1mcommonjs\u001b[22m\"." + }, + { + "message": "[duplicate dependency] debug has 2 installed versions:\n4.4.3 via the following 10 package(s) @babel/traverse@7.29.0, @babel/core@7.29.0, @eslint/config-array@0.21.1, @eslint/eslintrc@3.3.3, eslint@9.39.2, eslint-import-resolver-typescript@3.10.1, @typescript-eslint/project-service@8.55.0, @typescript-eslint/typescript-estree@8.55.0, @typescript-eslint/parser@8.55.0, @typescript-eslint/type-utils@8.55.0\n3.2.7 via the following 3 package(s) eslint-import-resolver-node@0.3.9, eslint-plugin-import@2.32.0, eslint-module-utils@2.12.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.4.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] json5 has 2 installed versions:\n2.2.3 via the following 1 package(s) @babel/core@7.29.0\n1.0.2 via the following 1 package(s) tsconfig-paths@3.15.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] semver has 2 installed versions:\n6.3.1 via the following 4 package(s) @babel/helper-compilation-targets@7.28.6, @babel/core@7.29.0, eslint-plugin-import@2.32.0, eslint-plugin-react@7.37.5\n7.7.4 via the following 3 package(s) sharp@0.34.5, is-bun-module@2.0.0, @typescript-eslint/typescript-estree@8.55.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 6.3.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] eslint-visitor-keys has 2 installed versions:\n3.4.3 via the following 1 package(s) @eslint-community/eslint-utils@4.9.1\n4.2.1 via the following 3 package(s) espree@10.4.0, eslint@9.39.2, @typescript-eslint/visitor-keys@8.55.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] minimatch has 2 installed versions:\n3.1.2 via the following 6 package(s) @eslint/config-array@0.21.1, @eslint/eslintrc@3.3.3, eslint@9.39.2, eslint-plugin-import@2.32.0, eslint-plugin-jsx-a11y@6.10.2, eslint-plugin-react@7.37.5\n9.0.5 via the following 1 package(s) @typescript-eslint/typescript-estree@8.55.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 3.1.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] globals has 2 installed versions:\n14.0.0 via the following 1 package(s) @eslint/eslintrc@3.3.3\n16.4.0 via the following 1 package(s) eslint-config-next@16.1.1\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ignore has 2 installed versions:\n5.3.2 via the following 2 package(s) @eslint/eslintrc@3.3.3, eslint@9.39.2\n7.0.5 via the following 1 package(s) @typescript-eslint/eslint-plugin@8.55.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 5.3.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] postcss has 2 installed versions:\n8.5.6 via the following 1 package(s) @tailwindcss/postcss@4.1.18\n8.4.31 via the following 1 package(s) next@16.1.1\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] brace-expansion has 2 installed versions:\n1.1.12 via the following 1 package(s) minimatch@3.1.2\n2.0.2 via the following 1 package(s) minimatch@9.0.5\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] resolve has 2 installed versions:\n1.22.11 via the following 1 package(s) eslint-import-resolver-node@0.3.9\n2.0.0-next.5 via the following 1 package(s) eslint-plugin-react@7.37.5\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] glob-parent has 2 installed versions:\n6.0.2 via the following 1 package(s) eslint@9.39.2\n5.1.2 via the following 1 package(s) fast-glob@3.3.1\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 2 package(s) fdir@6.5.0, tinyglobby@0.2.15\n2.3.1 via the following 1 package(s) micromatch@4.0.8\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/starter-next-js/e18e-stats.json b/packages/starter-next-js/e18e-stats.json deleted file mode 100644 index 5225acd..0000000 --- a/packages/starter-next-js/e18e-stats.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "stats": { - "name": "starter-next-js", - "version": "0.1.0", - "dependencyCount": { - "production": 3, - "development": 6 - }, - "extraStats": [ - { - "name": "duplicateDependencyCount", - "value": 12, - "label": "Duplicate Dependency Count" - } - ], - "installSize": 530814093 - }, - "messages": [ - { - "severity": "suggestion", - "score": 0, - "message": "The package does not specify the \u001b[1m\"type\"\u001b[22m field. Node.js may attempt to detect the package type causing a small performance hit. Consider adding \u001b[1m\"type\"\u001b[22m: \"\u001b[1mcommonjs\u001b[22m\"." - }, - { - "message": "[duplicate dependency] debug has 2 installed versions:\n4.4.3 via the following 10 package(s) @babel/traverse@7.29.0, @babel/core@7.29.0, @eslint/config-array@0.21.1, @eslint/eslintrc@3.3.3, eslint@9.39.2, eslint-import-resolver-typescript@3.10.1, @typescript-eslint/project-service@8.55.0, @typescript-eslint/typescript-estree@8.55.0, @typescript-eslint/parser@8.55.0, @typescript-eslint/type-utils@8.55.0\n3.2.7 via the following 3 package(s) eslint-import-resolver-node@0.3.9, eslint-plugin-import@2.32.0, eslint-module-utils@2.12.1\nšŸ’” Suggestions\n- Consider standardizing on version 4.4.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] json5 has 2 installed versions:\n2.2.3 via the following 1 package(s) @babel/core@7.29.0\n1.0.2 via the following 1 package(s) tsconfig-paths@3.15.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] semver has 2 installed versions:\n6.3.1 via the following 4 package(s) @babel/helper-compilation-targets@7.28.6, @babel/core@7.29.0, eslint-plugin-import@2.32.0, eslint-plugin-react@7.37.5\n7.7.4 via the following 3 package(s) sharp@0.34.5, is-bun-module@2.0.0, @typescript-eslint/typescript-estree@8.55.0\nšŸ’” Suggestions\n- Consider standardizing on version 6.3.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] eslint-visitor-keys has 2 installed versions:\n3.4.3 via the following 1 package(s) @eslint-community/eslint-utils@4.9.1\n4.2.1 via the following 3 package(s) espree@10.4.0, eslint@9.39.2, @typescript-eslint/visitor-keys@8.55.0\nšŸ’” Suggestions\n- Consider standardizing on version 4.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] minimatch has 2 installed versions:\n3.1.2 via the following 6 package(s) @eslint/config-array@0.21.1, @eslint/eslintrc@3.3.3, eslint@9.39.2, eslint-plugin-import@2.32.0, eslint-plugin-jsx-a11y@6.10.2, eslint-plugin-react@7.37.5\n9.0.5 via the following 1 package(s) @typescript-eslint/typescript-estree@8.55.0\nšŸ’” Suggestions\n- Consider standardizing on version 3.1.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] globals has 2 installed versions:\n14.0.0 via the following 1 package(s) @eslint/eslintrc@3.3.3\n16.4.0 via the following 1 package(s) eslint-config-next@16.1.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] ignore has 2 installed versions:\n5.3.2 via the following 2 package(s) @eslint/eslintrc@3.3.3, eslint@9.39.2\n7.0.5 via the following 1 package(s) @typescript-eslint/eslint-plugin@8.55.0\nšŸ’” Suggestions\n- Consider standardizing on version 5.3.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] postcss has 2 installed versions:\n8.5.6 via the following 1 package(s) @tailwindcss/postcss@4.1.18\n8.4.31 via the following 1 package(s) next@16.1.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] brace-expansion has 2 installed versions:\n1.1.12 via the following 1 package(s) minimatch@3.1.2\n2.0.2 via the following 1 package(s) minimatch@9.0.5\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] resolve has 2 installed versions:\n1.22.11 via the following 1 package(s) eslint-import-resolver-node@0.3.9\n2.0.0-next.5 via the following 1 package(s) eslint-plugin-react@7.37.5\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] glob-parent has 2 installed versions:\n6.0.2 via the following 1 package(s) eslint@9.39.2\n5.1.2 via the following 1 package(s) fast-glob@3.3.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 2 package(s) fdir@6.5.0, tinyglobby@0.2.15\n2.3.1 via the following 1 package(s) micromatch@4.0.8\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - } - ] -} diff --git a/packages/starter-next-js/stats/16.1.1.json b/packages/starter-next-js/stats/16.1.1.json index 9e28bf0..a7bf787 100644 --- a/packages/starter-next-js/stats/16.1.1.json +++ b/packages/starter-next-js/stats/16.1.1.json @@ -24,5 +24,9 @@ "avgMs": 2044.6, "minMs": 1887, "maxMs": 2350 - } + }, + "prodDependencies": 3, + "devDependencies": 6, + "duplicateDependencies": 12, + "depInstallSize": 530814093 } diff --git a/packages/starter-nuxt/ci-stats.json b/packages/starter-nuxt/ci-stats.json index a319868..b4ba461 100644 --- a/packages/starter-nuxt/ci-stats.json +++ b/packages/starter-nuxt/ci-stats.json @@ -24,5 +24,326 @@ "avgMs": 4298.8, "minMs": 3865, "maxMs": 5137 - } + }, + "prodDependencies": 3, + "devDependencies": 2, + "duplicateDependencies": 63, + "depInstallSize": 169536053, + "e18eMessages": [ + { + "message": "[duplicate dependency] js-tokens has 2 installed versions:\n4.0.0 via the following 1 package(s) @babel/code-frame@7.29.0\n9.0.1 via the following 1 package(s) strip-literal@3.1.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] semver has 2 installed versions:\n6.3.1 via the following 3 package(s) @babel/helper-compilation-targets@7.28.6, @babel/core@7.29.0, @babel/helper-create-class-features-plugin@7.28.6\n7.7.4 via the following 8 package(s) @nuxt/kit@4.2.2, @nuxt/cli@3.33.1, @nuxt/kit@4.3.1, @nuxt/devtools-wizard@3.2.1, @nuxt/devtools@3.2.1, @mapbox/node-pre-gyp@2.0.3, nitropack@2.13.1, nuxt@4.2.2\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 7.7.4 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] lru-cache has 3 installed versions:\n5.1.1 via the following 1 package(s) @babel/helper-compilation-targets@7.28.6\n10.4.3 via the following 1 package(s) path-scurry@1.11.1\n11.2.6 via the following 2 package(s) path-scurry@2.0.1, unstorage@1.17.4\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 11.2.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] citty has 2 installed versions:\n0.2.1 via the following 4 package(s) nypm@0.6.5, @bomb.sh/tab@0.0.12, @nuxt/cli@3.33.1, @nuxt/telemetry@2.7.0\n0.1.6 via the following 5 package(s) giget@2.0.0, untyped@2.0.0, listhen@1.9.0, untun@0.1.3, nitropack@2.13.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 0.1.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @nuxt/kit has 2 installed versions:\n4.2.2 via the following 5 package(s) @dxup/nuxt@0.2.2, nuxt@4.2.2, @nuxt/nitro-server@4.2.2, @nuxt/telemetry@2.7.0, @nuxt/vite-builder@4.2.2\n4.3.1 via the following 3 package(s) @nuxt/devtools-kit@3.2.1, @nuxt/devtools@3.2.1, vite-plugin-inspect@11.3.3\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.2.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] chokidar has 2 installed versions:\n4.0.3 via the following 2 package(s) @dxup/nuxt@0.2.2, vite-plugin-checker@0.12.0\n5.0.0 via the following 5 package(s) c12@3.3.3, nitropack@2.13.1, unstorage@1.17.4, nuxt@4.2.2, unplugin-vue-router@0.19.2\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 5.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] pathe has 2 installed versions:\n2.0.3 via the following 28 package(s) nypm@0.6.5, giget@2.0.0, c12@3.3.3, pkg-types@2.3.0, mlly@1.8.0, pkg-types@1.3.1, @nuxt/kit@4.2.2, @dxup/nuxt@0.2.2, @nuxt/cli@3.33.1, @nuxt/schema@4.2.2, @nuxt/kit@4.3.1, @nuxt/devtools-wizard@3.2.1, @vue/devtools-core@8.0.6, @nuxt/devtools@3.2.1, unplugin-utils@0.3.1, vite-plugin-vue-tracer@1.2.0, impound@1.0.0, unplugin-utils@0.2.5, nitropack@2.13.1, unenv@2.0.0-rc.24, unimport@5.6.0, unwasm@0.5.3, @nuxt/nitro-server@4.2.2, @nuxt/vite-builder@4.2.2, vite-node@5.3.0, nuxt@4.2.2, ast-kit@2.2.0, unplugin-vue-router@0.19.2\n1.1.2 via the following 2 package(s) listhen@1.9.0, untun@0.1.3\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @isaacs/cliui has 2 installed versions:\n8.0.2 via the following 1 package(s) jackspeak@3.4.3\n9.0.0 via the following 1 package(s) jackspeak@4.2.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] string-width has 2 installed versions:\n5.1.2 via the following 2 package(s) @isaacs/cliui@8.0.2, wrap-ansi@8.1.0\n4.2.3 via the following 3 package(s) cliui@8.0.1, wrap-ansi@7.0.0, yargs@17.7.2\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.2.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] strip-ansi has 2 installed versions:\n7.1.2 via the following 3 package(s) string-width@5.1.2, @isaacs/cliui@8.0.2, wrap-ansi@8.1.0\n6.0.1 via the following 3 package(s) string-width@4.2.3, cliui@8.0.1, wrap-ansi@7.0.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 7.1.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] wrap-ansi has 2 installed versions:\n8.1.0 via the following 1 package(s) @isaacs/cliui@8.0.2\n7.0.0 via the following 1 package(s) cliui@8.0.1\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] confbox has 2 installed versions:\n0.2.4 via the following 4 package(s) c12@3.3.3, pkg-types@2.3.0, @nuxt/cli@3.33.1, nitropack@2.13.1\n0.1.8 via the following 1 package(s) pkg-types@1.3.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 0.2.4 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] giget has 2 installed versions:\n3.1.2 via the following 1 package(s) @nuxt/cli@3.33.1\n2.0.0 via the following 1 package(s) c12@3.3.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ofetch has 2 installed versions:\n1.5.1 via the following 4 package(s) @nuxt/cli@3.33.1, nitropack@2.13.1, unstorage@1.17.4, nuxt@4.2.2\n2.0.0-alpha.3 via the following 1 package(s) @nuxt/telemetry@2.7.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 1.5.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] pkg-types has 2 installed versions:\n2.3.0 via the following 14 package(s) c12@3.3.3, @nuxt/kit@4.2.2, @nuxt/cli@3.33.1, @nuxt/schema@4.2.2, @nuxt/kit@4.3.1, @nuxt/devtools-wizard@3.2.1, local-pkg@1.1.2, @nuxt/devtools@3.2.1, nitropack@2.13.1, unimport@5.6.0, unwasm@0.5.3, @nuxt/nitro-server@4.2.2, @nuxt/vite-builder@4.2.2, nuxt@4.2.2\n1.3.1 via the following 1 package(s) mlly@1.8.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.3.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] birpc has 2 installed versions:\n4.0.0 via the following 1 package(s) @nuxt/devtools@3.2.1\n2.9.0 via the following 2 package(s) @vue/devtools-kit@8.0.6, vite-dev-rpc@1.1.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.9.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] hookable has 2 installed versions:\n6.0.1 via the following 3 package(s) @nuxt/devtools@3.2.1, @unhead/vue@2.1.4, unhead@2.1.4\n5.5.3 via the following 3 package(s) @vue/devtools-kit@8.0.6, nitropack@2.13.1, nuxt@4.2.2\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 6.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] which has 2 installed versions:\n5.0.0 via the following 1 package(s) @nuxt/devtools@3.2.1\n2.0.2 via the following 1 package(s) cross-spawn@7.0.6\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] rc9 has 2 installed versions:\n2.1.2 via the following 2 package(s) c12@3.3.3, @nuxt/kit@4.2.2\n3.0.0 via the following 2 package(s) @nuxt/kit@4.3.1, @nuxt/telemetry@2.7.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.1.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @vue/shared has 2 installed versions:\n3.5.28 via the following 10 package(s) @nuxt/schema@4.2.2, @nuxt/nitro-server@4.2.2, @vue/compiler-core@3.5.28, @vue/compiler-dom@3.5.28, @vue/compiler-ssr@3.5.28, @vue/compiler-sfc@3.5.28, @vue/babel-plugin-jsx@2.0.1, @vue/language-core@2.2.12, nuxt@4.2.2, @vue/language-core@3.2.4\n3.5.26 via the following 9 package(s) @vue/compiler-core@3.5.26, @vue/compiler-dom@3.5.26, @vue/compiler-ssr@3.5.26, @vue/compiler-sfc@3.5.26, @vue/reactivity@3.5.26, @vue/runtime-core@3.5.26, @vue/runtime-dom@3.5.26, @vue/server-renderer@3.5.26, vue@3.5.26\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 3.5.28 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 16 package(s) fdir@6.5.0, tinyglobby@0.2.15, unplugin@2.3.11, @parcel/watcher@2.5.6, @parcel/watcher-wasm@2.5.6, vite@7.3.1, unplugin-utils@0.3.1, unplugin-utils@0.2.5, @rollup/pluginutils@5.3.0, @rollup/plugin-commonjs@29.0.0, @vercel/nft@1.3.1, rollup-plugin-visualizer@6.0.5, unimport@5.6.0, vite-plugin-checker@0.12.0, @vue/language-core@3.2.4, unplugin-vue-router@0.19.2\n2.3.1 via the following 2 package(s) micromatch@4.0.8, anymatch@3.1.3\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] kleur has 2 installed versions:\n4.1.5 via the following 1 package(s) @poppinss/colors@4.1.6\n3.0.3 via the following 1 package(s) prompts@2.4.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] estree-walker has 2 installed versions:\n2.0.2 via the following 8 package(s) @vue/compiler-core@3.5.26, @vue/compiler-sfc@3.5.26, @rollup/pluginutils@5.3.0, @rollup/plugin-commonjs@29.0.0, @rollup/plugin-inject@5.0.5, @vercel/nft@1.3.1, @vue/compiler-core@3.5.28, @vue/compiler-sfc@3.5.28\n3.0.3 via the following 4 package(s) unctx@2.5.0, vite-plugin-vue-tracer@1.2.0, unimport@5.6.0, magic-regexp@0.10.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.0.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] glob has 2 installed versions:\n13.0.3 via the following 1 package(s) @vercel/nft@1.3.1\n10.5.0 via the following 1 package(s) archiver-utils@5.0.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @rolldown/pluginutils has 2 installed versions:\n1.0.0-rc.4 via the following 1 package(s) @vitejs/plugin-vue-jsx@5.1.4\n1.0.0-rc.2 via the following 1 package(s) @vitejs/plugin-vue@6.0.4\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @volar/language-core has 2 installed versions:\n2.4.15 via the following 2 package(s) @volar/typescript@2.4.15, @vue/language-core@2.2.12\n2.4.27 via the following 1 package(s) @vue/language-core@3.2.4\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.4.15 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @volar/source-map has 2 installed versions:\n2.4.15 via the following 1 package(s) @volar/language-core@2.4.15\n2.4.27 via the following 1 package(s) @volar/language-core@2.4.27\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @vue/compiler-sfc has 2 installed versions:\n3.5.28 via the following 3 package(s) @vue/babel-plugin-resolve-type@2.0.1, @vue-macros/common@3.1.2, unplugin-vue-router@0.19.2\n3.5.26 via the following 1 package(s) vue@3.5.26\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 3.5.28 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] unplugin-utils has 2 installed versions:\n0.3.1 via the following 5 package(s) vite-plugin-inspect@11.3.3, unimport@5.6.0, nitropack@2.13.1, @vue-macros/common@3.1.2, unplugin-vue-router@0.19.2\n0.2.5 via the following 1 package(s) impound@1.0.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 0.3.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @vue/compiler-core has 2 installed versions:\n3.5.26 via the following 2 package(s) @vue/compiler-dom@3.5.26, @vue/compiler-sfc@3.5.26\n3.5.28 via the following 2 package(s) @vue/compiler-sfc@3.5.28, @vue/compiler-dom@3.5.28\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 3.5.26 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] entities has 2 installed versions:\n7.0.1 via the following 2 package(s) @vue/compiler-core@3.5.26, @vue/compiler-core@3.5.28\n4.5.0 via the following 1 package(s) dom-serializer@2.0.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 7.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @vue/compiler-dom has 2 installed versions:\n3.5.26 via the following 3 package(s) vue@3.5.26, @vue/compiler-sfc@3.5.26, @vue/compiler-ssr@3.5.26\n3.5.28 via the following 4 package(s) @vue/compiler-sfc@3.5.28, @vue/compiler-ssr@3.5.28, @vue/language-core@2.2.12, @vue/language-core@3.2.4\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 3.5.28 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @vue/compiler-ssr has 2 installed versions:\n3.5.26 via the following 2 package(s) @vue/compiler-sfc@3.5.26, @vue/server-renderer@3.5.26\n3.5.28 via the following 1 package(s) @vue/compiler-sfc@3.5.28\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 3.5.26 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] nanoid has 2 installed versions:\n5.1.6 via the following 1 package(s) @vue/devtools-core@8.0.6\n3.3.11 via the following 1 package(s) postcss@8.5.6\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @vue/language-core has 2 installed versions:\n2.2.12 via the following 1 package(s) vue-tsc@2.2.12\n3.2.4 via the following 1 package(s) unplugin-vue-router@0.19.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] alien-signals has 2 installed versions:\n1.0.13 via the following 1 package(s) @vue/language-core@2.2.12\n3.1.2 via the following 1 package(s) @vue/language-core@3.2.4\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] minimatch has 3 installed versions:\n9.0.5 via the following 2 package(s) glob@10.5.0, @vue/language-core@2.2.12\n10.2.0 via the following 1 package(s) glob@13.0.3\n5.1.6 via the following 1 package(s) readdir-glob@1.1.3\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 9.0.5 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ansi-styles has 2 installed versions:\n4.3.0 via the following 1 package(s) wrap-ansi@7.0.0\n6.2.3 via the following 1 package(s) wrap-ansi@8.1.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] is-stream has 2 installed versions:\n2.0.1 via the following 2 package(s) archiver-utils@5.0.2, compress-commons@6.0.2\n3.0.0 via the following 1 package(s) execa@8.0.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] readable-stream has 2 installed versions:\n4.7.0 via the following 5 package(s) archiver-utils@5.0.2, archiver@7.0.1, crc32-stream@6.0.0, compress-commons@6.0.2, zip-stream@6.0.1\n2.3.8 via the following 1 package(s) lazystream@1.0.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.7.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] balanced-match has 2 installed versions:\n4.0.2 via the following 1 package(s) brace-expansion@5.0.2\n1.0.2 via the following 1 package(s) brace-expansion@2.0.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] jackspeak has 2 installed versions:\n4.2.3 via the following 1 package(s) balanced-match@4.0.2\n3.4.3 via the following 1 package(s) glob@10.5.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] brace-expansion has 2 installed versions:\n2.0.2 via the following 2 package(s) minimatch@9.0.5, minimatch@5.1.6\n5.0.2 via the following 1 package(s) minimatch@10.2.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.0.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] readdirp has 2 installed versions:\n4.1.2 via the following 1 package(s) chokidar@4.0.3\n5.0.0 via the following 1 package(s) chokidar@5.0.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] is-wsl has 2 installed versions:\n3.1.0 via the following 2 package(s) clipboardy@4.0.0, wsl-utils@0.1.0\n2.2.0 via the following 1 package(s) open@8.4.2\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 3.1.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] path-key has 2 installed versions:\n3.1.1 via the following 1 package(s) cross-spawn@7.0.6\n4.0.0 via the following 2 package(s) npm-run-path@5.3.0, npm-run-path@6.0.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] css-tree has 2 installed versions:\n2.2.1 via the following 1 package(s) csso@5.0.5\n3.1.0 via the following 1 package(s) svgo@4.0.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] mdn-data has 2 installed versions:\n2.0.28 via the following 1 package(s) css-tree@2.2.1\n2.12.2 via the following 1 package(s) css-tree@3.1.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] npm-run-path has 2 installed versions:\n5.3.0 via the following 1 package(s) execa@8.0.1\n6.0.0 via the following 1 package(s) vite-plugin-checker@0.12.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] path-scurry has 2 installed versions:\n1.11.1 via the following 1 package(s) glob@10.5.0\n2.0.1 via the following 1 package(s) glob@13.0.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] unicorn-magic has 2 installed versions:\n0.4.0 via the following 1 package(s) globby@16.1.0\n0.3.0 via the following 1 package(s) npm-run-path@6.0.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] cookie-es has 2 installed versions:\n1.2.2 via the following 1 package(s) h3@1.15.5\n2.0.0 via the following 3 package(s) youch@4.1.0-beta.14, nitropack@2.13.1, nuxt@4.2.2\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] is-docker has 2 installed versions:\n3.0.0 via the following 1 package(s) is-inside-container@1.0.0\n2.2.1 via the following 2 package(s) open@8.4.2, is-wsl@2.2.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] yallist has 2 installed versions:\n3.1.1 via the following 1 package(s) lru-cache@5.1.1\n5.0.0 via the following 1 package(s) tar@7.5.7\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] source-map has 2 installed versions:\n0.7.6 via the following 2 package(s) rollup-plugin-visualizer@6.0.5, nitropack@2.13.1\n0.6.1 via the following 1 package(s) source-map-support@0.5.21\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 0.7.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] open has 2 installed versions:\n10.2.0 via the following 1 package(s) vite-plugin-inspect@11.3.3\n8.4.2 via the following 1 package(s) rollup-plugin-visualizer@6.0.5\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] define-lazy-prop has 2 installed versions:\n3.0.0 via the following 1 package(s) open@10.2.0\n2.0.0 via the following 1 package(s) open@8.4.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] safe-buffer has 2 installed versions:\n5.2.1 via the following 2 package(s) randombytes@2.1.0, string_decoder@1.3.0\n5.1.2 via the following 2 package(s) readable-stream@2.3.8, string_decoder@1.1.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 5.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] string_decoder has 2 installed versions:\n1.1.1 via the following 1 package(s) readable-stream@2.3.8\n1.3.0 via the following 1 package(s) readable-stream@4.7.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] emoji-regex has 2 installed versions:\n8.0.0 via the following 1 package(s) string-width@4.2.3\n9.2.2 via the following 1 package(s) string-width@5.1.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ansi-regex has 2 installed versions:\n5.0.1 via the following 1 package(s) strip-ansi@6.0.1\n6.2.2 via the following 1 package(s) strip-ansi@7.1.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] commander has 2 installed versions:\n11.1.0 via the following 1 package(s) svgo@4.0.0\n2.20.3 via the following 1 package(s) terser@5.46.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] isexe has 2 installed versions:\n2.0.0 via the following 1 package(s) which@2.0.2\n3.1.5 via the following 1 package(s) which@5.0.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/starter-nuxt/e18e-stats.json b/packages/starter-nuxt/e18e-stats.json deleted file mode 100644 index e37f55f..0000000 --- a/packages/starter-nuxt/e18e-stats.json +++ /dev/null @@ -1,335 +0,0 @@ -{ - "stats": { - "name": "starter-nuxt", - "version": "0.0.0", - "dependencyCount": { - "production": 3, - "development": 2 - }, - "extraStats": [ - { - "name": "duplicateDependencyCount", - "value": 63, - "label": "Duplicate Dependency Count" - } - ], - "installSize": 169536053 - }, - "messages": [ - { - "message": "[duplicate dependency] js-tokens has 2 installed versions:\n4.0.0 via the following 1 package(s) @babel/code-frame@7.29.0\n9.0.1 via the following 1 package(s) strip-literal@3.1.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] semver has 2 installed versions:\n6.3.1 via the following 3 package(s) @babel/helper-compilation-targets@7.28.6, @babel/core@7.29.0, @babel/helper-create-class-features-plugin@7.28.6\n7.7.4 via the following 8 package(s) @nuxt/kit@4.2.2, @nuxt/cli@3.33.1, @nuxt/kit@4.3.1, @nuxt/devtools-wizard@3.2.1, @nuxt/devtools@3.2.1, @mapbox/node-pre-gyp@2.0.3, nitropack@2.13.1, nuxt@4.2.2\nšŸ’” Suggestions\n- Consider standardizing on version 7.7.4 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] lru-cache has 3 installed versions:\n5.1.1 via the following 1 package(s) @babel/helper-compilation-targets@7.28.6\n10.4.3 via the following 1 package(s) path-scurry@1.11.1\n11.2.6 via the following 2 package(s) path-scurry@2.0.1, unstorage@1.17.4\nšŸ’” Suggestions\n- Consider standardizing on version 11.2.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] citty has 2 installed versions:\n0.2.1 via the following 4 package(s) nypm@0.6.5, @bomb.sh/tab@0.0.12, @nuxt/cli@3.33.1, @nuxt/telemetry@2.7.0\n0.1.6 via the following 5 package(s) giget@2.0.0, untyped@2.0.0, listhen@1.9.0, untun@0.1.3, nitropack@2.13.1\nšŸ’” Suggestions\n- Consider standardizing on version 0.1.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @nuxt/kit has 2 installed versions:\n4.2.2 via the following 5 package(s) @dxup/nuxt@0.2.2, nuxt@4.2.2, @nuxt/nitro-server@4.2.2, @nuxt/telemetry@2.7.0, @nuxt/vite-builder@4.2.2\n4.3.1 via the following 3 package(s) @nuxt/devtools-kit@3.2.1, @nuxt/devtools@3.2.1, vite-plugin-inspect@11.3.3\nšŸ’” Suggestions\n- Consider standardizing on version 4.2.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] chokidar has 2 installed versions:\n4.0.3 via the following 2 package(s) @dxup/nuxt@0.2.2, vite-plugin-checker@0.12.0\n5.0.0 via the following 5 package(s) c12@3.3.3, nitropack@2.13.1, unstorage@1.17.4, nuxt@4.2.2, unplugin-vue-router@0.19.2\nšŸ’” Suggestions\n- Consider standardizing on version 5.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] pathe has 2 installed versions:\n2.0.3 via the following 28 package(s) nypm@0.6.5, giget@2.0.0, c12@3.3.3, pkg-types@2.3.0, mlly@1.8.0, pkg-types@1.3.1, @nuxt/kit@4.2.2, @dxup/nuxt@0.2.2, @nuxt/cli@3.33.1, @nuxt/schema@4.2.2, @nuxt/kit@4.3.1, @nuxt/devtools-wizard@3.2.1, @vue/devtools-core@8.0.6, @nuxt/devtools@3.2.1, unplugin-utils@0.3.1, vite-plugin-vue-tracer@1.2.0, impound@1.0.0, unplugin-utils@0.2.5, nitropack@2.13.1, unenv@2.0.0-rc.24, unimport@5.6.0, unwasm@0.5.3, @nuxt/nitro-server@4.2.2, @nuxt/vite-builder@4.2.2, vite-node@5.3.0, nuxt@4.2.2, ast-kit@2.2.0, unplugin-vue-router@0.19.2\n1.1.2 via the following 2 package(s) listhen@1.9.0, untun@0.1.3\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @isaacs/cliui has 2 installed versions:\n8.0.2 via the following 1 package(s) jackspeak@3.4.3\n9.0.0 via the following 1 package(s) jackspeak@4.2.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] string-width has 2 installed versions:\n5.1.2 via the following 2 package(s) @isaacs/cliui@8.0.2, wrap-ansi@8.1.0\n4.2.3 via the following 3 package(s) cliui@8.0.1, wrap-ansi@7.0.0, yargs@17.7.2\nšŸ’” Suggestions\n- Consider standardizing on version 4.2.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] strip-ansi has 2 installed versions:\n7.1.2 via the following 3 package(s) string-width@5.1.2, @isaacs/cliui@8.0.2, wrap-ansi@8.1.0\n6.0.1 via the following 3 package(s) string-width@4.2.3, cliui@8.0.1, wrap-ansi@7.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 7.1.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] wrap-ansi has 2 installed versions:\n8.1.0 via the following 1 package(s) @isaacs/cliui@8.0.2\n7.0.0 via the following 1 package(s) cliui@8.0.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] confbox has 2 installed versions:\n0.2.4 via the following 4 package(s) c12@3.3.3, pkg-types@2.3.0, @nuxt/cli@3.33.1, nitropack@2.13.1\n0.1.8 via the following 1 package(s) pkg-types@1.3.1\nšŸ’” Suggestions\n- Consider standardizing on version 0.2.4 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] giget has 2 installed versions:\n3.1.2 via the following 1 package(s) @nuxt/cli@3.33.1\n2.0.0 via the following 1 package(s) c12@3.3.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] ofetch has 2 installed versions:\n1.5.1 via the following 4 package(s) @nuxt/cli@3.33.1, nitropack@2.13.1, unstorage@1.17.4, nuxt@4.2.2\n2.0.0-alpha.3 via the following 1 package(s) @nuxt/telemetry@2.7.0\nšŸ’” Suggestions\n- Consider standardizing on version 1.5.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] pkg-types has 2 installed versions:\n2.3.0 via the following 14 package(s) c12@3.3.3, @nuxt/kit@4.2.2, @nuxt/cli@3.33.1, @nuxt/schema@4.2.2, @nuxt/kit@4.3.1, @nuxt/devtools-wizard@3.2.1, local-pkg@1.1.2, @nuxt/devtools@3.2.1, nitropack@2.13.1, unimport@5.6.0, unwasm@0.5.3, @nuxt/nitro-server@4.2.2, @nuxt/vite-builder@4.2.2, nuxt@4.2.2\n1.3.1 via the following 1 package(s) mlly@1.8.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.3.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] birpc has 2 installed versions:\n4.0.0 via the following 1 package(s) @nuxt/devtools@3.2.1\n2.9.0 via the following 2 package(s) @vue/devtools-kit@8.0.6, vite-dev-rpc@1.1.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.9.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] hookable has 2 installed versions:\n6.0.1 via the following 3 package(s) @nuxt/devtools@3.2.1, @unhead/vue@2.1.4, unhead@2.1.4\n5.5.3 via the following 3 package(s) @vue/devtools-kit@8.0.6, nitropack@2.13.1, nuxt@4.2.2\nšŸ’” Suggestions\n- Consider standardizing on version 6.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] which has 2 installed versions:\n5.0.0 via the following 1 package(s) @nuxt/devtools@3.2.1\n2.0.2 via the following 1 package(s) cross-spawn@7.0.6\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] rc9 has 2 installed versions:\n2.1.2 via the following 2 package(s) c12@3.3.3, @nuxt/kit@4.2.2\n3.0.0 via the following 2 package(s) @nuxt/kit@4.3.1, @nuxt/telemetry@2.7.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.1.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @vue/shared has 2 installed versions:\n3.5.28 via the following 10 package(s) @nuxt/schema@4.2.2, @nuxt/nitro-server@4.2.2, @vue/compiler-core@3.5.28, @vue/compiler-dom@3.5.28, @vue/compiler-ssr@3.5.28, @vue/compiler-sfc@3.5.28, @vue/babel-plugin-jsx@2.0.1, @vue/language-core@2.2.12, nuxt@4.2.2, @vue/language-core@3.2.4\n3.5.26 via the following 9 package(s) @vue/compiler-core@3.5.26, @vue/compiler-dom@3.5.26, @vue/compiler-ssr@3.5.26, @vue/compiler-sfc@3.5.26, @vue/reactivity@3.5.26, @vue/runtime-core@3.5.26, @vue/runtime-dom@3.5.26, @vue/server-renderer@3.5.26, vue@3.5.26\nšŸ’” Suggestions\n- Consider standardizing on version 3.5.28 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 16 package(s) fdir@6.5.0, tinyglobby@0.2.15, unplugin@2.3.11, @parcel/watcher@2.5.6, @parcel/watcher-wasm@2.5.6, vite@7.3.1, unplugin-utils@0.3.1, unplugin-utils@0.2.5, @rollup/pluginutils@5.3.0, @rollup/plugin-commonjs@29.0.0, @vercel/nft@1.3.1, rollup-plugin-visualizer@6.0.5, unimport@5.6.0, vite-plugin-checker@0.12.0, @vue/language-core@3.2.4, unplugin-vue-router@0.19.2\n2.3.1 via the following 2 package(s) micromatch@4.0.8, anymatch@3.1.3\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] kleur has 2 installed versions:\n4.1.5 via the following 1 package(s) @poppinss/colors@4.1.6\n3.0.3 via the following 1 package(s) prompts@2.4.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] estree-walker has 2 installed versions:\n2.0.2 via the following 8 package(s) @vue/compiler-core@3.5.26, @vue/compiler-sfc@3.5.26, @rollup/pluginutils@5.3.0, @rollup/plugin-commonjs@29.0.0, @rollup/plugin-inject@5.0.5, @vercel/nft@1.3.1, @vue/compiler-core@3.5.28, @vue/compiler-sfc@3.5.28\n3.0.3 via the following 4 package(s) unctx@2.5.0, vite-plugin-vue-tracer@1.2.0, unimport@5.6.0, magic-regexp@0.10.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] glob has 2 installed versions:\n13.0.3 via the following 1 package(s) @vercel/nft@1.3.1\n10.5.0 via the following 1 package(s) archiver-utils@5.0.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @rolldown/pluginutils has 2 installed versions:\n1.0.0-rc.4 via the following 1 package(s) @vitejs/plugin-vue-jsx@5.1.4\n1.0.0-rc.2 via the following 1 package(s) @vitejs/plugin-vue@6.0.4\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @volar/language-core has 2 installed versions:\n2.4.15 via the following 2 package(s) @volar/typescript@2.4.15, @vue/language-core@2.2.12\n2.4.27 via the following 1 package(s) @vue/language-core@3.2.4\nšŸ’” Suggestions\n- Consider standardizing on version 2.4.15 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @volar/source-map has 2 installed versions:\n2.4.15 via the following 1 package(s) @volar/language-core@2.4.15\n2.4.27 via the following 1 package(s) @volar/language-core@2.4.27\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @vue/compiler-sfc has 2 installed versions:\n3.5.28 via the following 3 package(s) @vue/babel-plugin-resolve-type@2.0.1, @vue-macros/common@3.1.2, unplugin-vue-router@0.19.2\n3.5.26 via the following 1 package(s) vue@3.5.26\nšŸ’” Suggestions\n- Consider standardizing on version 3.5.28 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] unplugin-utils has 2 installed versions:\n0.3.1 via the following 5 package(s) vite-plugin-inspect@11.3.3, unimport@5.6.0, nitropack@2.13.1, @vue-macros/common@3.1.2, unplugin-vue-router@0.19.2\n0.2.5 via the following 1 package(s) impound@1.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 0.3.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @vue/compiler-core has 2 installed versions:\n3.5.26 via the following 2 package(s) @vue/compiler-dom@3.5.26, @vue/compiler-sfc@3.5.26\n3.5.28 via the following 2 package(s) @vue/compiler-sfc@3.5.28, @vue/compiler-dom@3.5.28\nšŸ’” Suggestions\n- Consider standardizing on version 3.5.26 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] entities has 2 installed versions:\n7.0.1 via the following 2 package(s) @vue/compiler-core@3.5.26, @vue/compiler-core@3.5.28\n4.5.0 via the following 1 package(s) dom-serializer@2.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 7.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @vue/compiler-dom has 2 installed versions:\n3.5.26 via the following 3 package(s) vue@3.5.26, @vue/compiler-sfc@3.5.26, @vue/compiler-ssr@3.5.26\n3.5.28 via the following 4 package(s) @vue/compiler-sfc@3.5.28, @vue/compiler-ssr@3.5.28, @vue/language-core@2.2.12, @vue/language-core@3.2.4\nšŸ’” Suggestions\n- Consider standardizing on version 3.5.28 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @vue/compiler-ssr has 2 installed versions:\n3.5.26 via the following 2 package(s) @vue/compiler-sfc@3.5.26, @vue/server-renderer@3.5.26\n3.5.28 via the following 1 package(s) @vue/compiler-sfc@3.5.28\nšŸ’” Suggestions\n- Consider standardizing on version 3.5.26 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] nanoid has 2 installed versions:\n5.1.6 via the following 1 package(s) @vue/devtools-core@8.0.6\n3.3.11 via the following 1 package(s) postcss@8.5.6\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @vue/language-core has 2 installed versions:\n2.2.12 via the following 1 package(s) vue-tsc@2.2.12\n3.2.4 via the following 1 package(s) unplugin-vue-router@0.19.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] alien-signals has 2 installed versions:\n1.0.13 via the following 1 package(s) @vue/language-core@2.2.12\n3.1.2 via the following 1 package(s) @vue/language-core@3.2.4\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] minimatch has 3 installed versions:\n9.0.5 via the following 2 package(s) glob@10.5.0, @vue/language-core@2.2.12\n10.2.0 via the following 1 package(s) glob@13.0.3\n5.1.6 via the following 1 package(s) readdir-glob@1.1.3\nšŸ’” Suggestions\n- Consider standardizing on version 9.0.5 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] ansi-styles has 2 installed versions:\n4.3.0 via the following 1 package(s) wrap-ansi@7.0.0\n6.2.3 via the following 1 package(s) wrap-ansi@8.1.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] is-stream has 2 installed versions:\n2.0.1 via the following 2 package(s) archiver-utils@5.0.2, compress-commons@6.0.2\n3.0.0 via the following 1 package(s) execa@8.0.1\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] readable-stream has 2 installed versions:\n4.7.0 via the following 5 package(s) archiver-utils@5.0.2, archiver@7.0.1, crc32-stream@6.0.0, compress-commons@6.0.2, zip-stream@6.0.1\n2.3.8 via the following 1 package(s) lazystream@1.0.1\nšŸ’” Suggestions\n- Consider standardizing on version 4.7.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] balanced-match has 2 installed versions:\n4.0.2 via the following 1 package(s) brace-expansion@5.0.2\n1.0.2 via the following 1 package(s) brace-expansion@2.0.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] jackspeak has 2 installed versions:\n4.2.3 via the following 1 package(s) balanced-match@4.0.2\n3.4.3 via the following 1 package(s) glob@10.5.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] brace-expansion has 2 installed versions:\n2.0.2 via the following 2 package(s) minimatch@9.0.5, minimatch@5.1.6\n5.0.2 via the following 1 package(s) minimatch@10.2.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] readdirp has 2 installed versions:\n4.1.2 via the following 1 package(s) chokidar@4.0.3\n5.0.0 via the following 1 package(s) chokidar@5.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] is-wsl has 2 installed versions:\n3.1.0 via the following 2 package(s) clipboardy@4.0.0, wsl-utils@0.1.0\n2.2.0 via the following 1 package(s) open@8.4.2\nšŸ’” Suggestions\n- Consider standardizing on version 3.1.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] path-key has 2 installed versions:\n3.1.1 via the following 1 package(s) cross-spawn@7.0.6\n4.0.0 via the following 2 package(s) npm-run-path@5.3.0, npm-run-path@6.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] css-tree has 2 installed versions:\n2.2.1 via the following 1 package(s) csso@5.0.5\n3.1.0 via the following 1 package(s) svgo@4.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] mdn-data has 2 installed versions:\n2.0.28 via the following 1 package(s) css-tree@2.2.1\n2.12.2 via the following 1 package(s) css-tree@3.1.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] npm-run-path has 2 installed versions:\n5.3.0 via the following 1 package(s) execa@8.0.1\n6.0.0 via the following 1 package(s) vite-plugin-checker@0.12.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] path-scurry has 2 installed versions:\n1.11.1 via the following 1 package(s) glob@10.5.0\n2.0.1 via the following 1 package(s) glob@13.0.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] unicorn-magic has 2 installed versions:\n0.4.0 via the following 1 package(s) globby@16.1.0\n0.3.0 via the following 1 package(s) npm-run-path@6.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] cookie-es has 2 installed versions:\n1.2.2 via the following 1 package(s) h3@1.15.5\n2.0.0 via the following 3 package(s) youch@4.1.0-beta.14, nitropack@2.13.1, nuxt@4.2.2\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] is-docker has 2 installed versions:\n3.0.0 via the following 1 package(s) is-inside-container@1.0.0\n2.2.1 via the following 2 package(s) open@8.4.2, is-wsl@2.2.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] yallist has 2 installed versions:\n3.1.1 via the following 1 package(s) lru-cache@5.1.1\n5.0.0 via the following 1 package(s) tar@7.5.7\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] source-map has 2 installed versions:\n0.7.6 via the following 2 package(s) rollup-plugin-visualizer@6.0.5, nitropack@2.13.1\n0.6.1 via the following 1 package(s) source-map-support@0.5.21\nšŸ’” Suggestions\n- Consider standardizing on version 0.7.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] open has 2 installed versions:\n10.2.0 via the following 1 package(s) vite-plugin-inspect@11.3.3\n8.4.2 via the following 1 package(s) rollup-plugin-visualizer@6.0.5\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] define-lazy-prop has 2 installed versions:\n3.0.0 via the following 1 package(s) open@10.2.0\n2.0.0 via the following 1 package(s) open@8.4.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] safe-buffer has 2 installed versions:\n5.2.1 via the following 2 package(s) randombytes@2.1.0, string_decoder@1.3.0\n5.1.2 via the following 2 package(s) readable-stream@2.3.8, string_decoder@1.1.1\nšŸ’” Suggestions\n- Consider standardizing on version 5.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] string_decoder has 2 installed versions:\n1.1.1 via the following 1 package(s) readable-stream@2.3.8\n1.3.0 via the following 1 package(s) readable-stream@4.7.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] emoji-regex has 2 installed versions:\n8.0.0 via the following 1 package(s) string-width@4.2.3\n9.2.2 via the following 1 package(s) string-width@5.1.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] ansi-regex has 2 installed versions:\n5.0.1 via the following 1 package(s) strip-ansi@6.0.1\n6.2.2 via the following 1 package(s) strip-ansi@7.1.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] commander has 2 installed versions:\n11.1.0 via the following 1 package(s) svgo@4.0.0\n2.20.3 via the following 1 package(s) terser@5.46.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] isexe has 2 installed versions:\n2.0.0 via the following 1 package(s) which@2.0.2\n3.1.5 via the following 1 package(s) which@5.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - } - ] -} diff --git a/packages/starter-nuxt/stats/4.2.2.json b/packages/starter-nuxt/stats/4.2.2.json index a319868..4b98346 100644 --- a/packages/starter-nuxt/stats/4.2.2.json +++ b/packages/starter-nuxt/stats/4.2.2.json @@ -24,5 +24,9 @@ "avgMs": 4298.8, "minMs": 3865, "maxMs": 5137 - } + }, + "prodDependencies": 3, + "devDependencies": 2, + "duplicateDependencies": 63, + "depInstallSize": 169536053 } diff --git a/packages/starter-react-router/ci-stats.json b/packages/starter-react-router/ci-stats.json index 8eda5de..0cfaee6 100644 --- a/packages/starter-react-router/ci-stats.json +++ b/packages/starter-react-router/ci-stats.json @@ -24,5 +24,56 @@ "avgMs": 1551.8, "minMs": 1524, "maxMs": 1626 - } + }, + "prodDependencies": 6, + "devDependencies": 8, + "duplicateDependencies": 9, + "depInstallSize": 96087940, + "e18eMessages": [ + { + "message": "[duplicate dependency] debug has 2 installed versions:\n4.4.3 via the following 4 package(s) @babel/traverse@7.29.0, @babel/core@7.29.0, vite-node@3.2.4, vite-tsconfig-paths@5.1.4\n2.6.9 via the following 6 package(s) body-parser@1.20.4, express@4.22.1, finalhandler@1.3.2, send@0.19.2, compression@1.8.1, morgan@1.10.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.6.9 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] semver has 2 installed versions:\n6.3.1 via the following 3 package(s) @babel/helper-compilation-targets@7.28.6, @babel/core@7.29.0, @babel/helper-create-class-features-plugin@7.28.6\n7.7.4 via the following 1 package(s) @react-router/dev@7.10.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 6.3.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] pathe has 2 installed versions:\n1.1.2 via the following 1 package(s) @react-router/dev@7.10.1\n2.0.3 via the following 2 package(s) pkg-types@2.3.0, vite-node@3.2.4\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] negotiator has 2 installed versions:\n0.6.3 via the following 1 package(s) accepts@1.3.8\n0.6.4 via the following 1 package(s) compression@1.8.1\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] safe-buffer has 2 installed versions:\n5.1.2 via the following 1 package(s) basic-auth@2.0.1\n5.2.1 via the following 3 package(s) content-disposition@0.5.4, express@4.22.1, compression@1.8.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 5.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] on-finished has 2 installed versions:\n2.4.1 via the following 4 package(s) body-parser@1.20.4, finalhandler@1.3.2, express@4.22.1, send@0.19.2\n2.3.0 via the following 1 package(s) morgan@1.10.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.4.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] mime-db has 2 installed versions:\n1.54.0 via the following 1 package(s) compressible@2.0.18\n1.52.0 via the following 1 package(s) mime-types@2.1.35\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ms has 2 installed versions:\n2.0.0 via the following 1 package(s) debug@2.6.9\n2.1.3 via the following 2 package(s) send@0.19.2, debug@4.4.3\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.1.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] cookie has 2 installed versions:\n0.7.2 via the following 1 package(s) express@4.22.1\n1.1.1 via the following 1 package(s) react-router@7.10.1\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/starter-react-router/e18e-stats.json b/packages/starter-react-router/e18e-stats.json deleted file mode 100644 index 208fa75..0000000 --- a/packages/starter-react-router/e18e-stats.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "stats": { - "name": "starter-react-router", - "version": "0.0.0", - "dependencyCount": { - "production": 6, - "development": 8 - }, - "extraStats": [ - { - "name": "duplicateDependencyCount", - "value": 9, - "label": "Duplicate Dependency Count" - } - ], - "installSize": 96087940 - }, - "messages": [ - { - "message": "[duplicate dependency] debug has 2 installed versions:\n4.4.3 via the following 4 package(s) @babel/traverse@7.29.0, @babel/core@7.29.0, vite-node@3.2.4, vite-tsconfig-paths@5.1.4\n2.6.9 via the following 6 package(s) body-parser@1.20.4, express@4.22.1, finalhandler@1.3.2, send@0.19.2, compression@1.8.1, morgan@1.10.1\nšŸ’” Suggestions\n- Consider standardizing on version 2.6.9 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] semver has 2 installed versions:\n6.3.1 via the following 3 package(s) @babel/helper-compilation-targets@7.28.6, @babel/core@7.29.0, @babel/helper-create-class-features-plugin@7.28.6\n7.7.4 via the following 1 package(s) @react-router/dev@7.10.1\nšŸ’” Suggestions\n- Consider standardizing on version 6.3.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] pathe has 2 installed versions:\n1.1.2 via the following 1 package(s) @react-router/dev@7.10.1\n2.0.3 via the following 2 package(s) pkg-types@2.3.0, vite-node@3.2.4\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] negotiator has 2 installed versions:\n0.6.3 via the following 1 package(s) accepts@1.3.8\n0.6.4 via the following 1 package(s) compression@1.8.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] safe-buffer has 2 installed versions:\n5.1.2 via the following 1 package(s) basic-auth@2.0.1\n5.2.1 via the following 3 package(s) content-disposition@0.5.4, express@4.22.1, compression@1.8.1\nšŸ’” Suggestions\n- Consider standardizing on version 5.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] on-finished has 2 installed versions:\n2.4.1 via the following 4 package(s) body-parser@1.20.4, finalhandler@1.3.2, express@4.22.1, send@0.19.2\n2.3.0 via the following 1 package(s) morgan@1.10.1\nšŸ’” Suggestions\n- Consider standardizing on version 2.4.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] mime-db has 2 installed versions:\n1.54.0 via the following 1 package(s) compressible@2.0.18\n1.52.0 via the following 1 package(s) mime-types@2.1.35\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] ms has 2 installed versions:\n2.0.0 via the following 1 package(s) debug@2.6.9\n2.1.3 via the following 2 package(s) send@0.19.2, debug@4.4.3\nšŸ’” Suggestions\n- Consider standardizing on version 2.1.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] cookie has 2 installed versions:\n0.7.2 via the following 1 package(s) express@4.22.1\n1.1.1 via the following 1 package(s) react-router@7.10.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - } - ] -} diff --git a/packages/starter-react-router/stats/7.10.1.json b/packages/starter-react-router/stats/7.10.1.json index 8eda5de..49deeb1 100644 --- a/packages/starter-react-router/stats/7.10.1.json +++ b/packages/starter-react-router/stats/7.10.1.json @@ -24,5 +24,9 @@ "avgMs": 1551.8, "minMs": 1524, "maxMs": 1626 - } + }, + "prodDependencies": 6, + "devDependencies": 8, + "duplicateDependencies": 9, + "depInstallSize": 96087940 } diff --git a/packages/starter-solid-start/ci-stats.json b/packages/starter-solid-start/ci-stats.json index 6bb7562..6b61b85 100644 --- a/packages/starter-solid-start/ci-stats.json +++ b/packages/starter-solid-start/ci-stats.json @@ -24,5 +24,406 @@ "avgMs": 2324.2, "minMs": 2248, "maxMs": 2580 - } + }, + "prodDependencies": 5, + "devDependencies": 0, + "duplicateDependencies": 79, + "depInstallSize": 122126752, + "e18eMessages": [ + { + "message": "[duplicate dependency] @babel/code-frame has 2 installed versions:\n7.26.2 via the following 2 package(s) @tanstack/server-functions-plugin@1.121.21, @tanstack/directive-functions-plugin@1.121.21\n7.29.0 via the following 3 package(s) @babel/core@7.29.0, @babel/traverse@7.29.0, @babel/template@7.28.6\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 7.29.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] js-tokens has 2 installed versions:\n4.0.0 via the following 2 package(s) @babel/code-frame@7.26.2, @babel/code-frame@7.29.0\n9.0.1 via the following 1 package(s) strip-literal@3.1.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] debug has 2 installed versions:\n4.4.3 via the following 5 package(s) @babel/traverse@7.29.0, @babel/core@7.29.0, https-proxy-agent@7.0.6, ioredis@5.9.3, send@1.2.1\n2.6.9 via the following 1 package(s) send@0.19.2\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.4.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] semver has 2 installed versions:\n6.3.1 via the following 2 package(s) @babel/helper-compilation-targets@7.28.6, @babel/core@7.29.0\n7.7.4 via the following 2 package(s) @mapbox/node-pre-gyp@2.0.3, nitropack@2.13.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 6.3.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] lru-cache has 3 installed versions:\n5.1.1 via the following 1 package(s) @babel/helper-compilation-targets@7.28.6\n10.4.3 via the following 1 package(s) path-scurry@1.11.1\n11.2.6 via the following 2 package(s) path-scurry@2.0.1, unstorage@1.17.4\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 11.2.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @babel/helper-module-imports has 2 installed versions:\n7.18.6 via the following 1 package(s) babel-plugin-jsx-dom-expressions@0.40.3\n7.28.6 via the following 2 package(s) @babel/helper-module-transforms@7.28.6, solid-refresh@0.6.3\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 7.28.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] which has 2 installed versions:\n4.0.0 via the following 1 package(s) @deno/shim-deno@0.19.2\n2.0.2 via the following 1 package(s) cross-spawn@7.0.6\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @isaacs/cliui has 2 installed versions:\n8.0.2 via the following 1 package(s) jackspeak@3.4.3\n9.0.0 via the following 1 package(s) jackspeak@4.2.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] string-width has 3 installed versions:\n5.1.2 via the following 2 package(s) @isaacs/cliui@8.0.2, wrap-ansi@8.1.0\n4.2.3 via the following 4 package(s) ansi-align@3.0.1, cliui@8.0.1, wrap-ansi@7.0.0, yargs@17.7.2\n7.2.0 via the following 3 package(s) boxen@8.0.1, widest-line@5.0.0, wrap-ansi@9.0.2\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.2.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] strip-ansi has 2 installed versions:\n7.1.2 via the following 5 package(s) string-width@7.2.0, wrap-ansi@9.0.2, string-width@5.1.2, @isaacs/cliui@8.0.2, wrap-ansi@8.1.0\n6.0.1 via the following 3 package(s) string-width@4.2.3, cliui@8.0.1, wrap-ansi@7.0.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 7.1.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] wrap-ansi has 3 installed versions:\n8.1.0 via the following 1 package(s) @isaacs/cliui@8.0.2\n9.0.2 via the following 1 package(s) boxen@8.0.1\n7.0.0 via the following 1 package(s) cliui@8.0.1\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @parcel/watcher-wasm has 2 installed versions:\n2.3.0 via the following 1 package(s) @vinxi/listhen@1.5.6\n2.5.6 via the following 1 package(s) listhen@1.9.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 12 package(s) fdir@6.5.0, tinyglobby@0.2.15, vite@6.4.1, @parcel/watcher@2.5.6, @rollup/pluginutils@5.3.0, @rollup/plugin-commonjs@29.0.0, @vercel/nft@1.3.1, @parcel/watcher-wasm@2.5.6, rollup-plugin-visualizer@6.0.5, unplugin@2.3.11, unimport@5.6.0, unplugin-utils@0.3.1\n2.3.1 via the following 2 package(s) micromatch@4.0.8, anymatch@3.1.3\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] estree-walker has 2 installed versions:\n2.0.2 via the following 4 package(s) @rollup/pluginutils@5.3.0, @rollup/plugin-commonjs@29.0.0, @rollup/plugin-inject@5.0.5, @vercel/nft@1.3.1\n3.0.3 via the following 2 package(s) unctx@2.5.0, unimport@5.6.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.0.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] cookie-es has 2 installed versions:\n2.0.0 via the following 3 package(s) nitropack@2.13.1, youch@4.1.0-beta.14, @solidjs/start@1.2.1\n1.2.2 via the following 2 package(s) h3@1.15.3, h3@1.15.5\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] seroval has 2 installed versions:\n1.5.0 via the following 2 package(s) @solidjs/start@1.2.1, seroval-plugins@1.5.0\n1.3.2 via the following 2 package(s) solid-js@1.9.10, seroval-plugins@1.3.3\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 1.5.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] seroval-plugins has 2 installed versions:\n1.5.0 via the following 1 package(s) @solidjs/start@1.2.1\n1.3.3 via the following 1 package(s) solid-js@1.9.10\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] pathe has 2 installed versions:\n2.0.3 via the following 12 package(s) @tanstack/router-utils@1.158.0, mlly@1.8.0, pkg-types@1.3.1, nypm@0.6.5, giget@2.0.0, c12@3.3.3, pkg-types@2.3.0, nitropack@2.13.1, unenv@2.0.0-rc.24, unimport@5.6.0, unplugin-utils@0.3.1, unwasm@0.5.3\n1.1.2 via the following 5 package(s) @vinxi/listhen@1.5.6, untun@0.1.3, listhen@1.9.0, vinxi@0.5.11, unenv@1.10.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] glob has 2 installed versions:\n13.0.3 via the following 1 package(s) @vercel/nft@1.3.1\n10.5.0 via the following 1 package(s) archiver-utils@5.0.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] citty has 2 installed versions:\n0.1.6 via the following 7 package(s) @vinxi/listhen@1.5.6, untun@0.1.3, vinxi@0.5.11, giget@2.0.0, nitropack@2.13.1, listhen@1.9.0, untyped@2.0.0\n0.2.1 via the following 1 package(s) nypm@0.6.5\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 0.1.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] h3 has 2 installed versions:\n1.15.3 via the following 2 package(s) @vinxi/listhen@1.5.6, vinxi@0.5.11\n1.15.5 via the following 3 package(s) nitropack@2.13.1, listhen@1.9.0, unstorage@1.17.4\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 1.15.5 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] jiti has 2 installed versions:\n1.21.7 via the following 1 package(s) @vinxi/listhen@1.5.6\n2.6.1 via the following 5 package(s) vite@6.4.1, c12@3.3.3, nitropack@2.13.1, listhen@1.9.0, untyped@2.0.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.6.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] magicast has 2 installed versions:\n0.2.11 via the following 2 package(s) @vinxi/plugin-directives@0.5.1, @vinxi/server-components@0.5.1\n0.5.2 via the following 2 package(s) c12@3.3.3, nitropack@2.13.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 0.2.11 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ansi-styles has 2 installed versions:\n4.3.0 via the following 1 package(s) wrap-ansi@7.0.0\n6.2.3 via the following 2 package(s) wrap-ansi@9.0.2, wrap-ansi@8.1.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 6.2.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] is-stream has 2 installed versions:\n2.0.1 via the following 2 package(s) archiver-utils@5.0.2, compress-commons@6.0.2\n3.0.0 via the following 1 package(s) execa@8.0.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] readable-stream has 2 installed versions:\n4.7.0 via the following 5 package(s) archiver-utils@5.0.2, archiver@7.0.1, crc32-stream@6.0.0, compress-commons@6.0.2, zip-stream@6.0.1\n2.3.8 via the following 1 package(s) lazystream@1.0.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.7.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] balanced-match has 2 installed versions:\n4.0.2 via the following 1 package(s) brace-expansion@5.0.2\n1.0.2 via the following 1 package(s) brace-expansion@2.0.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] jackspeak has 2 installed versions:\n4.2.3 via the following 1 package(s) balanced-match@4.0.2\n3.4.3 via the following 1 package(s) glob@10.5.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] type-fest has 2 installed versions:\n4.41.0 via the following 1 package(s) boxen@8.0.1\n5.4.4 via the following 1 package(s) dot-prop@10.1.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] brace-expansion has 2 installed versions:\n2.0.2 via the following 2 package(s) minimatch@9.0.5, minimatch@5.1.6\n5.0.2 via the following 1 package(s) minimatch@10.2.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.0.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] chokidar has 2 installed versions:\n5.0.0 via the following 3 package(s) c12@3.3.3, nitropack@2.13.1, unstorage@1.17.4\n4.0.3 via the following 1 package(s) vinxi@0.5.11\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 5.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] confbox has 2 installed versions:\n0.2.4 via the following 3 package(s) c12@3.3.3, pkg-types@2.3.0, nitropack@2.13.1\n0.1.8 via the following 1 package(s) pkg-types@1.3.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 0.2.4 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] pkg-types has 2 installed versions:\n2.3.0 via the following 5 package(s) c12@3.3.3, nitropack@2.13.1, local-pkg@1.1.2, unimport@5.6.0, unwasm@0.5.3\n1.3.1 via the following 1 package(s) mlly@1.8.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.3.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] readdirp has 2 installed versions:\n4.1.2 via the following 1 package(s) chokidar@4.0.3\n5.0.0 via the following 1 package(s) chokidar@5.0.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] is-wsl has 2 installed versions:\n3.1.0 via the following 1 package(s) clipboardy@4.0.0\n2.2.0 via the following 1 package(s) open@8.4.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] path-key has 2 installed versions:\n3.1.1 via the following 1 package(s) cross-spawn@7.0.6\n4.0.0 via the following 1 package(s) npm-run-path@5.3.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ms has 2 installed versions:\n2.0.0 via the following 1 package(s) debug@2.6.9\n2.1.3 via the following 3 package(s) debug@4.4.3, send@1.2.1, send@0.19.2\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.1.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] esbuild has 2 installed versions:\n0.25.12 via the following 2 package(s) vite@6.4.1, vinxi@0.5.11\n0.27.3 via the following 1 package(s) nitropack@2.13.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 0.25.12 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/aix-ppc64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/android-arm has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/android-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/android-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/darwin-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/darwin-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/freebsd-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/freebsd-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-arm has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-ia32 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-loong64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-mips64el has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-ppc64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-riscv64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-s390x has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/linux-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/netbsd-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/netbsd-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/openbsd-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/openbsd-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/openharmony-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/sunos-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/win32-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/win32-ia32 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @esbuild/win32-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] minimatch has 3 installed versions:\n9.0.5 via the following 1 package(s) glob@10.5.0\n10.2.0 via the following 1 package(s) glob@13.0.3\n5.1.6 via the following 1 package(s) readdir-glob@1.1.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] path-scurry has 2 installed versions:\n1.11.1 via the following 1 package(s) glob@10.5.0\n2.0.1 via the following 1 package(s) glob@13.0.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] is-docker has 2 installed versions:\n3.0.0 via the following 1 package(s) is-inside-container@1.0.0\n2.2.1 via the following 2 package(s) open@8.4.2, is-wsl@2.2.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 2.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] yallist has 2 installed versions:\n3.1.1 via the following 1 package(s) lru-cache@5.1.1\n5.0.0 via the following 1 package(s) tar@7.5.7\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] mime has 3 installed versions:\n4.1.0 via the following 1 package(s) nitropack@2.13.1\n1.6.0 via the following 1 package(s) send@0.19.2\n3.0.0 via the following 1 package(s) unenv@1.10.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] serve-static has 2 installed versions:\n2.2.1 via the following 1 package(s) nitropack@2.13.1\n1.16.3 via the following 1 package(s) vinxi@0.5.11\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] source-map has 2 installed versions:\n0.7.6 via the following 2 package(s) rollup-plugin-visualizer@6.0.5, nitropack@2.13.1\n0.6.1 via the following 2 package(s) source-map-support@0.5.21, recast@0.23.11\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 0.7.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] unenv has 2 installed versions:\n2.0.0-rc.24 via the following 1 package(s) nitropack@2.13.1\n1.10.0 via the following 1 package(s) vinxi@0.5.11\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] safe-buffer has 2 installed versions:\n5.2.1 via the following 2 package(s) randombytes@2.1.0, string_decoder@1.3.0\n5.1.2 via the following 2 package(s) readable-stream@2.3.8, string_decoder@1.1.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 5.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] string_decoder has 2 installed versions:\n1.1.1 via the following 1 package(s) readable-stream@2.3.8\n1.3.0 via the following 1 package(s) readable-stream@4.7.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] send has 2 installed versions:\n0.19.2 via the following 1 package(s) serve-static@1.16.3\n1.2.1 via the following 1 package(s) serve-static@2.2.1\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] fresh has 2 installed versions:\n0.5.2 via the following 1 package(s) send@0.19.2\n2.0.0 via the following 1 package(s) send@1.2.1\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] emoji-regex has 3 installed versions:\n8.0.0 via the following 1 package(s) string-width@4.2.3\n9.2.2 via the following 1 package(s) string-width@5.1.2\n10.6.0 via the following 1 package(s) string-width@7.2.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] ansi-regex has 2 installed versions:\n5.0.1 via the following 1 package(s) strip-ansi@6.0.1\n6.2.2 via the following 1 package(s) strip-ansi@7.1.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] isexe has 2 installed versions:\n2.0.0 via the following 1 package(s) which@2.0.2\n3.1.5 via the following 1 package(s) which@4.0.0\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/starter-solid-start/e18e-stats.json b/packages/starter-solid-start/e18e-stats.json deleted file mode 100644 index 9b92b57..0000000 --- a/packages/starter-solid-start/e18e-stats.json +++ /dev/null @@ -1,415 +0,0 @@ -{ - "stats": { - "name": "starter-solid-start", - "version": "0.0.0", - "dependencyCount": { - "production": 5, - "development": 0 - }, - "extraStats": [ - { - "name": "duplicateDependencyCount", - "value": 79, - "label": "Duplicate Dependency Count" - } - ], - "installSize": 122126752 - }, - "messages": [ - { - "message": "[duplicate dependency] @babel/code-frame has 2 installed versions:\n7.26.2 via the following 2 package(s) @tanstack/server-functions-plugin@1.121.21, @tanstack/directive-functions-plugin@1.121.21\n7.29.0 via the following 3 package(s) @babel/core@7.29.0, @babel/traverse@7.29.0, @babel/template@7.28.6\nšŸ’” Suggestions\n- Consider standardizing on version 7.29.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] js-tokens has 2 installed versions:\n4.0.0 via the following 2 package(s) @babel/code-frame@7.26.2, @babel/code-frame@7.29.0\n9.0.1 via the following 1 package(s) strip-literal@3.1.0\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] debug has 2 installed versions:\n4.4.3 via the following 5 package(s) @babel/traverse@7.29.0, @babel/core@7.29.0, https-proxy-agent@7.0.6, ioredis@5.9.3, send@1.2.1\n2.6.9 via the following 1 package(s) send@0.19.2\nšŸ’” Suggestions\n- Consider standardizing on version 4.4.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] semver has 2 installed versions:\n6.3.1 via the following 2 package(s) @babel/helper-compilation-targets@7.28.6, @babel/core@7.29.0\n7.7.4 via the following 2 package(s) @mapbox/node-pre-gyp@2.0.3, nitropack@2.13.1\nšŸ’” Suggestions\n- Consider standardizing on version 6.3.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] lru-cache has 3 installed versions:\n5.1.1 via the following 1 package(s) @babel/helper-compilation-targets@7.28.6\n10.4.3 via the following 1 package(s) path-scurry@1.11.1\n11.2.6 via the following 2 package(s) path-scurry@2.0.1, unstorage@1.17.4\nšŸ’” Suggestions\n- Consider standardizing on version 11.2.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @babel/helper-module-imports has 2 installed versions:\n7.18.6 via the following 1 package(s) babel-plugin-jsx-dom-expressions@0.40.3\n7.28.6 via the following 2 package(s) @babel/helper-module-transforms@7.28.6, solid-refresh@0.6.3\nšŸ’” Suggestions\n- Consider standardizing on version 7.28.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] which has 2 installed versions:\n4.0.0 via the following 1 package(s) @deno/shim-deno@0.19.2\n2.0.2 via the following 1 package(s) cross-spawn@7.0.6\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @isaacs/cliui has 2 installed versions:\n8.0.2 via the following 1 package(s) jackspeak@3.4.3\n9.0.0 via the following 1 package(s) jackspeak@4.2.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] string-width has 3 installed versions:\n5.1.2 via the following 2 package(s) @isaacs/cliui@8.0.2, wrap-ansi@8.1.0\n4.2.3 via the following 4 package(s) ansi-align@3.0.1, cliui@8.0.1, wrap-ansi@7.0.0, yargs@17.7.2\n7.2.0 via the following 3 package(s) boxen@8.0.1, widest-line@5.0.0, wrap-ansi@9.0.2\nšŸ’” Suggestions\n- Consider standardizing on version 4.2.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] strip-ansi has 2 installed versions:\n7.1.2 via the following 5 package(s) string-width@7.2.0, wrap-ansi@9.0.2, string-width@5.1.2, @isaacs/cliui@8.0.2, wrap-ansi@8.1.0\n6.0.1 via the following 3 package(s) string-width@4.2.3, cliui@8.0.1, wrap-ansi@7.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 7.1.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] wrap-ansi has 3 installed versions:\n8.1.0 via the following 1 package(s) @isaacs/cliui@8.0.2\n9.0.2 via the following 1 package(s) boxen@8.0.1\n7.0.0 via the following 1 package(s) cliui@8.0.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @parcel/watcher-wasm has 2 installed versions:\n2.3.0 via the following 1 package(s) @vinxi/listhen@1.5.6\n2.5.6 via the following 1 package(s) listhen@1.9.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 12 package(s) fdir@6.5.0, tinyglobby@0.2.15, vite@6.4.1, @parcel/watcher@2.5.6, @rollup/pluginutils@5.3.0, @rollup/plugin-commonjs@29.0.0, @vercel/nft@1.3.1, @parcel/watcher-wasm@2.5.6, rollup-plugin-visualizer@6.0.5, unplugin@2.3.11, unimport@5.6.0, unplugin-utils@0.3.1\n2.3.1 via the following 2 package(s) micromatch@4.0.8, anymatch@3.1.3\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] estree-walker has 2 installed versions:\n2.0.2 via the following 4 package(s) @rollup/pluginutils@5.3.0, @rollup/plugin-commonjs@29.0.0, @rollup/plugin-inject@5.0.5, @vercel/nft@1.3.1\n3.0.3 via the following 2 package(s) unctx@2.5.0, unimport@5.6.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] cookie-es has 2 installed versions:\n2.0.0 via the following 3 package(s) nitropack@2.13.1, youch@4.1.0-beta.14, @solidjs/start@1.2.1\n1.2.2 via the following 2 package(s) h3@1.15.3, h3@1.15.5\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] seroval has 2 installed versions:\n1.5.0 via the following 2 package(s) @solidjs/start@1.2.1, seroval-plugins@1.5.0\n1.3.2 via the following 2 package(s) solid-js@1.9.10, seroval-plugins@1.3.3\nšŸ’” Suggestions\n- Consider standardizing on version 1.5.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] seroval-plugins has 2 installed versions:\n1.5.0 via the following 1 package(s) @solidjs/start@1.2.1\n1.3.3 via the following 1 package(s) solid-js@1.9.10\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] pathe has 2 installed versions:\n2.0.3 via the following 12 package(s) @tanstack/router-utils@1.158.0, mlly@1.8.0, pkg-types@1.3.1, nypm@0.6.5, giget@2.0.0, c12@3.3.3, pkg-types@2.3.0, nitropack@2.13.1, unenv@2.0.0-rc.24, unimport@5.6.0, unplugin-utils@0.3.1, unwasm@0.5.3\n1.1.2 via the following 5 package(s) @vinxi/listhen@1.5.6, untun@0.1.3, listhen@1.9.0, vinxi@0.5.11, unenv@1.10.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] glob has 2 installed versions:\n13.0.3 via the following 1 package(s) @vercel/nft@1.3.1\n10.5.0 via the following 1 package(s) archiver-utils@5.0.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] citty has 2 installed versions:\n0.1.6 via the following 7 package(s) @vinxi/listhen@1.5.6, untun@0.1.3, vinxi@0.5.11, giget@2.0.0, nitropack@2.13.1, listhen@1.9.0, untyped@2.0.0\n0.2.1 via the following 1 package(s) nypm@0.6.5\nšŸ’” Suggestions\n- Consider standardizing on version 0.1.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] h3 has 2 installed versions:\n1.15.3 via the following 2 package(s) @vinxi/listhen@1.5.6, vinxi@0.5.11\n1.15.5 via the following 3 package(s) nitropack@2.13.1, listhen@1.9.0, unstorage@1.17.4\nšŸ’” Suggestions\n- Consider standardizing on version 1.15.5 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] jiti has 2 installed versions:\n1.21.7 via the following 1 package(s) @vinxi/listhen@1.5.6\n2.6.1 via the following 5 package(s) vite@6.4.1, c12@3.3.3, nitropack@2.13.1, listhen@1.9.0, untyped@2.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.6.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] magicast has 2 installed versions:\n0.2.11 via the following 2 package(s) @vinxi/plugin-directives@0.5.1, @vinxi/server-components@0.5.1\n0.5.2 via the following 2 package(s) c12@3.3.3, nitropack@2.13.1\nšŸ’” Suggestions\n- Consider standardizing on version 0.2.11 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] ansi-styles has 2 installed versions:\n4.3.0 via the following 1 package(s) wrap-ansi@7.0.0\n6.2.3 via the following 2 package(s) wrap-ansi@9.0.2, wrap-ansi@8.1.0\nšŸ’” Suggestions\n- Consider standardizing on version 6.2.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] is-stream has 2 installed versions:\n2.0.1 via the following 2 package(s) archiver-utils@5.0.2, compress-commons@6.0.2\n3.0.0 via the following 1 package(s) execa@8.0.1\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] readable-stream has 2 installed versions:\n4.7.0 via the following 5 package(s) archiver-utils@5.0.2, archiver@7.0.1, crc32-stream@6.0.0, compress-commons@6.0.2, zip-stream@6.0.1\n2.3.8 via the following 1 package(s) lazystream@1.0.1\nšŸ’” Suggestions\n- Consider standardizing on version 4.7.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] balanced-match has 2 installed versions:\n4.0.2 via the following 1 package(s) brace-expansion@5.0.2\n1.0.2 via the following 1 package(s) brace-expansion@2.0.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] jackspeak has 2 installed versions:\n4.2.3 via the following 1 package(s) balanced-match@4.0.2\n3.4.3 via the following 1 package(s) glob@10.5.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] type-fest has 2 installed versions:\n4.41.0 via the following 1 package(s) boxen@8.0.1\n5.4.4 via the following 1 package(s) dot-prop@10.1.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] brace-expansion has 2 installed versions:\n2.0.2 via the following 2 package(s) minimatch@9.0.5, minimatch@5.1.6\n5.0.2 via the following 1 package(s) minimatch@10.2.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.0.2 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] chokidar has 2 installed versions:\n5.0.0 via the following 3 package(s) c12@3.3.3, nitropack@2.13.1, unstorage@1.17.4\n4.0.3 via the following 1 package(s) vinxi@0.5.11\nšŸ’” Suggestions\n- Consider standardizing on version 5.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] confbox has 2 installed versions:\n0.2.4 via the following 3 package(s) c12@3.3.3, pkg-types@2.3.0, nitropack@2.13.1\n0.1.8 via the following 1 package(s) pkg-types@1.3.1\nšŸ’” Suggestions\n- Consider standardizing on version 0.2.4 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] pkg-types has 2 installed versions:\n2.3.0 via the following 5 package(s) c12@3.3.3, nitropack@2.13.1, local-pkg@1.1.2, unimport@5.6.0, unwasm@0.5.3\n1.3.1 via the following 1 package(s) mlly@1.8.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.3.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] readdirp has 2 installed versions:\n4.1.2 via the following 1 package(s) chokidar@4.0.3\n5.0.0 via the following 1 package(s) chokidar@5.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] is-wsl has 2 installed versions:\n3.1.0 via the following 1 package(s) clipboardy@4.0.0\n2.2.0 via the following 1 package(s) open@8.4.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] path-key has 2 installed versions:\n3.1.1 via the following 1 package(s) cross-spawn@7.0.6\n4.0.0 via the following 1 package(s) npm-run-path@5.3.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] ms has 2 installed versions:\n2.0.0 via the following 1 package(s) debug@2.6.9\n2.1.3 via the following 3 package(s) debug@4.4.3, send@1.2.1, send@0.19.2\nšŸ’” Suggestions\n- Consider standardizing on version 2.1.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] esbuild has 2 installed versions:\n0.25.12 via the following 2 package(s) vite@6.4.1, vinxi@0.5.11\n0.27.3 via the following 1 package(s) nitropack@2.13.1\nšŸ’” Suggestions\n- Consider standardizing on version 0.25.12 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/aix-ppc64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/android-arm has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/android-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/android-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/darwin-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/darwin-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/freebsd-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/freebsd-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/linux-arm has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/linux-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/linux-ia32 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/linux-loong64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/linux-mips64el has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/linux-ppc64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/linux-riscv64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/linux-s390x has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/linux-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/netbsd-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/netbsd-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/openbsd-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/openbsd-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/openharmony-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/sunos-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/win32-arm64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/win32-ia32 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @esbuild/win32-x64 has 2 installed versions:\n0.25.12 via the following 1 package(s) esbuild@0.25.12\n0.27.3 via the following 1 package(s) esbuild@0.27.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] minimatch has 3 installed versions:\n9.0.5 via the following 1 package(s) glob@10.5.0\n10.2.0 via the following 1 package(s) glob@13.0.3\n5.1.6 via the following 1 package(s) readdir-glob@1.1.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] path-scurry has 2 installed versions:\n1.11.1 via the following 1 package(s) glob@10.5.0\n2.0.1 via the following 1 package(s) glob@13.0.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] is-docker has 2 installed versions:\n3.0.0 via the following 1 package(s) is-inside-container@1.0.0\n2.2.1 via the following 2 package(s) open@8.4.2, is-wsl@2.2.0\nšŸ’” Suggestions\n- Consider standardizing on version 2.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] yallist has 2 installed versions:\n3.1.1 via the following 1 package(s) lru-cache@5.1.1\n5.0.0 via the following 1 package(s) tar@7.5.7\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] mime has 3 installed versions:\n4.1.0 via the following 1 package(s) nitropack@2.13.1\n1.6.0 via the following 1 package(s) send@0.19.2\n3.0.0 via the following 1 package(s) unenv@1.10.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] serve-static has 2 installed versions:\n2.2.1 via the following 1 package(s) nitropack@2.13.1\n1.16.3 via the following 1 package(s) vinxi@0.5.11\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] source-map has 2 installed versions:\n0.7.6 via the following 2 package(s) rollup-plugin-visualizer@6.0.5, nitropack@2.13.1\n0.6.1 via the following 2 package(s) source-map-support@0.5.21, recast@0.23.11\nšŸ’” Suggestions\n- Consider standardizing on version 0.7.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] unenv has 2 installed versions:\n2.0.0-rc.24 via the following 1 package(s) nitropack@2.13.1\n1.10.0 via the following 1 package(s) vinxi@0.5.11\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] safe-buffer has 2 installed versions:\n5.2.1 via the following 2 package(s) randombytes@2.1.0, string_decoder@1.3.0\n5.1.2 via the following 2 package(s) readable-stream@2.3.8, string_decoder@1.1.1\nšŸ’” Suggestions\n- Consider standardizing on version 5.2.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] string_decoder has 2 installed versions:\n1.1.1 via the following 1 package(s) readable-stream@2.3.8\n1.3.0 via the following 1 package(s) readable-stream@4.7.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] send has 2 installed versions:\n0.19.2 via the following 1 package(s) serve-static@1.16.3\n1.2.1 via the following 1 package(s) serve-static@2.2.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] fresh has 2 installed versions:\n0.5.2 via the following 1 package(s) send@0.19.2\n2.0.0 via the following 1 package(s) send@1.2.1\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] emoji-regex has 3 installed versions:\n8.0.0 via the following 1 package(s) string-width@4.2.3\n9.2.2 via the following 1 package(s) string-width@5.1.2\n10.6.0 via the following 1 package(s) string-width@7.2.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] ansi-regex has 2 installed versions:\n5.0.1 via the following 1 package(s) strip-ansi@6.0.1\n6.2.2 via the following 1 package(s) strip-ansi@7.1.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] isexe has 2 installed versions:\n2.0.0 via the following 1 package(s) which@2.0.2\n3.1.5 via the following 1 package(s) which@4.0.0\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - } - ] -} diff --git a/packages/starter-solid-start/stats/1.2.1.json b/packages/starter-solid-start/stats/1.2.1.json index 6bb7562..5b3faf8 100644 --- a/packages/starter-solid-start/stats/1.2.1.json +++ b/packages/starter-solid-start/stats/1.2.1.json @@ -24,5 +24,9 @@ "avgMs": 2324.2, "minMs": 2248, "maxMs": 2580 - } + }, + "prodDependencies": 5, + "devDependencies": 0, + "duplicateDependencies": 79, + "depInstallSize": 122126752 } diff --git a/packages/starter-sveltekit/ci-stats.json b/packages/starter-sveltekit/ci-stats.json index bc8e645..122c8cc 100644 --- a/packages/starter-sveltekit/ci-stats.json +++ b/packages/starter-sveltekit/ci-stats.json @@ -24,5 +24,16 @@ "avgMs": 1742.2, "minMs": 1684, "maxMs": 1852 - } + }, + "prodDependencies": 0, + "devDependencies": 7, + "duplicateDependencies": 1, + "depInstallSize": 57446453, + "e18eMessages": [ + { + "message": "[duplicate dependency] is-reference has 2 installed versions:\n1.2.1 via the following 1 package(s) @rollup/plugin-commonjs@28.0.9\n3.0.3 via the following 1 package(s) svelte@5.46.3\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/starter-sveltekit/e18e-stats.json b/packages/starter-sveltekit/e18e-stats.json deleted file mode 100644 index 5af78a2..0000000 --- a/packages/starter-sveltekit/e18e-stats.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "stats": { - "name": "starter-sveltekit", - "version": "0.0.1", - "dependencyCount": { - "production": 0, - "development": 7 - }, - "extraStats": [ - { - "name": "duplicateDependencyCount", - "value": 1, - "label": "Duplicate Dependency Count" - } - ], - "installSize": 57446453 - }, - "messages": [ - { - "message": "[duplicate dependency] is-reference has 2 installed versions:\n1.2.1 via the following 1 package(s) @rollup/plugin-commonjs@28.0.9\n3.0.3 via the following 1 package(s) svelte@5.46.3\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - } - ] -} diff --git a/packages/starter-sveltekit/stats/2.49.4.json b/packages/starter-sveltekit/stats/2.49.4.json index bc8e645..004ea43 100644 --- a/packages/starter-sveltekit/stats/2.49.4.json +++ b/packages/starter-sveltekit/stats/2.49.4.json @@ -24,5 +24,9 @@ "avgMs": 1742.2, "minMs": 1684, "maxMs": 1852 - } + }, + "prodDependencies": 0, + "devDependencies": 7, + "duplicateDependencies": 1, + "depInstallSize": 57446453 } diff --git a/packages/starter-tanstack-start-react/ci-stats.json b/packages/starter-tanstack-start-react/ci-stats.json index 261c2da..44a3a76 100644 --- a/packages/starter-tanstack-start-react/ci-stats.json +++ b/packages/starter-tanstack-start-react/ci-stats.json @@ -24,5 +24,81 @@ "avgMs": 2554.8, "minMs": 2406, "maxMs": 2739 - } + }, + "prodDependencies": 13, + "devDependencies": 11, + "duplicateDependencies": 14, + "depInstallSize": 197075629, + "e18eMessages": [ + { + "message": "[duplicate dependency] lru-cache has 2 installed versions:\n11.2.6 via the following 4 package(s) unstorage@2.0.0-alpha.5, @asamuzakjp/dom-selector@6.8.1, @asamuzakjp/css-color@4.1.2, cssstyle@5.3.7\n5.1.1 via the following 1 package(s) @babel/helper-compilation-targets@7.28.6\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 11.2.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @babel/code-frame has 2 installed versions:\n7.27.1 via the following 1 package(s) @tanstack/start-plugin-core@1.145.3\n7.29.0 via the following 4 package(s) @babel/core@7.29.0, @babel/traverse@7.29.0, @babel/template@7.28.6, @testing-library/dom@10.4.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 7.29.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] js-tokens has 2 installed versions:\n4.0.0 via the following 2 package(s) @babel/code-frame@7.29.0, @babel/code-frame@7.27.1\n9.0.1 via the following 1 package(s) strip-literal@3.1.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @tanstack/devtools-client has 2 installed versions:\n0.0.3 via the following 1 package(s) @tanstack/devtools@0.7.0\n0.0.5 via the following 1 package(s) @tanstack/devtools-vite@0.3.12\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @tanstack/devtools-event-client has 2 installed versions:\n0.3.5 via the following 1 package(s) @tanstack/devtools-client@0.0.3\n0.4.0 via the following 1 package(s) @tanstack/devtools-client@0.0.5\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 6 package(s) fdir@6.5.0, vite@7.3.0, tinyglobby@0.2.15, unplugin@2.3.11, @tanstack/devtools-vite@0.3.12, vitest@3.2.4\n2.3.1 via the following 2 package(s) anymatch@3.1.3, readdirp@3.6.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @tanstack/router-utils has 2 installed versions:\n1.158.0 via the following 1 package(s) @tanstack/react-start@1.145.3\n1.143.11 via the following 3 package(s) @tanstack/router-generator@1.145.2, @tanstack/router-plugin@1.145.2, @tanstack/start-plugin-core@1.145.3\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 1.143.11 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] source-map has 2 installed versions:\n0.7.6 via the following 1 package(s) @tanstack/router-generator@1.145.2\n0.6.1 via the following 1 package(s) recast@0.23.11\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] @rolldown/pluginutils has 2 installed versions:\n1.0.0-beta.40 via the following 1 package(s) @tanstack/start-plugin-core@1.145.3\n1.0.0-beta.53 via the following 1 package(s) @vitejs/plugin-react@5.1.2\n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] srvx has 2 installed versions:\n0.10.1 via the following 3 package(s) @tanstack/start-plugin-core@1.145.3, crossws@0.4.4, nitro@3.0.1-alpha.2\n0.11.4 via the following 1 package(s) h3@2.0.1-rc.14\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 0.10.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] parse5 has 2 installed versions:\n7.3.0 via the following 3 package(s) cheerio@1.2.0, parse5-htmlparser2-tree-adapter@7.1.0, parse5-parser-stream@7.1.2\n8.0.0 via the following 1 package(s) jsdom@27.4.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 7.3.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] whatwg-mimetype has 2 installed versions:\n4.0.0 via the following 2 package(s) cheerio@1.2.0, jsdom@27.4.0\n5.0.0 via the following 1 package(s) data-urls@6.0.1\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 4.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] entities has 3 installed versions:\n4.5.0 via the following 1 package(s) dom-serializer@2.0.0\n7.0.1 via the following 1 package(s) htmlparser2@10.1.0\n6.0.1 via the following 2 package(s) parse5@7.3.0, parse5@8.0.0\n\ud83d\udca1 Suggestions\n- Consider standardizing on version 6.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + }, + { + "message": "[duplicate dependency] h3 has 2 installed versions:\n2.0.1-rc.14 via the following 1 package(s) nitro@3.0.1-alpha.2\n2.0.1-rc.7 via the following 0 package(s) \n\ud83d\udca1 Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", + "severity": "warning", + "score": 0 + } + ] } diff --git a/packages/starter-tanstack-start-react/e18e-stats.json b/packages/starter-tanstack-start-react/e18e-stats.json deleted file mode 100644 index 4092b87..0000000 --- a/packages/starter-tanstack-start-react/e18e-stats.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "stats": { - "name": "starter-tanstack-start-react", - "version": "0.0.0", - "dependencyCount": { - "production": 13, - "development": 11 - }, - "extraStats": [ - { - "name": "duplicateDependencyCount", - "value": 14, - "label": "Duplicate Dependency Count" - } - ], - "installSize": 197075629 - }, - "messages": [ - { - "message": "[duplicate dependency] lru-cache has 2 installed versions:\n11.2.6 via the following 4 package(s) unstorage@2.0.0-alpha.5, @asamuzakjp/dom-selector@6.8.1, @asamuzakjp/css-color@4.1.2, cssstyle@5.3.7\n5.1.1 via the following 1 package(s) @babel/helper-compilation-targets@7.28.6\nšŸ’” Suggestions\n- Consider standardizing on version 11.2.6 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @babel/code-frame has 2 installed versions:\n7.27.1 via the following 1 package(s) @tanstack/start-plugin-core@1.145.3\n7.29.0 via the following 4 package(s) @babel/core@7.29.0, @babel/traverse@7.29.0, @babel/template@7.28.6, @testing-library/dom@10.4.1\nšŸ’” Suggestions\n- Consider standardizing on version 7.29.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] js-tokens has 2 installed versions:\n4.0.0 via the following 2 package(s) @babel/code-frame@7.29.0, @babel/code-frame@7.27.1\n9.0.1 via the following 1 package(s) strip-literal@3.1.0\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @tanstack/devtools-client has 2 installed versions:\n0.0.3 via the following 1 package(s) @tanstack/devtools@0.7.0\n0.0.5 via the following 1 package(s) @tanstack/devtools-vite@0.3.12\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @tanstack/devtools-event-client has 2 installed versions:\n0.3.5 via the following 1 package(s) @tanstack/devtools-client@0.0.3\n0.4.0 via the following 1 package(s) @tanstack/devtools-client@0.0.5\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] picomatch has 2 installed versions:\n4.0.3 via the following 6 package(s) fdir@6.5.0, vite@7.3.0, tinyglobby@0.2.15, unplugin@2.3.11, @tanstack/devtools-vite@0.3.12, vitest@3.2.4\n2.3.1 via the following 2 package(s) anymatch@3.1.3, readdirp@3.6.0\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.3 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @tanstack/router-utils has 2 installed versions:\n1.158.0 via the following 1 package(s) @tanstack/react-start@1.145.3\n1.143.11 via the following 3 package(s) @tanstack/router-generator@1.145.2, @tanstack/router-plugin@1.145.2, @tanstack/start-plugin-core@1.145.3\nšŸ’” Suggestions\n- Consider standardizing on version 1.143.11 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] source-map has 2 installed versions:\n0.7.6 via the following 1 package(s) @tanstack/router-generator@1.145.2\n0.6.1 via the following 1 package(s) recast@0.23.11\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] @rolldown/pluginutils has 2 installed versions:\n1.0.0-beta.40 via the following 1 package(s) @tanstack/start-plugin-core@1.145.3\n1.0.0-beta.53 via the following 1 package(s) @vitejs/plugin-react@5.1.2\nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] srvx has 2 installed versions:\n0.10.1 via the following 3 package(s) @tanstack/start-plugin-core@1.145.3, crossws@0.4.4, nitro@3.0.1-alpha.2\n0.11.4 via the following 1 package(s) h3@2.0.1-rc.14\nšŸ’” Suggestions\n- Consider standardizing on version 0.10.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] parse5 has 2 installed versions:\n7.3.0 via the following 3 package(s) cheerio@1.2.0, parse5-htmlparser2-tree-adapter@7.1.0, parse5-parser-stream@7.1.2\n8.0.0 via the following 1 package(s) jsdom@27.4.0\nšŸ’” Suggestions\n- Consider standardizing on version 7.3.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] whatwg-mimetype has 2 installed versions:\n4.0.0 via the following 2 package(s) cheerio@1.2.0, jsdom@27.4.0\n5.0.0 via the following 1 package(s) data-urls@6.0.1\nšŸ’” Suggestions\n- Consider standardizing on version 4.0.0 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] entities has 3 installed versions:\n4.5.0 via the following 1 package(s) dom-serializer@2.0.0\n7.0.1 via the following 1 package(s) htmlparser2@10.1.0\n6.0.1 via the following 2 package(s) parse5@7.3.0, parse5@8.0.0\nšŸ’” Suggestions\n- Consider standardizing on version 6.0.1 as this version is the most commonly used.\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - }, - { - "message": "[duplicate dependency] h3 has 2 installed versions:\n2.0.1-rc.14 via the following 1 package(s) nitro@3.0.1-alpha.2\n2.0.1-rc.7 via the following 0 package(s) \nšŸ’” Suggestions\n- Consider upgrading consuming packages as this may resolve this duplicate version.\n", - "severity": "warning", - "score": 0 - } - ] -} diff --git a/packages/starter-tanstack-start-react/stats/1.145.3.json b/packages/starter-tanstack-start-react/stats/1.145.3.json index 261c2da..23a5756 100644 --- a/packages/starter-tanstack-start-react/stats/1.145.3.json +++ b/packages/starter-tanstack-start-react/stats/1.145.3.json @@ -24,5 +24,9 @@ "avgMs": 2554.8, "minMs": 2406, "maxMs": 2739 - } + }, + "prodDependencies": 13, + "devDependencies": 11, + "duplicateDependencies": 14, + "depInstallSize": 197075629 } diff --git a/packages/stats-generator/src/collect-stats.ts b/packages/stats-generator/src/collect-stats.ts index ce8e79c..fbd69dd 100644 --- a/packages/stats-generator/src/collect-stats.ts +++ b/packages/stats-generator/src/collect-stats.ts @@ -5,31 +5,9 @@ import { packagesDir } from './constants.ts' import { readJsonFile } from './utils.ts' import { saveStats } from './save-stats.ts' import { getCIStats } from './get-ci-stats.ts' -import type { - FrameworkStats, - PackageJson, - FrameworkConfig, - E18eStats, -} from './types.ts' - -async function getDependencyCounts(pkgDir: string) { - const e18eStatsPath = join(packagesDir, pkgDir, 'e18e-stats.json') - const e18eStats = readJsonFile(e18eStatsPath) - - if (e18eStats) { - const duplicateEntry = e18eStats.stats.extraStats?.find( - (s) => s.name === 'duplicateDependencyCount', - ) - return { - prodDependencies: e18eStats.stats.dependencyCount.production, - devDependencies: e18eStats.stats.dependencyCount.development, - duplicateDependencies: - typeof duplicateEntry?.value === 'number' - ? duplicateEntry.value - : undefined, - } - } +import type { FrameworkStats, PackageJson, FrameworkConfig } from './types.ts' +async function getDependencyCountsFromPackageJson(pkgDir: string) { const packageJsonPath = join(packagesDir, pkgDir, 'package.json') const content = await readFile(packageJsonPath, 'utf-8') const packageJson = JSON.parse(content) as PackageJson @@ -47,13 +25,14 @@ async function processStarter(framework: FrameworkConfig, order: number) { const { package: pkgDir, measurements } = starter const { displayName } = framework - const hasDependencies = measurements.some((m) => m.type === 'dependencies') - const dependencyStats = hasDependencies - ? await getDependencyCounts(pkgDir) - : {} - const ciStats = (await getCIStats(pkgDir)) ?? {} + const hasDependencies = measurements.some((m) => m.type === 'dependencies') + const dependencyStats = + hasDependencies && ciStats.prodDependencies === undefined + ? await getDependencyCountsFromPackageJson(pkgDir) + : {} + const stats: FrameworkStats = { name: displayName, package: pkgDir, diff --git a/packages/stats-generator/src/save-ci-stats.ts b/packages/stats-generator/src/save-ci-stats.ts index cb82942..3cf3c35 100644 --- a/packages/stats-generator/src/save-ci-stats.ts +++ b/packages/stats-generator/src/save-ci-stats.ts @@ -88,9 +88,20 @@ async function main() { const e18eStats = readJsonFile(e18eArtifactPath) if (e18eStats) { console.info(` āœ“ Found e18e stats artifact`) - const destPath = join(packagesDir, packageName, 'e18e-stats.json') - writeJsonFile(destPath, e18eStats) - console.info(` āœ“ Saved ${destPath}`) + const duplicateEntry = e18eStats.stats.extraStats?.find( + (s) => s.name === 'duplicateDependencyCount', + ) + stats = { + ...stats, + prodDependencies: e18eStats.stats.dependencyCount.production, + devDependencies: e18eStats.stats.dependencyCount.development, + duplicateDependencies: + typeof duplicateEntry?.value === 'number' + ? duplicateEntry.value + : undefined, + depInstallSize: e18eStats.stats.installSize, + e18eMessages: e18eStats.messages, + } } else { console.info(` ⚠ No e18e stats artifact found at ${e18eArtifactPath}`) } diff --git a/packages/stats-generator/src/types.ts b/packages/stats-generator/src/types.ts index 6b9235b..123e797 100644 --- a/packages/stats-generator/src/types.ts +++ b/packages/stats-generator/src/types.ts @@ -45,6 +45,16 @@ export interface CIStats { ssrSamples?: number ssrBodySizeKb?: number ssrDuplicationFactor?: number + // Dependency stats (from e18e analysis) + prodDependencies?: number + devDependencies?: number + duplicateDependencies?: number + depInstallSize?: number + e18eMessages?: Array<{ + severity: string + message: string + fixableBy?: string + }> } export interface InstallStats { @@ -71,14 +81,6 @@ export interface FrameworkStats extends CIStats { package?: string type?: string order?: number - prodDependencies?: number - devDependencies?: number - duplicateDependencies?: number - ssrOpsPerSec?: number - ssrAvgLatencyMs?: number - ssrSamples?: number - ssrBodySizeKb?: number - ssrDuplicationFactor?: number isFocused?: boolean }