linkerd - version:bump to v1.34.1 (#2326)

* v1.34.1 version bump

* Manual changes

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 2024-12-24 01:54:49 +01:00 committed by GitHub
parent b33acbf46d
commit 96375b8be3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 1926 additions and 1719 deletions

View File

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

View File

@ -1,3 +1,3 @@
{
"version": "1.32.2"
"version": "1.34.1"
}

View File

@ -34,11 +34,10 @@
"directory": "workspaces/linkerd"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/cli": "^0.29.4",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.10.0",
"@backstage/repo-tools": "^0.12.0",
"@changesets/cli": "^2.27.1",
"@spotify/prettier-config": "^15.0.0",
"knip": "^5.27.4",
"node-gyp": "^9.0.0",
"prettier": "^2.3.2",
@ -48,7 +47,7 @@
"@types/react": "^18",
"@types/react-dom": "^18"
},
"prettier": "@spotify/prettier-config",
"prettier": "@backstage/cli/config/prettier",
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs}": [
"eslint --fix",

View File

@ -20,23 +20,23 @@
},
"dependencies": {
"@backstage-community/plugin-linkerd": "workspace:^",
"@backstage/app-defaults": "^1.5.12",
"@backstage/catalog-model": "^1.7.0",
"@backstage/cli": "^0.28.0",
"@backstage/core-app-api": "^1.15.1",
"@backstage/core-components": "^0.15.1",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/integration-react": "^1.2.0",
"@backstage/plugin-api-docs": "^0.11.11",
"@backstage/plugin-catalog": "^1.24.0",
"@backstage/plugin-catalog-common": "^1.1.0",
"@backstage/plugin-catalog-graph": "^0.4.11",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/plugin-kubernetes": "^0.11.16",
"@backstage/plugin-permission-react": "^0.4.27",
"@backstage/plugin-search-react": "^1.8.1",
"@backstage/plugin-user-settings": "^0.8.14",
"@backstage/theme": "^0.6.0",
"@backstage/app-defaults": "^1.5.15",
"@backstage/catalog-model": "^1.7.2",
"@backstage/cli": "^0.29.4",
"@backstage/core-app-api": "^1.15.3",
"@backstage/core-components": "^0.16.2",
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/integration-react": "^1.2.2",
"@backstage/plugin-api-docs": "^0.12.2",
"@backstage/plugin-catalog": "^1.26.0",
"@backstage/plugin-catalog-common": "^1.1.2",
"@backstage/plugin-catalog-graph": "^0.4.14",
"@backstage/plugin-catalog-react": "^1.15.0",
"@backstage/plugin-kubernetes": "^0.12.2",
"@backstage/plugin-permission-react": "^0.4.29",
"@backstage/plugin-search-react": "^1.8.4",
"@backstage/plugin-user-settings": "^0.8.17",
"@backstage/theme": "^0.6.3",
"@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.0",
"@backstage/test-utils": "^1.7.3",
"@playwright/test": "^1.32.3",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.0.0",

View File

@ -22,24 +22,24 @@
},
"dependencies": {
"@backstage-community/plugin-linkerd-backend": "workspace:^",
"@backstage/backend-defaults": "^0.5.2",
"@backstage/backend-defaults": "^0.6.1",
"@backstage/backend-tasks": "^0.6.1",
"@backstage/config": "^1.2.0",
"@backstage/plugin-app-backend": "^0.3.76",
"@backstage/plugin-auth-backend": "^0.23.1",
"@backstage/plugin-auth-backend-module-github-provider": "^0.2.1",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.1",
"@backstage/plugin-auth-node": "^0.5.3",
"@backstage/plugin-catalog-backend": "^1.27.1",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.1",
"@backstage/plugin-kubernetes-backend": "^0.18.7",
"@backstage/plugin-permission-backend": "^0.5.50",
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.1",
"@backstage/plugin-permission-common": "^0.8.1",
"@backstage/plugin-permission-node": "^0.8.4",
"@backstage/plugin-search-backend-module-catalog": "^0.2.4",
"@backstage/plugin-search-backend-module-techdocs": "^0.3.1",
"@backstage/plugin-techdocs-backend": "^1.11.1",
"@backstage/config": "^1.3.1",
"@backstage/plugin-app-backend": "^0.4.3",
"@backstage/plugin-auth-backend": "^0.24.1",
"@backstage/plugin-auth-backend-module-github-provider": "^0.2.3",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.3",
"@backstage/plugin-auth-node": "^0.5.5",
"@backstage/plugin-catalog-backend": "^1.29.0",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.3",
"@backstage/plugin-kubernetes-backend": "^0.19.1",
"@backstage/plugin-permission-backend": "^0.5.52",
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.3",
"@backstage/plugin-permission-common": "^0.8.3",
"@backstage/plugin-permission-node": "^0.8.6",
"@backstage/plugin-search-backend-module-catalog": "^0.2.6",
"@backstage/plugin-search-backend-module-techdocs": "^0.3.4",
"@backstage/plugin-techdocs-backend": "^1.11.4",
"app": "link:../app",
"better-sqlite3": "^9.0.0",
"dockerode": "^3.3.1",
@ -48,7 +48,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/cli": "^0.29.4",
"@types/dockerode": "^3.3.0",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",

View File

@ -32,10 +32,10 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/backend-defaults": "^0.5.2",
"@backstage/backend-plugin-api": "^1.0.1",
"@backstage/config": "^1.2.0",
"@backstage/errors": "^1.2.4",
"@backstage/backend-defaults": "^0.6.1",
"@backstage/backend-plugin-api": "^1.1.0",
"@backstage/config": "^1.3.1",
"@backstage/errors": "^1.2.6",
"@types/express": "*",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
@ -47,10 +47,10 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^1.0.2",
"@backstage/cli": "^0.28.0",
"@backstage/plugin-auth-backend": "^0.23.1",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.1",
"@backstage/backend-test-utils": "^1.2.0",
"@backstage/cli": "^0.29.4",
"@backstage/plugin-auth-backend": "^0.24.1",
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.3",
"@types/parse-duration": "^0.3.0",
"@types/qs": "^6",
"@types/supertest": "^6.0.0",

View File

@ -46,12 +46,12 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/catalog-model": "^1.7.0",
"@backstage/core-plugin-api": "^1.10.0",
"@backstage/errors": "^1.2.4",
"@backstage/frontend-plugin-api": "^0.9.0",
"@backstage/plugin-catalog-react": "^1.14.0",
"@backstage/theme": "^0.6.0",
"@backstage/catalog-model": "^1.7.2",
"@backstage/core-plugin-api": "^1.10.2",
"@backstage/errors": "^1.2.6",
"@backstage/frontend-plugin-api": "^0.9.3",
"@backstage/plugin-catalog-react": "^1.15.0",
"@backstage/theme": "^0.6.3",
"@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.11.16",
"@backstage/plugin-kubernetes": "^0.12.2",
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/core-app-api": "^1.15.1",
"@backstage/dev-utils": "^1.1.2",
"@backstage/test-utils": "^1.7.0",
"@backstage/cli": "^0.29.4",
"@backstage/core-app-api": "^1.15.3",
"@backstage/dev-utils": "^1.1.5",
"@backstage/test-utils": "^1.7.3",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",

View File

@ -5,10 +5,10 @@
```ts
/// <reference types="react" />
import { AnyApiFactory } from '@backstage/core-plugin-api';
import { AnyApiFactory } from '@backstage/core-plugin-api/index';
import { AnyRouteRefParams } from '@backstage/frontend-plugin-api';
import { ConfigurableExtensionDataRef } from '@backstage/frontend-plugin-api';
import { Entity } from '@backstage/catalog-model';
import { Entity } from '@backstage/catalog-model/index';
import { ExtensionDefinition } from '@backstage/frontend-plugin-api';
import { FrontendPlugin } from '@backstage/frontend-plugin-api';
import { JSX as JSX_2 } from 'react';

File diff suppressed because it is too large Load Diff