Merge branch 'master' into fix/security-vulnerability-CVE-2021-23820

This commit is contained in:
Patrik Oldsberg
2022-04-19 17:04:40 +02:00
committed by GitHub
495 changed files with 7253 additions and 4430 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/plugin-airbrake-backend
## 0.2.4
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.2
## 0.2.4-next.0
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-airbrake-backend",
"version": "0.2.4-next.0",
"version": "0.2.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,7 +22,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/backend-common": "^0.13.2",
"@backstage/config": "^1.0.0",
"@types/express": "*",
"express": "^4.17.1",
@@ -33,7 +33,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0",
"@types/http-proxy-middleware": "^0.19.3",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.6",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-airbrake
## 0.3.4
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
- @backstage/dev-utils@1.0.1
- @backstage/test-utils@1.0.1
## 0.3.4-next.1
### Patch Changes
+11 -11
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-airbrake",
"version": "0.3.4-next.1",
"version": "0.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,12 +23,12 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -40,10 +40,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/app-defaults": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0-next.3",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/app-defaults": "^1.0.1",
"@backstage/cli": "^0.17.0",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-allure
## 0.1.20
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.1.20-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-allure",
"description": "A Backstage plugin that integrates with Allure",
"version": "0.1.20-next.1",
"version": "0.1.20",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -25,10 +25,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -40,10 +40,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-analytics-module-ga
## 0.1.15
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.1.15-next.1
### Patch Changes
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-analytics-module-ga",
"version": "0.1.15-next.1",
"version": "0.1.15",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -25,8 +25,8 @@
},
"dependencies": {
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -38,10 +38,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-apache-airflow
## 0.1.12
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.1.12-next.1
### Patch Changes
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-apache-airflow",
"version": "0.1.12-next.1",
"version": "0.1.12",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,8 +23,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
@@ -36,10 +36,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-api-docs
## 0.8.4
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- ae321bd414: build(deps): bump `@asyncapi/react-component`
- 230ad0826f: Bump to using `@types/node` v16
- 1c8ebf7af2: Add dedicated gRPC api definition widget
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
- @backstage/plugin-catalog@1.1.0
## 0.8.4-next.3
### Patch Changes
+10 -10
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-api-docs",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"version": "0.8.4-next.3",
"version": "0.8.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,11 +34,11 @@
},
"dependencies": {
"@asyncapi/react-component": "1.0.0-next.36",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/plugin-catalog": "^1.1.0-next.3",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/plugin-catalog": "^1.1.0",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -56,10 +56,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-app-backend
## 0.3.31
### Patch Changes
- Updated dependencies
- @backstage/config-loader@1.1.0
- @backstage/backend-common@0.13.2
## 0.3.31-next.1
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-app-backend",
"description": "A Backstage backend plugin that serves the Backstage frontend app",
"version": "0.3.31-next.1",
"version": "0.3.31",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,8 +33,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.2",
"@backstage/config-loader": "^1.1.0-next.1",
"@backstage/backend-common": "^0.13.2",
"@backstage/config-loader": "^1.1.0",
"@backstage/config": "^1.0.0",
"@backstage/types": "^1.0.0",
"@types/express": "^4.17.6",
@@ -50,8 +50,8 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.3",
"@backstage/backend-test-utils": "^0.1.23",
"@backstage/cli": "^0.17.0",
"@backstage/types": "^1.0.0",
"@types/supertest": "^2.0.8",
"mock-fs": "^5.1.0",
+140
View File
@@ -1,5 +1,145 @@
# @backstage/plugin-auth-backend
## 0.13.0
### Minor Changes
- 15d3a3c39a: **BREAKING**: All sign-in resolvers must now return a `token` in their sign-in result. Returning an `id` is no longer supported.
- c5aeaf339d: **BREAKING**: All auth providers have had their default sign-in resolvers removed. This means that if you want to use a particular provider for sign-in, you must provide an explicit sign-in resolver. For more information on how to configure sign-in resolvers, see the [sign-in resolver documentation](https://backstage.io/docs/auth/identity-resolver).
### Patch Changes
- c5aeaf339d: **DEPRECATION**: The `AuthProviderFactoryOptions` type has been deprecated, as the options are now instead inlined in the `AuthProviderFactory` type. This will make it possible to more easily introduce new options in the future without a possibly breaking change.
- 794f7542b6: Updated openid-client from 4.1.2 to 5.1.3
- c5aeaf339d: **DEPRECATION**: The `getEntityClaims` helper has been deprecated, with `getDefaultOwnershipEntityRefs` being added to replace it.
- de231e5b06: Declare oauth2 `clientSecret` with visibility secret
- c5aeaf339d: **DEPRECATION**: All `create<Provider>Provider` and `<provider>*SignInResolver` have been deprecated. Instead, a single `providers` object is exported which contains all built-in auth providers.
If you have a setup that currently looks for example like this:
```ts
import {
createRouter,
defaultAuthProviderFactories,
createGoogleProvider,
googleEmailSignInResolver,
} from '@backstage/plugin-auth-backend';
import { Router } from 'express';
import { PluginEnvironment } from '../types';
export default async function createPlugin(
env: PluginEnvironment,
): Promise<Router> {
return await createRouter({
...env,
providerFactories: {
...defaultAuthProviderFactories,
google: createGoogleProvider({
signIn: {
resolver: googleEmailSignInResolver,
},
}),
},
});
}
```
You would migrate it to something like this:
```ts
import {
createRouter,
providers,
defaultAuthProviderFactories,
} from '@backstage/plugin-auth-backend';
import { Router } from 'express';
import { PluginEnvironment } from '../types';
export default async function createPlugin(
env: PluginEnvironment,
): Promise<Router> {
return await createRouter({
...env,
providerFactories: {
...defaultAuthProviderFactories,
google: providers.google.create({
signIn: {
resolver:
providers.google.resolvers.emailMatchingUserEntityAnnotation(),
},
}),
},
});
}
```
- 2cc1d1b235: Applied the fix from version 0.12.3 of this package, which is part of the v1.0.1 release of Backstage.
- c5aeaf339d: **DEPRECATION** The `AuthResolverContext` has received a number of changes, which is the context used by auth handlers and sign-in resolvers.
The following fields deprecated: `logger`, `tokenIssuer`, `catalogIdentityClient`. If you need to access the `logger`, you can do so through a closure instead. The `tokenIssuer` has been replaced with an `issueToken` method, which is available directory on the context. The `catalogIdentityClient` has been replaced by the `signInWithCatalogUser` method, as well as the lower level `findCatalogUser` method and `getDefaultOwnershipEntityRefs` helper.
It should be possible to migrate most sign-in resolvers to more or less only use `signInWithCatalogUser`, for example an email lookup resolver like this one:
```ts
async ({ profile }, ctx) => {
if (!profile.email) {
throw new Error('Profile contained no email');
}
const entity = await ctx.catalogIdentityClient.findUser({
annotations: {
'acme.org/email': profile.email,
},
});
const claims = getEntityClaims(entity);
const token = await ctx.tokenIssuer.issueToken({ claims });
return { id: entity.metadata.name, entity, token };
};
```
can be migrated to the following:
```ts
async ({ profile }, ctx) => {
if (!profile.email) {
throw new Error('Profile contained no email');
}
return ctx.signInWithCatalogUser({
annotations: {
'acme.org/email': profile.email,
},
});
};
```
While a direct entity name lookup using a user ID might look like this:
```ts
async ({ result: { fullProfile } }, ctx) => {
return ctx.signInWithCatalogUser({
entityRef: {
name: fullProfile.userId,
},
});
};
```
If you want more control over the way that users are looked up, ownership is assigned, or tokens are issued, you can use a combination of the `findCatalogUser`, `getDefaultOwnershipEntityRefs`, and `issueToken` instead.
- f4cdf4cac1: Defensively encode URL parameters when fetching ELB keys
- 6ee04078e1: **DEPRECATION**: The `tokenIssuer` option for `OAuthAdapter` is no longer needed and has been deprecated.
- a45bce06e3: Handle trailing slashes on GitHub `enterpriseInstanceUrl` settings
- 45f7a261c7: Bumped passport-microsoft to resolve CVE-2021-41580
- c5aeaf339d: Added exports of the following types: `AuthProviderConfig`, `StateEncoder`, `TokenParams`, `AwsAlbResult`.
- Updated dependencies
- @backstage/catalog-model@1.0.1
- @backstage/plugin-auth-node@0.2.0
- @backstage/backend-common@0.13.2
- @backstage/catalog-client@1.0.1
## 0.13.0-next.2
### Minor Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend",
"description": "A Backstage backend plugin that handles authentication",
"version": "0.13.0-next.2",
"version": "0.13.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,10 +33,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/plugin-auth-node": "^0.2.0-next.0",
"@backstage/backend-common": "^0.13.2-next.2",
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/plugin-auth-node": "^0.2.0",
"@backstage/backend-common": "^0.13.2",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/types": "^1.0.0",
@@ -76,8 +76,8 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.3",
"@backstage/backend-test-utils": "^0.1.23",
"@backstage/cli": "^0.17.0",
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/express-session": "^1.17.2",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-auth-node
## 0.2.0
### Minor Changes
- 15d3a3c39a: **BREAKING**: Removed the deprecated `id` and `entity` fields from `BackstageSignInResult`.
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.2
## 0.2.0-next.0
### Minor Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-node",
"version": "0.2.0-next.0",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,7 +23,7 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/backend-common": "^0.13.2",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"jose": "^1.27.1",
@@ -31,7 +31,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0",
"msw": "^0.35.0",
"uuid": "^8.0.0"
},
@@ -1,5 +1,13 @@
# @backstage/plugin-azure-devops-backend
## 0.3.10
### Patch Changes
- 236245d9f8: Stop loading all teams when plugin is initialized
- Updated dependencies
- @backstage/backend-common@0.13.2
## 0.3.10-next.1
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops-backend",
"version": "0.3.10-next.1",
"version": "0.3.10",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,7 +23,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/backend-common": "^0.13.2",
"@backstage/config": "^1.0.0",
"@backstage/plugin-azure-devops-common": "^0.2.2",
"@types/express": "^4.17.6",
@@ -35,7 +35,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.2",
"@backstage/cli": "^0.17.0",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.6",
"msw": "^0.35.0"
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-azure-devops
## 0.1.20
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.1.20-next.1
### Patch Changes
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-azure-devops",
"version": "0.1.20-next.1",
"version": "0.1.20",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,12 +30,12 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-azure-devops-common": "^0.2.2",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -49,10 +49,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-badges-backend
## 0.1.25
### Patch Changes
- 4c93fd36ee: allow overriding `DefaultBadgeBuilder.getMarkdownCode`
- Updated dependencies
- @backstage/catalog-model@1.0.1
- @backstage/backend-common@0.13.2
- @backstage/catalog-client@1.0.1
## 0.1.25-next.1
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-badges-backend",
"description": "A Backstage backend plugin that generates README badges for your entities",
"version": "0.1.25-next.1",
"version": "0.1.25",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,9 +34,9 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/backend-common": "^0.13.2",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@types/express": "^4.17.6",
@@ -48,7 +48,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0",
"@types/supertest": "^2.0.8",
"supertest": "^6.1.3"
},
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-badges
## 0.2.28
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.2.28-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-badges",
"description": "A Backstage plugin that generates README badges for your entities",
"version": "0.2.28-next.1",
"version": "0.2.28",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,11 +30,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -46,10 +46,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-bazaar-backend
## 0.1.15
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.2
- @backstage/backend-test-utils@0.1.23
## 0.1.15-next.0
### Patch Changes
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bazaar-backend",
"version": "0.1.15-next.0",
"version": "0.1.15",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,8 +23,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/backend-common": "^0.13.2",
"@backstage/backend-test-utils": "^0.1.23",
"@backstage/config": "^1.0.0",
"@types/express": "^4.17.6",
"express": "^4.17.1",
@@ -34,7 +34,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1"
"@backstage/cli": "^0.17.0"
},
"files": [
"dist",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-bazaar
## 0.1.19
### Patch Changes
- 69738379c7: Pass authorization header with Backstage token to backend requests.
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/cli@0.17.0
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
- @backstage/plugin-catalog@1.1.0
- @backstage/catalog-client@1.0.1
## 0.1.19-next.2
### Patch Changes
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bazaar",
"version": "0.1.19-next.2",
"version": "0.1.19",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,13 +24,13 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/plugin-catalog": "^1.1.0-next.3",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/cli": "^0.17.0",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/plugin-catalog": "^1.1.0",
"@backstage/plugin-catalog-react": "^1.0.1",
"@date-io/luxon": "1.x",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -47,8 +47,8 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/cli": "^0.17.0",
"@backstage/dev-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"cross-fetch": "^3.1.5"
},
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-bitrise
## 0.1.31
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.1.31-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-bitrise",
"description": "A Backstage plugin that integrates towards Bitrise",
"version": "0.1.31-next.1",
"version": "0.1.31",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,10 +24,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -43,10 +43,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
@@ -1,5 +1,90 @@
# @backstage/plugin-catalog-backend-module-aws
## 0.1.4
### Patch Changes
- 5969c4b65c: Add a new provider `AwsS3EntityProvider` as replacement for `AwsS3DiscoveryProcessor`.
In order to migrate from the `AwsS3DiscoveryProcessor` you need to apply
the following changes:
**Before:**
```yaml
# app-config.yaml
catalog:
locations:
- type: s3-discovery
target: https://sample-bucket.s3.us-east-2.amazonaws.com/prefix/
```
```ts
/* packages/backend/src/plugins/catalog.ts */
import { AwsS3DiscoveryProcessor } from '@backstage/plugin-catalog-backend-module-aws';
const builder = await CatalogBuilder.create(env);
/** ... other processors ... */
builder.addProcessor(new AwsS3DiscoveryProcessor(env.reader));
```
**After:**
```yaml
# app-config.yaml
catalog:
providers:
awsS3:
yourProviderId: # identifies your dataset / provider independent of config changes
bucketName: sample-bucket
prefix: prefix/ # optional
region: us-east-2 # optional, uses the default region otherwise
```
```ts
/* packages/backend/src/plugins/catalog.ts */
import { AwsS3EntityProvider } from '@backstage/plugin-catalog-backend-module-aws';
const builder = await CatalogBuilder.create(env);
/** ... other processors and/or providers ... */
builder.addEntityProvider(
...AwsS3EntityProvider.fromConfig(env.config, {
logger: env.logger,
schedule: env.scheduler.createScheduledTaskRunner({
frequency: Duration.fromObject({ minutes: 30 }),
timeout: Duration.fromObject({ minutes: 3 }),
}),
}),
);
```
For simple setups, you can omit the provider ID at the config
which has the same effect as using `default` for it.
```yaml
# app-config.yaml
catalog:
providers:
awsS3:
# uses "default" as provider ID
bucketName: sample-bucket
prefix: prefix/ # optional
region: us-east-2 # optional, uses the default region otherwise
```
- 776a91ea3a: Corrected title and URL to setup documentation in README
- Updated dependencies
- @backstage/plugin-catalog-backend@1.1.0
- @backstage/integration@1.1.0
- @backstage/backend-tasks@0.3.0
- @backstage/catalog-model@1.0.1
- @backstage/backend-common@0.13.2
## 0.1.4-next.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-aws",
"description": "A Backstage catalog backend module that helps integrate towards AWS",
"version": "0.1.4-next.2",
"version": "0.1.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,13 +33,13 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.2",
"@backstage/backend-tasks": "^0.3.0-next.1",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/backend-common": "^0.13.2",
"@backstage/backend-tasks": "^0.3.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.2",
"@backstage/plugin-catalog-backend": "^1.1.0-next.3",
"@backstage/integration": "^1.1.0",
"@backstage/plugin-catalog-backend": "^1.1.0",
"@backstage/types": "^1.0.0",
"aws-sdk": "^2.840.0",
"lodash": "^4.17.21",
@@ -48,7 +48,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/cli": "^0.17.0",
"@types/lodash": "^4.14.151",
"aws-sdk-mock": "^5.2.1",
"yaml": "^1.9.2"
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-backend-module-azure
## 0.1.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.1.0
- @backstage/integration@1.1.0
- @backstage/catalog-model@1.0.1
- @backstage/backend-common@0.13.2
## 0.1.2-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-azure",
"description": "A Backstage catalog backend module that helps integrate towards Azure",
"version": "0.1.2-next.1",
"version": "0.1.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,12 +33,12 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/backend-common": "^0.13.2",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.0-next.1",
"@backstage/integration": "^1.1.0",
"@backstage/plugin-catalog-backend": "^1.1.0",
"@backstage/types": "^1.0.0",
"lodash": "^4.17.21",
"msw": "^0.35.0",
@@ -46,8 +46,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/backend-test-utils": "^0.1.23",
"@backstage/cli": "^0.17.0",
"@types/lodash": "^4.14.151"
},
"files": [
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-backend-module-bitbucket
## 0.1.2
### Patch Changes
- c47509e1a0: Implemented changes suggested by Deepsource.io including multiple double non-null assertion operators and unexpected awaits for non-promise values.
- 9fed130139: split BitbucketClient into BitbucketCloudClient, BitbucketServerClient
- Updated dependencies
- @backstage/plugin-catalog-backend@1.1.0
- @backstage/integration@1.1.0
- @backstage/catalog-model@1.0.1
- @backstage/backend-common@0.13.2
## 0.1.2-next.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-bitbucket",
"description": "A Backstage catalog backend module that helps integrate towards Bitbucket",
"version": "0.1.2-next.2",
"version": "0.1.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,12 +33,12 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/backend-common": "^0.13.2",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.0-next.2",
"@backstage/integration": "^1.1.0",
"@backstage/plugin-catalog-backend": "^1.1.0",
"@backstage/types": "^1.0.0",
"lodash": "^4.17.21",
"msw": "^0.35.0",
@@ -46,8 +46,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.2",
"@backstage/backend-test-utils": "^0.1.23",
"@backstage/cli": "^0.17.0",
"@types/lodash": "^4.14.151"
},
"files": [
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-backend-module-github
## 0.1.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.1.0
- @backstage/integration@1.1.0
- @backstage/catalog-model@1.0.1
- @backstage/backend-common@0.13.2
## 0.1.2-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-github",
"description": "A Backstage catalog backend module that helps integrate towards GitHub",
"version": "0.1.2-next.1",
"version": "0.1.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,12 +33,12 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/backend-common": "^0.13.2",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.0-next.1",
"@backstage/integration": "^1.1.0",
"@backstage/plugin-catalog-backend": "^1.1.0",
"@backstage/types": "^1.0.0",
"@octokit/graphql": "^4.5.8",
"lodash": "^4.17.21",
@@ -47,8 +47,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/backend-test-utils": "^0.1.23",
"@backstage/cli": "^0.17.0",
"@types/lodash": "^4.14.151"
},
"files": [
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-backend-module-gitlab
## 0.1.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-backend@1.1.0
- @backstage/integration@1.1.0
- @backstage/catalog-model@1.0.1
- @backstage/backend-common@0.13.2
## 0.1.2-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-gitlab",
"description": "A Backstage catalog backend module that helps integrate towards GitLab",
"version": "0.1.2-next.1",
"version": "0.1.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,12 +33,12 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/backend-common": "^0.13.2",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.0-next.1",
"@backstage/integration": "^1.1.0",
"@backstage/plugin-catalog-backend": "^1.1.0",
"@backstage/types": "^1.0.0",
"lodash": "^4.17.21",
"msw": "^0.35.0",
@@ -46,8 +46,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.1",
"@backstage/backend-test-utils": "^0.1.23",
"@backstage/cli": "^0.17.0",
"@types/lodash": "^4.14.151"
},
"files": [
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-backend-module-ldap
## 0.4.2
### Patch Changes
- ebc0aef2c6: Changed relationship creation in LDAP data processor to leverage entityRefs instead of metadata.name
- Updated dependencies
- @backstage/plugin-catalog-backend@1.1.0
- @backstage/backend-tasks@0.3.0
- @backstage/catalog-model@1.0.1
## 0.4.2-next.1
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-ldap",
"description": "A Backstage catalog backend module that helps integrate towards LDAP",
"version": "0.4.2-next.1",
"version": "0.4.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,11 +33,11 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-tasks": "^0.3.0-next.1",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/backend-tasks": "^0.3.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-backend": "^1.1.0-next.1",
"@backstage/plugin-catalog-backend": "^1.1.0",
"@backstage/types": "^1.0.0",
"@types/ldapjs": "^2.2.0",
"ldapjs": "^2.2.0",
@@ -46,7 +46,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0",
"@types/lodash": "^4.14.151"
},
"files": [
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend-module-msgraph
## 0.3.1
### Patch Changes
- 1691c6c5c2: Clarify that config locations that emit User and Group kinds now need to declare so in the `catalog.locations.[].rules`
- 85fc53df95: Now plugin configuration accept a new optional parameter `groupSelect` which allow the client to fetch defined fields from the ms-graph api.
- Updated dependencies
- @backstage/plugin-catalog-backend@1.1.0
- @backstage/backend-tasks@0.3.0
- @backstage/catalog-model@1.0.1
## 0.3.1-next.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend-module-msgraph",
"description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
"version": "0.3.1-next.2",
"version": "0.3.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@azure/msal-node": "^1.1.0",
"@backstage/backend-tasks": "^0.3.0-next.1",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/backend-tasks": "^0.3.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/plugin-catalog-backend": "^1.1.0-next.3",
"@backstage/plugin-catalog-backend": "^1.1.0",
"@microsoft/microsoft-graph-types": "^2.6.0",
"@types/node-fetch": "^2.5.12",
"lodash": "^4.17.21",
@@ -48,9 +48,9 @@
"qs": "^6.9.4"
},
"devDependencies": {
"@backstage/backend-common": "^0.13.2-next.2",
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.3",
"@backstage/backend-common": "^0.13.2",
"@backstage/backend-test-utils": "^0.1.23",
"@backstage/cli": "^0.17.0",
"@types/lodash": "^4.14.151",
"msw": "^0.35.0"
},
+63
View File
@@ -1,5 +1,68 @@
# @backstage/plugin-catalog-backend
## 1.1.0
### Minor Changes
- 8012ac46a0: **BREAKING (alpha api):** Replace `createCatalogPolicyDecision` export with `createCatalogConditionalDecision`, which accepts a permission parameter of type `ResourcePermission<'catalog-entity'>` along with conditions. The permission passed is expected to be the handled permission in `PermissionPolicy#handle`, whose type must first be narrowed using methods like `isPermission` and `isResourcePermission`:
```typescript
class TestPermissionPolicy implements PermissionPolicy {
async handle(
request: PolicyQuery<Permission>,
_user?: BackstageIdentityResponse,
): Promise<PolicyDecision> {
if (
// Narrow type of `request.permission` to `ResourcePermission<'catalog-entity'>
isResourcePermission(request.permission, RESOURCE_TYPE_CATALOG_ENTITY)
) {
return createCatalogConditionalDecision(
request.permission,
catalogConditions.isEntityOwner(
_user?.identity.ownershipEntityRefs ?? [],
),
);
}
return {
result: AuthorizeResult.ALLOW,
};
```
- 8012ac46a0: **BREAKING:** Mark CatalogBuilder#addPermissionRules as @alpha.
- fb02d2d94d: export `locationSpecToLocationEntity`
- bf82edf4c9: Added `/validate-entity` endpoint
### Patch Changes
- ada4446733: Specify type of `visibilityPermission` property on collators and collator factories.
- 1691c6c5c2: Clarify that config locations that emit User and Group kinds now need to declare so in the `catalog.locations.[].rules`
- 8592cacfd3: Fixed an issue where sometimes entities would have stale relations "stuck" and
not getting removed as expected, after the other end of the relation had stopped
referring to them.
- 23646e51a5: Use new `PermissionEvaluator#authorizeConditional` method when retrieving permission conditions.
- 9fe24b0fc8: Adjust the error messages when entities fail validation, to clearly state what entity that failed it
- 48405ed232: Added `spec.profile.displayName` to search index for Group kinds
- 95408dbe99: Enable internal batching of very large deletions, to not run into SQL binding limits
- 8012ac46a0: Handle changes to @alpha permission-related types.
- All exported permission rules and conditions now have a `resourceType`.
- `createCatalogConditionalDecision` now expects supplied conditions to have the appropriate `resourceType`.
- `createCatalogPermissionRule` now expects `resourceType` as part of the supplied rule object.
- Introduce new `CatalogPermissionRule` convenience type.
- ffec894ed0: add gitlab to AnnotateScmSlugEntityProcessor
- Updated dependencies
- @backstage/integration@1.1.0
- @backstage/plugin-permission-common@0.6.0
- @backstage/plugin-permission-node@0.6.0
- @backstage/catalog-model@1.0.1
- @backstage/plugin-search-common@0.3.3
- @backstage/backend-common@0.13.2
- @backstage/plugin-catalog-common@1.0.1
- @backstage/catalog-client@1.0.1
- @backstage/plugin-scaffolder-common@1.0.1
## 1.1.0-next.3
### Patch Changes
+14 -14
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend",
"description": "The Backstage backend plugin that provides the Backstage catalog",
"version": "1.1.0-next.3",
"version": "1.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,17 +34,17 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.2",
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/backend-common": "^0.13.2",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.2",
"@backstage/plugin-catalog-common": "^1.0.1-next.1",
"@backstage/plugin-permission-common": "^0.6.0-next.1",
"@backstage/plugin-permission-node": "^0.6.0-next.2",
"@backstage/plugin-scaffolder-common": "^1.0.1-next.0",
"@backstage/plugin-search-common": "^0.3.3-next.1",
"@backstage/integration": "^1.1.0",
"@backstage/plugin-catalog-common": "^1.0.1",
"@backstage/plugin-permission-common": "^0.6.0",
"@backstage/plugin-permission-node": "^0.6.0",
"@backstage/plugin-scaffolder-common": "^1.0.1",
"@backstage/plugin-search-common": "^0.3.3",
"@backstage/types": "^1.0.0",
"@types/express": "^4.17.6",
"codeowners-utils": "^1.0.2",
@@ -68,10 +68,10 @@
"zod": "^3.11.6"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.23-next.1",
"@backstage/cli": "^0.17.0-next.3",
"@backstage/plugin-permission-common": "^0.6.0-next.1",
"@backstage/plugin-search-backend-node": "0.6.0-next.1",
"@backstage/backend-test-utils": "^0.1.23",
"@backstage/cli": "^0.17.0",
"@backstage/plugin-permission-common": "^0.6.0",
"@backstage/plugin-search-backend-node": "0.6.0",
"@types/core-js": "^2.5.4",
"@types/git-url-parse": "^9.0.0",
"@types/lodash": "^4.14.151",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-catalog-common
## 1.0.1
### Patch Changes
- ada4446733: Use `createPermission` helper when creating permissions.
- 8c8bee47f4: Add `@alpha` `CatalogEntityPermission` convenience type, available for import from `@backstage/plugin-catalog-common/alpha`.
- Updated dependencies
- @backstage/plugin-permission-common@0.6.0
- @backstage/search-common@0.3.3
## 1.0.1-next.1
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-common",
"description": "Common functionalities for the catalog plugin",
"version": "1.0.1-next.1",
"version": "1.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,11 +34,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/plugin-permission-common": "^0.6.0-next.0",
"@backstage/search-common": "^0.3.3-next.1"
"@backstage/plugin-permission-common": "^0.6.0",
"@backstage/search-common": "^0.3.3"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1"
"@backstage/cli": "^0.17.0"
},
"files": [
"dist",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-catalog-graph
## 0.2.16
### Patch Changes
- 7c7919777e: build(deps-dev): bump `@testing-library/react-hooks` from 7.0.2 to 8.0.0
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 77800a32dd: Added renderNode and renderLabel property to EntityRelationsGraph to support customization using CustomNode and CustomLabel components
- 99063c39ae: Minor API report cleanup
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
- @backstage/catalog-client@1.0.1
## 0.2.16-next.3
### Patch Changes
+11 -11
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-graph",
"version": "0.2.16-next.3",
"version": "0.2.16",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,11 +24,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -45,11 +45,11 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/plugin-catalog": "^1.1.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/plugin-catalog": "^1.1.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^8.0.0",
+7
View File
@@ -1,5 +1,12 @@
# @backstage/plugin-catalog-graphql
## 0.3.8
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.0.1
## 0.3.8-next.0
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-graphql",
"description": "An experimental Backstage catalog GraphQL module",
"version": "0.3.8-next.0",
"version": "0.3.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,7 +34,7 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/types": "^1.0.0",
"graphql-modules": "^2.0.0",
@@ -46,8 +46,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/test-utils": "^1.0.1-next.1",
"@backstage/cli": "^0.17.0",
"@backstage/test-utils": "^1.0.1",
"@graphql-codegen/cli": "^2.3.1",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-codegen/typescript-resolvers": "^2.4.3",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-catalog-import
## 0.8.7
### Patch Changes
- 7c7919777e: build(deps-dev): bump `@testing-library/react-hooks` from 7.0.2 to 8.0.0
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- Updated dependencies
- @backstage/integration@1.1.0
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
- @backstage/integration-react@1.0.1
- @backstage/catalog-client@1.0.1
## 0.8.7-next.2
### Patch Changes
+12 -12
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-import",
"description": "A Backstage plugin the helps you import entities into your catalog",
"version": "0.8.7-next.2",
"version": "0.8.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,15 +34,15 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.2",
"@backstage/integration-react": "^1.0.1-next.2",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/integration": "^1.1.0",
"@backstage/integration-react": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.0.1",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
@@ -60,10 +60,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^8.0.0",
+30
View File
@@ -1,5 +1,35 @@
# @backstage/plugin-catalog-react
## 1.0.1
### Patch Changes
- 0ffd88a90e: Prevent permissions with types other than `ResourcePermission<'catalog-entity'>` from being used with the `useEntityPermission` hook.
- 7c7919777e: build(deps-dev): bump `@testing-library/react-hooks` from 7.0.2 to 8.0.0
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 4af82967f4: Decouple tags picker from backend entities
`EntityTagPicker` fetches all the tags independently and it doesn't require all the entities to be available client side.
- 4be0d1e777: Changed catalog filter components to only pay attention to query parameters relevant to the component.
- 5d5fdbe541: Columns in CatalogTable now change depending on the entity kind, ensuring only relevant columns are displayed.
- 863e7bcb7b: Updated the "unregister location" behavior in `UnregisterEntityDialog`. Removed unnecessary entity deletion requests that were sent after successfully deleting a location.
- 37b04b5a5e: Removed broken link from Labels section of entity inspector.
- a496cee4d1: Add support for string refs to the `EntityRefLinks` component
- d34900af81: Added a new `NextScaffolderRouter` which will eventually replace the exiting router
- 99063c39ae: Minor API report cleanup
- 4431873583: Update `usePermission` usage.
- Updated dependencies
- @backstage/integration@1.1.0
- @backstage/plugin-permission-react@0.4.0
- @backstage/plugin-permission-common@0.6.0
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
- @backstage/version-bridge@1.0.1
- @backstage/plugin-catalog-common@1.0.1
- @backstage/catalog-client@1.0.1
## 1.0.1-next.3
### Patch Changes
+15 -15
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-react",
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
"version": "1.0.1-next.3",
"version": "1.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,18 +34,18 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.2",
"@backstage/plugin-catalog-common": "^1.0.1-next.1",
"@backstage/plugin-permission-common": "^0.6.0-next.1",
"@backstage/plugin-permission-react": "^0.4.0-next.1",
"@backstage/integration": "^1.1.0",
"@backstage/plugin-catalog-common": "^1.0.1",
"@backstage/plugin-permission-common": "^0.6.0",
"@backstage/plugin-permission-react": "^0.4.0",
"@backstage/theme": "^0.2.15",
"@backstage/types": "^1.0.0",
"@backstage/version-bridge": "^1.0.0",
"@backstage/version-bridge": "^1.0.1",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
@@ -63,11 +63,11 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/plugin-catalog-common": "^1.0.1-next.1",
"@backstage/plugin-scaffolder-common": "^1.0.1-next.0",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/plugin-catalog-common": "^1.0.1",
"@backstage/plugin-scaffolder-common": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^8.0.0",
+22
View File
@@ -1,5 +1,27 @@
# @backstage/plugin-catalog
## 1.1.0
### Minor Changes
- bdc61b4002: Expose 'initalFilter' through initialKind prop on Catalog Page.
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 2a3cac4c60: Corrected replacements for depreciated FilteredEntityLayout items
- f6d2694092: Added tableOptions property to CatalogTable and DefaultCatalogPage to support customization of the Catalog Table. Related issue #10453
- 5d5fdbe541: Columns in CatalogTable now change depending on the entity kind, ensuring only relevant columns are displayed.
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
- @backstage/integration-react@1.0.1
- @backstage/plugin-search-common@0.3.3
- @backstage/plugin-catalog-common@1.0.1
- @backstage/catalog-client@1.0.1
## 1.1.0-next.3
### Patch Changes
+14 -14
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog",
"description": "The Backstage plugin for browsing the Backstage catalog",
"version": "1.1.0-next.3",
"version": "1.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,15 +34,15 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration-react": "^1.0.1-next.2",
"@backstage/plugin-catalog-common": "^1.0.1-next.1",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/plugin-search-common": "^0.3.3-next.1",
"@backstage/integration-react": "^1.0.1",
"@backstage/plugin-catalog-common": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/plugin-search-common": "^0.3.3",
"@backstage/theme": "^0.2.15",
"@backstage/types": "^1.0.0",
"@material-ui/core": "^4.12.2",
@@ -60,11 +60,11 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/plugin-permission-react": "^0.4.0-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/plugin-permission-react": "^0.4.0",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
@@ -1,5 +1,19 @@
# @backstage/plugin-cicd-statistics-module-gitlab
## 0.1.0
### Minor Changes
- d3af30b47d: Created a module to extract the CI/CD statistics from a Gitlab repository.
Read the `README.md` in the `cicd-statistics-module-gitlab` plugin folder on how to set it up.
### Patch Changes
- Updated dependencies
- @backstage/catalog-model@1.0.1
- @backstage/core-plugin-api@1.0.1
- @backstage/plugin-cicd-statistics@0.1.6
## 0.1.0-next.0
### Minor Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cicd-statistics-module-gitlab",
"description": "CI/CD Statistics plugin module; Gitlab CICD",
"version": "0.1.0-next.0",
"version": "0.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,16 +29,16 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/plugin-cicd-statistics": "^0.1.6-next.1",
"@backstage/plugin-cicd-statistics": "^0.1.6",
"@gitbeaker/browser": "^35.6.0",
"@gitbeaker/core": "^35.6.0",
"luxon": "^2.0.2",
"p-limit": "^4.0.0",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.1"
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/catalog-model": "^1.0.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3"
"@backstage/cli": "^0.17.0"
},
"files": [
"dist"
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-cicd-statistics
## 0.1.6
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-plugin-api@1.0.1
## 0.1.6-next.1
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cicd-statistics",
"description": "A frontend plugin visualizing CI/CD pipeline statistics (build time)",
"version": "0.1.6-next.1",
"version": "0.1.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -37,9 +37,9 @@
"@types/luxon": "^2.0.5"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.0.1",
"@date-io/luxon": "^1.3.13",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.2",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-circleci
## 0.3.4
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.3.4-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-circleci",
"description": "A Backstage plugin that integrates towards Circle CI",
"version": "0.3.4-next.1",
"version": "0.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,10 +35,10 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -55,10 +55,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-cloudbuild
## 0.3.4
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.3.4-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cloudbuild",
"description": "A Backstage plugin that integrates towards Google Cloud Build",
"version": "0.3.4-next.1",
"version": "0.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,10 +34,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -52,10 +52,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-code-climate
## 0.1.4
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.1.4-next.1
### Patch Changes
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-code-climate",
"version": "0.1.4-next.1",
"version": "0.1.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,10 +23,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -40,9 +40,9 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
@@ -1,5 +1,15 @@
# @backstage/plugin-code-coverage-backend
## 0.1.29
### Patch Changes
- Updated dependencies
- @backstage/integration@1.1.0
- @backstage/catalog-model@1.0.1
- @backstage/backend-common@0.13.2
- @backstage/catalog-client@1.0.1
## 0.1.29-next.1
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-code-coverage-backend",
"description": "A Backstage backend plugin that helps you keep track of your code coverage",
"version": "0.1.29-next.1",
"version": "0.1.29",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,12 +23,12 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.13.2-next.1",
"@backstage/catalog-client": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/backend-common": "^0.13.2",
"@backstage/catalog-client": "^1.0.1",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.1",
"@backstage/integration": "^1.1.0",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
@@ -39,7 +39,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.1",
"@backstage/cli": "^0.17.0",
"@types/express-xml-bodyparser": "^0.3.2",
"@types/supertest": "^2.0.8",
"msw": "^0.35.0",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-code-coverage
## 0.1.31
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.1.31-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-code-coverage",
"description": "A Backstage plugin that helps you keep track of your code coverage",
"version": "0.1.31-next.1",
"version": "0.1.31",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,12 +24,12 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -46,10 +46,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-config-schema
## 0.1.27
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.1.27-next.1
### Patch Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-config-schema",
"description": "A Backstage plugin that lets you browse the configuration schema of your app",
"version": "0.1.27-next.1",
"version": "0.1.27",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -25,8 +25,8 @@
},
"dependencies": {
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/errors": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@backstage/types": "^1.0.0",
@@ -41,10 +41,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-cost-insights
## 0.11.26
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.11.26-next.1
### Patch Changes
+8 -8
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cost-insights",
"description": "A Backstage plugin that helps you keep track of your cloud spend",
"version": "0.11.26-next.1",
"version": "0.11.26",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,10 +34,10 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/config": "^1.0.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -60,10 +60,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-explore-react
## 0.0.16
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/core-plugin-api@1.0.1
## 0.0.16-next.0
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-explore-react",
"description": "A frontend library for Backstage plugins that want to interact with the explore plugin",
"version": "0.0.16-next.0",
"version": "0.0.16",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,12 +33,12 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/core-plugin-api": "^1.0.1-next.0"
"@backstage/core-plugin-api": "^1.0.1"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-explore
## 0.3.35
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
- @backstage/plugin-explore-react@0.0.16
## 0.3.35-next.1
### Patch Changes
+10 -10
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-explore",
"description": "A Backstage plugin for building an exploration page of your software ecosystem",
"version": "0.3.35-next.1",
"version": "0.3.35",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,11 +34,11 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/plugin-explore-react": "^0.0.16-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/plugin-explore-react": "^0.0.16",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -53,10 +53,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-firehydrant
## 0.1.21
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.1.21-next.1
### Patch Changes
+8 -8
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-firehydrant",
"description": "A Backstage plugin that integrates towards FireHydrant",
"version": "0.1.21-next.1",
"version": "0.1.21",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -25,9 +25,9 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -39,10 +39,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-fossa
## 0.2.36
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.2.36-next.1
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-fossa",
"description": "A Backstage plugin that integrates towards FOSSA",
"version": "0.2.36-next.1",
"version": "0.2.36",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,11 +35,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -53,10 +53,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-gcalendar
## 0.3.0
### Minor Changes
- c6616e6fc9: Fixed issue when not all calendars were fetched for some accounts
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.3.0-next.2
### Patch Changes
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-gcalendar",
"version": "0.3.0-next.2",
"version": "0.3.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,8 +22,8 @@
"postpack": "backstage-cli package postpack"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/errors": "^1.0.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
@@ -42,10 +42,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-gcp-projects
## 0.3.23
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.3.23-next.1
### Patch Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-gcp-projects",
"description": "A Backstage plugin that helps you manage projects in GCP",
"version": "0.3.23-next.1",
"version": "0.3.23",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,8 +34,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -47,10 +47,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-git-release-manager
## 0.3.17
### Patch Changes
- 7c7919777e: build(deps-dev): bump `@testing-library/react-hooks` from 7.0.2 to 8.0.0
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/integration@1.1.0
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.3.17-next.2
### Patch Changes
+8 -8
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-git-release-manager",
"description": "A Backstage plugin that helps you manage releases in git",
"version": "0.3.17-next.2",
"version": "0.3.17",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,9 +24,9 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/integration": "^1.1.0-next.2",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/integration": "^1.1.0",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -43,10 +43,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^8.0.0",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-github-actions
## 0.5.4
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/integration@1.1.0
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.5.4-next.2
### Patch Changes
+10 -10
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-github-actions",
"description": "A Backstage plugin that integrates towards GitHub Actions",
"version": "0.5.4-next.2",
"version": "0.5.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -36,11 +36,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/integration": "^1.1.0-next.2",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/integration": "^1.1.0",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -55,10 +55,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-github-deployments
## 0.1.35
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/integration@1.1.0
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
- @backstage/integration-react@1.0.1
## 0.1.35-next.2
### Patch Changes
+11 -11
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-github-deployments",
"description": "A Backstage plugin that integrates towards GitHub Deployments",
"version": "0.1.35-next.2",
"version": "0.1.35",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,13 +24,13 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/errors": "^1.0.0",
"@backstage/integration": "^1.1.0-next.2",
"@backstage/integration-react": "^1.0.1-next.2",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/integration": "^1.1.0",
"@backstage/integration-react": "^1.0.1",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -43,10 +43,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-gitops-profiles
## 0.3.22
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- Updated dependencies
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.3.22-next.1
### Patch Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-gitops-profiles",
"description": "A Backstage plugin that helps you manage GitOps profiles",
"version": "0.3.22-next.1",
"version": "0.3.22",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,8 +35,8 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -48,10 +48,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-gocd
## 0.1.10
### Patch Changes
- 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
- 230ad0826f: Bump to using `@types/node` v16
- 2677db7c15: Add pagination controls to GoCD build table
- 4c6c2b2918: Add DORA metrics insights to GoCD builds page
- Updated dependencies
- @backstage/plugin-catalog-react@1.0.1
- @backstage/catalog-model@1.0.1
- @backstage/core-components@0.9.3
- @backstage/core-plugin-api@1.0.1
## 0.1.10-next.2
### Patch Changes
+9 -9
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-gocd",
"description": "A Backstage plugin that integrates towards GoCD",
"version": "0.1.10-next.2",
"version": "0.1.10",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,11 +31,11 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/catalog-model": "^1.0.1-next.1",
"@backstage/core-components": "^0.9.3-next.2",
"@backstage/core-plugin-api": "^1.0.1-next.0",
"@backstage/catalog-model": "^1.0.1",
"@backstage/core-components": "^0.9.3",
"@backstage/core-plugin-api": "^1.0.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-catalog-react": "^1.0.1-next.3",
"@backstage/plugin-catalog-react": "^1.0.1",
"@backstage/theme": "^0.2.15",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -49,10 +49,10 @@
"react": "^16.13.1 || ^17.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.17.0-next.3",
"@backstage/core-app-api": "^1.0.1-next.1",
"@backstage/dev-utils": "^1.0.1-next.1",
"@backstage/test-utils": "^1.0.1-next.2",
"@backstage/cli": "^0.17.0",
"@backstage/core-app-api": "^1.0.1",
"@backstage/dev-utils": "^1.0.1",
"@backstage/test-utils": "^1.0.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.0.0",

Some files were not shown because too many files have changed in this diff Show More