diff --git a/.changeset/beige-colts-pump.md b/.changeset/beige-colts-pump.md
deleted file mode 100644
index c85a260b31..0000000000
--- a/.changeset/beige-colts-pump.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-auth-backend': patch
----
-
-Added `resolveCatalogMembership` utility to query the catalog for additional authentication claims within sign-in resolvers.
diff --git a/.changeset/big-seas-explain.md b/.changeset/big-seas-explain.md
deleted file mode 100644
index e74af190cb..0000000000
--- a/.changeset/big-seas-explain.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-'@backstage/integration': patch
-'@backstage/plugin-auth-backend': patch
-'@backstage/plugin-bitrise': patch
-'@backstage/plugin-cost-insights': patch
-'@backstage/plugin-fossa': patch
-'@backstage/plugin-git-release-manager': patch
-'@backstage/plugin-github-actions': patch
-'@backstage/plugin-github-deployments': patch
-'@backstage/plugin-ilert': patch
-'@backstage/plugin-jenkins': patch
-'@backstage/plugin-kubernetes': patch
-'@backstage/plugin-pagerduty': patch
-'@backstage/plugin-scaffolder': patch
-'@backstage/plugin-scaffolder-backend': patch
-'@backstage/plugin-sentry': patch
-'@backstage/plugin-splunk-on-call': patch
-'@backstage/plugin-xcmetrics': patch
----
-
-Update Luxon dependency to 2.x
diff --git a/.changeset/chilled-schools-raise.md b/.changeset/chilled-schools-raise.md
deleted file mode 100644
index 56058b6125..0000000000
--- a/.changeset/chilled-schools-raise.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@backstage/backend-test-utils': patch
----
-
-Make sure that the unique databases names generated by `TestDatabases.create()`
-don't collide.
diff --git a/.changeset/clean-jokes-think.md b/.changeset/clean-jokes-think.md
deleted file mode 100644
index a4fc65e6fc..0000000000
--- a/.changeset/clean-jokes-think.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-'@backstage/plugin-techdocs': patch
----
-
-Expose a new composable `TechDocsIndexPage` and a `DefaultTechDocsHome` with support for starring docs and filtering on owned, starred, owner, and tags.
-
-You can migrate to the new UI view by making the following changes in your `App.tsx`:
-
-```diff
-- } />
-+ }>
-+
-+
-+ }
-+ />
-```
diff --git a/.changeset/eighty-glasses-mate.md b/.changeset/eighty-glasses-mate.md
deleted file mode 100644
index d71ef8fd42..0000000000
--- a/.changeset/eighty-glasses-mate.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/backend-common': patch
----
-
-Use a more informative error message when URL reading isn't allowed due to no reader matching the target URL.
diff --git a/.changeset/four-buttons-design.md b/.changeset/four-buttons-design.md
deleted file mode 100644
index 172d011057..0000000000
--- a/.changeset/four-buttons-design.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-kubernetes-backend': patch
----
-
-Adds ability to send an ExternalId with the assume role request to AWS
diff --git a/.changeset/green-ducks-tan.md b/.changeset/green-ducks-tan.md
deleted file mode 100644
index e096bfeb36..0000000000
--- a/.changeset/green-ducks-tan.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-scaffolder': patch
----
-
-Added UI Schema support for array items for example, support EntityPicker within an array field
diff --git a/.changeset/happy-lies-wink.md b/.changeset/happy-lies-wink.md
deleted file mode 100644
index 709cd3862e..0000000000
--- a/.changeset/happy-lies-wink.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-'@backstage/plugin-scaffolder': patch
----
-
-- Adds a new field `EntityNamePicker` that can be used in scaffolder templates to accept and validate an entity name. This field is registered by default, and can be used in templates by setting the `ui:field` property to `EntityNamePicker`. If you've customized your scaffolder field extensions, you can include this one by adding it when registering the scaffolder route:
-
-```diff
-import {
- ScaffolderFieldExtensions,
-+ EntityNamePickerFieldExtension,
-} from '@backstage/plugin-scaffolder';
-
- }>
-
- {/* ...custom field extensions... */}
-
-+
-
- ;
-```
-
-- Adds a new generic field `TextValuePicker` to be used when writing custom field extensions that use a standard UI with custom validation. An example of doing this can be found in `packages/app/src/components/scaffolder/customScaffolderExtensions.tsx`.
diff --git a/.changeset/late-frogs-yell.md b/.changeset/late-frogs-yell.md
deleted file mode 100644
index b3e45785e3..0000000000
--- a/.changeset/late-frogs-yell.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/core-app-api': patch
----
-
-Add support for serving the app with a base path other than `/`, which is enabled by including the path in `app.baseUrl`.
diff --git a/.changeset/little-tools-melt.md b/.changeset/little-tools-melt.md
deleted file mode 100644
index 5e55d27b7a..0000000000
--- a/.changeset/little-tools-melt.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-sonarqube': minor
----
-
-Use IdentityApi to provide Auth Token for SonarQubeClient Api calls
diff --git a/.changeset/modern-ghosts-dress.md b/.changeset/modern-ghosts-dress.md
deleted file mode 100644
index 6d3cdbfd3c..0000000000
--- a/.changeset/modern-ghosts-dress.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-'@backstage/core-app-api': patch
-'@backstage/core-components': patch
-'@backstage/core-plugin-api': patch
-'@backstage/dev-utils': patch
-'@backstage/test-utils': patch
-'@backstage/test-utils-core': patch
-'@backstage/plugin-api-docs': patch
-'@backstage/plugin-catalog': patch
-'@backstage/plugin-catalog-import': patch
-'@backstage/plugin-catalog-react': patch
-'@backstage/plugin-cost-insights': patch
-'@backstage/plugin-explore': patch
-'@backstage/plugin-git-release-manager': patch
-'@backstage/plugin-lighthouse': patch
-'@backstage/plugin-pagerduty': patch
-'@backstage/plugin-rollbar': patch
-'@backstage/plugin-scaffolder': patch
-'@backstage/plugin-search': patch
-'@backstage/plugin-sentry': patch
-'@backstage/plugin-tech-radar': patch
-'@backstage/plugin-techdocs': patch
----
-
-Switched `@types/react` dependency to request `*` rather than a specific version.
diff --git a/.changeset/neat-meals-arrive.md b/.changeset/neat-meals-arrive.md
deleted file mode 100644
index 292d98de26..0000000000
--- a/.changeset/neat-meals-arrive.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-'@backstage/create-app': patch
----
-
-Updated the index page redirect to work with apps served on a different base path than `/`.
-
-To apply this change to an existing app, remove the `/` prefix from the target route in the `Navigate` element in `packages/app/src/App.tsx`:
-
-```diff
--
-+
-```
diff --git a/.changeset/ninety-worms-kick.md b/.changeset/ninety-worms-kick.md
deleted file mode 100644
index f350c6eb31..0000000000
--- a/.changeset/ninety-worms-kick.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/integration': patch
----
-
-Adds an allow list of GitHub installations
diff --git a/.changeset/perfect-seals-burn.md b/.changeset/perfect-seals-burn.md
deleted file mode 100644
index 8d3a1c7619..0000000000
--- a/.changeset/perfect-seals-burn.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@backstage/plugin-scaffolder': minor
-'@backstage/plugin-scaffolder-backend': minor
----
-
-Add Bitbucket workspace and project fields to RepoUrlPicker to support Bitbucket cloud and server
diff --git a/.changeset/pink-pugs-relate.md b/.changeset/pink-pugs-relate.md
deleted file mode 100644
index e9de00901e..0000000000
--- a/.changeset/pink-pugs-relate.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-techdocs': patch
----
-
-Switch `EventSource` implementation with header support from a Node.js API-based one to an XHR-based one.
diff --git a/.changeset/plenty-carpets-jog.md b/.changeset/plenty-carpets-jog.md
deleted file mode 100644
index f4586072a7..0000000000
--- a/.changeset/plenty-carpets-jog.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-'@backstage/create-app': patch
----
-
-Use new composable `TechDocsIndexPage` and `DefaultTechDocsHome`
-
-Make the following changes to your `App.tsx` to migrate existing apps:
-
-```diff
-- } />
-+ }>
-+
-+
-+ }
-+ />
-```
diff --git a/.changeset/quick-fans-smash.md b/.changeset/quick-fans-smash.md
deleted file mode 100644
index b394b2af23..0000000000
--- a/.changeset/quick-fans-smash.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-search-backend-module-elasticsearch': patch
----
-
-Fix to allow optionally reading `auth` parameter for custom hosted ElasticSearch instances. Also remove `bearer` auth config since it's currently unsupported.
diff --git a/.changeset/rare-pugs-exercise.md b/.changeset/rare-pugs-exercise.md
deleted file mode 100644
index e4071ee59c..0000000000
--- a/.changeset/rare-pugs-exercise.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/backend-common': patch
----
-
-Pass on credentials to the integrations package, so that it can properly pick the API route when using GitHub apps based auth
diff --git a/.changeset/search-early-horses-sip.md b/.changeset/search-early-horses-sip.md
deleted file mode 100644
index ce5612ae86..0000000000
--- a/.changeset/search-early-horses-sip.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@backstage/plugin-search-backend-module-pg': patch
----
-
-Add `plugin-search-backend-module-pg` providing a postgres based search engine.
-See the [README of `search-backend-module-pg`](https://github.com/backstage/backstage/blob/master/plugins/search-backend-module-pg/README.md) for usage instructions.
diff --git a/.changeset/serious-kiwis-wonder.md b/.changeset/serious-kiwis-wonder.md
deleted file mode 100644
index 0deba49616..0000000000
--- a/.changeset/serious-kiwis-wonder.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/integration': patch
----
-
-Remove repo restriction from GitHub credentials provider
diff --git a/.changeset/shaggy-days-peel.md b/.changeset/shaggy-days-peel.md
deleted file mode 100644
index b35d35f45c..0000000000
--- a/.changeset/shaggy-days-peel.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@backstage/cli': patch
-'@backstage/create-app': patch
----
-
-Migrate to using `webpack@5` 🎉
diff --git a/.changeset/sharp-berries-fail.md b/.changeset/sharp-berries-fail.md
deleted file mode 100644
index a713b3fdee..0000000000
--- a/.changeset/sharp-berries-fail.md
+++ /dev/null
@@ -1,34 +0,0 @@
----
-'@backstage/create-app': patch
----
-
-Add a complete prettier setup to the created project. Prettier used to only be added as a dependency to create apps, but there wasn't a complete setup included that makes it easy to run prettier. That has now changed, and the new `prettier:check` command can be used to check the formatting of the files in your created project.
-
-To apply this change to an existing app, a couple of changes need to be made.
-
-Create a `.prettierignore` file at the root of your repository with the following contents:
-
-```
-dist
-dist-types
-coverage
-.vscode
-```
-
-Next update the root `package.json` by bumping the prettier version and adding the new `prettier:check` command:
-
-```diff
- "scripts": {
- ...
-+ "prettier:check": "prettier --check .",
- ...
- },
- ...
- "dependencies": {
- ...
-- "prettier": "^1.19.1"
-+ "prettier": "^2.3.2"
- }
-```
-
-Finally run `yarn prettier --write .` on your project to update the existing formatting.
diff --git a/.changeset/sharp-donkeys-push.md b/.changeset/sharp-donkeys-push.md
deleted file mode 100644
index fd6304118e..0000000000
--- a/.changeset/sharp-donkeys-push.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-'@backstage/create-app': patch
----
-
-Removed the `/` prefix in the catalog `SidebarItem` element, as it is no longer needed.
-
-To apply this change to an existing app, remove the `/` prefix from the catalog and any other sidebar items in `packages/app/src/components/Root/Root.ts`:
-
-```diff
--
-+
-```
diff --git a/.changeset/silent-dragons-fold.md b/.changeset/silent-dragons-fold.md
deleted file mode 100644
index df5c271fb8..0000000000
--- a/.changeset/silent-dragons-fold.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@backstage/integration': minor
----
-
-`getGitHubFileFetchUrl` and `getGitHubRequestOptions` now require a `credentials` argument. This is needed to address an issue where the raw route was chosen by the `UrlReader` when using GitHub Apps based auth.
-
-Deprecated the `getGitHubRequestOptions` function, which is no longer used internally.
diff --git a/.changeset/small-actors-sing.md b/.changeset/small-actors-sing.md
deleted file mode 100644
index 40de0f363f..0000000000
--- a/.changeset/small-actors-sing.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-'@backstage/create-app': patch
----
-
-Switched `@types/react-dom` dependency to of the app package to request `*` rather than a specific version.
-
-To apply this change to an existing app, change the following in `packages/app/package.json`:
-
-```diff
-- "@types/react-dom": "^16.9.8",
-+ "@types/react-dom": "*",
-```
diff --git a/.changeset/small-guests-invite.md b/.changeset/small-guests-invite.md
deleted file mode 100644
index 507e0b3d12..0000000000
--- a/.changeset/small-guests-invite.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-api-docs': patch
----
-
-Support deep linking in OpenAPI definitions.
diff --git a/.changeset/spicy-crews-applaud.md b/.changeset/spicy-crews-applaud.md
deleted file mode 100644
index d2707516d2..0000000000
--- a/.changeset/spicy-crews-applaud.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@backstage/plugin-catalog': patch
-'@backstage/plugin-catalog-react': patch
----
-
-Move and rename `FavoriteEntity` component to `catalog-react`
diff --git a/.changeset/techdocs-stale-breakfast-king.md b/.changeset/techdocs-stale-breakfast-king.md
deleted file mode 100644
index cdbdb4d0ad..0000000000
--- a/.changeset/techdocs-stale-breakfast-king.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-'@backstage/techdocs-common': patch
----
-
-Stale TechDocs content (files that had previously been published but which have
-since been removed) is now removed from storage at publish-time. This is now
-supported by the following publishers:
-
-- Google GCS
-- AWS S3
-- Azure Blob Storage
-
-You may need to apply a greater level of permissions (e.g. the ability to
-delete objects in your storage provider) to any credentials/accounts used by
-the TechDocs CLI or TechDocs backend in order for this change to take effect.
-
-For more details, see [#6132][issue-ref].
-
-[issue-ref]: https://github.com/backstage/backstage/issues/6132
diff --git a/.changeset/tidy-jokes-train.md b/.changeset/tidy-jokes-train.md
deleted file mode 100644
index b9d0d43bea..0000000000
--- a/.changeset/tidy-jokes-train.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/plugin-auth-backend': patch
----
-
-Add Sign In and Handler resolver for Okta provider
diff --git a/.changeset/violet-bobcats-wave.md b/.changeset/violet-bobcats-wave.md
deleted file mode 100644
index 339d7e0e74..0000000000
--- a/.changeset/violet-bobcats-wave.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@backstage/core-components': patch
----
-
-Fix for `SidebarItem` matching the active route too broadly.
diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md
index 14927117ab..5ce4f341e1 100644
--- a/packages/app/CHANGELOG.md
+++ b/packages/app/CHANGELOG.md
@@ -1,5 +1,33 @@
# example-app
+## 0.2.41
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-cost-insights@0.11.4
+ - @backstage/plugin-github-actions@0.4.16
+ - @backstage/plugin-jenkins@0.5.3
+ - @backstage/plugin-kubernetes@0.4.11
+ - @backstage/plugin-pagerduty@0.3.11
+ - @backstage/plugin-scaffolder@0.11.0
+ - @backstage/plugin-sentry@0.3.18
+ - @backstage/plugin-techdocs@0.10.4
+ - @backstage/core-app-api@0.1.8
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-api-docs@0.6.6
+ - @backstage/plugin-catalog@0.6.11
+ - @backstage/plugin-catalog-import@0.5.17
+ - @backstage/plugin-catalog-react@0.4.2
+ - @backstage/plugin-explore@0.3.13
+ - @backstage/plugin-lighthouse@0.2.23
+ - @backstage/plugin-rollbar@0.3.12
+ - @backstage/plugin-search@0.4.7
+ - @backstage/plugin-tech-radar@0.4.5
+ - @backstage/cli@0.7.8
+ - @backstage/integration-react@0.1.7
+
## 0.2.40
### Patch Changes
diff --git a/packages/app/package.json b/packages/app/package.json
index df69e0835a..dcf14c88c1 100644
--- a/packages/app/package.json
+++ b/packages/app/package.json
@@ -1,42 +1,42 @@
{
"name": "example-app",
- "version": "0.2.40",
+ "version": "0.2.41",
"private": true,
"bundled": true,
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/integration-react": "^0.1.6",
- "@backstage/plugin-api-docs": "^0.6.5",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/integration-react": "^0.1.7",
+ "@backstage/plugin-api-docs": "^0.6.6",
"@backstage/plugin-badges": "^0.2.7",
- "@backstage/plugin-catalog": "^0.6.10",
- "@backstage/plugin-catalog-import": "^0.5.16",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/plugin-catalog": "^0.6.11",
+ "@backstage/plugin-catalog-import": "^0.5.17",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/plugin-circleci": "^0.2.21",
"@backstage/plugin-cloudbuild": "^0.2.21",
"@backstage/plugin-code-coverage": "^0.1.9",
- "@backstage/plugin-cost-insights": "^0.11.3",
- "@backstage/plugin-explore": "^0.3.12",
+ "@backstage/plugin-cost-insights": "^0.11.4",
+ "@backstage/plugin-explore": "^0.3.13",
"@backstage/plugin-gcp-projects": "^0.3.2",
- "@backstage/plugin-github-actions": "^0.4.15",
+ "@backstage/plugin-github-actions": "^0.4.16",
"@backstage/plugin-graphiql": "^0.2.14",
- "@backstage/plugin-jenkins": "^0.5.2",
+ "@backstage/plugin-jenkins": "^0.5.3",
"@backstage/plugin-kafka": "^0.2.13",
- "@backstage/plugin-kubernetes": "^0.4.10",
- "@backstage/plugin-lighthouse": "^0.2.22",
+ "@backstage/plugin-kubernetes": "^0.4.11",
+ "@backstage/plugin-lighthouse": "^0.2.23",
"@backstage/plugin-newrelic": "^0.3.2",
"@backstage/plugin-org": "^0.3.19",
- "@backstage/plugin-pagerduty": "0.3.10",
- "@backstage/plugin-rollbar": "^0.3.11",
- "@backstage/plugin-scaffolder": "^0.10.3",
- "@backstage/plugin-search": "^0.4.6",
- "@backstage/plugin-sentry": "^0.3.17",
+ "@backstage/plugin-pagerduty": "0.3.11",
+ "@backstage/plugin-rollbar": "^0.3.12",
+ "@backstage/plugin-scaffolder": "^0.11.0",
+ "@backstage/plugin-search": "^0.4.7",
+ "@backstage/plugin-sentry": "^0.3.18",
"@backstage/plugin-shortcuts": "^0.1.6",
- "@backstage/plugin-tech-radar": "^0.4.4",
- "@backstage/plugin-techdocs": "^0.10.3",
+ "@backstage/plugin-tech-radar": "^0.4.5",
+ "@backstage/plugin-techdocs": "^0.10.4",
"@backstage/plugin-todo": "^0.1.7",
"@backstage/plugin-user-settings": "^0.3.3",
"@backstage/search-common": "^0.1.3",
@@ -60,7 +60,7 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/test-utils": "^0.1.17",
"@rjsf/core": "^3.0.0",
"@testing-library/cypress": "^7.0.1",
"@testing-library/jest-dom": "^5.10.1",
diff --git a/packages/backend-common/CHANGELOG.md b/packages/backend-common/CHANGELOG.md
index f6f61133ea..297f07b0b4 100644
--- a/packages/backend-common/CHANGELOG.md
+++ b/packages/backend-common/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/backend-common
+## 0.8.9
+
+### Patch Changes
+
+- f7ce7c565: Use a more informative error message when URL reading isn't allowed due to no reader matching the target URL.
+- ce1958021: Pass on credentials to the integrations package, so that it can properly pick the API route when using GitHub apps based auth
+- Updated dependencies
+ - @backstage/integration@0.6.0
+
## 0.8.8
### Patch Changes
diff --git a/packages/backend-common/package.json b/packages/backend-common/package.json
index 10602fa2fa..4c7aacdf96 100644
--- a/packages/backend-common/package.json
+++ b/packages/backend-common/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
- "version": "0.8.8",
+ "version": "0.8.9",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -33,7 +33,7 @@
"@backstage/config": "^0.1.6",
"@backstage/config-loader": "^0.6.6",
"@backstage/errors": "^0.1.1",
- "@backstage/integration": "^0.5.9",
+ "@backstage/integration": "^0.6.0",
"@google-cloud/storage": "^5.8.0",
"@octokit/rest": "^18.5.3",
"@types/cors": "^2.8.6",
@@ -76,8 +76,8 @@
}
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/test-utils": "^0.1.15",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/test-utils": "^0.1.17",
"@types/archiver": "^5.1.0",
"@types/compression": "^1.7.0",
"@types/concat-stream": "^1.6.0",
diff --git a/packages/backend-test-utils/CHANGELOG.md b/packages/backend-test-utils/CHANGELOG.md
index 2faa5afbc3..5671b41fb3 100644
--- a/packages/backend-test-utils/CHANGELOG.md
+++ b/packages/backend-test-utils/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/backend-test-utils
+## 0.1.5
+
+### Patch Changes
+
+- 524045758: Make sure that the unique databases names generated by `TestDatabases.create()`
+ don't collide.
+- Updated dependencies
+ - @backstage/backend-common@0.8.9
+ - @backstage/cli@0.7.8
+
## 0.1.4
### Patch Changes
diff --git a/packages/backend-test-utils/package.json b/packages/backend-test-utils/package.json
index 9ec11a58b7..f1cfffeb37 100644
--- a/packages/backend-test-utils/package.json
+++ b/packages/backend-test-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-test-utils",
"description": "Test helpers library for Backstage backends",
- "version": "0.1.4",
+ "version": "0.1.5",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -30,8 +30,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.8.5",
- "@backstage/cli": "^0.7.1",
+ "@backstage/backend-common": "^0.8.9",
+ "@backstage/cli": "^0.7.8",
"@backstage/config": "^0.1.5",
"knex": "^0.95.1",
"mysql2": "^2.2.5",
@@ -41,7 +41,7 @@
"uuid": "^8.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.7.1",
+ "@backstage/cli": "^0.7.8",
"jest": "^26.0.1"
},
"files": [
diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md
index a3e08db6b3..39eabe46b0 100644
--- a/packages/backend/CHANGELOG.md
+++ b/packages/backend/CHANGELOG.md
@@ -1,5 +1,24 @@
# example-backend
+## 0.2.41
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/plugin-auth-backend@0.3.20
+ - @backstage/integration@0.6.0
+ - @backstage/plugin-scaffolder-backend@0.15.0
+ - @backstage/backend-common@0.8.9
+ - @backstage/plugin-kubernetes-backend@0.3.14
+ - @backstage/plugin-search-backend-module-elasticsearch@0.0.2
+ - @backstage/plugin-search-backend-module-pg@0.1.1
+ - @backstage/plugin-catalog-backend@0.13.2
+ - @backstage/plugin-code-coverage-backend@0.1.9
+ - @backstage/plugin-scaffolder-backend-module-rails@0.1.4
+ - @backstage/plugin-techdocs-backend@0.9.2
+ - @backstage/plugin-todo-backend@0.1.9
+ - example-app@0.2.41
+
## 0.2.38
### Patch Changes
diff --git a/packages/backend/package.json b/packages/backend/package.json
index 33221bde01..b2877dedf5 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -1,6 +1,6 @@
{
"name": "example-backend",
- "version": "0.2.38",
+ "version": "0.2.41",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -27,35 +27,35 @@
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {
- "@backstage/backend-common": "^0.8.7",
+ "@backstage/backend-common": "^0.8.9",
"@backstage/catalog-client": "^0.3.17",
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.5",
- "@backstage/integration": "^0.5.8",
+ "@backstage/integration": "^0.6.0",
"@backstage/plugin-app-backend": "^0.3.15",
- "@backstage/plugin-auth-backend": "^0.3.18",
+ "@backstage/plugin-auth-backend": "^0.3.20",
"@backstage/plugin-badges-backend": "^0.1.8",
- "@backstage/plugin-catalog-backend": "^0.13.0",
- "@backstage/plugin-code-coverage-backend": "^0.1.8",
+ "@backstage/plugin-catalog-backend": "^0.13.2",
+ "@backstage/plugin-code-coverage-backend": "^0.1.9",
"@backstage/plugin-graphql-backend": "^0.1.8",
"@backstage/plugin-jenkins-backend": "^0.1.2",
- "@backstage/plugin-kubernetes-backend": "^0.3.11",
+ "@backstage/plugin-kubernetes-backend": "^0.3.14",
"@backstage/plugin-kafka-backend": "^0.2.8",
"@backstage/plugin-proxy-backend": "^0.2.9",
"@backstage/plugin-rollbar-backend": "^0.1.13",
- "@backstage/plugin-scaffolder-backend": "^0.14.1",
- "@backstage/plugin-scaffolder-backend-module-rails": "^0.1.3",
+ "@backstage/plugin-scaffolder-backend": "^0.15.0",
+ "@backstage/plugin-scaffolder-backend-module-rails": "^0.1.4",
"@backstage/plugin-search-backend": "^0.2.3",
"@backstage/plugin-search-backend-node": "^0.4.0",
- "@backstage/plugin-search-backend-module-elasticsearch": "^0.0.1",
- "@backstage/plugin-search-backend-module-pg": "^0.1.0",
- "@backstage/plugin-techdocs-backend": "^0.9.0",
- "@backstage/plugin-todo-backend": "^0.1.8",
+ "@backstage/plugin-search-backend-module-elasticsearch": "^0.0.2",
+ "@backstage/plugin-search-backend-module-pg": "^0.1.1",
+ "@backstage/plugin-techdocs-backend": "^0.9.2",
+ "@backstage/plugin-todo-backend": "^0.1.9",
"@gitbeaker/node": "^30.2.0",
"@octokit/rest": "^18.5.3",
"azure-devops-node-api": "^10.2.2",
"dockerode": "^3.2.1",
- "example-app": "^0.2.37",
+ "example-app": "^0.2.41",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"knex": "^0.95.1",
@@ -65,7 +65,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
- "@backstage/cli": "^0.7.5",
+ "@backstage/cli": "^0.7.8",
"@types/dockerode": "^3.2.1",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5"
diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
index dc4512adee..848a106db0 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -1,5 +1,11 @@
# @backstage/cli
+## 0.7.8
+
+### Patch Changes
+
+- c4ef9181a: Migrate to using `webpack@5` 🎉
+
## 0.7.7
### Patch Changes
diff --git a/packages/cli/package.json b/packages/cli/package.json
index c0e6d987f1..63b8db373e 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
- "version": "0.7.7",
+ "version": "0.7.8",
"private": false,
"publishConfig": {
"access": "public"
@@ -118,13 +118,13 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/backend-common": "^0.8.8",
+ "@backstage/backend-common": "^0.8.9",
"@backstage/config": "^0.1.6",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@backstage/theme": "^0.2.9",
"@types/diff": "^5.0.0",
"@types/express": "^4.17.6",
diff --git a/packages/codemods/CHANGELOG.md b/packages/codemods/CHANGELOG.md
index b709350a73..192e6810bc 100644
--- a/packages/codemods/CHANGELOG.md
+++ b/packages/codemods/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/codemods
+## 0.1.9
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-app-api@0.1.8
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+
## 0.1.8
### Patch Changes
diff --git a/packages/codemods/package.json b/packages/codemods/package.json
index 38602ca03d..8f87631897 100644
--- a/packages/codemods/package.json
+++ b/packages/codemods/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/codemods",
"description": "A collection of codemods for Backstage projects",
- "version": "0.1.8",
+ "version": "0.1.9",
"private": false,
"publishConfig": {
"access": "public",
diff --git a/packages/core-app-api/CHANGELOG.md b/packages/core-app-api/CHANGELOG.md
index dbb26fe2a0..1ec944ac4a 100644
--- a/packages/core-app-api/CHANGELOG.md
+++ b/packages/core-app-api/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/core-app-api
+## 0.1.8
+
+### Patch Changes
+
+- 362657623: Add support for serving the app with a base path other than `/`, which is enabled by including the path in `app.baseUrl`.
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+
## 0.1.7
### Patch Changes
diff --git a/packages/core-app-api/package.json b/packages/core-app-api/package.json
index 204550323c..2b66a991f1 100644
--- a/packages/core-app-api/package.json
+++ b/packages/core-app-api/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-app-api",
"description": "Core app API used by Backstage apps",
- "version": "0.1.7",
+ "version": "0.1.8",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,9 +29,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.3.0",
+ "@backstage/core-components": "^0.3.1",
"@backstage/config": "^0.1.6",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -44,9 +44,9 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/test-utils": "^0.1.16",
- "@backstage/test-utils-core": "^0.1.1",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/test-utils": "^0.1.17",
+ "@backstage/test-utils-core": "^0.1.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^3.4.2",
diff --git a/packages/core-components/CHANGELOG.md b/packages/core-components/CHANGELOG.md
index cb93e38ba5..0241234574 100644
--- a/packages/core-components/CHANGELOG.md
+++ b/packages/core-components/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/core-components
+## 0.3.1
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- 55a5dbd54: Fix for `SidebarItem` matching the active route too broadly.
+- Updated dependencies
+ - @backstage/core-plugin-api@0.1.6
+
## 0.3.0
### Minor Changes
diff --git a/packages/core-components/package.json b/packages/core-components/package.json
index 5ae86a0030..69f2019943 100644
--- a/packages/core-components/package.json
+++ b/packages/core-components/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-components",
"description": "Core components used by Backstage plugins and apps",
- "version": "0.3.0",
+ "version": "0.3.1",
"private": false,
"publishConfig": {
"access": "public",
@@ -30,7 +30,7 @@
},
"dependencies": {
"@backstage/config": "^0.1.6",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
"@backstage/theme": "^0.2.9",
"@material-table/core": "^3.1.0",
@@ -70,9 +70,9 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/cli": "^0.7.7",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/packages/core-plugin-api/CHANGELOG.md b/packages/core-plugin-api/CHANGELOG.md
index 5ea46a334e..2a76ab243f 100644
--- a/packages/core-plugin-api/CHANGELOG.md
+++ b/packages/core-plugin-api/CHANGELOG.md
@@ -1,5 +1,11 @@
# @backstage/core-plugin-api
+## 0.1.6
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+
## 0.1.5
### Patch Changes
diff --git a/packages/core-plugin-api/package.json b/packages/core-plugin-api/package.json
index a0057c1b0c..d482795c90 100644
--- a/packages/core-plugin-api/package.json
+++ b/packages/core-plugin-api/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-plugin-api",
"description": "Core API used by Backstage plugins",
- "version": "0.1.5",
+ "version": "0.1.6",
"private": false,
"publishConfig": {
"access": "public",
@@ -41,10 +41,10 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/test-utils": "^0.1.16",
- "@backstage/test-utils-core": "^0.1.1",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/test-utils": "^0.1.17",
+ "@backstage/test-utils-core": "^0.1.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^3.4.2",
diff --git a/packages/create-app/CHANGELOG.md b/packages/create-app/CHANGELOG.md
index 318c508211..baee775947 100644
--- a/packages/create-app/CHANGELOG.md
+++ b/packages/create-app/CHANGELOG.md
@@ -1,5 +1,83 @@
# @backstage/create-app
+## 0.3.35
+
+### Patch Changes
+
+- 362ea5a72: Updated the index page redirect to work with apps served on a different base path than `/`.
+
+ To apply this change to an existing app, remove the `/` prefix from the target route in the `Navigate` element in `packages/app/src/App.tsx`:
+
+ ```diff
+ -
+ +
+ ```
+
+- 80582cbec: Use new composable `TechDocsIndexPage` and `DefaultTechDocsHome`
+
+ Make the following changes to your `App.tsx` to migrate existing apps:
+
+ ```diff
+ - } />
+ + }>
+ +
+ +
+ + }
+ + />
+ ```
+
+- c4ef9181a: Migrate to using `webpack@5` 🎉
+- 56c773909: Add a complete prettier setup to the created project. Prettier used to only be added as a dependency to create apps, but there wasn't a complete setup included that makes it easy to run prettier. That has now changed, and the new `prettier:check` command can be used to check the formatting of the files in your created project.
+
+ To apply this change to an existing app, a couple of changes need to be made.
+
+ Create a `.prettierignore` file at the root of your repository with the following contents:
+
+ ```
+ dist
+ dist-types
+ coverage
+ .vscode
+ ```
+
+ Next update the root `package.json` by bumping the prettier version and adding the new `prettier:check` command:
+
+ ```diff
+ "scripts": {
+ ...
+ + "prettier:check": "prettier --check .",
+ ...
+ },
+ ...
+ "dependencies": {
+ ...
+ - "prettier": "^1.19.1"
+ + "prettier": "^2.3.2"
+ }
+ ```
+
+ Finally run `yarn prettier --write .` on your project to update the existing formatting.
+
+- 9f8f8dd6b: Removed the `/` prefix in the catalog `SidebarItem` element, as it is no longer needed.
+
+ To apply this change to an existing app, remove the `/` prefix from the catalog and any other sidebar items in `packages/app/src/components/Root/Root.ts`:
+
+ ```diff
+ -
+ +
+ ```
+
+- 56c773909: Switched `@types/react-dom` dependency to of the app package to request `*` rather than a specific version.
+
+ To apply this change to an existing app, change the following in `packages/app/package.json`:
+
+ ```diff
+ - "@types/react-dom": "^16.9.8",
+ + "@types/react-dom": "*",
+ ```
+
## 0.3.34
### Patch Changes
diff --git a/packages/create-app/package.json b/packages/create-app/package.json
index 130c69603a..3be83ec6be 100644
--- a/packages/create-app/package.json
+++ b/packages/create-app/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "Create app package for Backstage",
- "version": "0.3.34",
+ "version": "0.3.35",
"private": false,
"publishConfig": {
"access": "public"
diff --git a/packages/dev-utils/CHANGELOG.md b/packages/dev-utils/CHANGELOG.md
index 5e570164a0..86a6e44a75 100644
--- a/packages/dev-utils/CHANGELOG.md
+++ b/packages/dev-utils/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/dev-utils
+## 0.2.6
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/core-app-api@0.1.8
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/test-utils@0.1.17
+ - @backstage/plugin-catalog-react@0.4.2
+ - @backstage/integration-react@0.1.7
+
## 0.2.5
### Patch Changes
diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json
index a7efd5c778..66f4d7bba6 100644
--- a/packages/dev-utils/package.json
+++ b/packages/dev-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
- "version": "0.2.5",
+ "version": "0.2.6",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,13 +29,13 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/catalog-model": "^0.9.0",
- "@backstage/integration-react": "^0.1.6",
- "@backstage/plugin-catalog-react": "^0.4.1",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/integration-react": "^0.1.7",
+ "@backstage/plugin-catalog-react": "^0.4.2",
+ "@backstage/test-utils": "^0.1.17",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -50,7 +50,7 @@
"react-router-dom": "6.0.0-beta.0"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
+ "@backstage/cli": "^0.7.8",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},
diff --git a/packages/integration-react/CHANGELOG.md b/packages/integration-react/CHANGELOG.md
index e5877d9079..281fed0211 100644
--- a/packages/integration-react/CHANGELOG.md
+++ b/packages/integration-react/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/integration-react
+## 0.1.7
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+
## 0.1.6
### Patch Changes
diff --git a/packages/integration-react/package.json b/packages/integration-react/package.json
index 6bf8cba4a0..3217881046 100644
--- a/packages/integration-react/package.json
+++ b/packages/integration-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration-react",
- "version": "0.1.6",
+ "version": "0.1.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,9 +21,9 @@
},
"dependencies": {
"@backstage/config": "^0.1.6",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/integration": "^0.5.9",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/integration": "^0.6.0",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -33,9 +33,9 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/packages/integration/CHANGELOG.md b/packages/integration/CHANGELOG.md
index 5b13f89d14..54b2d374cc 100644
--- a/packages/integration/CHANGELOG.md
+++ b/packages/integration/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/integration
+## 0.6.0
+
+### Minor Changes
+
+- ce1958021: `getGitHubFileFetchUrl` and `getGitHubRequestOptions` now require a `credentials` argument. This is needed to address an issue where the raw route was chosen by the `UrlReader` when using GitHub Apps based auth.
+
+ Deprecated the `getGitHubRequestOptions` function, which is no longer used internally.
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- 68af4d556: Adds an allow list of GitHub installations
+- 5fd31c2f4: Remove repo restriction from GitHub credentials provider
+
## 0.5.9
### Patch Changes
diff --git a/packages/integration/package.json b/packages/integration/package.json
index 9ff31b9706..a17572c47e 100644
--- a/packages/integration/package.json
+++ b/packages/integration/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration",
- "version": "0.5.9",
+ "version": "0.6.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -37,9 +37,9 @@
"luxon": "^2.0.2"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
+ "@backstage/cli": "^0.7.8",
"@backstage/config-loader": "^0.6.6",
- "@backstage/test-utils": "^0.1.13",
+ "@backstage/test-utils": "^0.1.17",
"@types/jest": "^26.0.7",
"@types/luxon": "^1.25.0",
"msw": "^0.29.0"
diff --git a/packages/techdocs-common/CHANGELOG.md b/packages/techdocs-common/CHANGELOG.md
index 5f115daabf..2b925f453f 100644
--- a/packages/techdocs-common/CHANGELOG.md
+++ b/packages/techdocs-common/CHANGELOG.md
@@ -1,5 +1,29 @@
# @backstage/techdocs-common
+## 0.8.1
+
+### Patch Changes
+
+- bc405be6e: Stale TechDocs content (files that had previously been published but which have
+ since been removed) is now removed from storage at publish-time. This is now
+ supported by the following publishers:
+
+ - Google GCS
+ - AWS S3
+ - Azure Blob Storage
+
+ You may need to apply a greater level of permissions (e.g. the ability to
+ delete objects in your storage provider) to any credentials/accounts used by
+ the TechDocs CLI or TechDocs backend in order for this change to take effect.
+
+ For more details, see [#6132][issue-ref].
+
+ [issue-ref]: https://github.com/backstage/backstage/issues/6132
+
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/backend-common@0.8.9
+
## 0.8.0
### Minor Changes
diff --git a/packages/techdocs-common/package.json b/packages/techdocs-common/package.json
index 65d16bf0f7..8726c4ac37 100644
--- a/packages/techdocs-common/package.json
+++ b/packages/techdocs-common/package.json
@@ -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.8.0",
+ "version": "0.8.1",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -38,11 +38,11 @@
"dependencies": {
"@azure/identity": "^1.5.0",
"@azure/storage-blob": "^12.5.0",
- "@backstage/backend-common": "^0.8.8",
+ "@backstage/backend-common": "^0.8.9",
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.6",
"@backstage/errors": "^0.1.1",
- "@backstage/integration": "^0.5.9",
+ "@backstage/integration": "^0.6.0",
"@google-cloud/storage": "^5.6.0",
"@types/express": "^4.17.6",
"aws-sdk": "^2.840.0",
@@ -58,7 +58,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
+ "@backstage/cli": "^0.7.8",
"@types/fs-extra": "^9.0.5",
"@types/js-yaml": "^4.0.0",
"@types/mime-types": "^2.1.0",
diff --git a/packages/test-utils-core/CHANGELOG.md b/packages/test-utils-core/CHANGELOG.md
new file mode 100644
index 0000000000..a84ab931f3
--- /dev/null
+++ b/packages/test-utils-core/CHANGELOG.md
@@ -0,0 +1,7 @@
+# @backstage/test-utils-core
+
+## 0.1.2
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
diff --git a/packages/test-utils-core/package.json b/packages/test-utils-core/package.json
index 84475d3c5d..b88184f121 100644
--- a/packages/test-utils-core/package.json
+++ b/packages/test-utils-core/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils-core",
"description": "Utilities to test Backstage core",
- "version": "0.1.1",
+ "version": "0.1.2",
"private": false,
"publishConfig": {
"access": "public",
diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md
index a16b2a6259..08594ae824 100644
--- a/packages/test-utils/CHANGELOG.md
+++ b/packages/test-utils/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/test-utils
+## 0.1.17
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/core-app-api@0.1.8
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/test-utils-core@0.1.2
+
## 0.1.16
### Patch Changes
diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json
index 80fb029f34..0134382b7f 100644
--- a/packages/test-utils/package.json
+++ b/packages/test-utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@backstage/test-utils",
"description": "Utilities to test Backstage plugins and apps.",
- "version": "0.1.16",
+ "version": "0.1.17",
"private": false,
"publishConfig": {
"access": "public",
@@ -29,9 +29,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-app-api": "^0.1.6",
- "@backstage/core-plugin-api": "^0.1.4",
- "@backstage/test-utils-core": "^0.1.1",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/test-utils-core": "^0.1.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@testing-library/jest-dom": "^5.10.1",
@@ -46,7 +46,7 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
- "@backstage/cli": "^0.7.6",
+ "@backstage/cli": "^0.7.8",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32"
},
diff --git a/plugins/api-docs/CHANGELOG.md b/plugins/api-docs/CHANGELOG.md
index a3e06a1a65..728667dabd 100644
--- a/plugins/api-docs/CHANGELOG.md
+++ b/plugins/api-docs/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-api-docs
+## 0.6.6
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- 0383314c9: Support deep linking in OpenAPI definitions.
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog@0.6.11
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.6.5
### Patch Changes
diff --git a/plugins/api-docs/package.json b/plugins/api-docs/package.json
index 18c7952fb2..f3bacf0a13 100644
--- a/plugins/api-docs/package.json
+++ b/plugins/api-docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-api-docs",
- "version": "0.6.5",
+ "version": "0.6.6",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
"dependencies": {
"@asyncapi/react-component": "^0.23.0",
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/plugin-catalog": "^0.6.10",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/plugin-catalog": "^0.6.11",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-icons/font": "^1.0.2",
"@material-ui/core": "^4.12.2",
@@ -52,10 +52,10 @@
"swagger-ui-react": "^3.37.2"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/auth-backend/CHANGELOG.md b/plugins/auth-backend/CHANGELOG.md
index 9183eac0ad..23a0445929 100644
--- a/plugins/auth-backend/CHANGELOG.md
+++ b/plugins/auth-backend/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-auth-backend
+## 0.3.20
+
+### Patch Changes
+
+- 29f7cfffb: Added `resolveCatalogMembership` utility to query the catalog for additional authentication claims within sign-in resolvers.
+- 8bedb75ae: Update Luxon dependency to 2.x
+- bfe0ff93f: Add Sign In and Handler resolver for Okta provider
+- Updated dependencies
+ - @backstage/backend-common@0.8.9
+ - @backstage/test-utils@0.1.17
+
## 0.3.19
### Patch Changes
diff --git a/plugins/auth-backend/package.json b/plugins/auth-backend/package.json
index 2d8ce3657f..89116bd425 100644
--- a/plugins/auth-backend/package.json
+++ b/plugins/auth-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-auth-backend",
- "version": "0.3.19",
+ "version": "0.3.20",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,12 +29,12 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.8.7",
+ "@backstage/backend-common": "^0.8.9",
"@backstage/catalog-client": "^0.3.18",
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.5",
"@backstage/errors": "^0.1.1",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/test-utils": "^0.1.17",
"@types/express": "^4.17.6",
"@types/passport": "^1.0.3",
"compression": "^1.7.4",
@@ -68,7 +68,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.7.6",
+ "@backstage/cli": "^0.7.8",
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/express-session": "^1.17.2",
diff --git a/plugins/badges/package.json b/plugins/badges/package.json
index a46081443a..fb97217d54 100644
--- a/plugins/badges/package.json
+++ b/plugins/badges/package.json
@@ -21,8 +21,8 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
"@backstage/plugin-catalog-react": "^0.4.1",
"@backstage/theme": "^0.2.9",
@@ -35,10 +35,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/bitrise/CHANGELOG.md b/plugins/bitrise/CHANGELOG.md
index 3ba44e37d4..45050ae0e3 100644
--- a/plugins/bitrise/CHANGELOG.md
+++ b/plugins/bitrise/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-bitrise
+## 0.1.10
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.1.9
### Patch Changes
diff --git a/plugins/bitrise/package.json b/plugins/bitrise/package.json
index 0e81d855c8..88e6b4b000 100644
--- a/plugins/bitrise/package.json
+++ b/plugins/bitrise/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-bitrise",
- "version": "0.1.9",
+ "version": "0.1.10",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,9 +21,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -38,10 +38,10 @@
"recharts": "^1.8.5"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/catalog-backend/CHANGELOG.md b/plugins/catalog-backend/CHANGELOG.md
index 3849fec510..bd66da47b6 100644
--- a/plugins/catalog-backend/CHANGELOG.md
+++ b/plugins/catalog-backend/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-catalog-backend
+## 0.13.2
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/backend-common@0.8.9
+
## 0.13.1
### Patch Changes
diff --git a/plugins/catalog-backend/package.json b/plugins/catalog-backend/package.json
index d67cd7553b..0bf5a08dfd 100644
--- a/plugins/catalog-backend/package.json
+++ b/plugins/catalog-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-backend",
- "version": "0.13.1",
+ "version": "0.13.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,12 +29,12 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.8.6",
+ "@backstage/backend-common": "^0.8.9",
"@backstage/catalog-client": "^0.3.18",
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.5",
"@backstage/errors": "^0.1.1",
- "@backstage/integration": "^0.5.8",
+ "@backstage/integration": "^0.6.0",
"@backstage/plugin-search-backend-node": "^0.4.0",
"@backstage/search-common": "^0.1.2",
"@octokit/graphql": "^4.5.8",
@@ -61,9 +61,9 @@
"yup": "^0.29.3"
},
"devDependencies": {
- "@backstage/backend-test-utils": "^0.1.4",
- "@backstage/cli": "^0.7.6",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/backend-test-utils": "^0.1.5",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/test-utils": "^0.1.17",
"@types/core-js": "^2.5.4",
"@types/git-url-parse": "^9.0.0",
"@types/lodash": "^4.14.151",
diff --git a/plugins/catalog-import/CHANGELOG.md b/plugins/catalog-import/CHANGELOG.md
index 421871cb52..a60a97759f 100644
--- a/plugins/catalog-import/CHANGELOG.md
+++ b/plugins/catalog-import/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-import
+## 0.5.17
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+ - @backstage/integration-react@0.1.7
+
## 0.5.16
### Patch Changes
diff --git a/plugins/catalog-import/package.json b/plugins/catalog-import/package.json
index 35e44bd070..44609323d5 100644
--- a/plugins/catalog-import/package.json
+++ b/plugins/catalog-import/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-import",
- "version": "0.5.16",
+ "version": "0.5.17",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,11 +32,11 @@
"dependencies": {
"@backstage/catalog-client": "^0.3.18",
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/integration": "^0.5.9",
- "@backstage/integration-react": "^0.1.6",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/integration": "^0.6.0",
+ "@backstage/integration-react": "^0.1.7",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -54,10 +54,10 @@
"yaml": "^1.10.0"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^3.3.0",
diff --git a/plugins/catalog-react/CHANGELOG.md b/plugins/catalog-react/CHANGELOG.md
index 1a9f329f4b..f152a6c003 100644
--- a/plugins/catalog-react/CHANGELOG.md
+++ b/plugins/catalog-react/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-catalog-react
+## 0.4.2
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- a440d3b38: Move and rename `FavoriteEntity` component to `catalog-react`
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/core-app-api@0.1.8
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+
## 0.4.1
### Patch Changes
diff --git a/plugins/catalog-react/package.json b/plugins/catalog-react/package.json
index 0737ece2ff..426ebb5038 100644
--- a/plugins/catalog-react/package.json
+++ b/plugins/catalog-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog-react",
- "version": "0.4.1",
+ "version": "0.4.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,10 +30,10 @@
"dependencies": {
"@backstage/catalog-client": "^0.3.18",
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/integration": "^0.5.9",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/integration": "^0.6.0",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.45",
@@ -47,9 +47,9 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^3.3.0",
diff --git a/plugins/catalog/CHANGELOG.md b/plugins/catalog/CHANGELOG.md
index cd3d846382..dc9dc66e47 100644
--- a/plugins/catalog/CHANGELOG.md
+++ b/plugins/catalog/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-catalog
+## 0.6.11
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- a440d3b38: Move and rename `FavoriteEntity` component to `catalog-react`
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+ - @backstage/integration-react@0.1.7
+
## 0.6.10
### Patch Changes
diff --git a/plugins/catalog/package.json b/plugins/catalog/package.json
index 65b741a855..e1132ab299 100644
--- a/plugins/catalog/package.json
+++ b/plugins/catalog/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-catalog",
- "version": "0.6.10",
+ "version": "0.6.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,12 +32,12 @@
"dependencies": {
"@backstage/catalog-client": "^0.3.18",
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
- "@backstage/integration": "^0.5.9",
- "@backstage/integration-react": "^0.1.6",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/integration": "^0.6.0",
+ "@backstage/integration-react": "^0.1.7",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -54,10 +54,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^3.3.0",
diff --git a/plugins/circleci/package.json b/plugins/circleci/package.json
index 06e062e785..85ae5d522f 100644
--- a/plugins/circleci/package.json
+++ b/plugins/circleci/package.json
@@ -32,8 +32,8 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/plugin-catalog-react": "^0.4.1",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
@@ -50,10 +50,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/cloudbuild/package.json b/plugins/cloudbuild/package.json
index 504aa7cfa8..ae64b1ebc3 100644
--- a/plugins/cloudbuild/package.json
+++ b/plugins/cloudbuild/package.json
@@ -31,8 +31,8 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/plugin-catalog-react": "^0.4.1",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
@@ -48,10 +48,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/code-coverage-backend/CHANGELOG.md b/plugins/code-coverage-backend/CHANGELOG.md
index 7e008b4dcf..1c8b9f18ea 100644
--- a/plugins/code-coverage-backend/CHANGELOG.md
+++ b/plugins/code-coverage-backend/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-code-coverage-backend
+## 0.1.9
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/backend-common@0.8.9
+
## 0.1.8
### Patch Changes
diff --git a/plugins/code-coverage-backend/package.json b/plugins/code-coverage-backend/package.json
index fa2f38b3eb..cbebaaf5d8 100644
--- a/plugins/code-coverage-backend/package.json
+++ b/plugins/code-coverage-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-code-coverage-backend",
- "version": "0.1.8",
+ "version": "0.1.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -19,12 +19,12 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.8.5",
+ "@backstage/backend-common": "^0.8.9",
"@backstage/catalog-client": "^0.3.16",
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.5",
"@backstage/errors": "^0.1.1",
- "@backstage/integration": "^0.5.8",
+ "@backstage/integration": "^0.6.0",
"@types/express": "^4.17.6",
"cross-fetch": "^3.0.6",
"express": "^4.17.1",
@@ -36,7 +36,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.7.1",
+ "@backstage/cli": "^0.7.8",
"@types/express-xml-bodyparser": "^0.3.2",
"@types/supertest": "^2.0.8",
"msw": "^0.29.0",
diff --git a/plugins/code-coverage/package.json b/plugins/code-coverage/package.json
index 75915fc86b..dd00c56239 100644
--- a/plugins/code-coverage/package.json
+++ b/plugins/code-coverage/package.json
@@ -22,8 +22,8 @@
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.6",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
"@backstage/plugin-catalog-react": "^0.4.1",
"@backstage/theme": "^0.2.9",
@@ -40,10 +40,10 @@
"recharts": "^1.8.5"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/config-schema/package.json b/plugins/config-schema/package.json
index a09f6d4775..1f63d733c1 100644
--- a/plugins/config-schema/package.json
+++ b/plugins/config-schema/package.json
@@ -21,8 +21,8 @@
},
"dependencies": {
"@backstage/config": "^0.1.6",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
@@ -35,10 +35,10 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/cost-insights/CHANGELOG.md b/plugins/cost-insights/CHANGELOG.md
index 60a04574fa..7f4ccf2db8 100644
--- a/plugins/cost-insights/CHANGELOG.md
+++ b/plugins/cost-insights/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-cost-insights
+## 0.11.4
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+
## 0.11.3
### Patch Changes
diff --git a/plugins/cost-insights/package.json b/plugins/cost-insights/package.json
index 9304f6abe4..ce8abcd12c 100644
--- a/plugins/cost-insights/package.json
+++ b/plugins/cost-insights/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-cost-insights",
- "version": "0.11.3",
+ "version": "0.11.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,8 +31,8 @@
},
"dependencies": {
"@backstage/config": "^0.1.6",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -54,10 +54,10 @@
"yup": "^0.29.3"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/explore/CHANGELOG.md b/plugins/explore/CHANGELOG.md
index d21b4e0401..49fdfc8cba 100644
--- a/plugins/explore/CHANGELOG.md
+++ b/plugins/explore/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-explore
+## 0.3.13
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.3.12
### Patch Changes
diff --git a/plugins/explore/package.json b/plugins/explore/package.json
index d66d6e8465..a687f0f43c 100644
--- a/plugins/explore/package.json
+++ b/plugins/explore/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-explore",
- "version": "0.3.12",
+ "version": "0.3.13",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,9 +31,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/plugin-explore-react": "^0.0.6",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
@@ -48,10 +48,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/firehydrant/package.json b/plugins/firehydrant/package.json
index a5531ac0bc..c4fc6a3f48 100644
--- a/plugins/firehydrant/package.json
+++ b/plugins/firehydrant/package.json
@@ -21,8 +21,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/plugin-catalog-react": "^0.4.1",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
@@ -34,10 +34,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/fossa/CHANGELOG.md b/plugins/fossa/CHANGELOG.md
index 194b6024cc..62d5b2c5d8 100644
--- a/plugins/fossa/CHANGELOG.md
+++ b/plugins/fossa/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-fossa
+## 0.2.14
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.2.13
### Patch Changes
diff --git a/plugins/fossa/package.json b/plugins/fossa/package.json
index 5c540d8405..069474d338 100644
--- a/plugins/fossa/package.json
+++ b/plugins/fossa/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-fossa",
- "version": "0.2.13",
+ "version": "0.2.14",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,10 +32,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -48,10 +48,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/gcp-projects/package.json b/plugins/gcp-projects/package.json
index d265fc0b22..5dd185a8ce 100644
--- a/plugins/gcp-projects/package.json
+++ b/plugins/gcp-projects/package.json
@@ -30,8 +30,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -42,10 +42,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/git-release-manager/CHANGELOG.md b/plugins/git-release-manager/CHANGELOG.md
index 8fab58d7d9..10f6204d92 100644
--- a/plugins/git-release-manager/CHANGELOG.md
+++ b/plugins/git-release-manager/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-git-release-manager
+## 0.2.3
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+
## 0.2.2
### Patch Changes
diff --git a/plugins/git-release-manager/package.json b/plugins/git-release-manager/package.json
index 780961966c..a762590d94 100644
--- a/plugins/git-release-manager/package.json
+++ b/plugins/git-release-manager/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-git-release-manager",
- "version": "0.2.2",
+ "version": "0.2.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,9 +20,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/integration": "^0.5.9",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/integration": "^0.6.0",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -38,10 +38,10 @@
"recharts": "^1.8.5"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react-hooks": "^3.4.2",
"@testing-library/react": "^11.2.5",
diff --git a/plugins/github-actions/CHANGELOG.md b/plugins/github-actions/CHANGELOG.md
index e5fb95c4a4..0ea9cd57dd 100644
--- a/plugins/github-actions/CHANGELOG.md
+++ b/plugins/github-actions/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-github-actions
+## 0.4.16
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.4.15
### Patch Changes
diff --git a/plugins/github-actions/package.json b/plugins/github-actions/package.json
index 7403a6f259..9e64d7d37c 100644
--- a/plugins/github-actions/package.json
+++ b/plugins/github-actions/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-github-actions",
- "version": "0.4.15",
+ "version": "0.4.16",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,10 +33,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/integration": "^0.5.9",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/integration": "^0.6.0",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -51,10 +51,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/github-deployments/CHANGELOG.md b/plugins/github-deployments/CHANGELOG.md
index 6f5f7ac37f..a31d0c0b6a 100644
--- a/plugins/github-deployments/CHANGELOG.md
+++ b/plugins/github-deployments/CHANGELOG.md
@@ -1,5 +1,17 @@
# @backstage/plugin-github-deployments
+## 0.1.14
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+ - @backstage/integration-react@0.1.7
+
## 0.1.13
### Patch Changes
diff --git a/plugins/github-deployments/package.json b/plugins/github-deployments/package.json
index f034213515..62d535cb7f 100644
--- a/plugins/github-deployments/package.json
+++ b/plugins/github-deployments/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-github-deployments",
- "version": "0.1.13",
+ "version": "0.1.14",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,12 +21,12 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
- "@backstage/integration": "^0.5.9",
- "@backstage/integration-react": "^0.1.6",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/integration": "^0.6.0",
+ "@backstage/integration-react": "^0.1.7",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -38,10 +38,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/gitops-profiles/package.json b/plugins/gitops-profiles/package.json
index 1c7c19f446..a71eef4b3f 100644
--- a/plugins/gitops-profiles/package.json
+++ b/plugins/gitops-profiles/package.json
@@ -31,8 +31,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -43,10 +43,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/graphiql/package.json b/plugins/graphiql/package.json
index cfac7e7e5a..b8d19cad44 100644
--- a/plugins/graphiql/package.json
+++ b/plugins/graphiql/package.json
@@ -31,8 +31,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -44,10 +44,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/ilert/CHANGELOG.md b/plugins/ilert/CHANGELOG.md
index 299adabda5..cad51a3f69 100644
--- a/plugins/ilert/CHANGELOG.md
+++ b/plugins/ilert/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-ilert
+## 0.1.9
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.1.8
### Patch Changes
diff --git a/plugins/ilert/package.json b/plugins/ilert/package.json
index 0e60c73f8f..7bc510f934 100644
--- a/plugins/ilert/package.json
+++ b/plugins/ilert/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-ilert",
- "version": "0.1.8",
+ "version": "0.1.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -21,10 +21,10 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@date-io/luxon": "2.x",
"@material-ui/core": "^4.12.2",
@@ -38,10 +38,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/jenkins/CHANGELOG.md b/plugins/jenkins/CHANGELOG.md
index c680c70726..90352a7f95 100644
--- a/plugins/jenkins/CHANGELOG.md
+++ b/plugins/jenkins/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-jenkins
+## 0.5.3
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.5.2
### Patch Changes
diff --git a/plugins/jenkins/package.json b/plugins/jenkins/package.json
index 829e407276..99f5fa2f51 100644
--- a/plugins/jenkins/package.json
+++ b/plugins/jenkins/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-jenkins",
- "version": "0.5.2",
+ "version": "0.5.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,9 +32,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -47,10 +47,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/kafka/package.json b/plugins/kafka/package.json
index 37720f5334..607d980e4e 100644
--- a/plugins/kafka/package.json
+++ b/plugins/kafka/package.json
@@ -21,8 +21,8 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/plugin-catalog-react": "^0.4.1",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
@@ -34,10 +34,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^3.4.2",
diff --git a/plugins/kubernetes-backend/CHANGELOG.md b/plugins/kubernetes-backend/CHANGELOG.md
index 8b5db3086a..ab8263abe3 100644
--- a/plugins/kubernetes-backend/CHANGELOG.md
+++ b/plugins/kubernetes-backend/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-kubernetes-backend
+## 0.3.14
+
+### Patch Changes
+
+- bbcd92afa: Adds ability to send an ExternalId with the assume role request to AWS
+- Updated dependencies
+ - @backstage/backend-common@0.8.9
+
## 0.3.13
### Patch Changes
diff --git a/plugins/kubernetes-backend/package.json b/plugins/kubernetes-backend/package.json
index 82347dc743..6abbd6ca61 100644
--- a/plugins/kubernetes-backend/package.json
+++ b/plugins/kubernetes-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes-backend",
- "version": "0.3.13",
+ "version": "0.3.14",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,7 +31,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.8.8",
+ "@backstage/backend-common": "^0.8.9",
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.6",
"@backstage/plugin-kubernetes-common": "^0.1.3",
@@ -53,7 +53,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
+ "@backstage/cli": "^0.7.8",
"@types/aws4": "^1.5.1",
"supertest": "^6.1.3",
"aws-sdk-mock": "^5.2.1",
diff --git a/plugins/kubernetes/CHANGELOG.md b/plugins/kubernetes/CHANGELOG.md
index d307ec2ced..c3f3b292a9 100644
--- a/plugins/kubernetes/CHANGELOG.md
+++ b/plugins/kubernetes/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-kubernetes
+## 0.4.11
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.4.10
### Patch Changes
diff --git a/plugins/kubernetes/package.json b/plugins/kubernetes/package.json
index 3a7b67f939..b86ce4b85b 100644
--- a/plugins/kubernetes/package.json
+++ b/plugins/kubernetes/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes",
- "version": "0.4.10",
+ "version": "0.4.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,9 +32,9 @@
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.6",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/plugin-kubernetes-common": "^0.1.3",
"@backstage/theme": "^0.2.9",
"@kubernetes/client-node": "^0.15.0",
@@ -50,10 +50,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^3.4.2",
diff --git a/plugins/lighthouse/CHANGELOG.md b/plugins/lighthouse/CHANGELOG.md
index bde0acfa6f..d2ad6ce91e 100644
--- a/plugins/lighthouse/CHANGELOG.md
+++ b/plugins/lighthouse/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-lighthouse
+## 0.2.23
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.2.22
### Patch Changes
diff --git a/plugins/lighthouse/package.json b/plugins/lighthouse/package.json
index d9bf3345d5..177c5e2964 100644
--- a/plugins/lighthouse/package.json
+++ b/plugins/lighthouse/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-lighthouse",
- "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.0",
"@backstage/config": "^0.1.6",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -47,10 +47,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/newrelic/package.json b/plugins/newrelic/package.json
index 2ca36f9897..8baf70cd69 100644
--- a/plugins/newrelic/package.json
+++ b/plugins/newrelic/package.json
@@ -31,8 +31,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -42,10 +42,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/org/package.json b/plugins/org/package.json
index 8cad5e31c1..c6be40fc51 100644
--- a/plugins/org/package.json
+++ b/plugins/org/package.json
@@ -21,8 +21,8 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/plugin-catalog-react": "^0.4.1",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
@@ -35,10 +35,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/pagerduty/CHANGELOG.md b/plugins/pagerduty/CHANGELOG.md
index aa2b5cd583..b07d102131 100644
--- a/plugins/pagerduty/CHANGELOG.md
+++ b/plugins/pagerduty/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-pagerduty
+## 0.3.11
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.3.10
### Patch Changes
diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json
index 80b6e75f5c..dc918b2ae9 100644
--- a/plugins/pagerduty/package.json
+++ b/plugins/pagerduty/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-pagerduty",
- "version": "0.3.10",
+ "version": "0.3.11",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,9 +31,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -47,10 +47,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/rollbar/CHANGELOG.md b/plugins/rollbar/CHANGELOG.md
index 5bb3f2a021..da263c3a2b 100644
--- a/plugins/rollbar/CHANGELOG.md
+++ b/plugins/rollbar/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-rollbar
+## 0.3.12
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.3.11
### Patch Changes
diff --git a/plugins/rollbar/package.json b/plugins/rollbar/package.json
index 68eb7f77b3..ff6db11a5e 100644
--- a/plugins/rollbar/package.json
+++ b/plugins/rollbar/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-rollbar",
- "version": "0.3.11",
+ "version": "0.3.12",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,9 +32,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -48,10 +48,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^3.3.0",
diff --git a/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md b/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md
new file mode 100644
index 0000000000..5ed0f15033
--- /dev/null
+++ b/plugins/scaffolder-backend-module-cookiecutter/CHANGELOG.md
@@ -0,0 +1,10 @@
+# @backstage/plugin-scaffolder-backend-module-cookiecutter
+
+## 0.1.1
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/plugin-scaffolder-backend@0.15.0
+ - @backstage/backend-common@0.8.9
diff --git a/plugins/scaffolder-backend-module-cookiecutter/package.json b/plugins/scaffolder-backend-module-cookiecutter/package.json
index f321d6b45c..252ebb8cb8 100644
--- a/plugins/scaffolder-backend-module-cookiecutter/package.json
+++ b/plugins/scaffolder-backend-module-cookiecutter/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-cookiecutter",
- "version": "0.1.0",
+ "version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -19,10 +19,10 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.8.6",
+ "@backstage/backend-common": "^0.8.9",
"@backstage/errors": "^0.1.1",
- "@backstage/integration": "^0.5.7",
- "@backstage/plugin-scaffolder-backend": "^0.14.0",
+ "@backstage/integration": "^0.6.0",
+ "@backstage/plugin-scaffolder-backend": "^0.15.0",
"@backstage/config": "^0.1.5",
"command-exists": "^1.2.9",
"fs-extra": "10.0.0",
@@ -31,7 +31,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.7.3",
+ "@backstage/cli": "^0.7.8",
"@types/fs-extra": "^9.0.1",
"@types/mock-fs": "^4.13.0",
"@types/jest": "^26.0.7",
diff --git a/plugins/scaffolder-backend-module-rails/CHANGELOG.md b/plugins/scaffolder-backend-module-rails/CHANGELOG.md
index 857667bc6d..ce81cb7c46 100644
--- a/plugins/scaffolder-backend-module-rails/CHANGELOG.md
+++ b/plugins/scaffolder-backend-module-rails/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-scaffolder-backend-module-rails
+## 0.1.4
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/plugin-scaffolder-backend@0.15.0
+ - @backstage/backend-common@0.8.9
+
## 0.1.3
### Patch Changes
diff --git a/plugins/scaffolder-backend-module-rails/package.json b/plugins/scaffolder-backend-module-rails/package.json
index 3062136a76..0ee28e4325 100644
--- a/plugins/scaffolder-backend-module-rails/package.json
+++ b/plugins/scaffolder-backend-module-rails/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend-module-rails",
- "version": "0.1.3",
+ "version": "0.1.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,16 +20,16 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.8.6",
- "@backstage/plugin-scaffolder-backend": "^0.14.0",
+ "@backstage/backend-common": "^0.8.9",
+ "@backstage/plugin-scaffolder-backend": "^0.15.0",
"@backstage/config": "^0.1.5",
"@backstage/errors": "^0.1.1",
- "@backstage/integration": "^0.5.8",
+ "@backstage/integration": "^0.6.0",
"command-exists": "^1.2.9",
"fs-extra": "^9.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.7.4",
+ "@backstage/cli": "^0.7.8",
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"@types/command-exists": "^1.2.0",
diff --git a/plugins/scaffolder-backend/CHANGELOG.md b/plugins/scaffolder-backend/CHANGELOG.md
index f1ac87be05..eea4a87768 100644
--- a/plugins/scaffolder-backend/CHANGELOG.md
+++ b/plugins/scaffolder-backend/CHANGELOG.md
@@ -1,5 +1,19 @@
# @backstage/plugin-scaffolder-backend
+## 0.15.0
+
+### Minor Changes
+
+- e30646aeb: Add Bitbucket workspace and project fields to RepoUrlPicker to support Bitbucket cloud and server
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/backend-common@0.8.9
+ - @backstage/plugin-scaffolder-backend-module-cookiecutter@0.1.1
+
## 0.14.2
### Patch Changes
diff --git a/plugins/scaffolder-backend/package.json b/plugins/scaffolder-backend/package.json
index c67d118d47..44389c5afe 100644
--- a/plugins/scaffolder-backend/package.json
+++ b/plugins/scaffolder-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder-backend",
- "version": "0.14.2",
+ "version": "0.15.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,13 +29,13 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.8.8",
+ "@backstage/backend-common": "^0.8.9",
"@backstage/catalog-client": "^0.3.17",
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.6",
"@backstage/errors": "^0.1.1",
- "@backstage/integration": "^0.5.9",
- "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.1.0",
+ "@backstage/integration": "^0.6.0",
+ "@backstage/plugin-scaffolder-backend-module-cookiecutter": "^0.1.1",
"@gitbeaker/core": "^30.2.0",
"@gitbeaker/node": "^30.2.0",
"@octokit/rest": "^18.5.3",
@@ -66,8 +66,8 @@
"yaml": "^1.10.0"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/test-utils": "^0.1.15",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/test-utils": "^0.1.17",
"@types/command-exists": "^1.2.0",
"@types/fs-extra": "^9.0.1",
"@types/git-url-parse": "^9.0.0",
diff --git a/plugins/scaffolder/CHANGELOG.md b/plugins/scaffolder/CHANGELOG.md
index 859407ec88..d97ce8e54c 100644
--- a/plugins/scaffolder/CHANGELOG.md
+++ b/plugins/scaffolder/CHANGELOG.md
@@ -1,5 +1,42 @@
# @backstage/plugin-scaffolder
+## 0.11.0
+
+### Minor Changes
+
+- e30646aeb: Add Bitbucket workspace and project fields to RepoUrlPicker to support Bitbucket cloud and server
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- 7894421f1: Added UI Schema support for array items for example, support EntityPicker within an array field
+- fa84fe44e: - Adds a new field `EntityNamePicker` that can be used in scaffolder templates to accept and validate an entity name. This field is registered by default, and can be used in templates by setting the `ui:field` property to `EntityNamePicker`. If you've customized your scaffolder field extensions, you can include this one by adding it when registering the scaffolder route:
+
+ ```diff
+ import {
+ ScaffolderFieldExtensions,
+ + EntityNamePickerFieldExtension,
+ } from '@backstage/plugin-scaffolder';
+
+ }>
+
+ {/* ...custom field extensions... */}
+
+ +
+
+ ;
+ ```
+
+ - Adds a new generic field `TextValuePicker` to be used when writing custom field extensions that use a standard UI with custom validation. An example of doing this can be found in `packages/app/src/components/scaffolder/customScaffolderExtensions.tsx`.
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+ - @backstage/integration-react@0.1.7
+
## 0.10.3
### Patch Changes
diff --git a/plugins/scaffolder/package.json b/plugins/scaffolder/package.json
index f9394bf7a0..84720e95a8 100644
--- a/plugins/scaffolder/package.json
+++ b/plugins/scaffolder/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-scaffolder",
- "version": "0.10.3",
+ "version": "0.11.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,12 +33,12 @@
"@backstage/catalog-client": "^0.3.18",
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.6",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
- "@backstage/integration": "^0.5.9",
- "@backstage/integration-react": "^0.1.6",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/integration": "^0.6.0",
+ "@backstage/integration-react": "^0.1.7",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -63,10 +63,10 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^3.3.0",
diff --git a/plugins/search-backend-module-elasticsearch/CHANGELOG.md b/plugins/search-backend-module-elasticsearch/CHANGELOG.md
new file mode 100644
index 0000000000..6dd34513f0
--- /dev/null
+++ b/plugins/search-backend-module-elasticsearch/CHANGELOG.md
@@ -0,0 +1,7 @@
+# @backstage/plugin-search-backend-module-elasticsearch
+
+## 0.0.2
+
+### Patch Changes
+
+- 76872096b: Fix to allow optionally reading `auth` parameter for custom hosted ElasticSearch instances. Also remove `bearer` auth config since it's currently unsupported.
diff --git a/plugins/search-backend-module-elasticsearch/package.json b/plugins/search-backend-module-elasticsearch/package.json
index dd9ca7703c..de55d3952e 100644
--- a/plugins/search-backend-module-elasticsearch/package.json
+++ b/plugins/search-backend-module-elasticsearch/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-backend-module-elasticsearch",
- "version": "0.0.1",
+ "version": "0.0.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,8 +29,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
- "@backstage/backend-common": "^0.8.6",
- "@backstage/cli": "^0.7.4",
+ "@backstage/backend-common": "^0.8.9",
+ "@backstage/cli": "^0.7.8",
"@elastic/elasticsearch-mock": "^0.3.0"
},
"files": [
diff --git a/plugins/search-backend-module-pg/CHANGELOG.md b/plugins/search-backend-module-pg/CHANGELOG.md
new file mode 100644
index 0000000000..1607585348
--- /dev/null
+++ b/plugins/search-backend-module-pg/CHANGELOG.md
@@ -0,0 +1,10 @@
+# @backstage/plugin-search-backend-module-pg
+
+## 0.1.1
+
+### Patch Changes
+
+- 9255e1430: Add `plugin-search-backend-module-pg` providing a postgres based search engine.
+ See the [README of `search-backend-module-pg`](https://github.com/backstage/backstage/blob/master/plugins/search-backend-module-pg/README.md) for usage instructions.
+- Updated dependencies
+ - @backstage/backend-common@0.8.9
diff --git a/plugins/search-backend-module-pg/package.json b/plugins/search-backend-module-pg/package.json
index 9463e5c5a9..3b7fe0b28f 100644
--- a/plugins/search-backend-module-pg/package.json
+++ b/plugins/search-backend-module-pg/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search-backend-module-pg",
- "version": "0.1.0",
+ "version": "0.1.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -19,15 +19,15 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.8.7",
+ "@backstage/backend-common": "^0.8.9",
"@backstage/search-common": "^0.1.2",
"@backstage/plugin-search-backend-node": "^0.4.0",
"lodash": "^4.17.15",
"knex": "^0.95.1"
},
"devDependencies": {
- "@backstage/backend-test-utils": "^0.1.4",
- "@backstage/cli": "^0.7.6"
+ "@backstage/backend-test-utils": "^0.1.5",
+ "@backstage/cli": "^0.7.8"
},
"files": [
"dist",
diff --git a/plugins/search/CHANGELOG.md b/plugins/search/CHANGELOG.md
index 81872df49e..0864dd740e 100644
--- a/plugins/search/CHANGELOG.md
+++ b/plugins/search/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-search
+## 0.4.7
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.4.6
### Patch Changes
diff --git a/plugins/search/package.json b/plugins/search/package.json
index 1b32c49e75..a535278e93 100644
--- a/plugins/search/package.json
+++ b/plugins/search/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-search",
- "version": "0.4.6",
+ "version": "0.4.7",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.6",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/search-common": "^0.1.3",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
@@ -49,10 +49,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^3.4.2",
diff --git a/plugins/sentry/CHANGELOG.md b/plugins/sentry/CHANGELOG.md
index edc81f6f1a..9f5656f1e2 100644
--- a/plugins/sentry/CHANGELOG.md
+++ b/plugins/sentry/CHANGELOG.md
@@ -1,5 +1,16 @@
# @backstage/plugin-sentry
+## 0.3.18
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.3.17
### Patch Changes
diff --git a/plugins/sentry/package.json b/plugins/sentry/package.json
index c8f69b3873..a660a15cd4 100644
--- a/plugins/sentry/package.json
+++ b/plugins/sentry/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-sentry",
- "version": "0.3.17",
+ "version": "0.3.18",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,9 +32,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -47,10 +47,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/shortcuts/package.json b/plugins/shortcuts/package.json
index 898ddb5908..4ac197f589 100644
--- a/plugins/shortcuts/package.json
+++ b/plugins/shortcuts/package.json
@@ -20,8 +20,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -36,10 +36,10 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/sonarqube/CHANGELOG.md b/plugins/sonarqube/CHANGELOG.md
index efc4ba3c86..a29ee6365d 100644
--- a/plugins/sonarqube/CHANGELOG.md
+++ b/plugins/sonarqube/CHANGELOG.md
@@ -1,5 +1,18 @@
# @backstage/plugin-sonarqube
+## 0.2.0
+
+### Minor Changes
+
+- 8db48b968: Use IdentityApi to provide Auth Token for SonarQubeClient Api calls
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.1.24
### Patch Changes
diff --git a/plugins/sonarqube/package.json b/plugins/sonarqube/package.json
index e20826b464..13d375dfae 100644
--- a/plugins/sonarqube/package.json
+++ b/plugins/sonarqube/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-sonarqube",
- "version": "0.1.24",
+ "version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -48,10 +48,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/splunk-on-call/CHANGELOG.md b/plugins/splunk-on-call/CHANGELOG.md
index 25cad60053..73ba4ee6bd 100644
--- a/plugins/splunk-on-call/CHANGELOG.md
+++ b/plugins/splunk-on-call/CHANGELOG.md
@@ -1,5 +1,15 @@
# @backstage/plugin-splunk-on-call
+## 0.3.8
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog-react@0.4.2
+
## 0.3.7
### Patch Changes
diff --git a/plugins/splunk-on-call/package.json b/plugins/splunk-on-call/package.json
index c83c1fe788..f2eff3b739 100644
--- a/plugins/splunk-on-call/package.json
+++ b/plugins/splunk-on-call/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-splunk-on-call",
- "version": "0.3.7",
+ "version": "0.3.8",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -31,9 +31,9 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -46,10 +46,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/tech-radar/CHANGELOG.md b/plugins/tech-radar/CHANGELOG.md
index d507ee7746..7b4daca110 100644
--- a/plugins/tech-radar/CHANGELOG.md
+++ b/plugins/tech-radar/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-tech-radar
+## 0.4.5
+
+### Patch Changes
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+
## 0.4.4
### Patch Changes
diff --git a/plugins/tech-radar/package.json b/plugins/tech-radar/package.json
index 0866099e18..55e5385a85 100644
--- a/plugins/tech-radar/package.json
+++ b/plugins/tech-radar/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-radar",
- "version": "0.4.4",
+ "version": "0.4.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,8 +30,8 @@
"start": "backstage-cli plugin:serve"
},
"dependencies": {
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -44,10 +44,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/techdocs-backend/CHANGELOG.md b/plugins/techdocs-backend/CHANGELOG.md
index b13e8bfbfa..1f2e5d6bc2 100644
--- a/plugins/techdocs-backend/CHANGELOG.md
+++ b/plugins/techdocs-backend/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-techdocs-backend
+## 0.9.2
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/backend-common@0.8.9
+ - @backstage/techdocs-common@0.8.1
+
## 0.9.1
### Patch Changes
diff --git a/plugins/techdocs-backend/package.json b/plugins/techdocs-backend/package.json
index ccaf0de227..d08d5141cd 100644
--- a/plugins/techdocs-backend/package.json
+++ b/plugins/techdocs-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
- "version": "0.9.1",
+ "version": "0.9.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -30,14 +30,14 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.8.8",
+ "@backstage/backend-common": "^0.8.9",
"@backstage/catalog-client": "^0.3.17",
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.6",
"@backstage/errors": "^0.1.1",
- "@backstage/integration": "^0.5.9",
+ "@backstage/integration": "^0.6.0",
"@backstage/search-common": "^0.1.3",
- "@backstage/techdocs-common": "^0.8.0",
+ "@backstage/techdocs-common": "^0.8.1",
"@types/express": "^4.17.6",
"cross-fetch": "^3.0.6",
"dockerode": "^3.2.1",
@@ -50,8 +50,8 @@
"winston": "^3.2.1"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/test-utils": "^0.1.15",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/test-utils": "^0.1.17",
"@types/dockerode": "^3.2.1",
"msw": "^0.29.0",
"supertest": "^6.1.3"
diff --git a/plugins/techdocs/CHANGELOG.md b/plugins/techdocs/CHANGELOG.md
index 507dd8693f..0b088d36cd 100644
--- a/plugins/techdocs/CHANGELOG.md
+++ b/plugins/techdocs/CHANGELOG.md
@@ -1,5 +1,34 @@
# @backstage/plugin-techdocs
+## 0.10.4
+
+### Patch Changes
+
+- a440d3b38: Expose a new composable `TechDocsIndexPage` and a `DefaultTechDocsHome` with support for starring docs and filtering on owned, starred, owner, and tags.
+
+ You can migrate to the new UI view by making the following changes in your `App.tsx`:
+
+ ```diff
+ - } />
+ + }>
+ +
+ +
+ + }
+ + />
+ ```
+
+- 56c773909: Switched `@types/react` dependency to request `*` rather than a specific version.
+- 8a3e46591: Switch `EventSource` implementation with header support from a Node.js API-based one to an XHR-based one.
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+ - @backstage/plugin-catalog@0.6.11
+ - @backstage/plugin-catalog-react@0.4.2
+ - @backstage/integration-react@0.1.7
+
## 0.10.3
### Patch Changes
diff --git a/plugins/techdocs/package.json b/plugins/techdocs/package.json
index bb9f8a7c95..ddb223be89 100644
--- a/plugins/techdocs/package.json
+++ b/plugins/techdocs/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs",
- "version": "0.10.3",
+ "version": "0.10.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -33,13 +33,13 @@
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.6",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
- "@backstage/integration": "^0.5.9",
- "@backstage/integration-react": "^0.1.6",
- "@backstage/plugin-catalog": "^0.6.10",
- "@backstage/plugin-catalog-react": "^0.4.1",
+ "@backstage/integration": "^0.6.0",
+ "@backstage/integration-react": "^0.1.7",
+ "@backstage/plugin-catalog": "^0.6.11",
+ "@backstage/plugin-catalog-react": "^0.4.2",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -59,10 +59,10 @@
"git-url-parse": "~11.4.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^3.4.2",
diff --git a/plugins/todo-backend/CHANGELOG.md b/plugins/todo-backend/CHANGELOG.md
index cc69ae6c3d..bc27aed097 100644
--- a/plugins/todo-backend/CHANGELOG.md
+++ b/plugins/todo-backend/CHANGELOG.md
@@ -1,5 +1,13 @@
# @backstage/plugin-todo-backend
+## 0.1.9
+
+### Patch Changes
+
+- Updated dependencies
+ - @backstage/integration@0.6.0
+ - @backstage/backend-common@0.8.9
+
## 0.1.8
### Patch Changes
diff --git a/plugins/todo-backend/package.json b/plugins/todo-backend/package.json
index 61e84f8377..0d59f2b073 100644
--- a/plugins/todo-backend/package.json
+++ b/plugins/todo-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-todo-backend",
- "version": "0.1.8",
+ "version": "0.1.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -24,12 +24,12 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/backend-common": "^0.8.5",
+ "@backstage/backend-common": "^0.8.9",
"@backstage/catalog-client": "^0.3.16",
"@backstage/catalog-model": "^0.9.0",
"@backstage/config": "^0.1.5",
"@backstage/errors": "^0.1.1",
- "@backstage/integration": "^0.5.8",
+ "@backstage/integration": "^0.6.0",
"@types/express": "^4.17.6",
"cross-fetch": "^3.0.6",
"express": "^4.17.1",
@@ -39,7 +39,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
- "@backstage/cli": "^0.7.1",
+ "@backstage/cli": "^0.7.8",
"@types/supertest": "^2.0.8",
"msw": "^0.29.0",
"supertest": "^6.1.3"
diff --git a/plugins/todo/package.json b/plugins/todo/package.json
index d26dc79358..6cfe7790db 100644
--- a/plugins/todo/package.json
+++ b/plugins/todo/package.json
@@ -27,8 +27,8 @@
},
"dependencies": {
"@backstage/catalog-model": "^0.9.0",
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
"@backstage/plugin-catalog-react": "^0.4.1",
"@backstage/theme": "^0.2.9",
@@ -40,10 +40,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/user-settings/package.json b/plugins/user-settings/package.json
index e31209f857..a55390ab86 100644
--- a/plugins/user-settings/package.json
+++ b/plugins/user-settings/package.json
@@ -30,8 +30,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -42,11 +42,11 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
"@backstage/core-plugin-api": "^0.1.5",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/welcome/package.json b/plugins/welcome/package.json
index 1ad3f4962a..d7e7e0e355 100644
--- a/plugins/welcome/package.json
+++ b/plugins/welcome/package.json
@@ -30,8 +30,8 @@
"start": "backstage-cli plugin:serve"
},
"dependencies": {
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
@@ -42,10 +42,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/plugins/xcmetrics/CHANGELOG.md b/plugins/xcmetrics/CHANGELOG.md
index 80a9188aa3..b0123dcdb1 100644
--- a/plugins/xcmetrics/CHANGELOG.md
+++ b/plugins/xcmetrics/CHANGELOG.md
@@ -1,5 +1,14 @@
# @backstage/plugin-xcmetrics
+## 0.2.2
+
+### Patch Changes
+
+- 8bedb75ae: Update Luxon dependency to 2.x
+- Updated dependencies
+ - @backstage/core-components@0.3.1
+ - @backstage/core-plugin-api@0.1.6
+
## 0.2.1
### Patch Changes
diff --git a/plugins/xcmetrics/package.json b/plugins/xcmetrics/package.json
index 8ebcf9a85e..11153ab6b5 100644
--- a/plugins/xcmetrics/package.json
+++ b/plugins/xcmetrics/package.json
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-xcmetrics",
- "version": "0.2.1",
+ "version": "0.2.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -20,8 +20,8 @@
"clean": "backstage-cli clean"
},
"dependencies": {
- "@backstage/core-components": "^0.3.0",
- "@backstage/core-plugin-api": "^0.1.5",
+ "@backstage/core-components": "^0.3.1",
+ "@backstage/core-plugin-api": "^0.1.6",
"@backstage/errors": "^0.1.1",
"@backstage/theme": "^0.2.9",
"@material-ui/core": "^4.12.2",
@@ -33,10 +33,10 @@
"react-use": "^17.2.4"
},
"devDependencies": {
- "@backstage/cli": "^0.7.7",
- "@backstage/core-app-api": "^0.1.7",
- "@backstage/dev-utils": "^0.2.5",
- "@backstage/test-utils": "^0.1.16",
+ "@backstage/cli": "^0.7.8",
+ "@backstage/core-app-api": "^0.1.8",
+ "@backstage/dev-utils": "^0.2.6",
+ "@backstage/test-utils": "^0.1.17",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.1.8",
diff --git a/yarn.lock b/yarn.lock
index a9f93d9de1..d14fac46fa 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2448,6 +2448,18 @@
remark-gfm "^1.0.0"
zen-observable "^0.8.15"
+"@backstage/integration@^0.5.8":
+ version "0.5.9"
+ resolved "https://registry.npmjs.org/@backstage/integration/-/integration-0.5.9.tgz#9eeb2f570794b196a8e769d8628b68937863a0fc"
+ integrity sha512-SfYcIHMurasJ5AlNzvq/4+8VLx5ONZ1vZqSG9zX/jvASCyrQY+Ifumaj13XBBuykTv61eHaqsLcEFtd0zgBtpQ==
+ dependencies:
+ "@backstage/config" "^0.1.6"
+ "@octokit/auth-app" "^3.4.0"
+ "@octokit/rest" "^18.5.3"
+ cross-fetch "^3.0.6"
+ git-url-parse "~11.4.4"
+ luxon "^1.25.0"
+
"@backstage/plugin-catalog-react@^0.3.0":
version "0.3.1"
resolved "https://registry.npmjs.org/@backstage/plugin-catalog-react/-/plugin-catalog-react-0.3.1.tgz#d30a063a4ceb4d446310a687d19c987f55824fdb"
@@ -18716,7 +18728,7 @@ luxon@2.0.2, luxon@^2.0.2:
resolved "https://registry.npmjs.org/luxon/-/luxon-2.0.2.tgz#11f2cd4a11655fdf92e076b5782d7ede5bcdd133"
integrity sha512-ZRioYLCgRHrtTORaZX1mx+jtxKtKuI5ZDvHNAmqpUzGqSrR+tL4FVLn/CUGMA3h0+AKD1MAxGI5GnCqR5txNqg==
-luxon@^1.27.0:
+luxon@^1.25.0, luxon@^1.27.0:
version "1.28.0"
resolved "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz#e7f96daad3938c06a62de0fb027115d251251fbf"
integrity sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ==