linkerd - version:bump to v1.38.1 (#3729)

* v1.38.1 version bump

* Manual changes for release

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

---------

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Backstage Service Account 2025-04-18 17:04:48 +02:00 committed by GitHub
parent f0ef395008
commit 14d6240897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
25 changed files with 717 additions and 712 deletions

View File

@ -0,0 +1,6 @@
---
'@backstage-community/plugin-linkerd': minor
'@backstage-community/plugin-linkerd-backend': minor
---
Backstage version bump to v1.38.1

View File

@ -1,3 +1,3 @@
{
"version": "1.37.0"
"version": "1.38.1"
}

View File

@ -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",
@ -34,9 +35,9 @@
"directory": "workspaces/linkerd"
},
"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": "^9.0.0",

View File

@ -20,23 +20,23 @@
},
"dependencies": {
"@backstage-community/plugin-linkerd": "workspace:^",
"@backstage/app-defaults": "^1.6.0",
"@backstage/app-defaults": "^1.6.1",
"@backstage/catalog-model": "^1.7.3",
"@backstage/cli": "^0.31.0",
"@backstage/core-app-api": "^1.16.0",
"@backstage/core-components": "^0.17.0",
"@backstage/core-plugin-api": "^1.10.5",
"@backstage/integration-react": "^1.2.5",
"@backstage/plugin-api-docs": "^0.12.5",
"@backstage/plugin-catalog": "^1.28.0",
"@backstage/cli": "^0.32.0",
"@backstage/core-app-api": "^1.16.1",
"@backstage/core-components": "^0.17.1",
"@backstage/core-plugin-api": "^1.10.6",
"@backstage/integration-react": "^1.2.6",
"@backstage/plugin-api-docs": "^0.12.6",
"@backstage/plugin-catalog": "^1.29.0",
"@backstage/plugin-catalog-common": "^1.1.3",
"@backstage/plugin-catalog-graph": "^0.4.17",
"@backstage/plugin-catalog-react": "^1.16.0",
"@backstage/plugin-kubernetes": "^0.12.5",
"@backstage/plugin-permission-react": "^0.4.32",
"@backstage/plugin-search-react": "^1.8.7",
"@backstage/plugin-user-settings": "^0.8.20",
"@backstage/theme": "^0.6.4",
"@backstage/plugin-catalog-graph": "^0.4.18",
"@backstage/plugin-catalog-react": "^1.17.0",
"@backstage/plugin-kubernetes": "^0.12.6",
"@backstage/plugin-permission-react": "^0.4.33",
"@backstage/plugin-search-react": "^1.8.8",
"@backstage/plugin-user-settings": "^0.8.21",
"@backstage/theme": "^0.6.5",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"history": "^5.0.0",
@ -47,7 +47,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/test-utils": "^1.7.6",
"@backstage/test-utils": "^1.7.7",
"@playwright/test": "^1.32.3",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",

View File

@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import { render, waitFor } from '@testing-library/react';
import App from './App';

View File

@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import { Navigate, Route } from 'react-router-dom';
import { ApiExplorerPage } from '@backstage/plugin-api-docs';
import { CatalogEntityPage, CatalogIndexPage } from '@backstage/plugin-catalog';

View File

@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import { makeStyles } from '@material-ui/core';
const useStyles = makeStyles({

View File

@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import { makeStyles } from '@material-ui/core';
const useStyles = makeStyles({

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React, { PropsWithChildren } from 'react';
import { PropsWithChildren } from 'react';
import { makeStyles } from '@material-ui/core';
import HomeIcon from '@material-ui/icons/Home';
import ExtensionIcon from '@material-ui/icons/Extension';

View File

@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import { Grid, Button } from '@material-ui/core';
import {
EntityApiDefinitionCard,

View File

@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import { makeStyles, Theme, Grid, Paper } from '@material-ui/core';
import { CatalogSearchResultListItem } from '@backstage/plugin-catalog';

View File

@ -14,7 +14,6 @@
* limitations under the License.
*/
import '@backstage/cli/asset-types';
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';

View File

@ -22,23 +22,23 @@
},
"dependencies": {
"@backstage-community/plugin-linkerd-backend": "workspace:^",
"@backstage/backend-defaults": "^0.8.2",
"@backstage/backend-defaults": "^0.9.0",
"@backstage/config": "^1.3.2",
"@backstage/plugin-app-backend": "^0.5.0",
"@backstage/plugin-auth-backend": "^0.24.4",
"@backstage/plugin-auth-backend-module-github-provider": "^0.3.1",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.6",
"@backstage/plugin-auth-node": "^0.6.1",
"@backstage/plugin-catalog-backend": "^1.32.0",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.6",
"@backstage/plugin-kubernetes-backend": "^0.19.4",
"@backstage/plugin-permission-backend": "^0.5.55",
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.6",
"@backstage/plugin-app-backend": "^0.5.1",
"@backstage/plugin-auth-backend": "^0.24.5",
"@backstage/plugin-auth-backend-module-github-provider": "^0.3.2",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.7",
"@backstage/plugin-auth-node": "^0.6.2",
"@backstage/plugin-catalog-backend": "^1.32.1",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.7",
"@backstage/plugin-kubernetes-backend": "^0.19.5",
"@backstage/plugin-permission-backend": "^0.6.0",
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.7",
"@backstage/plugin-permission-common": "^0.8.4",
"@backstage/plugin-permission-node": "^0.9.0",
"@backstage/plugin-search-backend-module-catalog": "^0.3.2",
"@backstage/plugin-search-backend-module-techdocs": "^0.4.0",
"@backstage/plugin-techdocs-backend": "^2.0.0",
"@backstage/plugin-permission-node": "^0.9.1",
"@backstage/plugin-search-backend-module-catalog": "^0.3.3",
"@backstage/plugin-search-backend-module-techdocs": "^0.4.1",
"@backstage/plugin-techdocs-backend": "^2.0.1",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"dockerode": "^3.3.1",
@ -47,7 +47,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.31.0",
"@backstage/cli": "^0.32.0",
"@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",

View File

@ -32,8 +32,8 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-defaults": "^0.8.2",
"@backstage/backend-plugin-api": "^1.2.1",
"@backstage/backend-defaults": "^0.9.0",
"@backstage/backend-plugin-api": "^1.3.0",
"@backstage/config": "^1.3.2",
"@backstage/errors": "^1.2.7",
"@types/express": "*",
@ -47,10 +47,10 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.3.1",
"@backstage/cli": "^0.31.0",
"@backstage/plugin-auth-backend": "^0.24.4",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.6",
"@backstage/backend-test-utils": "^1.4.0",
"@backstage/cli": "^0.32.0",
"@backstage/plugin-auth-backend": "^0.24.5",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.7",
"@types/parse-duration": "^0.3.0",
"@types/qs": "^6",
"@types/supertest": "^6.0.0",

View File

@ -47,11 +47,11 @@
},
"dependencies": {
"@backstage/catalog-model": "^1.7.3",
"@backstage/core-plugin-api": "^1.10.5",
"@backstage/core-plugin-api": "^1.10.6",
"@backstage/errors": "^1.2.7",
"@backstage/frontend-plugin-api": "^0.10.0",
"@backstage/plugin-catalog-react": "^1.16.0",
"@backstage/theme": "^0.6.4",
"@backstage/frontend-plugin-api": "^0.10.1",
"@backstage/plugin-catalog-react": "^1.17.0",
"@backstage/theme": "^0.6.5",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.61",
@ -60,14 +60,14 @@
"reactflow": "^11.11.0"
},
"peerDependencies": {
"@backstage/plugin-kubernetes": "^0.12.5",
"@backstage/plugin-kubernetes": "^0.12.6",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.31.0",
"@backstage/core-app-api": "^1.16.0",
"@backstage/dev-utils": "^1.1.8",
"@backstage/test-utils": "^1.7.6",
"@backstage/cli": "^0.32.0",
"@backstage/core-app-api": "^1.16.1",
"@backstage/dev-utils": "^1.1.9",
"@backstage/test-utils": "^1.7.7",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",

View File

@ -5,7 +5,7 @@
```ts
/// <reference types="react" />
import { AnyApiFactory } from '@backstage/core-plugin-api/*';
import { AnyApiFactory } from '@backstage/core-plugin-api';
import { AnyRouteRefParams } from '@backstage/frontend-plugin-api';
import { ConfigurableExtensionDataRef } from '@backstage/frontend-plugin-api';
import { Entity } from '@backstage/catalog-model/index';
@ -178,7 +178,9 @@ const plugin: FrontendPlugin<
| (string & {})
| 'development'
| 'deployment'
| 'overview'
| 'documentation'
| 'operation'
| 'observability'
| undefined;
routeRef?: RouteRef<AnyRouteRefParams> | undefined;

View File

@ -3,10 +3,8 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
/// <reference types="react" />
import { BackstagePlugin } 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

View File

@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import {
EntityCardBlueprint,
EntityContentBlueprint,

View File

@ -13,8 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import { useEntity } from '@backstage/plugin-catalog-react';
import { OctopusGraph } from './OctopusGraph/OctopusGraph';

View File

@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import { EntityRefLink, useEntity } from '@backstage/plugin-catalog-react';
import { useStatsForEntity } from '../hooks/useStatsForEntity';
import {

View File

@ -13,8 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import { useEntity } from '@backstage/plugin-catalog-react';
import { Grid } from '@material-ui/core';
import Alert from '@material-ui/lab/Alert';

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React, { useState, useEffect } from 'react';
import { useState, useEffect } from 'react';
import { Theme, makeStyles } from '@material-ui/core/styles';
import Typography from '@material-ui/core/Typography';

View File

@ -16,7 +16,7 @@
import { DeploymentResponse } from '../../api/types';
import { Entity } from '@backstage/catalog-model';
import 'reactflow/dist/style.css';
import React, { useCallback } from 'react';
import { useCallback } from 'react';
import ReactFlow, {
useNodesState,
useEdgesState,

View File

@ -13,6 +13,7 @@
"rootDir": ".",
"lib": ["DOM", "DOM.Iterable", "ScriptHost", "ES2022"],
"target": "ES2022",
"useUnknownInCatchVariables": false
"useUnknownInCatchVariables": false,
"jsx": "react-jsx"
}
}

File diff suppressed because it is too large Load Diff