Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions apps/agentstack-sdk-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
},
"devDependencies": {
"@i-am-bee/lint-config": "workspace:*",
"eslint": "catalog:",
"eslint": "^9.39.1",
"microbundle": "^0.15.1",
"prettier": "catalog:",
"prettier": "^3.7.4",
"rimraf": "^6.0.1",
"typescript": "catalog:"
"typescript": "^5.9.3"
Comment on lines +81 to +85
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

This change removes the usage of pnpm catalogs for eslint, prettier, and typescript, pinning them to specific versions instead. While this works, it moves away from the centralized dependency management provided by the catalog. Using the catalog (catalog:) ensures that these development dependencies are consistent across all packages in the monorepo and can be updated in one place. Was there a specific reason to stop using the catalog for this package? If not, it would be better for long-term maintainability to revert to using the catalog: specifier.

Suggested change
"eslint": "^9.39.1",
"microbundle": "^0.15.1",
"prettier": "catalog:",
"prettier": "^3.7.4",
"rimraf": "^6.0.1",
"typescript": "catalog:"
"typescript": "^5.9.3"
"eslint": "catalog:",
"microbundle": "^0.15.1",
"prettier": "catalog:",
"rimraf": "^6.0.1",
"typescript": "catalog:"

},
"packageManager": "pnpm@9.9.0"
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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