From 51e5cc9d7a861797325d3b101f894ed937b9b9c3 Mon Sep 17 00:00:00 2001 From: Backstage Service Account <74306126+backstage-service@users.noreply.github.com> Date: Thu, 3 Jul 2025 22:40:34 +0200 Subject: [PATCH] v1.40.2 version bump (#4406) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../bazaar/.changeset/version-bump-1-40-2.md | 6 + workspaces/bazaar/backstage.json | 2 +- workspaces/bazaar/package.json | 4 +- .../plugins/bazaar-backend/package.json | 16 +- workspaces/bazaar/plugins/bazaar/package.json | 14 +- workspaces/bazaar/yarn.lock | 567 ++++++++++-------- 6 files changed, 344 insertions(+), 265 deletions(-) create mode 100644 workspaces/bazaar/.changeset/version-bump-1-40-2.md diff --git a/workspaces/bazaar/.changeset/version-bump-1-40-2.md b/workspaces/bazaar/.changeset/version-bump-1-40-2.md new file mode 100644 index 000000000..99636b05c --- /dev/null +++ b/workspaces/bazaar/.changeset/version-bump-1-40-2.md @@ -0,0 +1,6 @@ +--- +'@backstage-community/plugin-bazaar': minor +'@backstage-community/plugin-bazaar-backend': minor +--- + +Backstage version bump to v1.40.2 diff --git a/workspaces/bazaar/backstage.json b/workspaces/bazaar/backstage.json index a612226fc..8984b3adc 100644 --- a/workspaces/bazaar/backstage.json +++ b/workspaces/bazaar/backstage.json @@ -1,3 +1,3 @@ { - "version": "1.39.0" + "version": "1.40.2" } diff --git a/workspaces/bazaar/package.json b/workspaces/bazaar/package.json index 34e693287..e5c21ebdc 100644 --- a/workspaces/bazaar/package.json +++ b/workspaces/bazaar/package.json @@ -35,9 +35,9 @@ "directory": "workspaces/bazaar" }, "devDependencies": { - "@backstage/cli": "^0.32.1", + "@backstage/cli": "^0.33.0", "@backstage/e2e-test-utils": "^0.1.1", - "@backstage/repo-tools": "^0.13.3", + "@backstage/repo-tools": "^0.14.0", "@changesets/cli": "^2.27.1", "knip": "^5.27.4", "node-gyp": "^10.0.0", diff --git a/workspaces/bazaar/plugins/bazaar-backend/package.json b/workspaces/bazaar/plugins/bazaar-backend/package.json index 414249d1d..630762303 100644 --- a/workspaces/bazaar/plugins/bazaar-backend/package.json +++ b/workspaces/bazaar/plugins/bazaar-backend/package.json @@ -51,9 +51,9 @@ "test": "backstage-cli package test" }, "dependencies": { - "@backstage/backend-plugin-api": "^1.3.1", + "@backstage/backend-plugin-api": "^1.4.0", "@backstage/config": "^1.3.2", - "@backstage/plugin-auth-node": "^0.6.3", + "@backstage/plugin-auth-node": "^0.6.4", "@types/express": "^4.17.6", "express": "^4.17.1", "express-promise-router": "^4.1.0", @@ -61,11 +61,11 @@ "yn": "^4.0.0" }, "devDependencies": { - "@backstage/backend-defaults": "^0.10.0", - "@backstage/backend-test-utils": "^1.5.0", - "@backstage/cli": "^0.32.1", - "@backstage/plugin-auth-backend": "^0.25.0", - "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.8", - "@backstage/plugin-catalog-backend": "^2.0.0" + "@backstage/backend-defaults": "^0.11.0", + "@backstage/backend-test-utils": "^1.6.0", + "@backstage/cli": "^0.33.0", + "@backstage/plugin-auth-backend": "^0.25.1", + "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.9", + "@backstage/plugin-catalog-backend": "^2.1.0" } } diff --git a/workspaces/bazaar/plugins/bazaar/package.json b/workspaces/bazaar/plugins/bazaar/package.json index b81c3fcfc..8f531155d 100644 --- a/workspaces/bazaar/plugins/bazaar/package.json +++ b/workspaces/bazaar/plugins/bazaar/package.json @@ -37,12 +37,12 @@ "test": "backstage-cli package test" }, "dependencies": { - "@backstage/catalog-client": "^1.10.0", + "@backstage/catalog-client": "^1.10.1", "@backstage/catalog-model": "^1.7.4", - "@backstage/core-components": "^0.17.2", - "@backstage/core-plugin-api": "^1.10.7", + "@backstage/core-components": "^0.17.3", + "@backstage/core-plugin-api": "^1.10.8", "@backstage/errors": "^1.2.7", - "@backstage/plugin-catalog-react": "^1.18.0", + "@backstage/plugin-catalog-react": "^1.19.0", "@date-io/luxon": "1.x", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", @@ -57,9 +57,9 @@ "react-window": "^1.8.10" }, "devDependencies": { - "@backstage/cli": "^0.32.1", - "@backstage/dev-utils": "^1.1.10", - "@backstage/plugin-catalog": "^1.30.0", + "@backstage/cli": "^0.33.0", + "@backstage/dev-utils": "^1.1.11", + "@backstage/plugin-catalog": "^1.31.0", "@testing-library/dom": "^10.0.0", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^15.0.0", diff --git a/workspaces/bazaar/yarn.lock b/workspaces/bazaar/yarn.lock index 150c0736f..876ef8306 100644 --- a/workspaces/bazaar/yarn.lock +++ b/workspaces/bazaar/yarn.lock @@ -2598,15 +2598,15 @@ __metadata: version: 0.0.0-use.local resolution: "@backstage-community/plugin-bazaar-backend@workspace:plugins/bazaar-backend" dependencies: - "@backstage/backend-defaults": "npm:^0.10.0" - "@backstage/backend-plugin-api": "npm:^1.3.1" - "@backstage/backend-test-utils": "npm:^1.5.0" - "@backstage/cli": "npm:^0.32.1" + "@backstage/backend-defaults": "npm:^0.11.0" + "@backstage/backend-plugin-api": "npm:^1.4.0" + "@backstage/backend-test-utils": "npm:^1.6.0" + "@backstage/cli": "npm:^0.33.0" "@backstage/config": "npm:^1.3.2" - "@backstage/plugin-auth-backend": "npm:^0.25.0" - "@backstage/plugin-auth-backend-module-guest-provider": "npm:^0.2.8" - "@backstage/plugin-auth-node": "npm:^0.6.3" - "@backstage/plugin-catalog-backend": "npm:^2.0.0" + "@backstage/plugin-auth-backend": "npm:^0.25.1" + "@backstage/plugin-auth-backend-module-guest-provider": "npm:^0.2.9" + "@backstage/plugin-auth-node": "npm:^0.6.4" + "@backstage/plugin-catalog-backend": "npm:^2.1.0" "@types/express": "npm:^4.17.6" express: "npm:^4.17.1" express-promise-router: "npm:^4.1.0" @@ -2619,15 +2619,15 @@ __metadata: version: 0.0.0-use.local resolution: "@backstage-community/plugin-bazaar@workspace:plugins/bazaar" dependencies: - "@backstage/catalog-client": "npm:^1.10.0" + "@backstage/catalog-client": "npm:^1.10.1" "@backstage/catalog-model": "npm:^1.7.4" - "@backstage/cli": "npm:^0.32.1" - "@backstage/core-components": "npm:^0.17.2" - "@backstage/core-plugin-api": "npm:^1.10.7" - "@backstage/dev-utils": "npm:^1.1.10" + "@backstage/cli": "npm:^0.33.0" + "@backstage/core-components": "npm:^0.17.3" + "@backstage/core-plugin-api": "npm:^1.10.8" + "@backstage/dev-utils": "npm:^1.1.11" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-catalog": "npm:^1.30.0" - "@backstage/plugin-catalog-react": "npm:^1.18.0" + "@backstage/plugin-catalog": "npm:^1.31.0" + "@backstage/plugin-catalog-react": "npm:^1.19.0" "@date-io/luxon": "npm:1.x" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" @@ -2654,14 +2654,14 @@ __metadata: languageName: unknown linkType: soft -"@backstage/app-defaults@npm:^1.6.2": - version: 1.6.2 - resolution: "@backstage/app-defaults@npm:1.6.2" +"@backstage/app-defaults@npm:^1.6.3": + version: 1.6.3 + resolution: "@backstage/app-defaults@npm:1.6.3" dependencies: - "@backstage/core-app-api": "npm:^1.17.0" - "@backstage/core-components": "npm:^0.17.2" - "@backstage/core-plugin-api": "npm:^1.10.7" - "@backstage/plugin-permission-react": "npm:^0.4.34" + "@backstage/core-app-api": "npm:^1.17.1" + "@backstage/core-components": "npm:^0.17.3" + "@backstage/core-plugin-api": "npm:^1.10.8" + "@backstage/plugin-permission-react": "npm:^0.4.35" "@backstage/theme": "npm:^0.6.6" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" @@ -2673,24 +2673,24 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/0a555df27dbf75e92949dadf57f1764825d25d89b25fc0bf01bb1a4f0546787d94001dbb8beb65d444ad1801c7cb52236240fa42a2aeb0a51d39d2b41949033d + checksum: 10/b8556ca5f5fb0af460382268f06217cb2b6cf343595dca1f5c6a23b52fe170982befec6d1c330cc72b2e5ac44917912e2adbc169a65bf4b4401303e1b7477fa3 languageName: node linkType: hard -"@backstage/backend-app-api@npm:^1.2.3": - version: 1.2.3 - resolution: "@backstage/backend-app-api@npm:1.2.3" +"@backstage/backend-app-api@npm:^1.2.4": + version: 1.2.4 + resolution: "@backstage/backend-app-api@npm:1.2.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.3.1" + "@backstage/backend-plugin-api": "npm:^1.4.0" "@backstage/config": "npm:^1.3.2" "@backstage/errors": "npm:^1.2.7" - checksum: 10/120722f08eac2b0e3e7da61dd5f37f1de6349022d51c94ec0d1923a8b5069487ce1f268422278357e0f2025f6986861078d51ed7cbef11e9038dc15b7044934c + checksum: 10/e7432aa27e3aa90bac32033366ea8d4cd86c6f61ab883f97559b23428bdaf5a9e6332ef366964d839d7dd40a45d6718dc44ac421f189e4085340fe64ed22eea9 languageName: node linkType: hard -"@backstage/backend-defaults@npm:^0.10.0": - version: 0.10.0 - resolution: "@backstage/backend-defaults@npm:0.10.0" +"@backstage/backend-defaults@npm:^0.11.0": + version: 0.11.0 + resolution: "@backstage/backend-defaults@npm:0.11.0" dependencies: "@aws-sdk/abort-controller": "npm:^3.347.0" "@aws-sdk/client-codecommit": "npm:^3.350.0" @@ -2698,18 +2698,18 @@ __metadata: "@aws-sdk/credential-providers": "npm:^3.350.0" "@aws-sdk/types": "npm:^3.347.0" "@azure/storage-blob": "npm:^12.5.0" - "@backstage/backend-app-api": "npm:^1.2.3" + "@backstage/backend-app-api": "npm:^1.2.4" "@backstage/backend-dev-utils": "npm:^0.1.5" - "@backstage/backend-plugin-api": "npm:^1.3.1" + "@backstage/backend-plugin-api": "npm:^1.4.0" "@backstage/cli-node": "npm:^0.2.13" "@backstage/config": "npm:^1.3.2" "@backstage/config-loader": "npm:^1.10.1" "@backstage/errors": "npm:^1.2.7" "@backstage/integration": "npm:^1.17.0" "@backstage/integration-aws-node": "npm:^0.1.16" - "@backstage/plugin-auth-node": "npm:^0.6.3" - "@backstage/plugin-events-node": "npm:^0.4.11" - "@backstage/plugin-permission-node": "npm:^0.10.0" + "@backstage/plugin-auth-node": "npm:^0.6.4" + "@backstage/plugin-events-node": "npm:^0.4.12" + "@backstage/plugin-permission-node": "npm:^0.10.1" "@backstage/types": "npm:^1.2.1" "@google-cloud/storage": "npm:^7.0.0" "@keyv/memcache": "npm:^2.0.1" @@ -2730,6 +2730,7 @@ __metadata: cron: "npm:^3.0.0" express: "npm:^4.17.1" express-promise-router: "npm:^4.1.0" + express-rate-limit: "npm:^7.5.0" fs-extra: "npm:^11.2.0" git-url-parse: "npm:^15.0.0" helmet: "npm:^6.0.0" @@ -2749,6 +2750,7 @@ __metadata: pg: "npm:^8.11.3" pg-connection-string: "npm:^2.3.0" pg-format: "npm:^1.0.4" + rate-limit-redis: "npm:^4.2.0" raw-body: "npm:^2.4.1" selfsigned: "npm:^2.0.0" tar: "npm:^6.1.12" @@ -2759,12 +2761,13 @@ __metadata: yauzl: "npm:^3.0.0" yn: "npm:^4.0.0" zod: "npm:^3.22.4" + zod-to-json-schema: "npm:^3.20.4" peerDependencies: "@google-cloud/cloud-sql-connector": ^1.4.0 peerDependenciesMeta: "@google-cloud/cloud-sql-connector": optional: true - checksum: 10/c0945d333bcf9776b2bcd0f862fc133074b65f29ff44310d61312cd90d1ead524721a4fbaa6d51b3e926617b3ea048ecdf0e92f2920f813eb62eb1548f23d068 + checksum: 10/936c11b280c6e87832420dbfb6677300c1a3c42f73e3f582bbdd4641f2860d1b84adf05988c1c0238d45419cdf01c0beffc383f31143bc3f412b012d9148f1ba languageName: node linkType: hard @@ -2775,12 +2778,12 @@ __metadata: languageName: node linkType: hard -"@backstage/backend-openapi-utils@npm:^0.5.3": - version: 0.5.3 - resolution: "@backstage/backend-openapi-utils@npm:0.5.3" +"@backstage/backend-openapi-utils@npm:^0.5.4": + version: 0.5.4 + resolution: "@backstage/backend-openapi-utils@npm:0.5.4" dependencies: "@apidevtools/swagger-parser": "npm:^10.1.0" - "@backstage/backend-plugin-api": "npm:^1.3.1" + "@backstage/backend-plugin-api": "npm:^1.4.0" "@backstage/errors": "npm:^1.2.7" "@backstage/types": "npm:^1.2.1" "@types/express": "npm:^4.17.6" @@ -2795,40 +2798,44 @@ __metadata: mockttp: "npm:^3.13.0" openapi-merge: "npm:^1.3.2" openapi3-ts: "npm:^3.1.2" - checksum: 10/7cfa2e67c5dbde3441da6f975a967961bf8075aa36113f6640d36d1bfd3eb222c51d9b3f237af6c5096e04d667c15f041ee3f4640372726700737efbe88d31b0 + checksum: 10/a6ef3bdb18f97f3316a9c913751ea86d35aa0af985b3aeaa74c6ba4d77942e060467d25f76bf8565dd30dbac03209015c4a2e9523b2bf2dffb33b640a5d596bf languageName: node linkType: hard -"@backstage/backend-plugin-api@npm:^1.3.1": - version: 1.3.1 - resolution: "@backstage/backend-plugin-api@npm:1.3.1" +"@backstage/backend-plugin-api@npm:^1.4.0": + version: 1.4.0 + resolution: "@backstage/backend-plugin-api@npm:1.4.0" dependencies: "@backstage/cli-common": "npm:^0.1.15" "@backstage/config": "npm:^1.3.2" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.3" + "@backstage/plugin-auth-node": "npm:^0.6.4" "@backstage/plugin-permission-common": "npm:^0.9.0" - "@backstage/plugin-permission-node": "npm:^0.10.0" + "@backstage/plugin-permission-node": "npm:^0.10.1" "@backstage/types": "npm:^1.2.1" "@types/express": "npm:^4.17.6" + "@types/json-schema": "npm:^7.0.6" "@types/luxon": "npm:^3.0.0" + json-schema: "npm:^0.4.0" knex: "npm:^3.0.0" luxon: "npm:^3.0.0" - checksum: 10/c78a0cd73c9e2ab3f611e62b1570b83fd496f501616caf00877c5191a7c431671f66f77d6e7fd2a35982915f8cb1b69a85cf7d26e3f236a28f709a6ae7af8eaf + zod: "npm:^3.22.4" + checksum: 10/6e8f0afbc690ac34fc4bee926009666d51a17cc4c4392524d345f208dbb92df8bb1b3d703d70a08a27cddf8975adf7d09a443e737665c62d6caea270e86a4d29 languageName: node linkType: hard -"@backstage/backend-test-utils@npm:^1.5.0": - version: 1.5.0 - resolution: "@backstage/backend-test-utils@npm:1.5.0" +"@backstage/backend-test-utils@npm:^1.6.0": + version: 1.6.0 + resolution: "@backstage/backend-test-utils@npm:1.6.0" dependencies: - "@backstage/backend-app-api": "npm:^1.2.3" - "@backstage/backend-defaults": "npm:^0.10.0" - "@backstage/backend-plugin-api": "npm:^1.3.1" + "@backstage/backend-app-api": "npm:^1.2.4" + "@backstage/backend-defaults": "npm:^0.11.0" + "@backstage/backend-plugin-api": "npm:^1.4.0" "@backstage/config": "npm:^1.3.2" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.3" - "@backstage/plugin-events-node": "npm:^0.4.11" + "@backstage/plugin-auth-node": "npm:^0.6.4" + "@backstage/plugin-events-node": "npm:^0.4.12" + "@backstage/plugin-permission-common": "npm:^0.9.0" "@backstage/types": "npm:^1.2.1" "@keyv/memcache": "npm:^2.0.1" "@keyv/redis": "npm:^4.0.1" @@ -2850,19 +2857,21 @@ __metadata: textextensions: "npm:^5.16.0" uuid: "npm:^11.0.0" yn: "npm:^4.0.0" - checksum: 10/d109c5d3d4c66f56cc144b089a3b14922d14caf178056ac576d3ff1bd49b13f5476628c318c95504686a8866668f86f2a0ee41575fe57ecd8a1bf98126a7ef41 + zod: "npm:^3.22.4" + zod-to-json-schema: "npm:^3.20.4" + checksum: 10/aeb98f4c5f770141da6d977c854e6ce56f1245b219e2703850e463f5a76c1c1fefc7252f928a50228ad1d4aa21372a7392ef60877be3635037f4d5572c64c2c2 languageName: node linkType: hard -"@backstage/catalog-client@npm:^1.10.0": - version: 1.10.0 - resolution: "@backstage/catalog-client@npm:1.10.0" +"@backstage/catalog-client@npm:^1.10.1": + version: 1.10.1 + resolution: "@backstage/catalog-client@npm:1.10.1" dependencies: "@backstage/catalog-model": "npm:^1.7.4" "@backstage/errors": "npm:^1.2.7" cross-fetch: "npm:^4.0.0" uri-template: "npm:^2.0.0" - checksum: 10/565512931ef340c272ebbffcac7c5f54348ed67a73be80cdecb8768c547a1da41c72b02c0830f3036a06edbc8c77b9720ee5f1f498b2308f799fd409bb4bbbe1 + checksum: 10/85a220800db02f13f9fdf5beb1bf06d43d6aa0c39c6e6c69c0c6d69ae7bc283f8933a42d984f6d7cb1c4eb1dc91fba7b14c94f7cc0ed775dc3a6ae6fc7e4fc15 languageName: node linkType: hard @@ -2901,9 +2910,9 @@ __metadata: languageName: node linkType: hard -"@backstage/cli@npm:^0.32.1": - version: 0.32.1 - resolution: "@backstage/cli@npm:0.32.1" +"@backstage/cli@npm:^0.33.0": + version: 0.33.0 + resolution: "@backstage/cli@npm:0.33.0" dependencies: "@backstage/catalog-model": "npm:^1.7.4" "@backstage/cli-common": "npm:^0.1.15" @@ -2911,7 +2920,7 @@ __metadata: "@backstage/config": "npm:^1.3.2" "@backstage/config-loader": "npm:^1.10.1" "@backstage/errors": "npm:^1.2.7" - "@backstage/eslint-plugin": "npm:^0.1.10" + "@backstage/eslint-plugin": "npm:^0.1.11" "@backstage/integration": "npm:^1.17.0" "@backstage/release-manifests": "npm:^0.0.13" "@backstage/types": "npm:^1.2.1" @@ -3032,8 +3041,7 @@ __metadata: optional: true bin: backstage-cli: bin/backstage-cli - backstage-cli-alpha: bin/backstage-cli-alpha - checksum: 10/8675aaf0a33d10d3f7620ca89f6a2a7f2c7e35e86c49bf3e8d56ff71ddc7e888e53a1e99c8bd476c9d67c911ae6552d674b4944a93ab120e32d910fe36db6c1d + checksum: 10/c854a2e64db2600e14beaf6bd6d7ce78039815bea2c3784e3d8eebe67bc452d0d618edc962a71bf2d62757a9fbcb06cecb41a70d3973006301b573ca38c84f13 languageName: node linkType: hard @@ -3071,12 +3079,12 @@ __metadata: languageName: node linkType: hard -"@backstage/core-app-api@npm:^1.17.0": - version: 1.17.0 - resolution: "@backstage/core-app-api@npm:1.17.0" +"@backstage/core-app-api@npm:^1.17.1": + version: 1.17.1 + resolution: "@backstage/core-app-api@npm:1.17.1" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/core-plugin-api": "npm:^1.10.7" + "@backstage/core-plugin-api": "npm:^1.10.8" "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.11" "@types/prop-types": "npm:^15.7.3" @@ -3095,17 +3103,17 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/04939b5d59a2473cc95ec170a11f0c82d924f436d1f40598f6a571a21c37c38e2d86f84ed6ec0b1cf91b3ac02aff2aed608184f41017535e55096466a63c4f29 + checksum: 10/04248e92fbbfa0c994ce16369a536b27574f3ad9bb19b34c789c41c872c2cfe71f0cb0c00f89676d387097477125ca45a794df149b89a5654e6f6d92afcb2752 languageName: node linkType: hard -"@backstage/core-compat-api@npm:^0.4.2": - version: 0.4.2 - resolution: "@backstage/core-compat-api@npm:0.4.2" +"@backstage/core-compat-api@npm:^0.4.3": + version: 0.4.3 + resolution: "@backstage/core-compat-api@npm:0.4.3" dependencies: - "@backstage/core-plugin-api": "npm:^1.10.7" - "@backstage/frontend-plugin-api": "npm:^0.10.2" - "@backstage/plugin-catalog-react": "npm:^1.18.0" + "@backstage/core-plugin-api": "npm:^1.10.8" + "@backstage/frontend-plugin-api": "npm:^0.10.3" + "@backstage/plugin-catalog-react": "npm:^1.19.0" "@backstage/version-bridge": "npm:^1.0.11" lodash: "npm:^4.17.21" peerDependencies: @@ -3116,16 +3124,16 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/7e93c3ff7a9979ee8cb0ab582e66bd0febb5995c91cc0545473e9e86fc75c1ebbb0a24a901e120d7e4ecf122bbb31de1b4f8fc78c7da5f6d84daa9d6b9194035 + checksum: 10/ade339ad577d6b875232b628b2388f4cf902cb1a5c75c0a1c96b62b8573f77d23a81c0e9e426abc546c6ffb90415ff7804a92d309aea500ba6451beec47ddc8e languageName: node linkType: hard -"@backstage/core-components@npm:^0.17.2": - version: 0.17.2 - resolution: "@backstage/core-components@npm:0.17.2" +"@backstage/core-components@npm:^0.17.3": + version: 0.17.3 + resolution: "@backstage/core-components@npm:0.17.3" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/core-plugin-api": "npm:^1.10.7" + "@backstage/core-plugin-api": "npm:^1.10.8" "@backstage/errors": "npm:^1.2.7" "@backstage/theme": "npm:^0.6.6" "@backstage/version-bridge": "npm:^1.0.11" @@ -3170,13 +3178,13 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/0b790f3448001e571e50a89c6bbcd08d0d08b7e098b262e09ad19e475ffdf12f4b0c31b0880e64a61a1096b5091d6767e06e32874a2dc6ebc98d79bc0b82107f + checksum: 10/9c826ba203dcee62077cb9e3c83fbeb1d72558dca4b3fcb41c19c587a8162862dcab061d56b1f3cbdfba96fa19dbcae4959caf9009d3288930606ec2646056c6 languageName: node linkType: hard -"@backstage/core-plugin-api@npm:^1.10.7": - version: 1.10.7 - resolution: "@backstage/core-plugin-api@npm:1.10.7" +"@backstage/core-plugin-api@npm:^1.10.8": + version: 1.10.8 + resolution: "@backstage/core-plugin-api@npm:1.10.8" dependencies: "@backstage/config": "npm:^1.3.2" "@backstage/errors": "npm:^1.2.7" @@ -3191,21 +3199,21 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/1a8865e41f38b514936275dea23c595e5c07523a68081d8207f99a18ee049c81b92b33a606478b7f7881597bc71f9b14d9aba7cbc453645ced6317648ab75826 + checksum: 10/4b92c70ce68e6ec3a1b1cf77fd30591a066cc109f2af352d25583257fe83b71a0ea7f848f24bad7313028128d45819ef10ed526695bfd894ebe4dadeb420f2d1 languageName: node linkType: hard -"@backstage/dev-utils@npm:^1.1.10": - version: 1.1.10 - resolution: "@backstage/dev-utils@npm:1.1.10" +"@backstage/dev-utils@npm:^1.1.11": + version: 1.1.11 + resolution: "@backstage/dev-utils@npm:1.1.11" dependencies: - "@backstage/app-defaults": "npm:^1.6.2" + "@backstage/app-defaults": "npm:^1.6.3" "@backstage/catalog-model": "npm:^1.7.4" - "@backstage/core-app-api": "npm:^1.17.0" - "@backstage/core-components": "npm:^0.17.2" - "@backstage/core-plugin-api": "npm:^1.10.7" - "@backstage/integration-react": "npm:^1.2.7" - "@backstage/plugin-catalog-react": "npm:^1.18.0" + "@backstage/core-app-api": "npm:^1.17.1" + "@backstage/core-components": "npm:^0.17.3" + "@backstage/core-plugin-api": "npm:^1.10.8" + "@backstage/integration-react": "npm:^1.2.8" + "@backstage/plugin-catalog-react": "npm:^1.19.0" "@backstage/theme": "npm:^0.6.6" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" @@ -3218,7 +3226,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/2f4c4c41f4e0fcb7cbc5f2e4acdc2c49b312e5ce95e6fbdb849f71f1f3451ad471dd2d1063da789bd3187b797af2826fda8c9147edb5fdaf1fd8bdbd55b5d911 + checksum: 10/93a2bfa7d3f2a432df502ae57e4fb4fef31b139707582fc1d59c2ff4736aa2d6736a1463c78a1df0f19ea9efc685a0a66f7426293d715df684687804fbab6e4a languageName: node linkType: hard @@ -3247,26 +3255,26 @@ __metadata: languageName: node linkType: hard -"@backstage/eslint-plugin@npm:^0.1.10": - version: 0.1.10 - resolution: "@backstage/eslint-plugin@npm:0.1.10" +"@backstage/eslint-plugin@npm:^0.1.11": + version: 0.1.11 + resolution: "@backstage/eslint-plugin@npm:0.1.11" dependencies: "@manypkg/get-packages": "npm:^1.1.3" minimatch: "npm:^9.0.0" - checksum: 10/7983d7ff71d940e7aa761d1a5663844dcd23fc4754efd46423e2996a66ac63b39d44866f49dad6794827b738bc9dcbbc1bdee2b3934e2cee477733bcb5a27b2f + checksum: 10/16444b067885da00a5640634a0d7bcdccd0a345bd1340fe556250c46af5699707132466f383af35ae8df8a42db60fc2b7db5534572f4dd3d87cbee17abb5ddd1 languageName: node linkType: hard -"@backstage/frontend-app-api@npm:^0.11.2": - version: 0.11.2 - resolution: "@backstage/frontend-app-api@npm:0.11.2" +"@backstage/frontend-app-api@npm:^0.11.3": + version: 0.11.3 + resolution: "@backstage/frontend-app-api@npm:0.11.3" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/core-app-api": "npm:^1.17.0" - "@backstage/core-plugin-api": "npm:^1.10.7" + "@backstage/core-app-api": "npm:^1.17.1" + "@backstage/core-plugin-api": "npm:^1.10.8" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-defaults": "npm:^0.2.2" - "@backstage/frontend-plugin-api": "npm:^0.10.2" + "@backstage/frontend-defaults": "npm:^0.2.3" + "@backstage/frontend-plugin-api": "npm:^0.10.3" "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.11" lodash: "npm:^4.17.21" @@ -3279,19 +3287,19 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/06cf128df60b0322c07c14853146da5096625d58a344555571a65ead221f03dc1f4e2fe7da364b2afec010be13a4d4a4574060a3f65c023bdcdc93d20d09c33d + checksum: 10/a1b012462db67f09c0fe49056fe4d3482da5a9c43a0f3056eb2a6833a66e35d34a6aaa2d0eb9572f4f1b180a9d7511f9357835c441825f5967eb1183a7f78d27 languageName: node linkType: hard -"@backstage/frontend-defaults@npm:^0.2.2": - version: 0.2.2 - resolution: "@backstage/frontend-defaults@npm:0.2.2" +"@backstage/frontend-defaults@npm:^0.2.3": + version: 0.2.3 + resolution: "@backstage/frontend-defaults@npm:0.2.3" dependencies: "@backstage/config": "npm:^1.3.2" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-app-api": "npm:^0.11.2" - "@backstage/frontend-plugin-api": "npm:^0.10.2" - "@backstage/plugin-app": "npm:^0.1.9" + "@backstage/frontend-app-api": "npm:^0.11.3" + "@backstage/frontend-plugin-api": "npm:^0.10.3" + "@backstage/plugin-app": "npm:^0.1.10" "@react-hookz/web": "npm:^24.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -3301,16 +3309,16 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/23e6156314cb80d9cc1128ee3ad2d3afee3e2a6e88c049853b19133fc95e75f4361e735f26903e44fa62b29d39df5381c53200799a8cc3b3fd0943682a5e51f5 + checksum: 10/f9b84a850e219c389f4e28ea459f1df03057d1092cfe126365bb2149540fd564269b03a8d0220ca9ba1c4ebd000fbc84f4ee842551e00cd1daec133fa3edf86b languageName: node linkType: hard -"@backstage/frontend-plugin-api@npm:^0.10.2": - version: 0.10.2 - resolution: "@backstage/frontend-plugin-api@npm:0.10.2" +"@backstage/frontend-plugin-api@npm:^0.10.3": + version: 0.10.3 + resolution: "@backstage/frontend-plugin-api@npm:0.10.3" dependencies: - "@backstage/core-components": "npm:^0.17.2" - "@backstage/core-plugin-api": "npm:^1.10.7" + "@backstage/core-components": "npm:^0.17.3" + "@backstage/core-plugin-api": "npm:^1.10.8" "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.11" "@material-ui/core": "npm:^4.12.4" @@ -3325,19 +3333,19 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/4f01cf2ae8352dd8b5f7ff66a97739c6f9f8b19b182ae7cb05db542d02fa0cdee805712c0d355068de3c7cd851404fe6e424c5b7a0ffbcec686c42bc78030510 + checksum: 10/70bd14ad75502d8a7de38b48a21d9672e883e6db49cfe6ce4f1298fb53fe30e5da940e090c63d3bf9e17521d18ae6297c0f322db924184d64ae12fe6f11b8f23 languageName: node linkType: hard -"@backstage/frontend-test-utils@npm:^0.3.2": - version: 0.3.2 - resolution: "@backstage/frontend-test-utils@npm:0.3.2" +"@backstage/frontend-test-utils@npm:^0.3.3": + version: 0.3.3 + resolution: "@backstage/frontend-test-utils@npm:0.3.3" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/frontend-app-api": "npm:^0.11.2" - "@backstage/frontend-plugin-api": "npm:^0.10.2" - "@backstage/plugin-app": "npm:^0.1.9" - "@backstage/test-utils": "npm:^1.7.8" + "@backstage/frontend-app-api": "npm:^0.11.3" + "@backstage/frontend-plugin-api": "npm:^0.10.3" + "@backstage/plugin-app": "npm:^0.1.10" + "@backstage/test-utils": "npm:^1.7.9" "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.11" zod: "npm:^3.22.4" @@ -3350,7 +3358,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/3b33d0165e2bda8460e433649fec04d7594c7d987b7cdc59b46a955208266481d15df0f6d529a0bfbece7050d6510c0e320bf77fc81296579747e9a469d8e7d0 + checksum: 10/0310892cc13256a28315e5a9afe9a3b00723bffbcfee67849f01301538d1accdb48361db7dbf092889313aa2e5f7a531e31350b32096e0f223832a6329b75dd8 languageName: node linkType: hard @@ -3369,12 +3377,12 @@ __metadata: languageName: node linkType: hard -"@backstage/integration-react@npm:^1.2.7": - version: 1.2.7 - resolution: "@backstage/integration-react@npm:1.2.7" +"@backstage/integration-react@npm:^1.2.8": + version: 1.2.8 + resolution: "@backstage/integration-react@npm:1.2.8" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/core-plugin-api": "npm:^1.10.7" + "@backstage/core-plugin-api": "npm:^1.10.8" "@backstage/integration": "npm:^1.17.0" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" @@ -3386,7 +3394,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/a954cdd17caebd6a768892884dea34249b6f502de5e7dcb9da8fc18f591bc15be7bb37e91d6f56c0c3783121a69e54f305ae6279a7647f42f15f355affa5cebe + checksum: 10/f4d6ea7bd0fa9017dcdd4162e0f6a9a16737891441e0659270674fedd49c1cee594435d92b039230ec4b6c493df390efe12f9c653d09d51b5283f4add74ac4db languageName: node linkType: hard @@ -3408,15 +3416,15 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-app@npm:^0.1.9": - version: 0.1.9 - resolution: "@backstage/plugin-app@npm:0.1.9" +"@backstage/plugin-app@npm:^0.1.10": + version: 0.1.10 + resolution: "@backstage/plugin-app@npm:0.1.10" dependencies: - "@backstage/core-components": "npm:^0.17.2" - "@backstage/core-plugin-api": "npm:^1.10.7" - "@backstage/frontend-plugin-api": "npm:^0.10.2" - "@backstage/integration-react": "npm:^1.2.7" - "@backstage/plugin-permission-react": "npm:^0.4.34" + "@backstage/core-components": "npm:^0.17.3" + "@backstage/core-plugin-api": "npm:^1.10.8" + "@backstage/frontend-plugin-api": "npm:^0.10.3" + "@backstage/integration-react": "npm:^1.2.8" + "@backstage/plugin-permission-react": "npm:^0.4.35" "@backstage/theme": "npm:^0.6.6" "@backstage/types": "npm:^1.2.1" "@material-ui/core": "npm:^4.9.13" @@ -3431,33 +3439,33 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/9c357605a8427f8bf5099968c612f90015d34d757a9494ea22d487bec20593cd80a7a50326e46344fc877ed163a14f2675d33530c1d756411316b0d373096aab + checksum: 10/1961abd525bed732d8c8642db42dba26a5cd3ce1193f869ed754806629c74ab3ffc66b5d71dcab1d240500b515b04836def3181d2d783ac87ee6b625e34674ff languageName: node linkType: hard -"@backstage/plugin-auth-backend-module-guest-provider@npm:^0.2.8": - version: 0.2.8 - resolution: "@backstage/plugin-auth-backend-module-guest-provider@npm:0.2.8" +"@backstage/plugin-auth-backend-module-guest-provider@npm:^0.2.9": + version: 0.2.9 + resolution: "@backstage/plugin-auth-backend-module-guest-provider@npm:0.2.9" dependencies: - "@backstage/backend-plugin-api": "npm:^1.3.1" + "@backstage/backend-plugin-api": "npm:^1.4.0" "@backstage/catalog-model": "npm:^1.7.4" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.3" + "@backstage/plugin-auth-node": "npm:^0.6.4" passport-oauth2: "npm:^1.7.0" - checksum: 10/2af28428431af094463fffe1dace3785fb10a3b31e2d696dc5af62eb4ac938f26fc78d549178452a959bc0e2bb609eb3945bd600949d4789714eed1b7653a775 + checksum: 10/466e3150daa9726892be80dd263a6c09b06e2ea32cd2bb800b71f06c25bbfe1a2398a07f37c32b362d894d3441b53689d678d82b8e885e9a2f8873e3ca321924 languageName: node linkType: hard -"@backstage/plugin-auth-backend@npm:^0.25.0": - version: 0.25.0 - resolution: "@backstage/plugin-auth-backend@npm:0.25.0" +"@backstage/plugin-auth-backend@npm:^0.25.1": + version: 0.25.1 + resolution: "@backstage/plugin-auth-backend@npm:0.25.1" dependencies: - "@backstage/backend-plugin-api": "npm:^1.3.1" + "@backstage/backend-plugin-api": "npm:^1.4.0" "@backstage/catalog-model": "npm:^1.7.4" "@backstage/config": "npm:^1.3.2" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.3" - "@backstage/plugin-catalog-node": "npm:^1.17.0" + "@backstage/plugin-auth-node": "npm:^0.6.4" + "@backstage/plugin-catalog-node": "npm:^1.17.1" "@backstage/types": "npm:^1.2.1" "@google-cloud/firestore": "npm:^7.0.0" connect-session-knex: "npm:^4.0.0" @@ -3472,16 +3480,16 @@ __metadata: minimatch: "npm:^9.0.0" passport: "npm:^0.7.0" uuid: "npm:^11.0.0" - checksum: 10/46cb3b32412c0afa37c11e59b20c673582f13775308a9f0ed6c8af25bf4529f14321aeb0d7648c9d7cc2dc473c63f4a81975ea6edf257be6572483b7ae27c0ac + checksum: 10/ffb9d8b9ed7d666f52800d4c7bde0fb100ac26b58a82a475988b177aab0bf172baad407aa2aa40a537504b3a5110c638d64026df4f6894fa3a3f4fa54b7ca59c languageName: node linkType: hard -"@backstage/plugin-auth-node@npm:^0.6.3": - version: 0.6.3 - resolution: "@backstage/plugin-auth-node@npm:0.6.3" +"@backstage/plugin-auth-node@npm:^0.6.4": + version: 0.6.4 + resolution: "@backstage/plugin-auth-node@npm:0.6.4" dependencies: - "@backstage/backend-plugin-api": "npm:^1.3.1" - "@backstage/catalog-client": "npm:^1.10.0" + "@backstage/backend-plugin-api": "npm:^1.4.0" + "@backstage/catalog-client": "npm:^1.10.1" "@backstage/catalog-model": "npm:^1.7.4" "@backstage/config": "npm:^1.3.2" "@backstage/errors": "npm:^1.2.7" @@ -3495,26 +3503,26 @@ __metadata: zod: "npm:^3.22.4" zod-to-json-schema: "npm:^3.21.4" zod-validation-error: "npm:^3.4.0" - checksum: 10/7f7fd4c1072512c8db6902e7a3e75319f73e2e487da0d202f3fde446eb340a34e7b1c0ce92d16f4dc2a5525aecd1df78979cdcfc650a48a41b2441f221fc0579 + checksum: 10/bbd91e6fc8ebd6762db0b59ae2b3bb4e17c2e24637158ce3442407901103b55c694fa5325d4ac2ed11ea590c11f832c18fe8af33cff55f259b165774c05becd2 languageName: node linkType: hard -"@backstage/plugin-catalog-backend@npm:^2.0.0": - version: 2.0.0 - resolution: "@backstage/plugin-catalog-backend@npm:2.0.0" +"@backstage/plugin-catalog-backend@npm:^2.1.0": + version: 2.1.0 + resolution: "@backstage/plugin-catalog-backend@npm:2.1.0" dependencies: - "@backstage/backend-openapi-utils": "npm:^0.5.3" - "@backstage/backend-plugin-api": "npm:^1.3.1" - "@backstage/catalog-client": "npm:^1.10.0" + "@backstage/backend-openapi-utils": "npm:^0.5.4" + "@backstage/backend-plugin-api": "npm:^1.4.0" + "@backstage/catalog-client": "npm:^1.10.1" "@backstage/catalog-model": "npm:^1.7.4" "@backstage/config": "npm:^1.3.2" "@backstage/errors": "npm:^1.2.7" "@backstage/integration": "npm:^1.17.0" "@backstage/plugin-catalog-common": "npm:^1.1.4" - "@backstage/plugin-catalog-node": "npm:^1.17.0" - "@backstage/plugin-events-node": "npm:^0.4.11" + "@backstage/plugin-catalog-node": "npm:^1.17.1" + "@backstage/plugin-events-node": "npm:^0.4.12" "@backstage/plugin-permission-common": "npm:^0.9.0" - "@backstage/plugin-permission-node": "npm:^0.10.0" + "@backstage/plugin-permission-node": "npm:^0.10.1" "@backstage/types": "npm:^1.2.1" "@opentelemetry/api": "npm:^1.9.0" codeowners-utils: "npm:^1.0.2" @@ -3534,7 +3542,7 @@ __metadata: yaml: "npm:^2.0.0" yn: "npm:^4.0.0" zod: "npm:^3.22.4" - checksum: 10/ab28606e6f7d0e440fd2f87db8b80625c51346c7fc442744c5b23117af9b97c7e1697f1c4a6d845e1bfbc1a2f9437a8200d0fd934f1a53a969bd6fe0d415b4e5 + checksum: 10/64211aadd78c7d1d2c0c415b5c49fb63807c8e9f635c857e10ea851dd251922ca99ae0c085f687111f2957ece781bde4ca7178f3299850acc8d0b227a85bed01 languageName: node linkType: hard @@ -3549,40 +3557,40 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-catalog-node@npm:^1.17.0": - version: 1.17.0 - resolution: "@backstage/plugin-catalog-node@npm:1.17.0" +"@backstage/plugin-catalog-node@npm:^1.17.1": + version: 1.17.1 + resolution: "@backstage/plugin-catalog-node@npm:1.17.1" dependencies: - "@backstage/backend-plugin-api": "npm:^1.3.1" - "@backstage/catalog-client": "npm:^1.10.0" + "@backstage/backend-plugin-api": "npm:^1.4.0" + "@backstage/catalog-client": "npm:^1.10.1" "@backstage/catalog-model": "npm:^1.7.4" "@backstage/errors": "npm:^1.2.7" "@backstage/plugin-catalog-common": "npm:^1.1.4" "@backstage/plugin-permission-common": "npm:^0.9.0" - "@backstage/plugin-permission-node": "npm:^0.10.0" + "@backstage/plugin-permission-node": "npm:^0.10.1" "@backstage/types": "npm:^1.2.1" lodash: "npm:^4.17.21" yaml: "npm:^2.0.0" - checksum: 10/b2077bfee64a87a79a2a2cb51628155b9fe91623b1646071af71e3356cd7999aa3c0e5786cbeef70ab7980798dc98801338d1c5afb351010ca1e4d532c59b292 + checksum: 10/59b88c1aba2b100f8c9be5590636da02537ee5ba66851d1490b2f87aed7b008481ce659629fb71f920d0e3d6b6376a2839ea19ae3b41feb53e6ae8c82c70ebb2 languageName: node linkType: hard -"@backstage/plugin-catalog-react@npm:^1.18.0": - version: 1.18.0 - resolution: "@backstage/plugin-catalog-react@npm:1.18.0" +"@backstage/plugin-catalog-react@npm:^1.19.0": + version: 1.19.0 + resolution: "@backstage/plugin-catalog-react@npm:1.19.0" dependencies: - "@backstage/catalog-client": "npm:^1.10.0" + "@backstage/catalog-client": "npm:^1.10.1" "@backstage/catalog-model": "npm:^1.7.4" - "@backstage/core-compat-api": "npm:^0.4.2" - "@backstage/core-components": "npm:^0.17.2" - "@backstage/core-plugin-api": "npm:^1.10.7" + "@backstage/core-compat-api": "npm:^0.4.3" + "@backstage/core-components": "npm:^0.17.3" + "@backstage/core-plugin-api": "npm:^1.10.8" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.10.2" - "@backstage/frontend-test-utils": "npm:^0.3.2" - "@backstage/integration-react": "npm:^1.2.7" + "@backstage/frontend-plugin-api": "npm:^0.10.3" + "@backstage/frontend-test-utils": "npm:^0.3.3" + "@backstage/integration-react": "npm:^1.2.8" "@backstage/plugin-catalog-common": "npm:^1.1.4" "@backstage/plugin-permission-common": "npm:^0.9.0" - "@backstage/plugin-permission-react": "npm:^0.4.34" + "@backstage/plugin-permission-react": "npm:^0.4.35" "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.11" "@material-ui/core": "npm:^4.12.2" @@ -3604,28 +3612,30 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/1dec452c7bb1bd3538839a3a99943f5a5b50e5f414e31c679461e4810e5ea0e623cd41de6f08922fe577f3855459903f999c0ee0635982e1dd6bffbb46eceb08 + checksum: 10/54e77c4190675e37b4b685e5aa807461cb6d39ef4925cd3fe575b2a45a83af572aa9310996012b751e28de3f4f068330c2bfdba7acbb8ab5ce50d6f922779180 languageName: node linkType: hard -"@backstage/plugin-catalog@npm:^1.30.0": - version: 1.30.0 - resolution: "@backstage/plugin-catalog@npm:1.30.0" +"@backstage/plugin-catalog@npm:^1.31.0": + version: 1.31.0 + resolution: "@backstage/plugin-catalog@npm:1.31.0" dependencies: - "@backstage/catalog-client": "npm:^1.10.0" + "@backstage/catalog-client": "npm:^1.10.1" "@backstage/catalog-model": "npm:^1.7.4" - "@backstage/core-compat-api": "npm:^0.4.2" - "@backstage/core-components": "npm:^0.17.2" - "@backstage/core-plugin-api": "npm:^1.10.7" + "@backstage/core-compat-api": "npm:^0.4.3" + "@backstage/core-components": "npm:^0.17.3" + "@backstage/core-plugin-api": "npm:^1.10.8" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.10.2" - "@backstage/integration-react": "npm:^1.2.7" + "@backstage/frontend-plugin-api": "npm:^0.10.3" + "@backstage/integration-react": "npm:^1.2.8" "@backstage/plugin-catalog-common": "npm:^1.1.4" - "@backstage/plugin-catalog-react": "npm:^1.18.0" - "@backstage/plugin-permission-react": "npm:^0.4.34" + "@backstage/plugin-catalog-react": "npm:^1.19.0" + "@backstage/plugin-permission-react": "npm:^0.4.35" "@backstage/plugin-scaffolder-common": "npm:^1.5.11" "@backstage/plugin-search-common": "npm:^1.2.18" - "@backstage/plugin-search-react": "npm:^1.9.0" + "@backstage/plugin-search-react": "npm:^1.9.1" + "@backstage/plugin-techdocs-common": "npm:^0.1.1" + "@backstage/plugin-techdocs-react": "npm:^1.3.0" "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.11" "@material-ui/core": "npm:^4.12.2" @@ -3648,15 +3658,15 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/ea4465e476ce4cc943d72133b85a21554892d683113a25009406a1ebc07331746704fe87be44cd35c4f2c85de0f4919ac655cdfa3a80136bc0aa02b747080b92 + checksum: 10/bde368f24a4a6a1ff3d752b6ddbeb862eaf04d0c87b07bbe6c5d958cb888932b5f9a0305cfac3ed045a5e62d4df9a7c2b45f8aeb388aa4d263cd3501681d9606 languageName: node linkType: hard -"@backstage/plugin-events-node@npm:^0.4.11": - version: 0.4.11 - resolution: "@backstage/plugin-events-node@npm:0.4.11" +"@backstage/plugin-events-node@npm:^0.4.12": + version: 0.4.12 + resolution: "@backstage/plugin-events-node@npm:0.4.12" dependencies: - "@backstage/backend-plugin-api": "npm:^1.3.1" + "@backstage/backend-plugin-api": "npm:^1.4.0" "@backstage/errors": "npm:^1.2.7" "@backstage/types": "npm:^1.2.1" "@types/content-type": "npm:^1.1.8" @@ -3665,7 +3675,7 @@ __metadata: cross-fetch: "npm:^4.0.0" express: "npm:^4.17.1" uri-template: "npm:^2.0.0" - checksum: 10/6a573bdaa813d6196ea394731b0af412a85fec5792edfe2cf4f9e9a21f07aaaca8c49cfc34694aa8d7c6c78174730a06ee2e6fb05dbf6a05b5c4347a66754dd3 + checksum: 10/bd520e312d55c50633ebb7f31576fef6e99abe1481bf9fb906c5ff886c1dced675e05fc8dccc6c0ba988a445c0135e973a86d6579f1fc399e1ea50bbe408c110 languageName: node linkType: hard @@ -3684,30 +3694,30 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-permission-node@npm:^0.10.0": - version: 0.10.0 - resolution: "@backstage/plugin-permission-node@npm:0.10.0" +"@backstage/plugin-permission-node@npm:^0.10.1": + version: 0.10.1 + resolution: "@backstage/plugin-permission-node@npm:0.10.1" dependencies: - "@backstage/backend-plugin-api": "npm:^1.3.1" + "@backstage/backend-plugin-api": "npm:^1.4.0" "@backstage/config": "npm:^1.3.2" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.3" + "@backstage/plugin-auth-node": "npm:^0.6.4" "@backstage/plugin-permission-common": "npm:^0.9.0" "@types/express": "npm:^4.17.6" express: "npm:^4.17.1" express-promise-router: "npm:^4.1.0" zod: "npm:^3.22.4" zod-to-json-schema: "npm:^3.20.4" - checksum: 10/ffd6efc8625c36c5afbde08cf31aeac56a64c3b05547c8b2ba77b6301044652d2c5c4145f8445694ec8b1155173100472f21df1a4ec80b95d454485feb35231b + checksum: 10/c10771a569d8eef7e4028703840ec5c38f918d0a3813d768b620da495a1b4f4a7ad9d9c2ae38613be637d30b61675f585365b451602e6f9f0d1d5a7b2ab3f66e languageName: node linkType: hard -"@backstage/plugin-permission-react@npm:^0.4.34": - version: 0.4.34 - resolution: "@backstage/plugin-permission-react@npm:0.4.34" +"@backstage/plugin-permission-react@npm:^0.4.35": + version: 0.4.35 + resolution: "@backstage/plugin-permission-react@npm:0.4.35" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/core-plugin-api": "npm:^1.10.7" + "@backstage/core-plugin-api": "npm:^1.10.8" "@backstage/plugin-permission-common": "npm:^0.9.0" swr: "npm:^2.0.0" peerDependencies: @@ -3718,7 +3728,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/55c0e8c8d250d524c77b0de0eb9ea488d1193b5059131692401c127eedda1d0553b5d8848df7587e255856b8f7d8b76176914d2fb3c89fca7a62656748ea3dec + checksum: 10/af73b9362b3520a702a01446db2aa064cf67836ae37c187f73e1e02c11c89383b2601878aa115204a0b72a8569710efd5eb67132551fc07ea74192f33443e396 languageName: node linkType: hard @@ -3743,13 +3753,13 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-search-react@npm:^1.9.0": - version: 1.9.0 - resolution: "@backstage/plugin-search-react@npm:1.9.0" +"@backstage/plugin-search-react@npm:^1.9.1": + version: 1.9.1 + resolution: "@backstage/plugin-search-react@npm:1.9.1" dependencies: - "@backstage/core-components": "npm:^0.17.2" - "@backstage/core-plugin-api": "npm:^1.10.7" - "@backstage/frontend-plugin-api": "npm:^0.10.2" + "@backstage/core-components": "npm:^0.17.3" + "@backstage/core-plugin-api": "npm:^1.10.8" + "@backstage/frontend-plugin-api": "npm:^0.10.3" "@backstage/plugin-search-common": "npm:^1.2.18" "@backstage/theme": "npm:^0.6.6" "@backstage/types": "npm:^1.2.1" @@ -3769,7 +3779,43 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/f3b2b06ea2f8acaa502736e6c21fdfa5453bb968df8550f6fa720196458148a0a3136c73076f7bf2f0426b88043d84468fceac815f40c7625b8796e54dbb1398 + checksum: 10/612f35769320cfbc1b927dc8ca7afbcf92d5fd9f7b6fe09a730ff3b6fdd7c9490db2829cd3ddac551a348d0d5e92852ea677a7a38397d16ef8f30470bf649eda + languageName: node + linkType: hard + +"@backstage/plugin-techdocs-common@npm:^0.1.1": + version: 0.1.1 + resolution: "@backstage/plugin-techdocs-common@npm:0.1.1" + checksum: 10/e0c197facff4c393c6d43677345cf86ed2b5c9cdf2c273a2a5ee6beb00deb837691288bfea91f32fffe757fdd89ebd2d5b5864e55b24d9af72fcc0a320f355fc + languageName: node + linkType: hard + +"@backstage/plugin-techdocs-react@npm:^1.3.0": + version: 1.3.0 + resolution: "@backstage/plugin-techdocs-react@npm:1.3.0" + dependencies: + "@backstage/catalog-model": "npm:^1.7.4" + "@backstage/config": "npm:^1.3.2" + "@backstage/core-components": "npm:^0.17.3" + "@backstage/core-plugin-api": "npm:^1.10.8" + "@backstage/frontend-plugin-api": "npm:^0.10.3" + "@backstage/plugin-techdocs-common": "npm:^0.1.1" + "@backstage/version-bridge": "npm:^1.0.11" + "@material-ui/core": "npm:^4.12.2" + "@material-ui/styles": "npm:^4.11.0" + jss: "npm:~10.10.0" + lodash: "npm:^4.17.21" + react-helmet: "npm:6.1.0" + react-use: "npm:^17.2.4" + peerDependencies: + "@types/react": ^17.0.0 || ^18.0.0 + react: ^17.0.0 || ^18.0.0 + react-dom: ^17.0.0 || ^18.0.0 + react-router-dom: ^6.3.0 + peerDependenciesMeta: + "@types/react": + optional: true + checksum: 10/9cd78612050a068a07160f0a6aba4e7c1186ef8abcc18b4148622e2d1820ae98d7196a6f4939be1d379eba13b66a350c1dc47281cb8f6256b04bb8985378bc3b languageName: node linkType: hard @@ -3780,19 +3826,19 @@ __metadata: languageName: node linkType: hard -"@backstage/repo-tools@npm:^0.13.3": - version: 0.13.3 - resolution: "@backstage/repo-tools@npm:0.13.3" +"@backstage/repo-tools@npm:^0.14.0": + version: 0.14.0 + resolution: "@backstage/repo-tools@npm:0.14.0" dependencies: "@apidevtools/swagger-parser": "npm:^10.1.0" "@apisyouwonthate/style-guide": "npm:^1.4.0" - "@backstage/backend-plugin-api": "npm:^1.3.1" + "@backstage/backend-plugin-api": "npm:^1.4.0" "@backstage/catalog-model": "npm:^1.7.4" "@backstage/cli-common": "npm:^0.1.15" "@backstage/cli-node": "npm:^0.2.13" "@backstage/config-loader": "npm:^1.10.1" "@backstage/errors": "npm:^1.2.7" - "@electric-sql/pglite": "npm:^0.2.15" + "@electric-sql/pglite": "npm:^0.3.0" "@manypkg/get-packages": "npm:^1.1.3" "@microsoft/api-documenter": "npm:^7.25.7" "@microsoft/api-extractor": "npm:^7.47.2" @@ -3812,6 +3858,7 @@ __metadata: commander: "npm:^12.0.0" fs-extra: "npm:^11.2.0" glob: "npm:^8.0.3" + globby: "npm:^11.0.0" is-glob: "npm:^4.0.3" js-yaml: "npm:^4.1.0" just-diff: "npm:^6.0.2" @@ -3825,6 +3872,7 @@ __metadata: tar: "npm:^6.1.12" ts-morph: "npm:^24.0.0" yaml-diff-patch: "npm:^2.0.0" + zod: "npm:^3.22.4" peerDependencies: "@microsoft/api-extractor-model": "*" "@microsoft/tsdoc": "*" @@ -3840,19 +3888,19 @@ __metadata: optional: true bin: backstage-repo-tools: bin/backstage-repo-tools - checksum: 10/f27aa2753859ebfb7adcc9642b7e3d06f1beebe89b5f7519d99a07f4fe7e53f6a8e4eace668c04b35555028bc5a452efd3277a828952450b24cdb428d365b640 + checksum: 10/d7a46d63c4adf037bc48c3a69d918f1f550ae47f9451ae6887d4e499fb5244a8bcae4b265d90247999271202e0868c498cdab23b277a60d5785fed45c2f1efc5 languageName: node linkType: hard -"@backstage/test-utils@npm:^1.7.8": - version: 1.7.8 - resolution: "@backstage/test-utils@npm:1.7.8" +"@backstage/test-utils@npm:^1.7.9": + version: 1.7.9 + resolution: "@backstage/test-utils@npm:1.7.9" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/core-app-api": "npm:^1.17.0" - "@backstage/core-plugin-api": "npm:^1.10.7" + "@backstage/core-app-api": "npm:^1.17.1" + "@backstage/core-plugin-api": "npm:^1.10.8" "@backstage/plugin-permission-common": "npm:^0.9.0" - "@backstage/plugin-permission-react": "npm:^0.4.34" + "@backstage/plugin-permission-react": "npm:^0.4.35" "@backstage/theme": "npm:^0.6.6" "@backstage/types": "npm:^1.2.1" "@material-ui/core": "npm:^4.12.2" @@ -3869,7 +3917,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/6d61fdfdf00b72d3c8ddb9120edc221085b634d39419f00610e40387715f4e5bfdf48f4d2762695d7f30d50c6d2e0f875bcb7d299265adb58fa19a76120b6ae9 + checksum: 10/3ad5ebdbfe09138fb5b264ebc35163336d55d7a818b09754d120cd2600e1a55e5964c0fc898e111eb4fe4022eaa6b30e70c62656b3ce53c44a22d2e834970d25 languageName: node linkType: hard @@ -4236,13 +4284,20 @@ __metadata: languageName: node linkType: hard -"@electric-sql/pglite@npm:^0.2.14, @electric-sql/pglite@npm:^0.2.15": +"@electric-sql/pglite@npm:^0.2.14": version: 0.2.17 resolution: "@electric-sql/pglite@npm:0.2.17" checksum: 10/cb04d18614c9a3d985fa63f5ca889104eab55b15a9aa569df264e335ea559f2279ee64c1284aa68d5b92ff516dd37ae553299cf55c226a3e541d6c46416c7160 languageName: node linkType: hard +"@electric-sql/pglite@npm:^0.3.0": + version: 0.3.4 + resolution: "@electric-sql/pglite@npm:0.3.4" + checksum: 10/27f563f3ed9326254a0b95f0106925d9d6e3ee9f1c2375a03f20977e38a59450d18644e656770647c5da2bcd91a33f0c505f7479edf8f4d61bff7e6a4385c2bd + languageName: node + linkType: hard + "@emotion/babel-plugin@npm:^11.11.0": version: 11.11.0 resolution: "@emotion/babel-plugin@npm:11.11.0" @@ -5015,9 +5070,9 @@ __metadata: version: 0.0.0-use.local resolution: "@internal/bazaar@workspace:." dependencies: - "@backstage/cli": "npm:^0.32.1" + "@backstage/cli": "npm:^0.33.0" "@backstage/e2e-test-utils": "npm:^0.1.1" - "@backstage/repo-tools": "npm:^0.13.3" + "@backstage/repo-tools": "npm:^0.14.0" "@changesets/cli": "npm:^2.27.1" knip: "npm:^5.27.4" node-gyp: "npm:^10.0.0" @@ -5609,7 +5664,7 @@ __metadata: languageName: node linkType: hard -"@material-ui/styles@npm:^4.11.4, @material-ui/styles@npm:^4.11.5": +"@material-ui/styles@npm:^4.11.0, @material-ui/styles@npm:^4.11.4, @material-ui/styles@npm:^4.11.5": version: 4.11.5 resolution: "@material-ui/styles@npm:4.11.5" dependencies: @@ -14561,6 +14616,15 @@ __metadata: languageName: node linkType: hard +"express-rate-limit@npm:^7.5.0": + version: 7.5.1 + resolution: "express-rate-limit@npm:7.5.1" + peerDependencies: + express: ">= 4.11" + checksum: 10/357c3398450144ab7bbce2841d0bf4f93a0f3fd9d1d5ed9a0ee331b557af969cc790941dc37b47f8d9b5672964aa0e31666f770e1f48b334dc7d1e69f6433040 + languageName: node + linkType: hard + "express-session@npm:^1.17.1": version: 1.18.0 resolution: "express-session@npm:1.18.0" @@ -18121,7 +18185,7 @@ __metadata: languageName: node linkType: hard -"jss@npm:10.10.0, jss@npm:^10.5.1": +"jss@npm:10.10.0, jss@npm:^10.5.1, jss@npm:~10.10.0": version: 10.10.0 resolution: "jss@npm:10.10.0" dependencies: @@ -22167,6 +22231,15 @@ __metadata: languageName: node linkType: hard +"rate-limit-redis@npm:^4.2.0": + version: 4.2.1 + resolution: "rate-limit-redis@npm:4.2.1" + peerDependencies: + express-rate-limit: ">= 6" + checksum: 10/c36c50cfca992cbd14c97c08bb01c7d1d340d27b5fa1a2c1154275fec0b59c187eb6fb207da3d035c7c87e7629c92324cd53074f854dbb16548faf94f5a41351 + languageName: node + linkType: hard + "raw-body@npm:2.5.2, raw-body@npm:^2.4.1": version: 2.5.2 resolution: "raw-body@npm:2.5.2"