Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/directive-functions-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@babel/traverse": "^7.27.7",
"@babel/types": "^7.27.7",
"@tanstack/router-utils": "workspace:*",
"babel-dead-code-elimination": "^1.0.10",
"babel-dead-code-elimination": "^1.0.11",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

cat packages/directive-functions-plugin/package.json | head -80 | tail -20

Repository: TanStack/router

Length of output: 567


Fix version specification: babel-dead-code-elimination does not have a 1.0.11 release.

The latest available version of babel-dead-code-elimination is 1.0.10, not 1.0.11. Change the dependency to "babel-dead-code-elimination": "^1.0.10" to resolve the version correctly. The package is maintained with MIT license and has 26 dependents, so no security concerns exist once the version is corrected.

🤖 Prompt for AI Agents
In packages/directive-functions-plugin/package.json around line 73 the
dependency version for babel-dead-code-elimination is incorrect (1.0.11 does not
exist); update the version specifier to the latest published release by
replacing "babel-dead-code-elimination": "^1.0.11" with
"babel-dead-code-elimination": "^1.0.10" and run npm install (or yarn) to update
lockfiles accordingly.

"pathe": "^2.0.3",
"tiny-invariant": "^1.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/router-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"@tanstack/router-generator": "workspace:*",
"@tanstack/router-utils": "workspace:*",
"@tanstack/virtual-file-routes": "workspace:*",
"babel-dead-code-elimination": "^1.0.10",
"babel-dead-code-elimination": "^1.0.11",
"chokidar": "^3.6.0",
"unplugin": "^2.1.2",
"zod": "^3.24.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/server-functions-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@babel/template": "^7.27.2",
"@babel/traverse": "^7.27.7",
"@babel/types": "^7.27.7",
"babel-dead-code-elimination": "^1.0.9",
"babel-dead-code-elimination": "^1.0.11",
"tiny-invariant": "^1.3.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/start-plugin-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@tanstack/server-functions-plugin": "workspace:*",
"@tanstack/start-client-core": "workspace:*",
"@tanstack/start-server-core": "workspace:*",
"babel-dead-code-elimination": "^1.0.9",
"babel-dead-code-elimination": "^1.0.11",
"cheerio": "^1.0.0",
"exsolve": "^1.0.7",
"pathe": "^2.0.3",
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading