azure-devops - version:bump to v1.39.0 (#4159)
* v1.39.0 version bump * Updated API Report 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:
parent
adc3ea9831
commit
dd67a17720
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
'@backstage-community/plugin-azure-devops': minor
|
||||
'@backstage-community/plugin-azure-devops-backend': minor
|
||||
'@backstage-community/plugin-azure-devops-common': minor
|
||||
'@backstage-community/plugin-catalog-backend-module-azure-devops-annotator-processor': minor
|
||||
'@backstage-community/plugin-scaffolder-backend-module-azure-devops': minor
|
||||
'@backstage-community/plugin-scaffolder-backend-module-dotnet': minor
|
||||
---
|
||||
|
||||
Backstage version bump to v1.39.0
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "1.38.1"
|
||||
"version": "1.39.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,9 +36,9 @@
|
|||
"directory": "workspaces/azure-devops"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.32.0",
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@backstage/e2e-test-utils": "^0.1.1",
|
||||
"@backstage/repo-tools": "^0.13.2",
|
||||
"@backstage/repo-tools": "^0.13.3",
|
||||
"@changesets/cli": "^2.27.1",
|
||||
"knip": "^5.27.4",
|
||||
"node-gyp": "^10.0.0",
|
||||
|
|
|
|||
|
|
@ -20,29 +20,29 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-azure-devops": "workspace:^",
|
||||
"@backstage/app-defaults": "^1.6.1",
|
||||
"@backstage/catalog-model": "^1.7.3",
|
||||
"@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.18",
|
||||
"@backstage/plugin-catalog-import": "^0.12.13",
|
||||
"@backstage/plugin-catalog-react": "^1.17.0",
|
||||
"@backstage/plugin-org": "^0.6.38",
|
||||
"@backstage/plugin-permission-react": "^0.4.33",
|
||||
"@backstage/plugin-scaffolder": "^1.30.1",
|
||||
"@backstage/plugin-search": "^1.4.25",
|
||||
"@backstage/plugin-search-react": "^1.8.8",
|
||||
"@backstage/plugin-techdocs": "^1.12.5",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.23",
|
||||
"@backstage/plugin-techdocs-react": "^1.2.16",
|
||||
"@backstage/plugin-user-settings": "^0.8.21",
|
||||
"@backstage/theme": "^0.6.5",
|
||||
"@backstage/app-defaults": "^1.6.2",
|
||||
"@backstage/catalog-model": "^1.7.4",
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@backstage/core-app-api": "^1.17.0",
|
||||
"@backstage/core-components": "^0.17.2",
|
||||
"@backstage/core-plugin-api": "^1.10.7",
|
||||
"@backstage/integration-react": "^1.2.7",
|
||||
"@backstage/plugin-api-docs": "^0.12.7",
|
||||
"@backstage/plugin-catalog": "^1.30.0",
|
||||
"@backstage/plugin-catalog-common": "^1.1.4",
|
||||
"@backstage/plugin-catalog-graph": "^0.4.19",
|
||||
"@backstage/plugin-catalog-import": "^0.13.0",
|
||||
"@backstage/plugin-catalog-react": "^1.18.0",
|
||||
"@backstage/plugin-org": "^0.6.39",
|
||||
"@backstage/plugin-permission-react": "^0.4.34",
|
||||
"@backstage/plugin-scaffolder": "^1.31.0",
|
||||
"@backstage/plugin-search": "^1.4.26",
|
||||
"@backstage/plugin-search-react": "^1.9.0",
|
||||
"@backstage/plugin-techdocs": "^1.12.6",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.24",
|
||||
"@backstage/plugin-techdocs-react": "^1.2.17",
|
||||
"@backstage/plugin-user-settings": "^0.8.22",
|
||||
"@backstage/theme": "^0.6.6",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"react": "^18.0.2",
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.7.7",
|
||||
"@backstage/test-utils": "^1.7.8",
|
||||
"@playwright/test": "^1.32.3",
|
||||
"@testing-library/dom": "^9.0.0",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
|
|
|
|||
|
|
@ -25,26 +25,26 @@
|
|||
"@backstage-community/plugin-catalog-backend-module-azure-devops-annotator-processor": "workspace:^",
|
||||
"@backstage-community/plugin-scaffolder-backend-module-azure-devops": "workspace:^",
|
||||
"@backstage-community/plugin-scaffolder-backend-module-dotnet": "workspace:^",
|
||||
"@backstage/backend-defaults": "^0.9.0",
|
||||
"@backstage/backend-defaults": "^0.10.0",
|
||||
"@backstage/config": "^1.3.2",
|
||||
"@backstage/plugin-app-backend": "^0.5.1",
|
||||
"@backstage/plugin-auth-backend": "^0.24.5",
|
||||
"@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-logs": "^0.1.9",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.7",
|
||||
"@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.1",
|
||||
"@backstage/plugin-proxy-backend": "^0.6.1",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.32.1",
|
||||
"@backstage/plugin-search-backend": "^2.0.1",
|
||||
"@backstage/plugin-search-backend-module-catalog": "^0.3.3",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "^0.4.1",
|
||||
"@backstage/plugin-search-backend-node": "^1.3.10",
|
||||
"@backstage/plugin-techdocs-backend": "^2.0.1",
|
||||
"@backstage/plugin-app-backend": "^0.5.2",
|
||||
"@backstage/plugin-auth-backend": "^0.25.0",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.8",
|
||||
"@backstage/plugin-auth-node": "^0.6.3",
|
||||
"@backstage/plugin-catalog-backend": "^2.0.0",
|
||||
"@backstage/plugin-catalog-backend-module-logs": "^0.1.10",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.8",
|
||||
"@backstage/plugin-permission-backend": "^0.7.0",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.8",
|
||||
"@backstage/plugin-permission-common": "^0.9.0",
|
||||
"@backstage/plugin-permission-node": "^0.10.0",
|
||||
"@backstage/plugin-proxy-backend": "^0.6.2",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.33.0",
|
||||
"@backstage/plugin-search-backend": "^2.0.2",
|
||||
"@backstage/plugin-search-backend-module-catalog": "^0.3.4",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "^0.4.2",
|
||||
"@backstage/plugin-search-backend-node": "^1.3.11",
|
||||
"@backstage/plugin-techdocs-backend": "^2.0.2",
|
||||
"app": "link:../app",
|
||||
"better-sqlite3": "^9.0.0",
|
||||
"dockerode": "^3.3.1",
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
"winston": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.32.0"
|
||||
"@backstage/cli": "^0.32.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
|||
|
|
@ -35,17 +35,17 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-azure-devops-common": "workspace:^",
|
||||
"@backstage/backend-defaults": "^0.9.0",
|
||||
"@backstage/backend-plugin-api": "^1.3.0",
|
||||
"@backstage/catalog-model": "^1.7.3",
|
||||
"@backstage/backend-defaults": "^0.10.0",
|
||||
"@backstage/backend-plugin-api": "^1.3.1",
|
||||
"@backstage/catalog-model": "^1.7.4",
|
||||
"@backstage/config": "^1.3.2",
|
||||
"@backstage/errors": "^1.2.7",
|
||||
"@backstage/integration": "^1.16.3",
|
||||
"@backstage/plugin-auth-node": "^0.6.2",
|
||||
"@backstage/plugin-catalog-common": "^1.1.3",
|
||||
"@backstage/plugin-catalog-node": "^1.16.3",
|
||||
"@backstage/plugin-permission-common": "^0.8.4",
|
||||
"@backstage/plugin-permission-node": "^0.9.1",
|
||||
"@backstage/integration": "^1.17.0",
|
||||
"@backstage/plugin-auth-node": "^0.6.3",
|
||||
"@backstage/plugin-catalog-common": "^1.1.4",
|
||||
"@backstage/plugin-catalog-node": "^1.17.0",
|
||||
"@backstage/plugin-permission-common": "^0.9.0",
|
||||
"@backstage/plugin-permission-node": "^0.10.0",
|
||||
"@types/express": "^4.17.6",
|
||||
"azure-devops-node-api": "^13.0.0",
|
||||
"express": "^4.17.1",
|
||||
|
|
@ -54,8 +54,8 @@
|
|||
"p-limit": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^1.4.0",
|
||||
"@backstage/cli": "^0.32.0",
|
||||
"@backstage/backend-test-utils": "^1.5.0",
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@types/lodash": "^4.14.151",
|
||||
"@types/mime-types": "^2.1.0",
|
||||
"@types/supertest": "^6.0.0",
|
||||
|
|
|
|||
|
|
@ -41,10 +41,10 @@
|
|||
"test": "backstage-cli package test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/plugin-catalog-common": "^1.1.3",
|
||||
"@backstage/plugin-permission-common": "^0.8.4"
|
||||
"@backstage/plugin-catalog-common": "^1.1.4",
|
||||
"@backstage/plugin-permission-common": "^0.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.32.0"
|
||||
"@backstage/cli": "^0.32.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,14 +52,14 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-azure-devops-common": "workspace:^",
|
||||
"@backstage/catalog-model": "^1.7.3",
|
||||
"@backstage/core-compat-api": "^0.4.1",
|
||||
"@backstage/core-components": "^0.17.1",
|
||||
"@backstage/core-plugin-api": "^1.10.6",
|
||||
"@backstage/catalog-model": "^1.7.4",
|
||||
"@backstage/core-compat-api": "^0.4.2",
|
||||
"@backstage/core-components": "^0.17.2",
|
||||
"@backstage/core-plugin-api": "^1.10.7",
|
||||
"@backstage/errors": "^1.2.7",
|
||||
"@backstage/frontend-plugin-api": "^0.10.1",
|
||||
"@backstage/plugin-catalog-react": "^1.17.0",
|
||||
"@backstage/plugin-permission-react": "^0.4.33",
|
||||
"@backstage/frontend-plugin-api": "^0.10.2",
|
||||
"@backstage/plugin-catalog-react": "^1.18.0",
|
||||
"@backstage/plugin-permission-react": "^0.4.34",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
|
||||
|
|
@ -68,9 +68,9 @@
|
|||
"react-use": "^17.2.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.32.0",
|
||||
"@backstage/dev-utils": "^1.1.9",
|
||||
"@backstage/test-utils": "^1.7.7",
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@backstage/dev-utils": "^1.1.10",
|
||||
"@backstage/test-utils": "^1.7.8",
|
||||
"@testing-library/dom": "^10.0.0",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^15.0.0",
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
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';
|
||||
import { Entity } from '@backstage/catalog-model';
|
||||
import { EntityCardType } from '@backstage/plugin-catalog-react/alpha';
|
||||
import { EntityPredicate } from '@backstage/plugin-catalog-react/alpha';
|
||||
import { ExtensionDefinition } from '@backstage/frontend-plugin-api';
|
||||
|
|
@ -21,7 +21,7 @@ const _default: FrontendPlugin<
|
|||
{},
|
||||
{},
|
||||
{
|
||||
'api:azure-devops': ExtensionDefinition<{
|
||||
[x: `api:${string}`]: ExtensionDefinition<{
|
||||
kind: 'api';
|
||||
name: undefined;
|
||||
config: {};
|
||||
|
|
@ -36,7 +36,7 @@ const _default: FrontendPlugin<
|
|||
factory: AnyApiFactory;
|
||||
};
|
||||
}>;
|
||||
'entity-card:azure-devops/readme': ExtensionDefinition<{
|
||||
[x: `entity-card:${string}/readme`]: ExtensionDefinition<{
|
||||
kind: 'entity-card';
|
||||
name: 'readme';
|
||||
config: {
|
||||
|
|
@ -77,7 +77,7 @@ const _default: FrontendPlugin<
|
|||
type?: EntityCardType | undefined;
|
||||
};
|
||||
}>;
|
||||
'entity-content:azure-devops/git-tags': ExtensionDefinition<{
|
||||
[x: `entity-content:${string}/git-tags`]: ExtensionDefinition<{
|
||||
kind: 'entity-content';
|
||||
name: 'git-tags';
|
||||
config: {
|
||||
|
|
@ -146,7 +146,7 @@ const _default: FrontendPlugin<
|
|||
filter?: EntityPredicate | ((entity: Entity) => boolean) | undefined;
|
||||
};
|
||||
}>;
|
||||
'entity-content:azure-devops/pipelines': ExtensionDefinition<{
|
||||
[x: `entity-content:${string}/pipelines`]: ExtensionDefinition<{
|
||||
kind: 'entity-content';
|
||||
name: 'pipelines';
|
||||
config: {
|
||||
|
|
@ -215,7 +215,7 @@ const _default: FrontendPlugin<
|
|||
filter?: EntityPredicate | ((entity: Entity) => boolean) | undefined;
|
||||
};
|
||||
}>;
|
||||
'entity-content:azure-devops/pull-requests': ExtensionDefinition<{
|
||||
[x: `entity-content:${string}/pull-requests`]: ExtensionDefinition<{
|
||||
kind: 'entity-content';
|
||||
name: 'pull-requests';
|
||||
config: {
|
||||
|
|
@ -284,7 +284,7 @@ const _default: FrontendPlugin<
|
|||
filter?: EntityPredicate | ((entity: Entity) => boolean) | undefined;
|
||||
};
|
||||
}>;
|
||||
'page:azure-devops': ExtensionDefinition<{
|
||||
[x: `page:${string}`]: ExtensionDefinition<{
|
||||
kind: 'page';
|
||||
name: undefined;
|
||||
config: {
|
||||
|
|
|
|||
|
|
@ -31,17 +31,17 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-azure-devops-common": "workspace:^",
|
||||
"@backstage/backend-plugin-api": "^1.3.0",
|
||||
"@backstage/catalog-model": "^1.7.3",
|
||||
"@backstage/backend-plugin-api": "^1.3.1",
|
||||
"@backstage/catalog-model": "^1.7.4",
|
||||
"@backstage/config": "^1.3.2",
|
||||
"@backstage/integration": "^1.16.3",
|
||||
"@backstage/plugin-catalog-common": "^1.1.3",
|
||||
"@backstage/plugin-catalog-node": "^1.16.3",
|
||||
"@backstage/integration": "^1.17.0",
|
||||
"@backstage/plugin-catalog-common": "^1.1.4",
|
||||
"@backstage/plugin-catalog-node": "^1.17.0",
|
||||
"lodash": "^4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^1.4.0",
|
||||
"@backstage/cli": "^0.32.0"
|
||||
"@backstage/backend-test-utils": "^1.5.0",
|
||||
"@backstage/cli": "^0.32.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
|||
|
|
@ -39,17 +39,17 @@
|
|||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-plugin-api": "^1.3.0",
|
||||
"@backstage/backend-plugin-api": "^1.3.1",
|
||||
"@backstage/config": "^1.3.2",
|
||||
"@backstage/errors": "^1.2.7",
|
||||
"@backstage/integration": "^1.16.3",
|
||||
"@backstage/plugin-scaffolder-node": "^0.8.1",
|
||||
"@backstage/integration": "^1.17.0",
|
||||
"@backstage/plugin-scaffolder-node": "^0.8.2",
|
||||
"azure-devops-node-api": "^14.1.0",
|
||||
"yaml": "^2.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.32.0",
|
||||
"@backstage/plugin-scaffolder-node-test-utils": "^0.2.1"
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@backstage/plugin-scaffolder-node-test-utils": "^0.2.2"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
|||
|
|
@ -39,15 +39,15 @@
|
|||
"postpack": "backstage-cli package postpack"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-plugin-api": "^1.3.0",
|
||||
"@backstage/plugin-scaffolder-node": "^0.8.1",
|
||||
"@backstage/backend-plugin-api": "^1.3.1",
|
||||
"@backstage/plugin-scaffolder-node": "^0.8.2",
|
||||
"fs-extra": "^11.3.0",
|
||||
"yaml": "^2.6.0",
|
||||
"zod": "^3.24.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.32.0",
|
||||
"@backstage/plugin-scaffolder-node-test-utils": "^0.2.1",
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@backstage/plugin-scaffolder-node-test-utils": "^0.2.2",
|
||||
"@types/fs-extra": "^11"
|
||||
},
|
||||
"files": [
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue