Skip to content

Commit 5f1eb70

Browse files
authored
Update workspaces to use backstage yarn plugin (#207)
1 parent 254d84d commit 5f1eb70

File tree

39 files changed

+32943
-30775
lines changed

39 files changed

+32943
-30775
lines changed

.github/workflows/release_workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,6 @@ jobs:
139139
- name: publish
140140
run: |
141141
yarn config set -H 'npmAuthToken' "${{secrets.NPM_TOKEN}}"
142-
yarn workspaces foreach -v --no-private npm publish --access public --tolerate-republish
142+
yarn workspaces foreach --all -v --no-private npm publish --access public --tolerate-republish
143143
env:
144144
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.yarn/plugins/@yarnpkg/plugin-backstage.cjs

Lines changed: 46 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

Lines changed: 0 additions & 28 deletions
This file was deleted.

.yarn/releases/yarn-3.2.3.cjs

Lines changed: 0 additions & 783 deletions
This file was deleted.

.yarn/releases/yarn-4.5.1.cjs

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
compressionLevel: mixed
2+
13
enableGlobalCache: true
24

35
httpTimeout: 300000
@@ -7,7 +9,8 @@ nodeLinker: node-modules
79
npmRegistryServer: "https://registry.npmjs.org/"
810

911
plugins:
10-
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
11-
spec: "@yarnpkg/plugin-workspace-tools"
12+
- checksum: 8fa2e3a1cdf5076dde96b177618478419daea000b8038412817583e4d309fd39bf4813a337eb1fad3bfe9036d31732f7416383affbe3d420f48eacb60f6184d5
13+
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
14+
spec: "https://versions.backstage.io/v1/tags/main/yarn-plugin"
1215

13-
yarnPath: .yarn/releases/yarn-3.2.3.cjs
16+
yarnPath: .yarn/releases/yarn-4.5.1.cjs

backstage.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"version": "1.32.3"
3+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"create-workspace": "community-cli workspace create"
1111
},
1212
"type": "module",
13-
"packageManager": "yarn@3.2.3",
13+
"packageManager": "yarn@4.5.1",
1414
"dependencies": {
1515
"@backstage-community/cli": "portal:./workspaces/repo-tools/packages/cli",
16-
"@backstage/cli-node": "^0.2.7",
16+
"@backstage/cli-node": "backstage:^",
1717
"@changesets/parse": "^0.4.0"
1818
}
1919
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@philips-software/backstage-plugin-search-confluence-frontend': minor
3+
'@philips-software/backstage-plugin-search-confluence-backend': minor
4+
---
5+
6+
Bump to backstage version 1.32.2

workspaces/confluence/.yarnrc.yaml

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)