Skip to content

Commit 2b68331

Browse files
authored
Update dependency identifiers (#1143)
* Update dependency identifiers
1 parent 2e1f51c commit 2b68331

5 files changed

Lines changed: 20 additions & 11 deletions

File tree

.changeset/lately-unicorn-jobs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"simple-git": minor
3+
---
4+
5+
Revised dependency tree to add helper modules as dependencies in main `simple-git`

.yarnrc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7+
npmPublishAccess: public
8+
9+
npmPublishRegistry: https://registry.npmjs.org
10+
711
yarnPath: .yarn/releases/yarn-4.12.0.cjs

packages/argv-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prepublishOnly": "yarn build:pkg"
2626
},
2727
"dependencies": {
28-
"@simple-git/args-pathspec": "workspace:^"
28+
"@simple-git/args-pathspec": "workspace:*"
2929
},
3030
"devDependencies": {
3131
"vite": "^7.0.0",

simple-git/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"dependencies": {
1717
"@kwsites/file-exists": "^1.1.1",
1818
"@kwsites/promise-deferred": "^1.1.1",
19-
"@simple-git/args-pathspec": "workspace:^",
20-
"@simple-git/argv-parser": "workspace:^",
19+
"@simple-git/args-pathspec": "workspace:*",
20+
"@simple-git/argv-parser": "workspace:*",
2121
"debug": "^4.4.0"
2222
},
2323
"devDependencies": {
2424
"@kwsites/promise-result": "^1.1.0",
25-
"@simple-git/babel-config": "workspace:^",
25+
"@simple-git/babel-config": "workspace:*",
2626
"@types/debug": "^4.1.12",
2727
"@types/jest": "^29.2.2",
2828
"@types/node": "^22.15.30",

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2771,7 +2771,7 @@ __metadata:
27712771
languageName: node
27722772
linkType: hard
27732773

2774-
"@simple-git/args-pathspec@workspace:^, @simple-git/args-pathspec@workspace:packages/args-pathspec":
2774+
"@simple-git/args-pathspec@workspace:*, @simple-git/args-pathspec@workspace:packages/args-pathspec":
27752775
version: 0.0.0-use.local
27762776
resolution: "@simple-git/args-pathspec@workspace:packages/args-pathspec"
27772777
dependencies:
@@ -2780,17 +2780,17 @@ __metadata:
27802780
languageName: unknown
27812781
linkType: soft
27822782

2783-
"@simple-git/argv-parser@workspace:^, @simple-git/argv-parser@workspace:packages/argv-parser":
2783+
"@simple-git/argv-parser@workspace:*, @simple-git/argv-parser@workspace:packages/argv-parser":
27842784
version: 0.0.0-use.local
27852785
resolution: "@simple-git/argv-parser@workspace:packages/argv-parser"
27862786
dependencies:
2787-
"@simple-git/args-pathspec": "workspace:^"
2787+
"@simple-git/args-pathspec": "workspace:*"
27882788
vite: "npm:^7.0.0"
27892789
vitest: "npm:^3.0.0"
27902790
languageName: unknown
27912791
linkType: soft
27922792

2793-
"@simple-git/babel-config@npm:*, @simple-git/babel-config@workspace:^, @simple-git/babel-config@workspace:packages/babel-config":
2793+
"@simple-git/babel-config@npm:*, @simple-git/babel-config@workspace:*, @simple-git/babel-config@workspace:packages/babel-config":
27942794
version: 0.0.0-use.local
27952795
resolution: "@simple-git/babel-config@workspace:packages/babel-config"
27962796
dependencies:
@@ -6648,9 +6648,9 @@ __metadata:
66486648
"@kwsites/file-exists": "npm:^1.1.1"
66496649
"@kwsites/promise-deferred": "npm:^1.1.1"
66506650
"@kwsites/promise-result": "npm:^1.1.0"
6651-
"@simple-git/args-pathspec": "workspace:^"
6652-
"@simple-git/argv-parser": "workspace:^"
6653-
"@simple-git/babel-config": "workspace:^"
6651+
"@simple-git/args-pathspec": "workspace:*"
6652+
"@simple-git/argv-parser": "workspace:*"
6653+
"@simple-git/babel-config": "workspace:*"
66546654
"@types/debug": "npm:^4.1.12"
66556655
"@types/jest": "npm:^29.2.2"
66566656
"@types/node": "npm:^22.15.30"

0 commit comments

Comments
 (0)