Skip to content

Commit

Permalink
fix(cli): Upgrade packages to use implicitDependencies for references
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Dec 12, 2023
1 parent 428d4b2 commit 8c8f670
Show file tree
Hide file tree
Showing 16 changed files with 1,795 additions and 328 deletions.
9 changes: 8 additions & 1 deletion .vscode/settings.json
Expand Up @@ -324,5 +324,12 @@
],
"commitizen.capitalizeWindowsDriveLetter": true,
"commitizen.autoSync": false,
"commitizen.showOutputChannel": "always"
"commitizen.showOutputChannel": "always",
"[javascript][javascriptreact][typescript][typescriptreact]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit",
"source.sortMembers": "explicit"
}
}
}
17 changes: 9 additions & 8 deletions package.json
Expand Up @@ -75,13 +75,14 @@
"prettier": "@storm-software/linting-tools/prettier/config.json",
"dependencies": {
"@eslint/eslintrc": "2.1.4",
"@nx/devkit": "17.2.0",
"@nx/eslint": "17.2.0",
"@nx/eslint-plugin": "17.2.0",
"@nx/jest": "17.2.0",
"@nx/js": "17.2.0",
"@nx/plugin": "17.2.0",
"@nx/workspace": "17.2.0",
"@nx/devkit": "17.2.1",
"@nx/eslint": "17.2.1",
"@nx/eslint-plugin": "17.2.1",
"@nx/jest": "17.2.1",
"@nx/js": "17.2.1",
"@nx/next": "17.2.1",
"@nx/plugin": "17.2.1",
"@nx/workspace": "17.2.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/exec": "6.0.3",
Expand Down Expand Up @@ -109,7 +110,7 @@
"jest-environment-node": "29.7.0",
"lint-staged": "15.2.0",
"log4brains": "1.0.1",
"nx": "17.2.0",
"nx": "17.2.1",
"prettier": "3.1.1",
"prettier-plugin-packagejson": "2.4.7",
"prettier-plugin-prisma": "5.0.0",
Expand Down
8 changes: 0 additions & 8 deletions packages/cli/package.json
Expand Up @@ -16,16 +16,8 @@
"console-table-printer": "2.11.2"
},
"devDependencies": {
"@storm-stack/logging": "*",
"@storm-stack/serialization": "*",
"@storm-stack/utilities": "*",
"@types/node": "^20.10.4"
},
"peerDependencies": {
"@storm-stack/logging": "workspace:*",
"@storm-stack/serialization": "workspace:*",
"@storm-stack/utilities": "workspace:*"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/project.json
Expand Up @@ -27,5 +27,6 @@
},
"lint": {},
"test": {}
}
},
"implicitDependencies": ["logging", "utilities", "serialization"]
}
10 changes: 0 additions & 10 deletions packages/date-time/package.json
Expand Up @@ -12,16 +12,6 @@
"dependencies": {
"@js-temporal/polyfill": "0.4.4"
},
"devDependencies": {
"@storm-stack/errors": "*",
"@storm-stack/serialization": "*",
"@storm-stack/utilities": "*"
},
"peerDependencies": {
"@storm-stack/errors": "workspace:*",
"@storm-stack/serialization": "workspace:*",
"@storm-stack/utilities": "workspace:*"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/date-time/project.json
Expand Up @@ -26,5 +26,6 @@
},
"lint": {},
"test": {}
}
},
"implicitDependencies": ["errors", "utilities", "serialization"]
}
8 changes: 0 additions & 8 deletions packages/errors/package.json
Expand Up @@ -14,14 +14,6 @@
"@storm-software/workspace-tools": "latest",
"stacktracey": "2.1.8"
},
"devDependencies": {
"@storm-stack/serialization": "*",
"@storm-stack/utilities": "*"
},
"peerDependencies": {
"@storm-stack/serialization": "workspace:*",
"@storm-stack/utilities": "workspace:*"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/errors/project.json
Expand Up @@ -26,5 +26,6 @@
},
"lint": {},
"test": {}
}
},
"implicitDependencies": ["utilities", "serialization"]
}
9 changes: 8 additions & 1 deletion packages/file-system/project.json
Expand Up @@ -27,5 +27,12 @@
},
"lint": {},
"test": {}
}
},
"implicitDependencies": [
"cli",
"utilities",
"logging",
"errors",
"serialization"
]
}
10 changes: 0 additions & 10 deletions packages/logging/package.json
Expand Up @@ -18,18 +18,8 @@
"zod": "3.22.4"
},
"devDependencies": {
"@storm-stack/date-time": "*",
"@storm-stack/errors": "*",
"@storm-stack/logging": "*",
"@storm-stack/utilities": "*",
"@types/node": "^20.10.4"
},
"peerDependencies": {
"@storm-stack/date-time": "workspace:*",
"@storm-stack/errors": "workspace:*",
"@storm-stack/logging": "workspace:*",
"@storm-stack/utilities": "workspace:*"
},
"publishConfig": {
"access": "public"
}
Expand Down
1 change: 1 addition & 0 deletions packages/logging/project.json
Expand Up @@ -28,5 +28,6 @@
"test": {}
},
"tags": ["scope:logging", "type:lib", "lang:ts"],
"implicitDependencies": ["utilities", "date-time", "errors", "serialization"],
"config": "packages/logging/src/schema.ts"
}
4 changes: 0 additions & 4 deletions packages/serialization/package.json
Expand Up @@ -14,13 +14,9 @@
"superjson": "2.2.1"
},
"devDependencies": {
"@storm-stack/utilities": "*",
"@types/node": "^20.10.4",
"@types/qs": "6.9.10"
},
"peerDependencies": {
"@storm-stack/utilities": "workspace:*"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/serialization/project.json
Expand Up @@ -27,5 +27,6 @@
},
"lint": {},
"test": {}
}
},
"implicitDependencies": ["utilities"]
}
6 changes: 0 additions & 6 deletions packages/unique-identifier/package.json
Expand Up @@ -12,12 +12,6 @@
"dependencies": {
"@noble/hashes": "1.3.2"
},
"devDependencies": {
"@storm-stack/utilities": "*"
},
"peerDependencies": {
"@storm-stack/utilities": "workspace:*"
},
"publishConfig": {
"access": "public"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/unique-identifier/project.json
Expand Up @@ -25,5 +25,6 @@
},
"lint": {},
"test": {}
}
},
"implicitDependencies": ["utilities"]
}

0 comments on commit 8c8f670

Please sign in to comment.