Skip to content

Commit

Permalink
chore: take backstage yarn plugin into use
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Oct 17, 2024
1 parent 4827f28 commit b885a40
Show file tree
Hide file tree
Showing 10 changed files with 122 additions and 71 deletions.
46 changes: 46 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-backstage.cjs

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
compressionLevel: 0

httpTimeout: 300000

nodeLinker: node-modules

npmRegistryServer: 'https://registry.npmjs.org/'

compressionLevel: 0
plugins:
- checksum: 8fa2e3a1cdf5076dde96b177618478419daea000b8038412817583e4d309fd39bf4813a337eb1fad3bfe9036d31732f7416383affbe3d420f48eacb60f6184d5
path: .yarn/plugins/@yarnpkg/plugin-backstage.cjs
spec: 'https://versions.backstage.io/v1/tags/main/yarn-plugin'

yarnPath: .yarn/releases/yarn-4.5.0.cjs
2 changes: 1 addition & 1 deletion backstage.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.32.0"
"version": "1.32.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
]
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/cli": "backstage:^",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@spotify/prettier-config": "^15.0.0",
Expand Down
6 changes: 3 additions & 3 deletions plugins/toolbox-backend-module-whois/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
},
"dependencies": {
"@backstage/backend-common": "^0.25.0",
"@backstage/backend-plugin-api": "^1.0.1",
"@backstage/backend-plugin-api": "backstage:^",
"@drodil/backstage-plugin-toolbox-node": "workspace:^",
"express": "^4.20.0",
"whoiser": "^1.17.3"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.0.1",
"@backstage/cli": "^0.28.0"
"@backstage/backend-test-utils": "backstage:^",
"@backstage/cli": "backstage:^"
},
"files": [
"dist"
Expand Down
14 changes: 7 additions & 7 deletions plugins/toolbox-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
},
"dependencies": {
"@backstage/backend-common": "^0.25.0",
"@backstage/backend-defaults": "^0.5.1",
"@backstage/backend-plugin-api": "^1.0.1",
"@backstage/config": "^1.2.0",
"@backstage/backend-defaults": "backstage:^",
"@backstage/backend-plugin-api": "backstage:^",
"@backstage/config": "backstage:^",
"@drodil/backstage-plugin-toolbox-node": "workspace:^",
"@types/express": "*",
"express": "^4.20.0",
Expand All @@ -54,10 +54,10 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.0.1",
"@backstage/cli": "^0.28.0",
"@backstage/plugin-auth-backend": "^0.23.1",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.1",
"@backstage/backend-test-utils": "backstage:^",
"@backstage/cli": "backstage:^",
"@backstage/plugin-auth-backend": "backstage:^",
"@backstage/plugin-auth-backend-module-guest-provider": "backstage:^",
"@drodil/backstage-plugin-toolbox-backend-module-whois": "workspace:^",
"@types/supertest": "^2.0.12",
"msw": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions plugins/toolbox-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
"tsc": "tsc"
},
"devDependencies": {
"@backstage/cli": "^0.28.0"
"@backstage/cli": "backstage:^"
},
"files": [
"dist"
],
"dependencies": {
"@backstage/backend-plugin-api": "^1.0.1",
"@backstage/backend-plugin-api": "backstage:^",
"express": "^4.20.0"
}
}
6 changes: 3 additions & 3 deletions plugins/toolbox-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/core-plugin-api": "backstage:^",
"@mui/material": "^5.15.14"
},
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/test-utils": "^1.7.0",
"@backstage/cli": "backstage:^",
"@backstage/test-utils": "backstage:^",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3"
},
Expand Down
14 changes: 7 additions & 7 deletions plugins/toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"tsc": "tsc"
},
"dependencies": {
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/plugin-home-react": "^0.1.18",
"@backstage/core-components": "backstage:^",
"@backstage/core-plugin-api": "backstage:^",
"@backstage/plugin-catalog-react": "backstage:^",
"@backstage/plugin-home-react": "backstage:^",
"@drodil/backstage-plugin-toolbox-react": "workspace:^",
"@faker-js/faker": "^8.1.0",
"@json2csv/plainjs": "^7.0.6",
Expand Down Expand Up @@ -86,9 +86,9 @@
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/dev-utils": "^1.1.2",
"@backstage/plugin-home": "^0.8.0",
"@backstage/cli": "backstage:^",
"@backstage/dev-utils": "backstage:^",
"@backstage/plugin-home": "backstage:^",
"@rjsf/core": "^3.0.0",
"@testing-library/jest-dom": "^6.1.3",
"@types/color-convert": "^2.0.1",
Expand Down
92 changes: 46 additions & 46 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2921,7 +2921,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/backend-defaults@npm:^0.5.1":
"@backstage/backend-defaults@backstage:1.32.1, @backstage/backend-defaults@npm:^0.5.1":
version: 0.5.1
resolution: "@backstage/backend-defaults@npm:0.5.1"
dependencies:
Expand Down Expand Up @@ -3006,45 +3006,45 @@ __metadata:
languageName: node
linkType: hard

"@backstage/backend-plugin-api@npm:^1.0.0":
version: 1.0.0
resolution: "@backstage/backend-plugin-api@npm:1.0.0"
"@backstage/backend-plugin-api@backstage:1.32.1, @backstage/backend-plugin-api@npm:^1.0.1":
version: 1.0.1
resolution: "@backstage/backend-plugin-api@npm:1.0.1"
dependencies:
"@backstage/cli-common": "npm:^0.1.14"
"@backstage/config": "npm:^1.2.0"
"@backstage/errors": "npm:^1.2.4"
"@backstage/plugin-auth-node": "npm:^0.5.2"
"@backstage/plugin-auth-node": "npm:^0.5.3"
"@backstage/plugin-permission-common": "npm:^0.8.1"
"@backstage/types": "npm:^1.1.1"
"@types/express": "npm:^4.17.6"
"@types/luxon": "npm:^3.0.0"
express: "npm:^4.17.1"
knex: "npm:^3.0.0"
luxon: "npm:^3.0.0"
checksum: 10c0/d1dd7cc738a4224f5b210979e7b96694079ac20e4fcae2f4e9c2b2c37439966df3f2b49c4582e148006ab79448ac7efcab7722928795cd9271c79ed28a98589f
checksum: 10c0/780c475776725598e8152f24ab2d5b66e52311160ae63411deff43453d8543d72528826569b177c3ea5c7362ae148057928c31b5de36e058454ae222edb2ab1d
languageName: node
linkType: hard

"@backstage/backend-plugin-api@npm:^1.0.1":
version: 1.0.1
resolution: "@backstage/backend-plugin-api@npm:1.0.1"
"@backstage/backend-plugin-api@npm:^1.0.0":
version: 1.0.0
resolution: "@backstage/backend-plugin-api@npm:1.0.0"
dependencies:
"@backstage/cli-common": "npm:^0.1.14"
"@backstage/config": "npm:^1.2.0"
"@backstage/errors": "npm:^1.2.4"
"@backstage/plugin-auth-node": "npm:^0.5.3"
"@backstage/plugin-auth-node": "npm:^0.5.2"
"@backstage/plugin-permission-common": "npm:^0.8.1"
"@backstage/types": "npm:^1.1.1"
"@types/express": "npm:^4.17.6"
"@types/luxon": "npm:^3.0.0"
express: "npm:^4.17.1"
knex: "npm:^3.0.0"
luxon: "npm:^3.0.0"
checksum: 10c0/780c475776725598e8152f24ab2d5b66e52311160ae63411deff43453d8543d72528826569b177c3ea5c7362ae148057928c31b5de36e058454ae222edb2ab1d
checksum: 10c0/d1dd7cc738a4224f5b210979e7b96694079ac20e4fcae2f4e9c2b2c37439966df3f2b49c4582e148006ab79448ac7efcab7722928795cd9271c79ed28a98589f
languageName: node
linkType: hard

"@backstage/backend-test-utils@npm:^1.0.1":
"@backstage/backend-test-utils@backstage:1.32.1":
version: 1.0.1
resolution: "@backstage/backend-test-utils@npm:1.0.1"
dependencies:
Expand Down Expand Up @@ -3153,7 +3153,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/cli@npm:^0.28.0":
"@backstage/cli@backstage:1.32.1":
version: 0.28.0
resolution: "@backstage/cli@npm:0.28.0"
dependencies:
Expand Down Expand Up @@ -3329,7 +3329,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/config@npm:^1.2.0":
"@backstage/config@backstage:1.32.1, @backstage/config@npm:^1.2.0":
version: 1.2.0
resolution: "@backstage/config@npm:1.2.0"
dependencies:
Expand Down Expand Up @@ -3387,7 +3387,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/core-components@npm:^0.15.1":
"@backstage/core-components@backstage:1.32.1, @backstage/core-components@npm:^0.15.1":
version: 0.15.1
resolution: "@backstage/core-components@npm:0.15.1"
dependencies:
Expand Down Expand Up @@ -3439,7 +3439,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/core-plugin-api@npm:^1.10.0":
"@backstage/core-plugin-api@backstage:1.32.1, @backstage/core-plugin-api@npm:^1.10.0":
version: 1.10.0
resolution: "@backstage/core-plugin-api@npm:1.10.0"
dependencies:
Expand All @@ -3460,7 +3460,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/dev-utils@npm:^1.1.2":
"@backstage/dev-utils@backstage:1.32.1":
version: 1.1.2
resolution: "@backstage/dev-utils@npm:1.1.2"
dependencies:
Expand Down Expand Up @@ -3848,7 +3848,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-auth-backend-module-guest-provider@npm:^0.2.1":
"@backstage/plugin-auth-backend-module-guest-provider@backstage:1.32.1":
version: 0.2.1
resolution: "@backstage/plugin-auth-backend-module-guest-provider@npm:0.2.1"
dependencies:
Expand Down Expand Up @@ -3941,7 +3941,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-auth-backend@npm:^0.23.1":
"@backstage/plugin-auth-backend@backstage:1.32.1, @backstage/plugin-auth-backend@npm:^0.23.1":
version: 0.23.1
resolution: "@backstage/plugin-auth-backend@npm:0.23.1"
dependencies:
Expand Down Expand Up @@ -4085,7 +4085,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-catalog-react@npm:^1.14.0":
"@backstage/plugin-catalog-react@backstage:1.32.1, @backstage/plugin-catalog-react@npm:^1.14.0":
version: 1.14.0
resolution: "@backstage/plugin-catalog-react@npm:1.14.0"
dependencies:
Expand Down Expand Up @@ -4139,7 +4139,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-home-react@npm:^0.1.18":
"@backstage/plugin-home-react@backstage:1.32.1, @backstage/plugin-home-react@npm:^0.1.18":
version: 0.1.18
resolution: "@backstage/plugin-home-react@npm:0.1.18"
dependencies:
Expand All @@ -4160,7 +4160,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/plugin-home@npm:^0.8.0":
"@backstage/plugin-home@backstage:1.32.1":
version: 0.8.0
resolution: "@backstage/plugin-home@npm:0.8.0"
dependencies:
Expand Down Expand Up @@ -4298,7 +4298,7 @@ __metadata:
languageName: node
linkType: hard

"@backstage/test-utils@npm:^1.7.0":
"@backstage/test-utils@backstage:1.32.1, @backstage/test-utils@npm:^1.7.0":
version: 1.7.0
resolution: "@backstage/test-utils@npm:1.7.0"
dependencies:
Expand Down Expand Up @@ -4652,9 +4652,9 @@ __metadata:
resolution: "@drodil/backstage-plugin-toolbox-backend-module-whois@workspace:plugins/toolbox-backend-module-whois"
dependencies:
"@backstage/backend-common": "npm:^0.25.0"
"@backstage/backend-plugin-api": "npm:^1.0.1"
"@backstage/backend-test-utils": "npm:^1.0.1"
"@backstage/cli": "npm:^0.28.0"
"@backstage/backend-plugin-api": "backstage:^"
"@backstage/backend-test-utils": "backstage:^"
"@backstage/cli": "backstage:^"
"@drodil/backstage-plugin-toolbox-node": "workspace:^"
express: "npm:^4.20.0"
whoiser: "npm:^1.17.3"
Expand All @@ -4666,13 +4666,13 @@ __metadata:
resolution: "@drodil/backstage-plugin-toolbox-backend@workspace:plugins/toolbox-backend"
dependencies:
"@backstage/backend-common": "npm:^0.25.0"
"@backstage/backend-defaults": "npm:^0.5.1"
"@backstage/backend-plugin-api": "npm:^1.0.1"
"@backstage/backend-test-utils": "npm:^1.0.1"
"@backstage/cli": "npm:^0.28.0"
"@backstage/config": "npm:^1.2.0"
"@backstage/plugin-auth-backend": "npm:^0.23.1"
"@backstage/plugin-auth-backend-module-guest-provider": "npm:^0.2.1"
"@backstage/backend-defaults": "backstage:^"
"@backstage/backend-plugin-api": "backstage:^"
"@backstage/backend-test-utils": "backstage:^"
"@backstage/cli": "backstage:^"
"@backstage/config": "backstage:^"
"@backstage/plugin-auth-backend": "backstage:^"
"@backstage/plugin-auth-backend-module-guest-provider": "backstage:^"
"@drodil/backstage-plugin-toolbox-backend-module-whois": "workspace:^"
"@drodil/backstage-plugin-toolbox-node": "workspace:^"
"@types/express": "npm:*"
Expand All @@ -4691,8 +4691,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@drodil/backstage-plugin-toolbox-node@workspace:plugins/toolbox-node"
dependencies:
"@backstage/backend-plugin-api": "npm:^1.0.1"
"@backstage/cli": "npm:^0.28.0"
"@backstage/backend-plugin-api": "backstage:^"
"@backstage/cli": "backstage:^"
express: "npm:^4.20.0"
languageName: unknown
linkType: soft
Expand All @@ -4701,9 +4701,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@drodil/backstage-plugin-toolbox-react@workspace:plugins/toolbox-react"
dependencies:
"@backstage/cli": "npm:^0.28.0"
"@backstage/core-plugin-api": "npm:^1.10.0"
"@backstage/test-utils": "npm:^1.7.0"
"@backstage/cli": "backstage:^"
"@backstage/core-plugin-api": "backstage:^"
"@backstage/test-utils": "backstage:^"
"@mui/material": "npm:^5.15.14"
"@testing-library/jest-dom": "npm:^5.10.1"
"@testing-library/react": "npm:^12.1.3"
Expand All @@ -4716,13 +4716,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "@drodil/backstage-plugin-toolbox@workspace:plugins/toolbox"
dependencies:
"@backstage/cli": "npm:^0.28.0"
"@backstage/core-components": "npm:^0.15.1"
"@backstage/core-plugin-api": "npm:^1.10.0"
"@backstage/dev-utils": "npm:^1.1.2"
"@backstage/plugin-catalog-react": "npm:^1.14.0"
"@backstage/plugin-home": "npm:^0.8.0"
"@backstage/plugin-home-react": "npm:^0.1.18"
"@backstage/cli": "backstage:^"
"@backstage/core-components": "backstage:^"
"@backstage/core-plugin-api": "backstage:^"
"@backstage/dev-utils": "backstage:^"
"@backstage/plugin-catalog-react": "backstage:^"
"@backstage/plugin-home": "backstage:^"
"@backstage/plugin-home-react": "backstage:^"
"@drodil/backstage-plugin-toolbox-react": "workspace:^"
"@faker-js/faker": "npm:^8.1.0"
"@json2csv/plainjs": "npm:^7.0.6"
Expand Down Expand Up @@ -24086,7 +24086,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root@workspace:."
dependencies:
"@backstage/cli": "npm:^0.28.0"
"@backstage/cli": "backstage:^"
"@commitlint/cli": "npm:^17.7.1"
"@commitlint/config-conventional": "npm:^17.7.0"
"@spotify/prettier-config": "npm:^15.0.0"
Expand Down

0 comments on commit b885a40

Please sign in to comment.