Skip to content

Commit 1da6749

Browse files
committed
chore(deps): switch internal dependencies from versioned to workspace protocol
Replace all `^0.1.x` internal package references with `workspace:*` across all package.json files. Enable `automaticFromRef` and `projectChangelogs` in nx.json release config, remove workspace changelog file path.
1 parent 80560e8 commit 1da6749

19 files changed

Lines changed: 53 additions & 53 deletions

File tree

nx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676
"fallbackCurrentVersionResolver": "disk"
7777
},
7878
"changelog": {
79+
"automaticFromRef": true,
7980
"workspaceChangelog": {
80-
"createRelease": "github",
81-
"file": "CHANGELOG.md"
81+
"createRelease": "github"
8282
},
83-
"projectChangelogs": false
83+
"projectChangelogs": true
8484
},
8585
"git": {
8686
"commitMessage": "chore(release): publish {version} [skip ci]",

packages/adk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"README.md"
1616
],
1717
"dependencies": {
18-
"@abapify/adt-client": "^0.1.7",
19-
"@abapify/adt-locks": "^0.1.8",
20-
"@abapify/adt-schemas": "^0.1.7"
18+
"@abapify/adt-client": "workspace:*",
19+
"@abapify/adt-locks": "workspace:*",
20+
"@abapify/adt-schemas": "workspace:*"
2121
}
2222
}

packages/adt-atc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"gitlab"
2828
],
2929
"dependencies": {
30-
"@abapify/adt-plugin": "^0.1.7",
30+
"@abapify/adt-plugin": "workspace:*",
3131
"chalk": "^5.3.0"
3232
},
3333
"module": "./dist/index.mjs"

packages/adt-aunit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"gitlab-ci"
2828
],
2929
"dependencies": {
30-
"@abapify/adt-plugin": "^0.1.7"
30+
"@abapify/adt-plugin": "workspace:*"
3131
},
3232
"module": "./dist/index.mjs"
3333
}

packages/adt-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"README.md"
2222
],
2323
"dependencies": {
24-
"@abapify/logger": "^0.1.7",
24+
"@abapify/logger": "workspace:*",
2525
"proxy-agent": "^6.4.0"
2626
},
2727
"keywords": [

packages/adt-cli/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
"README.md"
1818
],
1919
"dependencies": {
20-
"@abapify/adk": "^0.1.7",
21-
"@abapify/adt-auth": "^0.1.7",
22-
"@abapify/adt-client": "^0.1.7",
23-
"@abapify/adt-config": "^0.1.7",
24-
"@abapify/adt-locks": "^0.1.8",
25-
"@abapify/adt-plugin": "^0.1.7",
26-
"@abapify/adt-plugin-abapgit": "^0.1.7",
27-
"@abapify/adt-tui": "^0.1.7",
28-
"@abapify/logger": "^0.1.7",
20+
"@abapify/adk": "workspace:*",
21+
"@abapify/adt-auth": "workspace:*",
22+
"@abapify/adt-client": "workspace:*",
23+
"@abapify/adt-config": "workspace:*",
24+
"@abapify/adt-locks": "workspace:*",
25+
"@abapify/adt-plugin": "workspace:*",
26+
"@abapify/adt-plugin-abapgit": "workspace:*",
27+
"@abapify/adt-tui": "workspace:*",
28+
"@abapify/logger": "workspace:*",
2929
"@inquirer/prompts": "^7.9.0",
30-
"@abapify/adt-contracts": "^0.1.7",
31-
"@abapify/adt-codegen": "^0.1.7",
32-
"@abapify/adt-atc": "^0.1.7",
30+
"@abapify/adt-contracts": "workspace:*",
31+
"@abapify/adt-codegen": "workspace:*",
32+
"@abapify/adt-atc": "workspace:*",
3333
"@abapify/adt-diff": "workspace:*",
34-
"@abapify/adt-export": "^0.1.7",
34+
"@abapify/adt-export": "workspace:*",
3535
"chalk": "^5.6.2",
3636
"commander": "^12.0.0",
3737
"fast-xml-parser": "^5.3.1",

packages/adt-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"README.md"
1717
],
1818
"dependencies": {
19-
"@abapify/logger": "^0.1.7",
20-
"@abapify/adt-contracts": "^0.1.7",
21-
"@abapify/adt-schemas": "^0.1.7"
19+
"@abapify/logger": "workspace:*",
20+
"@abapify/adt-contracts": "workspace:*",
21+
"@abapify/adt-schemas": "workspace:*"
2222
}
2323
}

packages/adt-codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"typescript"
3131
],
3232
"dependencies": {
33-
"@abapify/adt-config": "^0.1.7",
34-
"@abapify/adt-plugin": "^0.1.7",
33+
"@abapify/adt-config": "workspace:*",
34+
"@abapify/adt-plugin": "workspace:*",
3535
"fast-xml-parser": "^5.5.0",
3636
"commander": "^11.1.0",
3737
"chalk": "^5.3.0"

packages/adt-contracts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"./package.json": "./package.json"
1515
},
1616
"dependencies": {
17-
"@abapify/speci": "^0.1.7",
18-
"@abapify/adt-schemas": "^0.1.7"
17+
"@abapify/speci": "workspace:*",
18+
"@abapify/adt-schemas": "workspace:*"
1919
},
2020
"devDependencies": {
21-
"@abapify/adt-fixtures": "^0.1.7"
21+
"@abapify/adt-fixtures": "workspace:*"
2222
},
2323
"files": [
2424
"dist"

packages/adt-export/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"abapgit"
2929
],
3030
"dependencies": {
31-
"@abapify/adk": "^0.1.7",
32-
"@abapify/adt-locks": "^0.1.8",
33-
"@abapify/adt-plugin": "^0.1.7",
34-
"@abapify/adt-plugin-abapgit": "^0.1.7",
31+
"@abapify/adk": "workspace:*",
32+
"@abapify/adt-locks": "workspace:*",
33+
"@abapify/adt-plugin": "workspace:*",
34+
"@abapify/adt-plugin-abapgit": "workspace:*",
3535
"chalk": "^5.6.2",
3636
"diff": "^8.0.3",
3737
"fast-xml-parser": "^5.5.5"

0 commit comments

Comments
 (0)