From ba7a25e4b980960957dbdbad025a7be6b34bdb12 Mon Sep 17 00:00:00 2001 From: Backstage Service Account <74306126+backstage-service@users.noreply.github.com> Date: Fri, 18 Apr 2025 02:48:07 +0200 Subject: [PATCH] code-climate - version:bump to v1.38.1 (#3679) * v1.38.1 version bump * Manual changes for release Signed-off-by: Andre Wanlin --------- Signed-off-by: Andre Wanlin Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andre Wanlin --- .../.changeset/version-bump-1-38-1.md | 5 + workspaces/code-climate/README.md | 2 +- workspaces/code-climate/backstage.json | 2 +- workspaces/code-climate/package.json | 5 +- .../plugins/code-climate/dev/index.tsx | 1 - .../plugins/code-climate/package.json | 12 +- .../plugins/code-climate/report.api.md | 4 +- .../CodeClimateCard/CodeClimateCard.tsx | 1 - .../CodeClimateCardContents.tsx | 1 - .../CodeClimateTable.test.tsx | 1 - .../CodeClimateTable/CodeClimateTable.tsx | 1 - workspaces/code-climate/tsconfig.json | 3 +- workspaces/code-climate/yarn.lock | 517 +++++++++--------- 13 files changed, 285 insertions(+), 270 deletions(-) create mode 100644 workspaces/code-climate/.changeset/version-bump-1-38-1.md diff --git a/workspaces/code-climate/.changeset/version-bump-1-38-1.md b/workspaces/code-climate/.changeset/version-bump-1-38-1.md new file mode 100644 index 000000000..32c65123a --- /dev/null +++ b/workspaces/code-climate/.changeset/version-bump-1-38-1.md @@ -0,0 +1,5 @@ +--- +'@backstage-community/plugin-code-climate': minor +--- + +Backstage version bump to v1.38.1 diff --git a/workspaces/code-climate/README.md b/workspaces/code-climate/README.md index 8c7c4373f..041c4fbe5 100644 --- a/workspaces/code-climate/README.md +++ b/workspaces/code-climate/README.md @@ -6,5 +6,5 @@ To start the app, run: ```sh yarn install -yarn dev +yarn start ``` diff --git a/workspaces/code-climate/backstage.json b/workspaces/code-climate/backstage.json index c04471792..c6aea75b5 100644 --- a/workspaces/code-climate/backstage.json +++ b/workspaces/code-climate/backstage.json @@ -1,3 +1,3 @@ { - "version": "1.37.0" + "version": "1.38.1" } diff --git a/workspaces/code-climate/package.json b/workspaces/code-climate/package.json index 02cbca2af..fd48cc1d7 100644 --- a/workspaces/code-climate/package.json +++ b/workspaces/code-climate/package.json @@ -6,6 +6,7 @@ "node": "20 || 22" }, "scripts": { + "start": "backstage-cli repo start", "tsc": "tsc", "tsc:full": "tsc --skipLibCheck false --incremental false", "build:all": "backstage-cli repo build --all", @@ -33,9 +34,9 @@ "directory": "workspaces/code-climate" }, "devDependencies": { - "@backstage/cli": "^0.31.0", + "@backstage/cli": "^0.32.0", "@backstage/e2e-test-utils": "^0.1.1", - "@backstage/repo-tools": "^0.13.1", + "@backstage/repo-tools": "^0.13.2", "@changesets/cli": "^2.27.1", "knip": "^5.27.4", "node-gyp": "^10.0.0", diff --git a/workspaces/code-climate/plugins/code-climate/dev/index.tsx b/workspaces/code-climate/plugins/code-climate/dev/index.tsx index 46619dcbe..5cded08cc 100644 --- a/workspaces/code-climate/plugins/code-climate/dev/index.tsx +++ b/workspaces/code-climate/plugins/code-climate/dev/index.tsx @@ -18,7 +18,6 @@ import { Entity } from '@backstage/catalog-model'; // eslint-disable-next-line @backstage/no-undeclared-imports import { createDevApp, EntityGridItem } from '@backstage/dev-utils'; import Grid from '@material-ui/core/Grid'; -import React from 'react'; import { EntityCodeClimateCard, MockCodeClimateApi, diff --git a/workspaces/code-climate/plugins/code-climate/package.json b/workspaces/code-climate/plugins/code-climate/package.json index 45cd50e2b..6682b27c8 100644 --- a/workspaces/code-climate/plugins/code-climate/package.json +++ b/workspaces/code-climate/plugins/code-climate/package.json @@ -37,9 +37,9 @@ }, "dependencies": { "@backstage/catalog-model": "^1.7.3", - "@backstage/core-components": "^0.17.0", - "@backstage/core-plugin-api": "^1.10.5", - "@backstage/plugin-catalog-react": "^1.16.0", + "@backstage/core-components": "^0.17.1", + "@backstage/core-plugin-api": "^1.10.6", + "@backstage/plugin-catalog-react": "^1.17.0", "@material-ui/core": "^4.12.2", "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0", "humanize-duration": "^3.27.1", @@ -47,9 +47,9 @@ "react-use": "^17.2.4" }, "devDependencies": { - "@backstage/cli": "^0.31.0", - "@backstage/dev-utils": "^1.1.8", - "@backstage/test-utils": "^1.7.6", + "@backstage/cli": "^0.32.0", + "@backstage/dev-utils": "^1.1.9", + "@backstage/test-utils": "^1.7.7", "@testing-library/dom": "^10.0.0", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^15.0.0", diff --git a/workspaces/code-climate/plugins/code-climate/report.api.md b/workspaces/code-climate/plugins/code-climate/report.api.md index 1d135b499..f39470814 100644 --- a/workspaces/code-climate/plugins/code-climate/report.api.md +++ b/workspaces/code-climate/plugins/code-climate/report.api.md @@ -3,13 +3,11 @@ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts -/// - import { ApiRef } from '@backstage/core-plugin-api'; import { BackstagePlugin } from '@backstage/core-plugin-api'; import { DiscoveryApi } from '@backstage/core-plugin-api'; import { FetchApi } from '@backstage/core-plugin-api'; -import { JSX as JSX_2 } from 'react'; +import { JSX as JSX_2 } from 'react/jsx-runtime'; import { RouteRef } from '@backstage/core-plugin-api'; // @public (undocumented) diff --git a/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateCard/CodeClimateCard.tsx b/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateCard/CodeClimateCard.tsx index 82af32669..6eedad0be 100644 --- a/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateCard/CodeClimateCard.tsx +++ b/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateCard/CodeClimateCard.tsx @@ -14,7 +14,6 @@ * limitations under the License. */ -import React from 'react'; import { InfoCard } from '@backstage/core-components'; import { CodeClimateCardContents } from '../CodeClimateCardContents'; diff --git a/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateCardContents/CodeClimateCardContents.tsx b/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateCardContents/CodeClimateCardContents.tsx index d53303bc9..354b5a671 100644 --- a/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateCardContents/CodeClimateCardContents.tsx +++ b/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateCardContents/CodeClimateCardContents.tsx @@ -14,7 +14,6 @@ * limitations under the License. */ -import React from 'react'; import useAsync from 'react-use/esm/useAsync'; import { codeClimateApiRef } from '../../api'; import { CodeClimateTable } from '../CodeClimateTable'; diff --git a/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateTable/CodeClimateTable.test.tsx b/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateTable/CodeClimateTable.test.tsx index e5703a993..806d5474f 100644 --- a/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateTable/CodeClimateTable.test.tsx +++ b/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateTable/CodeClimateTable.test.tsx @@ -14,7 +14,6 @@ * limitations under the License. */ -import React from 'react'; import { renderInTestApp } from '@backstage/test-utils'; import { CodeClimateTable } from './CodeClimateTable'; import { mockData } from '../../api/mock/mock-api'; diff --git a/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateTable/CodeClimateTable.tsx b/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateTable/CodeClimateTable.tsx index ebb13abfb..29445ba45 100644 --- a/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateTable/CodeClimateTable.tsx +++ b/workspaces/code-climate/plugins/code-climate/src/components/CodeClimateTable/CodeClimateTable.tsx @@ -14,7 +14,6 @@ * limitations under the License. */ -import React from 'react'; import { CodeClimateData } from '../../api'; import { Link } from '@backstage/core-components'; import Box from '@material-ui/core/Box'; diff --git a/workspaces/code-climate/tsconfig.json b/workspaces/code-climate/tsconfig.json index aed5129a4..d346b34ac 100644 --- a/workspaces/code-climate/tsconfig.json +++ b/workspaces/code-climate/tsconfig.json @@ -13,6 +13,7 @@ "rootDir": ".", "lib": ["DOM", "DOM.Iterable", "ScriptHost", "ES2022"], "target": "ES2022", - "useUnknownInCatchVariables": false + "useUnknownInCatchVariables": false, + "jsx": "react-jsx" } } diff --git a/workspaces/code-climate/yarn.lock b/workspaces/code-climate/yarn.lock index c8f7457a2..a95edbd59 100644 --- a/workspaces/code-climate/yarn.lock +++ b/workspaces/code-climate/yarn.lock @@ -1734,12 +1734,12 @@ __metadata: resolution: "@backstage-community/plugin-code-climate@workspace:plugins/code-climate" dependencies: "@backstage/catalog-model": "npm:^1.7.3" - "@backstage/cli": "npm:^0.31.0" - "@backstage/core-components": "npm:^0.17.0" - "@backstage/core-plugin-api": "npm:^1.10.5" - "@backstage/dev-utils": "npm:^1.1.8" - "@backstage/plugin-catalog-react": "npm:^1.16.0" - "@backstage/test-utils": "npm:^1.7.6" + "@backstage/cli": "npm:^0.32.0" + "@backstage/core-components": "npm:^0.17.1" + "@backstage/core-plugin-api": "npm:^1.10.6" + "@backstage/dev-utils": "npm:^1.1.9" + "@backstage/plugin-catalog-react": "npm:^1.17.0" + "@backstage/test-utils": "npm:^1.7.7" "@material-ui/core": "npm:^4.12.2" "@testing-library/dom": "npm:^10.0.0" "@testing-library/jest-dom": "npm:^6.0.0" @@ -1761,15 +1761,15 @@ __metadata: languageName: unknown linkType: soft -"@backstage/app-defaults@npm:^1.6.0": - version: 1.6.0 - resolution: "@backstage/app-defaults@npm:1.6.0" +"@backstage/app-defaults@npm:^1.6.1": + version: 1.6.1 + resolution: "@backstage/app-defaults@npm:1.6.1" dependencies: - "@backstage/core-app-api": "npm:^1.16.0" - "@backstage/core-components": "npm:^0.17.0" - "@backstage/core-plugin-api": "npm:^1.10.5" - "@backstage/plugin-permission-react": "npm:^0.4.32" - "@backstage/theme": "npm:^0.6.4" + "@backstage/core-app-api": "npm:^1.16.1" + "@backstage/core-components": "npm:^0.17.1" + "@backstage/core-plugin-api": "npm:^1.10.6" + "@backstage/plugin-permission-react": "npm:^0.4.33" + "@backstage/theme": "npm:^0.6.5" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" peerDependencies: @@ -1780,26 +1780,26 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/9d4def43db372d57ee18c4d48a09bd6f7088429b1e7a0c4cb21308d0171d4d32fc166867557522671aa09a028b8b75decf5ff94a293865ed66863b1edcd0e043 + checksum: 10/9367d24422d3bc4738d163fe5e4b4c500741ddbfc71aaa111815c162ad9be807f96617e13043c9ebb4f98fd3ec971de8a83199d534364542ed591b9ad9f3516a languageName: node linkType: hard -"@backstage/backend-plugin-api@npm:^1.2.1": - version: 1.2.1 - resolution: "@backstage/backend-plugin-api@npm:1.2.1" +"@backstage/backend-plugin-api@npm:^1.3.0": + version: 1.3.0 + resolution: "@backstage/backend-plugin-api@npm:1.3.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.1" + "@backstage/plugin-auth-node": "npm:^0.6.2" "@backstage/plugin-permission-common": "npm:^0.8.4" - "@backstage/plugin-permission-node": "npm:^0.9.0" + "@backstage/plugin-permission-node": "npm:^0.9.1" "@backstage/types": "npm:^1.2.1" "@types/express": "npm:^4.17.6" "@types/luxon": "npm:^3.0.0" knex: "npm:^3.0.0" luxon: "npm:^3.0.0" - checksum: 10/79a1a0f062436e382a5221a7c8bbde610d1d278bff13fc8e02bc1bbd3e8782e3ebc2ef691c1f359ef80386726c41342c64e7e3e0093853f48acedc421122b6c9 + checksum: 10/0c657159bf2d988a09fe066dba811fa1c9237162dffdbbded09a108d906ea580099343b86d1d5e675bf5f59ee09e292f23dd44c6a594c2f70ead8035f512b8b0 languageName: node linkType: hard @@ -1850,9 +1850,9 @@ __metadata: languageName: node linkType: hard -"@backstage/cli@npm:^0.31.0": - version: 0.31.0 - resolution: "@backstage/cli@npm:0.31.0" +"@backstage/cli@npm:^0.32.0": + version: 0.32.0 + resolution: "@backstage/cli@npm:0.32.0" dependencies: "@backstage/catalog-model": "npm:^1.7.3" "@backstage/cli-common": "npm:^0.1.15" @@ -1861,11 +1861,11 @@ __metadata: "@backstage/config-loader": "npm:^1.10.0" "@backstage/errors": "npm:^1.2.7" "@backstage/eslint-plugin": "npm:^0.1.10" - "@backstage/integration": "npm:^1.16.2" + "@backstage/integration": "npm:^1.16.3" "@backstage/release-manifests": "npm:^0.0.12" "@backstage/types": "npm:^1.2.1" "@manypkg/get-packages": "npm:^1.1.3" - "@module-federation/enhanced": "npm:^0.8.0" + "@module-federation/enhanced": "npm:^0.9.0" "@octokit/graphql": "npm:^5.0.0" "@octokit/graphql-schema": "npm:^13.7.0" "@octokit/oauth-app": "npm:^4.2.0" @@ -1981,7 +1981,8 @@ __metadata: optional: true bin: backstage-cli: bin/backstage-cli - checksum: 10/3bcc5f025def72654c0c808d44b9b4c6ab48e321c6e7b4013b4ff7291059d1991f754977eb56538a5d6d314df081c99e53935026d29cbd6a5342a74a2e2caf78 + backstage-cli-alpha: bin/backstage-cli-alpha + checksum: 10/c9bec5d95e1958f01c6492ef9bdba2262fd1ea3d269e9b0d03f78a7bf91b41363a7fbf59f6f1a08db3e30ced4e7bed030d8bc4a6c59fb0be4d27efc53ed16d9b languageName: node linkType: hard @@ -2019,12 +2020,12 @@ __metadata: languageName: node linkType: hard -"@backstage/core-app-api@npm:^1.16.0": - version: 1.16.0 - resolution: "@backstage/core-app-api@npm:1.16.0" +"@backstage/core-app-api@npm:^1.16.1": + version: 1.16.1 + resolution: "@backstage/core-app-api@npm:1.16.1" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/core-plugin-api": "npm:^1.10.5" + "@backstage/core-plugin-api": "npm:^1.10.6" "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.11" "@types/prop-types": "npm:^15.7.3" @@ -2043,17 +2044,17 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/f1dbba87aabf1cc92bc53a6a50dd92c4a0d50776015d39c0189125d3f818d3e83cb594270a461a80c58fdd07af464c6b4245906febced91d5805aefd73077a4f + checksum: 10/fae37fa5c4598dc1c2a4f82356d4039633cc7323f44f369ad1ca4151e1e27f668b2929f759e7a4843e273979a5aae1b473809e8add23cbd788fc48329bdf51fd languageName: node linkType: hard -"@backstage/core-compat-api@npm:^0.4.0": - version: 0.4.0 - resolution: "@backstage/core-compat-api@npm:0.4.0" +"@backstage/core-compat-api@npm:^0.4.1": + version: 0.4.1 + resolution: "@backstage/core-compat-api@npm:0.4.1" dependencies: - "@backstage/core-plugin-api": "npm:^1.10.5" - "@backstage/frontend-plugin-api": "npm:^0.10.0" - "@backstage/plugin-catalog-react": "npm:^1.16.0" + "@backstage/core-plugin-api": "npm:^1.10.6" + "@backstage/frontend-plugin-api": "npm:^0.10.1" + "@backstage/plugin-catalog-react": "npm:^1.17.0" "@backstage/version-bridge": "npm:^1.0.11" lodash: "npm:^4.17.21" peerDependencies: @@ -2064,18 +2065,18 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/6b29f14dadc5dd5c055d063cb12ff901e2ff4458eb606489fc917e029afc3bb81b5292cf701227cedf35c3df25dc85ad1c60ca20ef3b8f75aa41d40a7f5580ee + checksum: 10/4c91cc4f4a06d6420a4bed63e540e46a34a7a1ecb831fd503960c9e9ae8817f015a0b6d39d37ac4588233caf2a21a93c9acadbe15d11b59706275166567a4581 languageName: node linkType: hard -"@backstage/core-components@npm:^0.17.0": - version: 0.17.0 - resolution: "@backstage/core-components@npm:0.17.0" +"@backstage/core-components@npm:^0.17.1": + version: 0.17.1 + resolution: "@backstage/core-components@npm:0.17.1" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/core-plugin-api": "npm:^1.10.5" + "@backstage/core-plugin-api": "npm:^1.10.6" "@backstage/errors": "npm:^1.2.7" - "@backstage/theme": "npm:^0.6.4" + "@backstage/theme": "npm:^0.6.5" "@backstage/version-bridge": "npm:^1.0.11" "@dagrejs/dagre": "npm:^1.1.4" "@date-io/core": "npm:^1.3.13" @@ -2118,13 +2119,13 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/b48f7a3a6df469f26eb033f2f59da36dcf56bb52ba7298b7dba05d9132c90f8ab5b58dd247a8f9c1b652b91138358fbae482654465550c74780a32fe04bf6e7e + checksum: 10/12e8f0675c2dd6bb871d77ceb833d2078cac41278d4122139669ffaadea09df7b3c8ca53c166e2c664c275e381f9c96f8383a5a1faaeb956ab0f1e4ee72ec1b7 languageName: node linkType: hard -"@backstage/core-plugin-api@npm:^1.10.5": - version: 1.10.5 - resolution: "@backstage/core-plugin-api@npm:1.10.5" +"@backstage/core-plugin-api@npm:^1.10.6": + version: 1.10.6 + resolution: "@backstage/core-plugin-api@npm:1.10.6" dependencies: "@backstage/config": "npm:^1.3.2" "@backstage/errors": "npm:^1.2.7" @@ -2139,22 +2140,22 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/438d0dd80335e1b51842899f3e6bd1039fe29f0ae65e8ee827b8fcfce1599b63a3bdc36e87acce0168c59499f623a6285da7eaf0577567ebbad2900954e2f955 + checksum: 10/1359bb2dc294c6eb0b8de6aa4a0788561c5d43ef2a4464d4f7600c382126398a42724e8ba894925ab02f1d332ef9b87b0eeee31e56a9e9223f8d6504a283d896 languageName: node linkType: hard -"@backstage/dev-utils@npm:^1.1.8": - version: 1.1.8 - resolution: "@backstage/dev-utils@npm:1.1.8" +"@backstage/dev-utils@npm:^1.1.9": + version: 1.1.9 + resolution: "@backstage/dev-utils@npm:1.1.9" dependencies: - "@backstage/app-defaults": "npm:^1.6.0" + "@backstage/app-defaults": "npm:^1.6.1" "@backstage/catalog-model": "npm:^1.7.3" - "@backstage/core-app-api": "npm:^1.16.0" - "@backstage/core-components": "npm:^0.17.0" - "@backstage/core-plugin-api": "npm:^1.10.5" - "@backstage/integration-react": "npm:^1.2.5" - "@backstage/plugin-catalog-react": "npm:^1.16.0" - "@backstage/theme": "npm:^0.6.4" + "@backstage/core-app-api": "npm:^1.16.1" + "@backstage/core-components": "npm:^0.17.1" + "@backstage/core-plugin-api": "npm:^1.10.6" + "@backstage/integration-react": "npm:^1.2.6" + "@backstage/plugin-catalog-react": "npm:^1.17.0" + "@backstage/theme": "npm:^0.6.5" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" react-use: "npm:^17.2.4" @@ -2166,7 +2167,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/3f507c912d9abbbb466dc997c989b23c9eefa1d4bc80fb38b6bea86ec51225f5d39185313ebd0d1f3a55adf773d2a4875130da296e6d2ee39d83985efef15b36 + checksum: 10/078ece28986bf3997560bd8441f6414079264fc88e10172e90be9525393ef0f2b2577fa5c2ef67d9f7a0997eb0578a19a24b51502524070ab6f0d94f069ea949 languageName: node linkType: hard @@ -2205,16 +2206,16 @@ __metadata: languageName: node linkType: hard -"@backstage/frontend-app-api@npm:^0.11.0": - version: 0.11.0 - resolution: "@backstage/frontend-app-api@npm:0.11.0" +"@backstage/frontend-app-api@npm:^0.11.1": + version: 0.11.1 + resolution: "@backstage/frontend-app-api@npm:0.11.1" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/core-app-api": "npm:^1.16.0" - "@backstage/core-plugin-api": "npm:^1.10.5" + "@backstage/core-app-api": "npm:^1.16.1" + "@backstage/core-plugin-api": "npm:^1.10.6" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-defaults": "npm:^0.2.0" - "@backstage/frontend-plugin-api": "npm:^0.10.0" + "@backstage/frontend-defaults": "npm:^0.2.1" + "@backstage/frontend-plugin-api": "npm:^0.10.1" "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.11" lodash: "npm:^4.17.21" @@ -2227,19 +2228,19 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/5522ddd487766ea44288d5626f269e42ad7d84902a5a257fd3962d2b2409743cf1b5de135e15915ba568bf2b12ec25c814ece077c87e1436c67e63998b1b9652 + checksum: 10/fdf5b7dddeba9320e8ec54751396a3e81897605c26520af60eb61a76f17dd78b6b786f5cfa9f4bad3beef0d3408868bfe8331f6773b54034d11dc170a35e60e7 languageName: node linkType: hard -"@backstage/frontend-defaults@npm:^0.2.0": - version: 0.2.0 - resolution: "@backstage/frontend-defaults@npm:0.2.0" +"@backstage/frontend-defaults@npm:^0.2.1": + version: 0.2.1 + resolution: "@backstage/frontend-defaults@npm:0.2.1" dependencies: "@backstage/config": "npm:^1.3.2" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-app-api": "npm:^0.11.0" - "@backstage/frontend-plugin-api": "npm:^0.10.0" - "@backstage/plugin-app": "npm:^0.1.7" + "@backstage/frontend-app-api": "npm:^0.11.1" + "@backstage/frontend-plugin-api": "npm:^0.10.1" + "@backstage/plugin-app": "npm:^0.1.8" "@react-hookz/web": "npm:^24.0.0" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -2249,16 +2250,16 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/65decef0c603ededc36791db771f82c35f6b8c283a65d6b81ad098175290ce8d125d22127968820d29dcbc69c4241b7e703013c5091a1c433bfaf86eaad482ea + checksum: 10/3bd178ca78db5d467378272025d7a3fa7995a37063f39c2ec2c9a81b2bb6aa4890f888e99f1e5c4abb442614b978a490d8dbcaa09e54a94e47364caab618725c languageName: node linkType: hard -"@backstage/frontend-plugin-api@npm:^0.10.0": - version: 0.10.0 - resolution: "@backstage/frontend-plugin-api@npm:0.10.0" +"@backstage/frontend-plugin-api@npm:^0.10.1": + version: 0.10.1 + resolution: "@backstage/frontend-plugin-api@npm:0.10.1" dependencies: - "@backstage/core-components": "npm:^0.17.0" - "@backstage/core-plugin-api": "npm:^1.10.5" + "@backstage/core-components": "npm:^0.17.1" + "@backstage/core-plugin-api": "npm:^1.10.6" "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.11" "@material-ui/core": "npm:^4.12.4" @@ -2273,19 +2274,19 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/9f52031e65d38087da1ad8d3117fdb2c54dbde20326f32c7cfebd755af6d28d881c9e57b5f9c17f4920fb40eea90b3b5b48b4cfc95f7dd2a3359866544ad5411 + checksum: 10/5a1b69d7a1b1db584f4f0c4934ac98dc678f53730c250959da47e20479032b02b1f02785bcb51989af899e8b1166599e23e03ce024469e5efb5b49f8c792e315 languageName: node linkType: hard -"@backstage/frontend-test-utils@npm:^0.3.0": - version: 0.3.0 - resolution: "@backstage/frontend-test-utils@npm:0.3.0" +"@backstage/frontend-test-utils@npm:^0.3.1": + version: 0.3.1 + resolution: "@backstage/frontend-test-utils@npm:0.3.1" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/frontend-app-api": "npm:^0.11.0" - "@backstage/frontend-plugin-api": "npm:^0.10.0" - "@backstage/plugin-app": "npm:^0.1.7" - "@backstage/test-utils": "npm:^1.7.6" + "@backstage/frontend-app-api": "npm:^0.11.1" + "@backstage/frontend-plugin-api": "npm:^0.10.1" + "@backstage/plugin-app": "npm:^0.1.8" + "@backstage/test-utils": "npm:^1.7.7" "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.11" zod: "npm:^3.22.4" @@ -2298,17 +2299,17 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/d141510fd32dc585677e1e1d7e0962b7656fd3ba7c214ef6341da39771e6fc41f5a1ca593ccfe660017fab15c90e7f7166c501618cb4c21d076ea98f101039dc + checksum: 10/b46c7e660ffbfecae9d0dd9fbc471c0c6324550d768f2749ff5726b4acd737aef4075290f1c2e8b73ce967b664997cc1f47f933254209d41d2fb080799c3dba9 languageName: node linkType: hard -"@backstage/integration-react@npm:^1.2.5": - version: 1.2.5 - resolution: "@backstage/integration-react@npm:1.2.5" +"@backstage/integration-react@npm:^1.2.6": + version: 1.2.6 + resolution: "@backstage/integration-react@npm:1.2.6" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/core-plugin-api": "npm:^1.10.5" - "@backstage/integration": "npm:^1.16.2" + "@backstage/core-plugin-api": "npm:^1.10.6" + "@backstage/integration": "npm:^1.16.3" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" peerDependencies: @@ -2319,13 +2320,13 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/e41677549a09452470f653962faeacb16aa3cc4b5eb2449f8521ea4a630c0468a079e1a91bce22ebed4c7421329a547de3084ff7c3d9f5113659559ba28ae07e + checksum: 10/7a3a13d277e03c5a95131b99a50210e4bd7bdcba133ef5ee1549d625fc373072669a52e9317bc1b29f27f7a3d99eb89d2dc6469ff7bd87de10eb1d19a03a51bb languageName: node linkType: hard -"@backstage/integration@npm:^1.16.2": - version: 1.16.2 - resolution: "@backstage/integration@npm:1.16.2" +"@backstage/integration@npm:^1.16.3": + version: 1.16.3 + resolution: "@backstage/integration@npm:1.16.3" dependencies: "@azure/identity": "npm:^4.0.0" "@azure/storage-blob": "npm:^12.5.0" @@ -2337,20 +2338,20 @@ __metadata: git-url-parse: "npm:^15.0.0" lodash: "npm:^4.17.21" luxon: "npm:^3.0.0" - checksum: 10/fe7733dd24002931449fbe198254f2fd578bd63183141fe9194a8488e8c18dff23f9ada12af76e69e1cfb91fee5b4737fe404dd354eb6f27d1a8dcc601356c52 + checksum: 10/ce27919bee116725b1cd0749388dacace62746eba46772343cdd95d93c0261d673b7feac62ff74a024e6a8b455b33f231ceb987c23ecf34804643eda6bed2821 languageName: node linkType: hard -"@backstage/plugin-app@npm:^0.1.7": - version: 0.1.7 - resolution: "@backstage/plugin-app@npm:0.1.7" +"@backstage/plugin-app@npm:^0.1.8": + version: 0.1.8 + resolution: "@backstage/plugin-app@npm:0.1.8" dependencies: - "@backstage/core-components": "npm:^0.17.0" - "@backstage/core-plugin-api": "npm:^1.10.5" - "@backstage/frontend-plugin-api": "npm:^0.10.0" - "@backstage/integration-react": "npm:^1.2.5" - "@backstage/plugin-permission-react": "npm:^0.4.32" - "@backstage/theme": "npm:^0.6.4" + "@backstage/core-components": "npm:^0.17.1" + "@backstage/core-plugin-api": "npm:^1.10.6" + "@backstage/frontend-plugin-api": "npm:^0.10.1" + "@backstage/integration-react": "npm:^1.2.6" + "@backstage/plugin-permission-react": "npm:^0.4.33" + "@backstage/theme": "npm:^0.6.5" "@backstage/types": "npm:^1.2.1" "@material-ui/core": "npm:^4.9.13" "@material-ui/icons": "npm:^4.9.1" @@ -2364,15 +2365,15 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/29819de2c81dbeb787e485d43b8ccb475d42fb4e071ce2eab6e0a814e35f5d6f14deb1266082326dd3b07005136a34b780a14af3aed7efae6f0fff4ae28bc9cb + checksum: 10/3634ce0bb0ac0f86050c45a4d24f728975232dcd04106b48b1ffdaec4e2ce9ef1ad17220afd0351fb75d6e10bfaacd45289064397332b5c08dc1c046d21466cf languageName: node linkType: hard -"@backstage/plugin-auth-node@npm:^0.6.1": - version: 0.6.1 - resolution: "@backstage/plugin-auth-node@npm:0.6.1" +"@backstage/plugin-auth-node@npm:^0.6.2": + version: 0.6.2 + resolution: "@backstage/plugin-auth-node@npm:0.6.2" dependencies: - "@backstage/backend-plugin-api": "npm:^1.2.1" + "@backstage/backend-plugin-api": "npm:^1.3.0" "@backstage/catalog-client": "npm:^1.9.1" "@backstage/catalog-model": "npm:^1.7.3" "@backstage/config": "npm:^1.3.2" @@ -2387,7 +2388,7 @@ __metadata: zod: "npm:^3.22.4" zod-to-json-schema: "npm:^3.21.4" zod-validation-error: "npm:^3.4.0" - checksum: 10/b16ec60691e584acc138e8fb7fcadbded16e06bb5deb3dfaf7b458880cf4a2fa917045ef4091e13cb1c9dbf49035ea01e6948cf5d826d60ec9fefa529f0bc3d4 + checksum: 10/831b07fa41df68855f9a107a78c70d34986ddc7e12eac70cd3cdecb42b1297a65f0e6061549b12653704966887a5cd0199c7d69588e48a461dd74559d890aaa7 languageName: node linkType: hard @@ -2402,22 +2403,22 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-catalog-react@npm:^1.16.0": - version: 1.16.0 - resolution: "@backstage/plugin-catalog-react@npm:1.16.0" +"@backstage/plugin-catalog-react@npm:^1.17.0": + version: 1.17.0 + resolution: "@backstage/plugin-catalog-react@npm:1.17.0" dependencies: "@backstage/catalog-client": "npm:^1.9.1" "@backstage/catalog-model": "npm:^1.7.3" - "@backstage/core-compat-api": "npm:^0.4.0" - "@backstage/core-components": "npm:^0.17.0" - "@backstage/core-plugin-api": "npm:^1.10.5" + "@backstage/core-compat-api": "npm:^0.4.1" + "@backstage/core-components": "npm:^0.17.1" + "@backstage/core-plugin-api": "npm:^1.10.6" "@backstage/errors": "npm:^1.2.7" - "@backstage/frontend-plugin-api": "npm:^0.10.0" - "@backstage/frontend-test-utils": "npm:^0.3.0" - "@backstage/integration-react": "npm:^1.2.5" + "@backstage/frontend-plugin-api": "npm:^0.10.1" + "@backstage/frontend-test-utils": "npm:^0.3.1" + "@backstage/integration-react": "npm:^1.2.6" "@backstage/plugin-catalog-common": "npm:^1.1.3" "@backstage/plugin-permission-common": "npm:^0.8.4" - "@backstage/plugin-permission-react": "npm:^0.4.32" + "@backstage/plugin-permission-react": "npm:^0.4.33" "@backstage/types": "npm:^1.2.1" "@backstage/version-bridge": "npm:^1.0.11" "@material-ui/core": "npm:^4.12.2" @@ -2439,7 +2440,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/0149b99ede5d563cd81dfa1d657cf332af2cbb3e6ff2e88244c4b3c59e2109264c62e3a6903ee471596a3c709294b81fe2da83513d79690704fb37f6cf67d305 + checksum: 10/025ed43087462b021c13eac7fc762ad7d52d8ebb593da0093130e6379a79ac1b428fa9024eb21ace9bdf1d43ecafcab39226dbbf2b44ba35a6c93a9ddb04f1da languageName: node linkType: hard @@ -2458,30 +2459,30 @@ __metadata: languageName: node linkType: hard -"@backstage/plugin-permission-node@npm:^0.9.0": - version: 0.9.0 - resolution: "@backstage/plugin-permission-node@npm:0.9.0" +"@backstage/plugin-permission-node@npm:^0.9.1": + version: 0.9.1 + resolution: "@backstage/plugin-permission-node@npm:0.9.1" dependencies: - "@backstage/backend-plugin-api": "npm:^1.2.1" + "@backstage/backend-plugin-api": "npm:^1.3.0" "@backstage/config": "npm:^1.3.2" "@backstage/errors": "npm:^1.2.7" - "@backstage/plugin-auth-node": "npm:^0.6.1" + "@backstage/plugin-auth-node": "npm:^0.6.2" "@backstage/plugin-permission-common": "npm:^0.8.4" "@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/677e09c440c0661f8554bf244fc1e8396a6a36473a602a221546c496730e05d80987ba4ca463a8e0a60ce99ada8a5fc8df9a8f9434599c64ff872ab50552c783 + checksum: 10/3292951e8cdcc4341ba53e67bcc580d77da14e1e3224b9323671704b7329a3a9e45905e3cc5afb8bff33462178ddf7c3a510392c048ce125f374910622e91bd4 languageName: node linkType: hard -"@backstage/plugin-permission-react@npm:^0.4.32": - version: 0.4.32 - resolution: "@backstage/plugin-permission-react@npm:0.4.32" +"@backstage/plugin-permission-react@npm:^0.4.33": + version: 0.4.33 + resolution: "@backstage/plugin-permission-react@npm:0.4.33" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/core-plugin-api": "npm:^1.10.5" + "@backstage/core-plugin-api": "npm:^1.10.6" "@backstage/plugin-permission-common": "npm:^0.8.4" swr: "npm:^2.0.0" peerDependencies: @@ -2492,7 +2493,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/c3e145b8a7817962daac1be78a733b943fe530484182ed83201d260af7027dc649222c625d3c8fb5861c64200152afa1b41d57d3b4602ef8d7619d6c740207c7 + checksum: 10/552bba79e3876ec48faf40df1c7f05f5b183130b3b214101b1dd48f519b6846867457ae458daeb20e74b8d8c805f4615c8a1c2d670e2f69f463cb484a408f16b languageName: node linkType: hard @@ -2513,13 +2514,13 @@ __metadata: languageName: node linkType: hard -"@backstage/repo-tools@npm:^0.13.1": - version: 0.13.1 - resolution: "@backstage/repo-tools@npm:0.13.1" +"@backstage/repo-tools@npm:^0.13.2": + version: 0.13.2 + resolution: "@backstage/repo-tools@npm:0.13.2" dependencies: "@apidevtools/swagger-parser": "npm:^10.1.0" "@apisyouwonthate/style-guide": "npm:^1.4.0" - "@backstage/backend-plugin-api": "npm:^1.2.1" + "@backstage/backend-plugin-api": "npm:^1.3.0" "@backstage/catalog-model": "npm:^1.7.3" "@backstage/cli-common": "npm:^0.1.15" "@backstage/cli-node": "npm:^0.2.13" @@ -2573,20 +2574,20 @@ __metadata: optional: true bin: backstage-repo-tools: bin/backstage-repo-tools - checksum: 10/a47da2133c1a2ab1f0d290dde629440bec1d29256cadd3bb7e645679e3e7b39e878d92cdb07116f2dc66149f85244d9e7cce177e1d918c7a1b3f5b092a985bbc + checksum: 10/d51b6d065c5481a71641d8a11a8e041b0d02e40b058a09a5caf4e3a131ca04c334707dd51c72d39e34062efd6c0a7c21eb919400ae8fdabc266dc41201807c96 languageName: node linkType: hard -"@backstage/test-utils@npm:^1.7.6": - version: 1.7.6 - resolution: "@backstage/test-utils@npm:1.7.6" +"@backstage/test-utils@npm:^1.7.7": + version: 1.7.7 + resolution: "@backstage/test-utils@npm:1.7.7" dependencies: "@backstage/config": "npm:^1.3.2" - "@backstage/core-app-api": "npm:^1.16.0" - "@backstage/core-plugin-api": "npm:^1.10.5" + "@backstage/core-app-api": "npm:^1.16.1" + "@backstage/core-plugin-api": "npm:^1.10.6" "@backstage/plugin-permission-common": "npm:^0.8.4" - "@backstage/plugin-permission-react": "npm:^0.4.32" - "@backstage/theme": "npm:^0.6.4" + "@backstage/plugin-permission-react": "npm:^0.4.33" + "@backstage/theme": "npm:^0.6.5" "@backstage/types": "npm:^1.2.1" "@material-ui/core": "npm:^4.12.2" "@material-ui/icons": "npm:^4.9.1" @@ -2602,13 +2603,13 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/527f44b032e526da1c0262835ae9077a1fc96e7f55ba76337583296c9b91fa7ab442399c101720e03f8c939220ff012bee9ecd8048fe25eae1afcee1e7c8abbd + checksum: 10/2ffc4957e84b4c0e1328e43e05c88051026edbf8e2c9fd04f873176ecd636bc11269f36fa72933defc60d0d869986e9a2d46bba1f57e50811671d81c330bf1b1 languageName: node linkType: hard -"@backstage/theme@npm:^0.6.4": - version: 0.6.4 - resolution: "@backstage/theme@npm:0.6.4" +"@backstage/theme@npm:^0.6.5": + version: 0.6.5 + resolution: "@backstage/theme@npm:0.6.5" dependencies: "@emotion/react": "npm:^11.10.5" "@emotion/styled": "npm:^11.10.5" @@ -2622,7 +2623,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 10/afa4a94a60136b48da5f3e994017e5a65248fa22942034831f83df0dffb4759e80c5aa9690606a8913e35a7d093747a3e50e56b5bdf2a58cb8f77d3d25ff8c70 + checksum: 10/242ccb2af6e2d1c64d4084c568c31d696d6abfdbbbd0ba35b2a9dabaae9c196b4610e2124f2c23fff16de082701901627f85b180f8a3ea2a8bcb865beb982829 languageName: node linkType: hard @@ -3538,9 +3539,9 @@ __metadata: version: 0.0.0-use.local resolution: "@internal/code-climate@workspace:." dependencies: - "@backstage/cli": "npm:^0.31.0" + "@backstage/cli": "npm:^0.32.0" "@backstage/e2e-test-utils": "npm:^0.1.1" - "@backstage/repo-tools": "npm:^0.13.1" + "@backstage/repo-tools": "npm:^0.13.2" "@changesets/cli": "npm:^2.27.1" knip: "npm:^5.27.4" node-gyp: "npm:^10.0.0" @@ -4216,46 +4217,46 @@ __metadata: languageName: node linkType: hard -"@module-federation/bridge-react-webpack-plugin@npm:0.8.5": - version: 0.8.5 - resolution: "@module-federation/bridge-react-webpack-plugin@npm:0.8.5" +"@module-federation/bridge-react-webpack-plugin@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/bridge-react-webpack-plugin@npm:0.9.1" dependencies: - "@module-federation/sdk": "npm:0.8.5" + "@module-federation/sdk": "npm:0.9.1" "@types/semver": "npm:7.5.8" semver: "npm:7.6.3" - checksum: 10/c33e10831e18130e2a44e00eaf10a7dc81fad73f28b70316c0a2c84adb015c775c6dc5cbe8370b0f8f6c4736969acc45991c50d079740c99acefe88f12f5ed8b + checksum: 10/4ff197741b1bdccf8f9e2236781e5ce3ef434e4207c5462b4b95b044c4c57a3ab3dd4dce48490d9fde5bd06fb855b9918841c7d04306726ee224d3e288074091 languageName: node linkType: hard -"@module-federation/data-prefetch@npm:0.8.5": - version: 0.8.5 - resolution: "@module-federation/data-prefetch@npm:0.8.5" +"@module-federation/data-prefetch@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/data-prefetch@npm:0.9.1" dependencies: - "@module-federation/runtime": "npm:0.8.5" - "@module-federation/sdk": "npm:0.8.5" + "@module-federation/runtime": "npm:0.9.1" + "@module-federation/sdk": "npm:0.9.1" fs-extra: "npm:9.1.0" peerDependencies: react: ">=16.9.0" react-dom: ">=16.9.0" - checksum: 10/34b911943b16f402e206392ac346715725b1589427310eccfabf619a32c2153ac8a6f610f984a7a5b0bae0a0ca7ed58844c39597b2db01028a98039906eca3ec + checksum: 10/a3c0e8d77f4d06e3851d041175ef3f55d47ff4069a526b9ac773c8aba71a520a0490653c87cdcf3761e96f9eb9ea16d45026f3aafdf0851c34ff4db6d71ec113 languageName: node linkType: hard -"@module-federation/dts-plugin@npm:0.8.5": - version: 0.8.5 - resolution: "@module-federation/dts-plugin@npm:0.8.5" +"@module-federation/dts-plugin@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/dts-plugin@npm:0.9.1" dependencies: - "@module-federation/error-codes": "npm:0.8.5" - "@module-federation/managers": "npm:0.8.5" - "@module-federation/sdk": "npm:0.8.5" - "@module-federation/third-party-dts-extractor": "npm:0.8.5" + "@module-federation/error-codes": "npm:0.9.1" + "@module-federation/managers": "npm:0.9.1" + "@module-federation/sdk": "npm:0.9.1" + "@module-federation/third-party-dts-extractor": "npm:0.9.1" adm-zip: "npm:^0.5.10" ansi-colors: "npm:^4.1.3" axios: "npm:^1.7.4" chalk: "npm:3.0.0" fs-extra: "npm:9.1.0" isomorphic-ws: "npm:5.0.0" - koa: "npm:2.15.3" + koa: "npm:2.15.4" lodash.clonedeepwith: "npm:4.5.0" log4js: "npm:6.9.1" node-schedule: "npm:2.1.1" @@ -4267,22 +4268,24 @@ __metadata: peerDependenciesMeta: vue-tsc: optional: true - checksum: 10/4269a32f81ca5c4f509134acd26b499e6f69985ed9d50bf6a6888338eceb78e7c3c715e956791b9680863e14b5b2f82ea6f2c663e3c7fc3bb4acd072a51d0739 + checksum: 10/e9fd11b150456f2621636587d181f6456fe5cd60a0720843fe1310e350c3ff8ebef02ea87d1bf40dc04a4b4cd65cfb2e9007ca1c20e4e5664142b7c670c4a57d languageName: node linkType: hard -"@module-federation/enhanced@npm:^0.8.0": - version: 0.8.5 - resolution: "@module-federation/enhanced@npm:0.8.5" +"@module-federation/enhanced@npm:^0.9.0": + version: 0.9.1 + resolution: "@module-federation/enhanced@npm:0.9.1" dependencies: - "@module-federation/bridge-react-webpack-plugin": "npm:0.8.5" - "@module-federation/data-prefetch": "npm:0.8.5" - "@module-federation/dts-plugin": "npm:0.8.5" - "@module-federation/managers": "npm:0.8.5" - "@module-federation/manifest": "npm:0.8.5" - "@module-federation/rspack": "npm:0.8.5" - "@module-federation/runtime-tools": "npm:0.8.5" - "@module-federation/sdk": "npm:0.8.5" + "@module-federation/bridge-react-webpack-plugin": "npm:0.9.1" + "@module-federation/data-prefetch": "npm:0.9.1" + "@module-federation/dts-plugin": "npm:0.9.1" + "@module-federation/error-codes": "npm:0.9.1" + "@module-federation/inject-external-runtime-core-plugin": "npm:0.9.1" + "@module-federation/managers": "npm:0.9.1" + "@module-federation/manifest": "npm:0.9.1" + "@module-federation/rspack": "npm:0.9.1" + "@module-federation/runtime-tools": "npm:0.9.1" + "@module-federation/sdk": "npm:0.9.1" btoa: "npm:^1.2.1" upath: "npm:2.0.1" peerDependencies: @@ -4296,51 +4299,61 @@ __metadata: optional: true webpack: optional: true - checksum: 10/a2ca858723e8a1f611f61262901b15b0ce8973b26dafeb872b2d053a6ac2993a1e80198de34770d340a6b6deb74fe4806ddeb73735c0b016ee4eb17bca3e9e15 + checksum: 10/a7955711f37ba02a18f3570289dfd8fbed30511b82fcf593e56808559cfd49d8852028aa67950db5e45617d0917536d067d85847892e62c20b68ba6ab40e17c4 languageName: node linkType: hard -"@module-federation/error-codes@npm:0.8.5": - version: 0.8.5 - resolution: "@module-federation/error-codes@npm:0.8.5" - checksum: 10/7274b7453c200013826e0d10fbc334084a01360bd1b8f62213a062ae2b08952edfc9f58b2a3253dbd0a01ab90c78df12816b04802736f9c5ce2ca4e7a09f0fc1 +"@module-federation/error-codes@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/error-codes@npm:0.9.1" + checksum: 10/545aecc606a506ee47f061835e0eaa41b8d1b02f6bf71b36ec9ae85a1b0370af1f7b7cf92a8f52c3c4b35da858653244316de5ab06bea5dac5b92995467631cc languageName: node linkType: hard -"@module-federation/managers@npm:0.8.5": - version: 0.8.5 - resolution: "@module-federation/managers@npm:0.8.5" +"@module-federation/inject-external-runtime-core-plugin@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/inject-external-runtime-core-plugin@npm:0.9.1" + peerDependencies: + "@module-federation/runtime-tools": 0.9.1 + checksum: 10/931eef6292c278450fc8cdb017073fa0b721796461eee12a254fc60a88a2f17e91395b12371f2c8b3b25b4056fc2dd2b76d1022e679be7353947c3d797e75ea5 + languageName: node + linkType: hard + +"@module-federation/managers@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/managers@npm:0.9.1" dependencies: - "@module-federation/sdk": "npm:0.8.5" + "@module-federation/sdk": "npm:0.9.1" find-pkg: "npm:2.0.0" fs-extra: "npm:9.1.0" - checksum: 10/83d008c7098e0b14fe15b966bb3344479e17593d04fb6a1f061440b92f4a337fd5f56835be3a71ae4a1adf87145dd7d7d5b7b3b0d942e56c2de0b758458ac569 + checksum: 10/32c1666244ba98644ab6eccdc844415d1aece1c105f6ba2ff17a3836866e7cdb2f61e556cb5a2b506b898ec709951f318d397f4d153efeff377067237968462f languageName: node linkType: hard -"@module-federation/manifest@npm:0.8.5": - version: 0.8.5 - resolution: "@module-federation/manifest@npm:0.8.5" +"@module-federation/manifest@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/manifest@npm:0.9.1" dependencies: - "@module-federation/dts-plugin": "npm:0.8.5" - "@module-federation/managers": "npm:0.8.5" - "@module-federation/sdk": "npm:0.8.5" + "@module-federation/dts-plugin": "npm:0.9.1" + "@module-federation/managers": "npm:0.9.1" + "@module-federation/sdk": "npm:0.9.1" chalk: "npm:3.0.0" find-pkg: "npm:2.0.0" - checksum: 10/7c58ddd05492b6721c9848934ae98dec1cd21dcf1282753112bdc7f6a1a79c80e31e7aed041ccb580f181834780c4234adcfe96b829d5cf5609df0f5b2cf4c80 + checksum: 10/539b86bd5388296fb35a34c7b732b92788600ab6625d53f11588ad67c3a603ac3c1974541d9cf04db2d24635be1610414c29388e849d96bbb812cad3b1c79425 languageName: node linkType: hard -"@module-federation/rspack@npm:0.8.5": - version: 0.8.5 - resolution: "@module-federation/rspack@npm:0.8.5" +"@module-federation/rspack@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/rspack@npm:0.9.1" dependencies: - "@module-federation/bridge-react-webpack-plugin": "npm:0.8.5" - "@module-federation/dts-plugin": "npm:0.8.5" - "@module-federation/managers": "npm:0.8.5" - "@module-federation/manifest": "npm:0.8.5" - "@module-federation/runtime-tools": "npm:0.8.5" - "@module-federation/sdk": "npm:0.8.5" + "@module-federation/bridge-react-webpack-plugin": "npm:0.9.1" + "@module-federation/dts-plugin": "npm:0.9.1" + "@module-federation/inject-external-runtime-core-plugin": "npm:0.9.1" + "@module-federation/managers": "npm:0.9.1" + "@module-federation/manifest": "npm:0.9.1" + "@module-federation/runtime-tools": "npm:0.9.1" + "@module-federation/sdk": "npm:0.9.1" peerDependencies: "@rspack/core": ">=0.7" typescript: ^4.9.0 || ^5.0.0 @@ -4350,57 +4363,66 @@ __metadata: optional: true vue-tsc: optional: true - checksum: 10/0e2d7fde81baef9485c068bcc1c5e24c530850e377106e0484db58d220806162d9ddbc911f180163d9a5100aea6190c71fb2db9191e2cd51d082a1455384e4b6 + checksum: 10/e6deb7236ccc66d7f0475a09916ec714c9855847bfd3d3ec6cdbee991016a222a22f6ae3fd14d71351d55e22e8949140f37ce9ce79dece5416731c6698726096 languageName: node linkType: hard -"@module-federation/runtime-tools@npm:0.8.5": - version: 0.8.5 - resolution: "@module-federation/runtime-tools@npm:0.8.5" +"@module-federation/runtime-core@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/runtime-core@npm:0.9.1" dependencies: - "@module-federation/runtime": "npm:0.8.5" - "@module-federation/webpack-bundler-runtime": "npm:0.8.5" - checksum: 10/79572d10be0d5755df9ba0a2b24868e41b735bbc388e94c010fc5623f3129c9b5e16ba1ea5529f5d4eac401a00cec540d3283f227c6838abdc05139b1e8e9be5 + "@module-federation/error-codes": "npm:0.9.1" + "@module-federation/sdk": "npm:0.9.1" + checksum: 10/6f9edbe23013395d7896fc2a24cb4055bc78df5a335f090e079df951835c1cf91c567228f19879eee3fddb0b34128abd0b50feaca1cf3fb2828c7b9bacc22169 languageName: node linkType: hard -"@module-federation/runtime@npm:0.8.5": - version: 0.8.5 - resolution: "@module-federation/runtime@npm:0.8.5" +"@module-federation/runtime-tools@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/runtime-tools@npm:0.9.1" dependencies: - "@module-federation/error-codes": "npm:0.8.5" - "@module-federation/sdk": "npm:0.8.5" - checksum: 10/fae7368c9bc71b0d51b6a92b42aa3ad2e16863c3bd19c232644d2cee0cb9722a1e400111e558eeeab24ad884eacc3aa5e2e265383c9287ace5cc6d0d4cfe3237 + "@module-federation/runtime": "npm:0.9.1" + "@module-federation/webpack-bundler-runtime": "npm:0.9.1" + checksum: 10/9436e814a4ab72839b8aed1aa097f32cf7d4d49728dd863c9ce6dc4fb149fe49da6dc9cdeb97814f0023cc91489c9aca06cbfdf9fb4e43d20498ab6ee78c95dd languageName: node linkType: hard -"@module-federation/sdk@npm:0.8.5": - version: 0.8.5 - resolution: "@module-federation/sdk@npm:0.8.5" +"@module-federation/runtime@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/runtime@npm:0.9.1" dependencies: - isomorphic-rslog: "npm:0.0.6" - checksum: 10/a5e0687d61be3c4a4832ab72bb66d5883ef3e9d1472fe425be5df48cf621ff1e48ca0e3298660bdcbded24b535b0066c6d9aa4a0fa7637051a5c47ee69ccc52c + "@module-federation/error-codes": "npm:0.9.1" + "@module-federation/runtime-core": "npm:0.9.1" + "@module-federation/sdk": "npm:0.9.1" + checksum: 10/71eb1c3e81b307ebfe06c43ce70bfa56b217e9dfbed27f0b4235d3d0d05cc0fe2eb1dc57fffb3260ed9e0239257ef117ae13924c642b5ff97d9c65bdf48206fe languageName: node linkType: hard -"@module-federation/third-party-dts-extractor@npm:0.8.5": - version: 0.8.5 - resolution: "@module-federation/third-party-dts-extractor@npm:0.8.5" +"@module-federation/sdk@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/sdk@npm:0.9.1" + checksum: 10/ea0320feff328a05405e65503d1df28e46a9ad17ef99b77f1428db5c89efbadd2a76ec82d99a54ac1d21286cee6d9ddbba881a9c46748dfe8abdb11e9afef7da + languageName: node + linkType: hard + +"@module-federation/third-party-dts-extractor@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/third-party-dts-extractor@npm:0.9.1" dependencies: find-pkg: "npm:2.0.0" fs-extra: "npm:9.1.0" resolve: "npm:1.22.8" - checksum: 10/c967d0a892b9b28a64860e4446001a8310cbad26215ec5c45eea1e3871aca31667aadb60508fcddaf91e4262cf2f202033cfd4546a60171334b74994ed94a990 + checksum: 10/68c70c79573cd927212d95879aa7b35490519d0ec9f58dd264c9d61e22fea8d452e45a52a94155128d8378e5cdcaecb229707b5b0f4e4c0d53ae96e2fbac366a languageName: node linkType: hard -"@module-federation/webpack-bundler-runtime@npm:0.8.5": - version: 0.8.5 - resolution: "@module-federation/webpack-bundler-runtime@npm:0.8.5" +"@module-federation/webpack-bundler-runtime@npm:0.9.1": + version: 0.9.1 + resolution: "@module-federation/webpack-bundler-runtime@npm:0.9.1" dependencies: - "@module-federation/runtime": "npm:0.8.5" - "@module-federation/sdk": "npm:0.8.5" - checksum: 10/dc33b438acb127c564a7787c543817cd9e0a7852c78feb9c9dcf535ed44484c0c4eff33bebc4fda8b2ef560365f28acb8f9d35dd2b91b2b928d5e26e4ba3aba3 + "@module-federation/runtime": "npm:0.9.1" + "@module-federation/sdk": "npm:0.9.1" + checksum: 10/430cac0a770b3c46bc195088eb4c1892e1e29a69238dbe72423d64b2b67050afeca2b5026b1a30659b4fe8d9faa038ff97cceba7e2ddf6193b93763f270d9df6 languageName: node linkType: hard @@ -13582,13 +13604,6 @@ __metadata: languageName: node linkType: hard -"isomorphic-rslog@npm:0.0.6": - version: 0.0.6 - resolution: "isomorphic-rslog@npm:0.0.6" - checksum: 10/3845525005054dde6876e844a2a499eb715628e57d7389ff6a5dac21a482e643b8e0e3abfbb0e6ed7613720e321d17befade4b42e1c2d62fbb76103a530c9c8f - languageName: node - linkType: hard - "isomorphic-timers-promises@npm:^1.0.1": version: 1.0.1 resolution: "isomorphic-timers-promises@npm:1.0.1" @@ -14778,9 +14793,9 @@ __metadata: languageName: node linkType: hard -"koa@npm:2.15.3": - version: 2.15.3 - resolution: "koa@npm:2.15.3" +"koa@npm:2.15.4": + version: 2.15.4 + resolution: "koa@npm:2.15.4" dependencies: accepts: "npm:^1.3.5" cache-content-type: "npm:^1.0.0" @@ -14805,7 +14820,7 @@ __metadata: statuses: "npm:^1.5.0" type-is: "npm:^1.6.16" vary: "npm:^1.1.2" - checksum: 10/b2c2771a4ee5268f9d039ce025b9c3798a0baba8c3cf3895a6fc2d286363e0cd2c98c02a5b87f14100baa2bc17d854eed6ed80f9bd41afda1d056f803b206514 + checksum: 10/98de77173822f0a28c0f5d1ebd261ab02f3f905d40602e51957a0c7202122647a60c5b6c59be03361dd24bf6a5685eac97af84b306914efd057751e71f93cb0f languageName: node linkType: hard