Version Packages

This commit is contained in:
github-actions[bot]
2021-09-16 11:41:51 +00:00
parent 14ebe91454
commit fff5c48429
152 changed files with 1040 additions and 614 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Fix a bug preventing an access token to be refreshed a second time with the GitLab provider.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/core-components': patch
---
Change the styling of the `<DependencyGraph>` to have more contrast in light
mode. Nodes now have a design similar to material UI buttons.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Action needed: If you are using the templates located at https://github.com/backstage/backstage/tree/master/ in your Backstage app directly using the URL via the `app-config.yaml`, you should copy over the templates inside your org and import from there. The templates have now been moved to https://github.com/backstage/software-templates. See https://github.com/backstage/backstage/issues/6415 for explanation.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/backend-common': patch
'@backstage/plugin-catalog-backend': patch
---
Add AWS S3 Discovery Processor. Add readTree() to AwsS3UrlReader. Add ReadableArrayResponse type that implements ReadTreeResponse to use in AwsS3UrlReader's readTree()
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
replace the deprecated file-loader for fonts with assets module
-16
View File
@@ -1,16 +0,0 @@
---
'@backstage/plugin-auth-backend': minor
---
Bump `passport-saml` to version 3. This is a breaking change, in that it [now requires](https://github.com/node-saml/passport-saml/pull/548) the `auth.saml.cert` parameter to be set. If you are not using SAML auth, you can ignore this.
To update your settings, add something similar to the following to your app-config:
```yaml
auth:
saml:
# ... other settings ...
cert: 'MIICizCCAfQCCQCY8tKaMc0BMjANBgkqh ... W=='
```
For more information, see the [library README](https://github.com/node-saml/passport-saml#security-and-signatures).
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-techdocs-backend': patch
'@backstage/plugin-techdocs': patch
---
Modify TechDocsCollator to be aware of new TechDocs URL pattern. Modify tech docs in context search to use correct casing when creating initial filter.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Set the default TZ (Timezone) env for the test command to be UTC so any date related tests are consistent across timezones.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': patch
---
Fix import for `createPlugin` in example snippet
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-newrelic': patch
---
Added pagination and searching to the table
-28
View File
@@ -1,28 +0,0 @@
---
'@backstage/plugin-home': minor
---
The homepage `<Header />` is now part of the composable canvas (allowing you to add the <HomepageTimer />, for example).
You will need to wrap your existing composed `<HomePage />` component in `<Page />`, `<Header />`, and `<Content />` components, like this:
```diff
// app/src/components/home/HomePage.tsx
+ import { Content, Header, Page, HomePageTimer } from '@backstage/core-components';
export const HomePage = () => (
+ <Page themeId="home">
+ <Header title="Home">
+ <HomepageTimer />
+ </Header>
+ <Content>
<Grid container spacing={3}>
<Grid item xs={12}>
<HomePageSearchBar />
</Grid>
// ...
+ </Content>
+ </Page>
);
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Change hardcoded branch `master` to $defaultBranch in GitLab provider
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/integration': patch
---
Fix Azure URL handling to properly support both repo shorthand (`/owner/_git/project`) and full URLs (`/owner/project/_git/repo`).
Fix Azure DevOps Server URL handling by being able to parse URLs with hosts other than `dev.azure.com`. Note that the `api-version` used for API requests is currently `6.0`, meaning you need to support at least this version in your Azure DevOps Server instance.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fill in most missing type exports.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Use a more informative error message if the configured OIDC identity provider does not provide a `userinfo_endpoint` in its metadata.
-50
View File
@@ -1,50 +0,0 @@
---
'@backstage/cli': patch
'@backstage/core-components': patch
'@backstage/integration-react': patch
'@backstage/plugin-allure': patch
'@backstage/plugin-api-docs': patch
'@backstage/plugin-badges': patch
'@backstage/plugin-bitrise': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-circleci': patch
'@backstage/plugin-cloudbuild': patch
'@backstage/plugin-code-coverage': patch
'@backstage/plugin-config-schema': patch
'@backstage/plugin-cost-insights': patch
'@backstage/plugin-explore': patch
'@backstage/plugin-firehydrant': patch
'@backstage/plugin-fossa': patch
'@backstage/plugin-gcp-projects': patch
'@backstage/plugin-git-release-manager': patch
'@backstage/plugin-github-actions': patch
'@backstage/plugin-github-deployments': patch
'@backstage/plugin-gitops-profiles': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-home': patch
'@backstage/plugin-ilert': patch
'@backstage/plugin-jenkins': patch
'@backstage/plugin-kafka': patch
'@backstage/plugin-kubernetes': patch
'@backstage/plugin-lighthouse': patch
'@backstage/plugin-newrelic': patch
'@backstage/plugin-org': patch
'@backstage/plugin-pagerduty': patch
'@backstage/plugin-rollbar': patch
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-search': patch
'@backstage/plugin-sentry': patch
'@backstage/plugin-shortcuts': patch
'@backstage/plugin-sonarqube': patch
'@backstage/plugin-splunk-on-call': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-techdocs': patch
'@backstage/plugin-todo': patch
'@backstage/plugin-user-settings': patch
'@backstage/plugin-welcome': patch
'@backstage/plugin-xcmetrics': patch
---
Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
Change the Categories filter to a dropdown component
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Deprecated CheckboxTree component. Deprecated the filter type `'checkbox-tree'` from the `TableFilter` types.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Fix Azure `readTree` and `search` handling to properly support paths.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-module-elasticsearch': patch
---
Added rejectUnauthorized config option
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Improve UX for Login pop-up
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/core-app-api': patch
'@backstage/core-plugin-api': patch
---
Switch to using utilities from `@backstage/version-bridge'.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
remove hard coded min height in page header
-13
View File
@@ -1,13 +0,0 @@
---
'@backstage/backend-common': patch
'@backstage/integration': patch
'@backstage/techdocs-common': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-techdocs': patch
---
Upgrade git-parse-url to v11.6.0
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Deprecated `Router` in favor of using the plugin extensions.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-home': patch
---
Adjust dependencies to `@types/react` and `react-router` to follow the pattern
used by all other Backstage packages.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-explore': patch
---
Make styling of groups tab in the explore page use the Backstage theme instead
of hard coded colors. Change the layout to be full screen.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/integration': patch
---
Handle pagination on return results when fetch GitHub API to list selected repos
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Display entity titles on `EntityLayout` if defined
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Deprecated EntityContext in favor of using `useEntity`, `EntityProvider` and the new `AsyncEntityProvider` instead. This update also brings cross-version compatibility to `@backstage/catalog-react`, meaning that future versions can be used in parallel with this one.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-cloudbuild': patch
---
- Swaps over the plugin CloudBuild from using MomentJS to using Luxon for date formatting.
- Fixes some React warnings generated by nested <p> elements.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-app-api': patch
---
Allow users to specify their own AppThemeProvider
+41
View File
@@ -1,5 +1,46 @@
# example-app
## 0.2.46
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/cli@0.7.12
- @backstage/plugin-techdocs@0.11.2
- @backstage/plugin-user-settings@0.3.5
- @backstage/plugin-newrelic@0.3.4
- @backstage/plugin-home@0.4.0
- @backstage/integration-react@0.1.9
- @backstage/plugin-api-docs@0.6.8
- @backstage/plugin-badges@0.2.9
- @backstage/plugin-catalog@0.6.15
- @backstage/plugin-catalog-import@0.5.21
- @backstage/plugin-catalog-react@0.4.6
- @backstage/plugin-circleci@0.2.23
- @backstage/plugin-cloudbuild@0.2.23
- @backstage/plugin-code-coverage@0.1.11
- @backstage/plugin-cost-insights@0.11.6
- @backstage/plugin-explore@0.3.16
- @backstage/plugin-gcp-projects@0.3.4
- @backstage/plugin-github-actions@0.4.18
- @backstage/plugin-graphiql@0.2.16
- @backstage/plugin-jenkins@0.5.6
- @backstage/plugin-kafka@0.2.15
- @backstage/plugin-kubernetes@0.4.13
- @backstage/plugin-lighthouse@0.2.25
- @backstage/plugin-org@0.3.23
- @backstage/plugin-pagerduty@0.3.13
- @backstage/plugin-rollbar@0.3.14
- @backstage/plugin-scaffolder@0.11.4
- @backstage/plugin-search@0.4.11
- @backstage/plugin-sentry@0.3.21
- @backstage/plugin-shortcuts@0.1.8
- @backstage/plugin-tech-radar@0.4.7
- @backstage/plugin-todo@0.1.10
- @backstage/core-app-api@0.1.13
- @backstage/core-plugin-api@0.1.8
## 0.2.45
### Patch Changes
+36 -36
View File
@@ -1,45 +1,45 @@
{
"name": "example-app",
"version": "0.2.45",
"version": "0.2.46",
"private": true,
"bundled": true,
"dependencies": {
"@backstage/catalog-model": "^0.9.2",
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/integration-react": "^0.1.8",
"@backstage/plugin-api-docs": "^0.6.7",
"@backstage/plugin-badges": "^0.2.8",
"@backstage/plugin-catalog": "^0.6.14",
"@backstage/plugin-catalog-import": "^0.5.20",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/plugin-circleci": "^0.2.22",
"@backstage/plugin-cloudbuild": "^0.2.22",
"@backstage/plugin-code-coverage": "^0.1.10",
"@backstage/plugin-cost-insights": "^0.11.5",
"@backstage/plugin-explore": "^0.3.15",
"@backstage/plugin-gcp-projects": "^0.3.3",
"@backstage/plugin-github-actions": "^0.4.17",
"@backstage/plugin-graphiql": "^0.2.15",
"@backstage/plugin-home": "^0.3.0",
"@backstage/plugin-jenkins": "^0.5.5",
"@backstage/plugin-kafka": "^0.2.14",
"@backstage/plugin-kubernetes": "^0.4.12",
"@backstage/plugin-lighthouse": "^0.2.24",
"@backstage/plugin-newrelic": "^0.3.3",
"@backstage/plugin-org": "^0.3.22",
"@backstage/plugin-pagerduty": "0.3.12",
"@backstage/plugin-rollbar": "^0.3.13",
"@backstage/plugin-scaffolder": "^0.11.3",
"@backstage/plugin-search": "^0.4.10",
"@backstage/plugin-sentry": "^0.3.20",
"@backstage/plugin-shortcuts": "^0.1.7",
"@backstage/plugin-tech-radar": "^0.4.6",
"@backstage/plugin-techdocs": "^0.11.1",
"@backstage/plugin-todo": "^0.1.9",
"@backstage/plugin-user-settings": "^0.3.4",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/integration-react": "^0.1.9",
"@backstage/plugin-api-docs": "^0.6.8",
"@backstage/plugin-badges": "^0.2.9",
"@backstage/plugin-catalog": "^0.6.15",
"@backstage/plugin-catalog-import": "^0.5.21",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/plugin-circleci": "^0.2.23",
"@backstage/plugin-cloudbuild": "^0.2.23",
"@backstage/plugin-code-coverage": "^0.1.11",
"@backstage/plugin-cost-insights": "^0.11.6",
"@backstage/plugin-explore": "^0.3.16",
"@backstage/plugin-gcp-projects": "^0.3.4",
"@backstage/plugin-github-actions": "^0.4.18",
"@backstage/plugin-graphiql": "^0.2.16",
"@backstage/plugin-home": "^0.4.0",
"@backstage/plugin-jenkins": "^0.5.6",
"@backstage/plugin-kafka": "^0.2.15",
"@backstage/plugin-kubernetes": "^0.4.13",
"@backstage/plugin-lighthouse": "^0.2.25",
"@backstage/plugin-newrelic": "^0.3.4",
"@backstage/plugin-org": "^0.3.23",
"@backstage/plugin-pagerduty": "0.3.13",
"@backstage/plugin-rollbar": "^0.3.14",
"@backstage/plugin-scaffolder": "^0.11.4",
"@backstage/plugin-search": "^0.4.11",
"@backstage/plugin-sentry": "^0.3.21",
"@backstage/plugin-shortcuts": "^0.1.8",
"@backstage/plugin-tech-radar": "^0.4.7",
"@backstage/plugin-techdocs": "^0.11.2",
"@backstage/plugin-todo": "^0.1.10",
"@backstage/plugin-user-settings": "^0.3.5",
"@backstage/search-common": "^0.2.0",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/backend-common
## 0.9.3
### Patch Changes
- fab79adde1: Add AWS S3 Discovery Processor. Add readTree() to AwsS3UrlReader. Add ReadableArrayResponse type that implements ReadTreeResponse to use in AwsS3UrlReader's readTree()
- f7ad3a8925: Fix Azure `readTree` and `search` handling to properly support paths.
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- Updated dependencies
- @backstage/integration@0.6.4
## 0.9.2
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.9.2",
"version": "0.9.3",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -33,7 +33,7 @@
"@backstage/config": "^0.1.9",
"@backstage/config-loader": "^0.6.8",
"@backstage/errors": "^0.1.2",
"@backstage/integration": "^0.6.3",
"@backstage/integration": "^0.6.4",
"@google-cloud/storage": "^5.8.0",
"@octokit/rest": "^18.5.3",
"@types/cors": "^2.8.6",
@@ -77,7 +77,7 @@
}
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/cli": "^0.7.12",
"@backstage/test-utils": "^0.1.17",
"@types/archiver": "^5.1.0",
"@types/compression": "^1.7.0",
+14
View File
@@ -1,5 +1,19 @@
# example-backend
## 0.2.46
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.4.0
- @backstage/plugin-scaffolder-backend@0.15.5
- @backstage/backend-common@0.9.3
- @backstage/plugin-catalog-backend@0.13.8
- @backstage/plugin-techdocs-backend@0.10.2
- @backstage/integration@0.6.4
- @backstage/plugin-search-backend-module-elasticsearch@0.0.4
- example-app@0.2.46
## 0.2.44
### Patch Changes
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.44",
"version": "0.2.46",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -27,15 +27,15 @@
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {
"@backstage/backend-common": "^0.9.1",
"@backstage/backend-common": "^0.9.3",
"@backstage/catalog-client": "^0.3.17",
"@backstage/catalog-model": "^0.9.1",
"@backstage/config": "^0.1.8",
"@backstage/integration": "^0.6.3",
"@backstage/integration": "^0.6.4",
"@backstage/plugin-app-backend": "^0.3.16",
"@backstage/plugin-auth-backend": "^0.3.24",
"@backstage/plugin-auth-backend": "^0.4.0",
"@backstage/plugin-badges-backend": "^0.1.9",
"@backstage/plugin-catalog-backend": "^0.13.6",
"@backstage/plugin-catalog-backend": "^0.13.8",
"@backstage/plugin-code-coverage-backend": "^0.1.10",
"@backstage/plugin-graphql-backend": "^0.1.9",
"@backstage/plugin-jenkins-backend": "^0.1.4",
@@ -43,19 +43,19 @@
"@backstage/plugin-kafka-backend": "^0.2.9",
"@backstage/plugin-proxy-backend": "^0.2.12",
"@backstage/plugin-rollbar-backend": "^0.1.14",
"@backstage/plugin-scaffolder-backend": "^0.15.3",
"@backstage/plugin-scaffolder-backend": "^0.15.5",
"@backstage/plugin-scaffolder-backend-module-rails": "^0.1.5",
"@backstage/plugin-search-backend": "^0.2.6",
"@backstage/plugin-search-backend-node": "^0.4.2",
"@backstage/plugin-search-backend-module-elasticsearch": "^0.0.3",
"@backstage/plugin-search-backend-module-elasticsearch": "^0.0.4",
"@backstage/plugin-search-backend-module-pg": "^0.2.0",
"@backstage/plugin-techdocs-backend": "^0.10.1",
"@backstage/plugin-techdocs-backend": "^0.10.2",
"@backstage/plugin-todo-backend": "^0.1.11",
"@gitbeaker/node": "^30.2.0",
"@octokit/rest": "^18.5.3",
"azure-devops-node-api": "^11.0.1",
"dockerode": "^3.2.1",
"example-app": "^0.2.44",
"example-app": "^0.2.46",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"express-prom-bundle": "^6.3.6",
@@ -67,7 +67,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.7.10",
"@backstage/cli": "^0.7.12",
"@types/dockerode": "^3.2.1",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5"
+8
View File
@@ -1,5 +1,13 @@
# @backstage/cli
## 0.7.12
### Patch Changes
- d835d112fe: replace the deprecated file-loader for fonts with assets module
- 15e324ce60: Set the default TZ (Timezone) env for the test command to be UTC so any date related tests are consistent across timezones.
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
## 0.7.11
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.7.11",
"version": "0.7.12",
"private": false,
"publishConfig": {
"access": "public"
@@ -117,11 +117,11 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-common": "^0.9.2",
"@backstage/backend-common": "^0.9.3",
"@backstage/config": "^0.1.9",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/core-app-api": "^0.1.12",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@backstage/theme": "^0.2.10",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/codemods
## 0.1.14
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-app-api@0.1.13
- @backstage/core-plugin-api@0.1.8
## 0.1.13
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/codemods",
"description": "A collection of codemods for Backstage projects",
"version": "0.1.13",
"version": "0.1.14",
"private": false,
"publishConfig": {
"access": "public",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/core-app-api
## 0.1.13
### Patch Changes
- 671015f132: Switch to using utilities from `@backstage/version-bridge'.
- bd1981d609: Allow users to specify their own AppThemeProvider
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
## 0.1.12
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-app-api",
"description": "Core app API used by Backstage apps",
"version": "0.1.12",
"version": "0.1.13",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,9 +29,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-components": "^0.4.1",
"@backstage/core-components": "^0.4.2",
"@backstage/config": "^0.1.9",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/theme": "^0.2.10",
"@backstage/version-bridge": "^0.1.0",
"@material-ui/core": "^4.12.2",
@@ -45,7 +45,7 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/cli": "^0.7.12",
"@backstage/test-utils": "^0.1.17",
"@backstage/test-utils-core": "^0.1.2",
"@testing-library/jest-dom": "^5.10.1",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/core-components
## 0.4.2
### Patch Changes
- 60c03f69a7: Change the styling of the `<DependencyGraph>` to have more contrast in light
mode. Nodes now have a design similar to material UI buttons.
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- d9f2ff12bb: Deprecated CheckboxTree component. Deprecated the filter type `'checkbox-tree'` from the `TableFilter` types.
- 61e9fcf406: Improve UX for Login pop-up
- 005510dabe: remove hard coded min height in page header
- Updated dependencies
- @backstage/core-plugin-api@0.1.8
## 0.4.1
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-components",
"description": "Core components used by Backstage plugins and apps",
"version": "0.4.1",
"version": "0.4.2",
"private": false,
"publishConfig": {
"access": "public",
@@ -30,7 +30,7 @@
},
"dependencies": {
"@backstage/config": "^0.1.9",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/errors": "^0.1.2",
"@backstage/theme": "^0.2.10",
"@material-table/core": "^3.1.0",
@@ -70,8 +70,8 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.13",
"@backstage/cli": "^0.7.12",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/core-plugin-api
## 0.1.8
### Patch Changes
- 671015f132: Switch to using utilities from `@backstage/version-bridge'.
## 0.1.7
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-plugin-api",
"description": "Core API used by Backstage plugins",
"version": "0.1.7",
"version": "0.1.8",
"private": false,
"publishConfig": {
"access": "public",
@@ -42,8 +42,8 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/test-utils": "^0.1.17",
"@backstage/test-utils-core": "^0.1.2",
"@testing-library/jest-dom": "^5.10.1",
+2
View File
@@ -1,5 +1,7 @@
# @backstage/create-app
## 0.3.41
## 0.3.40
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.3.40",
"version": "0.3.41",
"private": false,
"publishConfig": {
"access": "public"
+10
View File
@@ -1,5 +1,15 @@
# @backstage/integration-react
## 0.1.9
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/core-plugin-api@0.1.8
## 0.1.8
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration-react",
"description": "Frontend package for managing integrations towards external systems",
"version": "0.1.8",
"version": "0.1.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,9 +22,9 @@
},
"dependencies": {
"@backstage/config": "^0.1.6",
"@backstage/core-components": "^0.4.0",
"@backstage/core-plugin-api": "^0.1.6",
"@backstage/integration": "^0.6.3",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/integration": "^0.6.4",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -34,7 +34,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.10",
"@backstage/cli": "^0.7.12",
"@backstage/dev-utils": "^0.2.8",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/integration
## 0.6.4
### Patch Changes
- f7ad3a8925: Fix Azure URL handling to properly support both repo shorthand (`/owner/_git/project`) and full URLs (`/owner/project/_git/repo`).
Fix Azure DevOps Server URL handling by being able to parse URLs with hosts other than `dev.azure.com`. Note that the `api-version` used for API requests is currently `6.0`, meaning you need to support at least this version in your Azure DevOps Server instance.
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- cc5c8f4979: Handle pagination on return results when fetch GitHub API to list selected repos
## 0.6.3
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration",
"description": "Helpers for managing integrations towards external systems",
"version": "0.6.3",
"version": "0.6.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -38,7 +38,7 @@
"luxon": "^2.0.2"
},
"devDependencies": {
"@backstage/cli": "^0.7.10",
"@backstage/cli": "^0.7.12",
"@backstage/config-loader": "^0.6.7",
"@backstage/test-utils": "^0.1.17",
"@types/jest": "^26.0.7",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/techdocs-common
## 0.10.1
### Patch Changes
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- Updated dependencies
- @backstage/backend-common@0.9.3
- @backstage/integration@0.6.4
## 0.10.0
### Minor Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/techdocs-common",
"description": "Common functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"version": "0.10.0",
"version": "0.10.1",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -38,12 +38,12 @@
"dependencies": {
"@azure/identity": "^1.5.0",
"@azure/storage-blob": "^12.5.0",
"@backstage/backend-common": "^0.9.1",
"@backstage/backend-common": "^0.9.3",
"@backstage/catalog-model": "^0.9.1",
"@backstage/config": "^0.1.8",
"@backstage/errors": "^0.1.1",
"@backstage/search-common": "^0.2.0",
"@backstage/integration": "^0.6.3",
"@backstage/integration": "^0.6.4",
"@google-cloud/storage": "^5.6.0",
"@trendyol-js/openstack-swift-sdk": "^0.0.4",
"@types/express": "^4.17.6",
@@ -60,7 +60,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.7.10",
"@backstage/cli": "^0.7.12",
"@types/fs-extra": "^9.0.5",
"@types/js-yaml": "^4.0.0",
"@types/mime-types": "^2.1.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-allure
## 0.1.2
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.1.1
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-allure",
"description": "A Backstage plugin that integrates with Allure",
"version": "0.1.1",
"version": "0.1.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,9 +23,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -36,8 +36,8 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-api-docs
## 0.6.8
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog@0.6.15
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.6.7
### Patch Changes
+7 -7
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.6.7",
"version": "0.6.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,10 +32,10 @@
"dependencies": {
"@asyncapi/react-component": "^0.23.0",
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/plugin-catalog": "^0.6.14",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/plugin-catalog": "^0.6.15",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/theme": "^0.2.10",
"@material-icons/font": "^1.0.2",
"@material-ui/core": "^4.12.2",
@@ -53,8 +53,8 @@
"swagger-ui-react": "^3.37.2"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+24
View File
@@ -1,5 +1,29 @@
# @backstage/plugin-auth-backend
## 0.4.0
### Minor Changes
- 19f45179a5: Bump `passport-saml` to version 3. This is a breaking change, in that it [now requires](https://github.com/node-saml/passport-saml/pull/548) the `auth.saml.cert` parameter to be set. If you are not using SAML auth, you can ignore this.
To update your settings, add something similar to the following to your app-config:
```yaml
auth:
saml:
# ... other settings ...
cert: 'MIICizCCAfQCCQCY8tKaMc0BMjANBgkqh ... W=='
```
For more information, see the [library README](https://github.com/node-saml/passport-saml#security-and-signatures).
### Patch Changes
- 560d6810f0: Fix a bug preventing an access token to be refreshed a second time with the GitLab provider.
- de5717872d: Use a more informative error message if the configured OIDC identity provider does not provide a `userinfo_endpoint` in its metadata.
- Updated dependencies
- @backstage/backend-common@0.9.3
## 0.3.24
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-auth-backend",
"description": "A Backstage backend plugin that handles authentication",
"version": "0.3.24",
"version": "0.4.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,7 +30,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.9.1",
"@backstage/backend-common": "^0.9.3",
"@backstage/catalog-client": "^0.3.18",
"@backstage/catalog-model": "^0.9.1",
"@backstage/config": "^0.1.8",
@@ -71,7 +71,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.7.10",
"@backstage/cli": "^0.7.12",
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/express-session": "^1.17.2",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-badges
## 0.2.9
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.2.8
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-badges",
"description": "A Backstage plugin that generates README badges for your entities",
"version": "0.2.8",
"version": "0.2.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,10 +22,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/errors": "^0.1.1",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -36,8 +36,8 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-bitrise
## 0.1.12
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.1.11
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-bitrise",
"description": "A Backstage plugin that integrates towards Bitrise",
"version": "0.1.11",
"version": "0.1.12",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,9 +22,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -39,8 +39,8 @@
"recharts": "^1.8.5"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-catalog-backend
## 0.13.8
### Patch Changes
- fab79adde1: Add AWS S3 Discovery Processor. Add readTree() to AwsS3UrlReader. Add ReadableArrayResponse type that implements ReadTreeResponse to use in AwsS3UrlReader's readTree()
- a41ac6b952: Fill in most missing type exports.
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- Updated dependencies
- @backstage/backend-common@0.9.3
- @backstage/integration@0.6.4
## 0.13.7
### Patch Changes
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog-backend",
"description": "The Backstage backend plugin that provides the Backstage catalog",
"version": "0.13.7",
"version": "0.13.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,12 +30,12 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.9.2",
"@backstage/backend-common": "^0.9.3",
"@backstage/catalog-client": "^0.3.19",
"@backstage/catalog-model": "^0.9.2",
"@backstage/config": "^0.1.9",
"@backstage/errors": "^0.1.2",
"@backstage/integration": "^0.6.3",
"@backstage/integration": "^0.6.4",
"@backstage/plugin-search-backend-node": "^0.4.2",
"@backstage/search-common": "^0.2.0",
"@octokit/graphql": "^4.5.8",
@@ -65,7 +65,7 @@
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.7",
"@backstage/cli": "^0.7.11",
"@backstage/cli": "^0.7.12",
"@backstage/test-utils": "^0.1.17",
"@types/core-js": "^2.5.4",
"@types/git-url-parse": "^9.0.0",
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog-import
## 0.5.21
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/integration-react@0.1.9
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.5.20
### Patch Changes
+8 -8
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.5.20",
"version": "0.5.21",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,11 +33,11 @@
"dependencies": {
"@backstage/catalog-client": "^0.3.18",
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/integration": "^0.6.3",
"@backstage/integration-react": "^0.1.8",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/integration": "^0.6.4",
"@backstage/integration-react": "^0.1.9",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -55,8 +55,8 @@
"yaml": "^1.10.0"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-react
## 0.4.6
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- ea81a1f19c: Deprecated EntityContext in favor of using `useEntity`, `EntityProvider` and the new `AsyncEntityProvider` instead. This update also brings cross-version compatibility to `@backstage/catalog-react`, meaning that future versions can be used in parallel with this one.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/core-app-api@0.1.13
- @backstage/core-plugin-api@0.1.8
## 0.4.5
### Patch Changes
+6 -6
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": "0.4.5",
"version": "0.4.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
"dependencies": {
"@backstage/catalog-client": "^0.3.18",
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-app-api": "^0.1.11",
"@backstage/core-components": "^0.4.0",
"@backstage/core-plugin-api": "^0.1.6",
"@backstage/integration": "^0.6.3",
"@backstage/core-app-api": "^0.1.13",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/integration": "^0.6.4",
"@backstage/version-bridge": "^0.1.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -49,7 +49,7 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.10",
"@backstage/cli": "^0.7.12",
"@backstage/dev-utils": "^0.2.8",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+15
View File
@@ -1,5 +1,20 @@
# @backstage/plugin-catalog
## 0.6.15
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- 96fef17a18: Upgrade git-parse-url to v11.6.0
- e95b379d5f: Deprecated `Router` in favor of using the plugin extensions.
- d5b23612c2: Display entity titles on `EntityLayout` if defined
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/integration-react@0.1.9
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.6.14
### Patch Changes
+8 -8
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-catalog",
"description": "The Backstage plugin for browsing the Backstage catalog",
"version": "0.6.14",
"version": "0.6.15",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,12 +33,12 @@
"dependencies": {
"@backstage/catalog-client": "^0.3.18",
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/errors": "^0.1.1",
"@backstage/integration": "^0.6.3",
"@backstage/integration-react": "^0.1.8",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/integration": "^0.6.4",
"@backstage/integration-react": "^0.1.9",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -55,8 +55,8 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-circleci
## 0.2.23
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.2.22
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-circleci",
"description": "A Backstage plugin that integrates towards Circle CI",
"version": "0.2.22",
"version": "0.2.23",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -51,8 +51,8 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-cloudbuild
## 0.2.23
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- 4e4daf3c74: - Swaps over the plugin CloudBuild from using MomentJS to using Luxon for date formatting.
- Fixes some React warnings generated by nested <p> elements.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.2.22
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-cloudbuild",
"description": "A Backstage plugin that integrates towards Google Cloud Build",
"version": "0.2.22",
"version": "0.2.23",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,9 +32,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -49,8 +49,8 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-code-coverage
## 0.1.11
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.1.10
### Patch Changes
+6 -6
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.10",
"version": "0.1.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -23,10 +23,10 @@
"dependencies": {
"@backstage/catalog-model": "^0.9.1",
"@backstage/config": "^0.1.6",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/errors": "^0.1.1",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -41,8 +41,8 @@
"recharts": "^1.8.5"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-config-schema
## 0.1.7
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
## 0.1.6
### Patch Changes
+5 -5
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.6",
"version": "0.1.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,8 +22,8 @@
},
"dependencies": {
"@backstage/config": "^0.1.6",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/errors": "^0.1.1",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
@@ -36,8 +36,8 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-cost-insights
## 0.11.6
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
## 0.11.5
### Patch Changes
+5 -5
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.5",
"version": "0.11.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,8 +32,8 @@
},
"dependencies": {
"@backstage/config": "^0.1.6",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -55,8 +55,8 @@
"yup": "^0.29.3"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-explore
## 0.3.16
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- db6d2789e7: Make styling of groups tab in the explore page use the Backstage theme instead
of hard coded colors. Change the layout to be full screen.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.3.15
### Patch Changes
+6 -6
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.15",
"version": "0.3.16",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,9 +32,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/plugin-explore-react": "^0.0.6",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
@@ -49,8 +49,8 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-firehydrant
## 0.1.3
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.1.2
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-firehydrant",
"description": "A Backstage plugin that integrates towards FireHydrant",
"version": "0.1.2",
"version": "0.1.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,9 +22,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -35,8 +35,8 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-fossa
## 0.2.16
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.2.15
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-fossa",
"description": "A Backstage plugin that integrates towards FOSSA",
"version": "0.2.15",
"version": "0.2.16",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/errors": "^0.1.1",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -49,8 +49,8 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-gcp-projects
## 0.3.4
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
## 0.3.3
### Patch Changes
+5 -5
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.3",
"version": "0.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,8 +31,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -43,8 +43,8 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-git-release-manager
## 0.2.6
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/core-plugin-api@0.1.8
## 0.2.5
### Patch Changes
+6 -6
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.2.5",
"version": "0.2.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,9 +21,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/integration": "^0.6.3",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/integration": "^0.6.4",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -39,8 +39,8 @@
"recharts": "^1.8.5"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-github-actions
## 0.4.18
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.4.17
### Patch Changes
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-github-actions",
"description": "A Backstage plugin that integrates towards GitHub Actions",
"version": "0.4.17",
"version": "0.4.18",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,10 +34,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/integration": "^0.6.3",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/integration": "^0.6.4",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -52,8 +52,8 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-github-deployments
## 0.1.16
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/integration@0.6.4
- @backstage/integration-react@0.1.9
- @backstage/plugin-catalog-react@0.4.6
- @backstage/core-plugin-api@0.1.8
## 0.1.15
### Patch Changes
+8 -8
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-github-deployments",
"description": "A Backstage plugin that integrates towards GitHub Deployments",
"version": "0.1.15",
"version": "0.1.16",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -22,12 +22,12 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.1",
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/errors": "^0.1.1",
"@backstage/integration": "^0.6.3",
"@backstage/integration-react": "^0.1.8",
"@backstage/plugin-catalog-react": "^0.4.5",
"@backstage/integration": "^0.6.4",
"@backstage/integration-react": "^0.1.9",
"@backstage/plugin-catalog-react": "^0.4.6",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -39,8 +39,8 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/plugin-gitops-profiles
## 0.3.4
### Patch Changes
- 9f1362dcc1: Upgrade `@material-ui/lab` to `4.0.0-alpha.57`.
- Updated dependencies
- @backstage/core-components@0.4.2
- @backstage/core-plugin-api@0.1.8
## 0.3.3
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-gitops-profiles",
"description": "A Backstage plugin that helps you manage GitOps profiles",
"version": "0.3.3",
"version": "0.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,8 +32,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/core-components": "^0.4.1",
"@backstage/core-plugin-api": "^0.1.7",
"@backstage/core-components": "^0.4.2",
"@backstage/core-plugin-api": "^0.1.8",
"@backstage/theme": "^0.2.10",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -44,8 +44,8 @@
"react-use": "^17.2.4"
},
"devDependencies": {
"@backstage/cli": "^0.7.11",
"@backstage/core-app-api": "^0.1.12",
"@backstage/cli": "^0.7.12",
"@backstage/core-app-api": "^0.1.13",
"@backstage/dev-utils": "^0.2.9",
"@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",

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