Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-11-08 14:04:37 +00:00
parent a651c6ecd7
commit b01fea7b8c
293 changed files with 3979 additions and 148 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/app-defaults
## 1.0.8-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.0-next.1
- @backstage/core-app-api@1.2.0-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-permission-react@0.4.7-next.0
## 1.0.8-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/app-defaults",
"description": "Provides the default wiring of a Backstage App",
"version": "1.0.8-next.0",
"version": "1.0.8-next.1",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+63
View File
@@ -1,5 +1,68 @@
# example-app
## 0.2.77-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder@1.8.0-next.1
- @backstage/plugin-cost-insights@0.12.0-next.1
- @backstage/plugin-techdocs@1.4.0-next.2
- @backstage/plugin-explore@0.3.42-next.1
- @backstage/plugin-github-actions@0.5.11-next.1
- @backstage/cli@0.21.0-next.1
- @backstage/plugin-catalog-graph@0.2.23-next.1
- @backstage/core-components@0.12.0-next.1
- @backstage/plugin-code-coverage@0.2.4-next.1
- @backstage/plugin-org@0.6.0-next.1
- @backstage/plugin-kubernetes@0.7.4-next.1
- @backstage/app-defaults@1.0.8-next.1
- @backstage/catalog-model@1.1.3-next.0
- @backstage/config@1.0.4-next.0
- @backstage/core-app-api@1.2.0-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/integration-react@1.1.6-next.1
- @backstage/theme@0.2.16
- @backstage/plugin-airbrake@0.3.11-next.1
- @backstage/plugin-apache-airflow@0.2.4-next.1
- @backstage/plugin-api-docs@0.8.11-next.1
- @backstage/plugin-azure-devops@0.2.2-next.1
- @backstage/plugin-azure-sites@0.1.0-next.1
- @backstage/plugin-badges@0.2.35-next.1
- @backstage/plugin-catalog-common@1.0.8-next.0
- @backstage/plugin-catalog-import@0.9.1-next.1
- @backstage/plugin-catalog-react@1.2.1-next.1
- @backstage/plugin-circleci@0.3.11-next.1
- @backstage/plugin-cloudbuild@0.3.11-next.1
- @backstage/plugin-dynatrace@1.0.1-next.1
- @backstage/plugin-gcalendar@0.3.7-next.1
- @backstage/plugin-gcp-projects@0.3.30-next.1
- @backstage/plugin-gocd@0.1.17-next.1
- @backstage/plugin-graphiql@0.2.43-next.1
- @backstage/plugin-home@0.4.27-next.1
- @backstage/plugin-jenkins@0.7.10-next.1
- @backstage/plugin-kafka@0.3.11-next.1
- @backstage/plugin-lighthouse@0.3.11-next.1
- @backstage/plugin-newrelic@0.3.29-next.1
- @backstage/plugin-newrelic-dashboard@0.2.4-next.1
- @backstage/plugin-pagerduty@0.5.4-next.1
- @backstage/plugin-permission-react@0.4.7-next.0
- @backstage/plugin-playlist@0.1.2-next.2
- @backstage/plugin-rollbar@0.4.11-next.1
- @backstage/plugin-search@1.0.4-next.1
- @backstage/plugin-search-common@1.1.1-next.0
- @backstage/plugin-search-react@1.2.1-next.1
- @backstage/plugin-sentry@0.4.4-next.1
- @backstage/plugin-shortcuts@0.3.3-next.1
- @backstage/plugin-stack-overflow@0.1.7-next.1
- @backstage/plugin-tech-insights@0.3.3-next.1
- @backstage/plugin-tech-radar@0.5.18-next.1
- @backstage/plugin-techdocs-module-addons-contrib@1.0.6-next.1
- @backstage/plugin-techdocs-react@1.0.6-next.1
- @backstage/plugin-todo@0.2.13-next.1
- @backstage/plugin-user-settings@0.5.1-next.1
- @internal/plugin-catalog-customized@0.0.4-next.1
## 0.2.77-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.2.77-next.1",
"version": "0.2.77-next.2",
"private": true,
"backstage": {
"role": "frontend"
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-app-api
## 0.2.3-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.16.0-next.1
- @backstage/backend-plugin-api@0.1.4-next.1
- @backstage/backend-tasks@0.3.7-next.1
- @backstage/plugin-permission-node@0.7.1-next.1
- @backstage/errors@1.1.3-next.0
## 0.2.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-app-api",
"description": "Core API used by Backstage backend apps",
"version": "0.2.3-next.0",
"version": "0.2.3-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+14
View File
@@ -1,5 +1,19 @@
# @backstage/backend-common
## 0.16.0-next.1
### Patch Changes
- 88f99b8b13: Bumped `tar` dependency to `^6.1.12` in order to ensure Node.js v18 compatibility.
- cfb30b700c: Pin `@kubernetes/client-node` version to `0.17.0`.
- Updated dependencies
- @backstage/cli-common@0.1.10
- @backstage/config@1.0.4-next.0
- @backstage/config-loader@1.1.6-next.0
- @backstage/errors@1.1.3-next.0
- @backstage/integration@1.4.0-next.0
- @backstage/types@1.0.1-next.0
## 0.16.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.16.0-next.0",
"version": "0.16.0-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+8
View File
@@ -1,5 +1,13 @@
# @backstage/backend-defaults
## 0.1.3-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-app-api@0.2.3-next.1
- @backstage/backend-plugin-api@0.1.4-next.1
## 0.1.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-defaults",
"description": "Backend defaults used by Backstage backend apps",
"version": "0.1.3-next.0",
"version": "0.1.3-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+10
View File
@@ -1,5 +1,15 @@
# example-backend-next
## 0.0.5-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-scaffolder-backend@1.8.0-next.2
- @backstage/plugin-app-backend@0.3.38-next.1
- @backstage/plugin-catalog-backend@1.5.1-next.1
- @backstage/backend-defaults@0.1.3-next.1
## 0.0.5-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend-next",
"version": "0.0.5-next.1",
"version": "0.0.5-next.2",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/backend-plugin-api
## 0.1.4-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.16.0-next.1
- @backstage/backend-tasks@0.3.7-next.1
- @backstage/config@1.0.4-next.0
- @backstage/plugin-permission-common@0.7.1-next.0
## 0.1.4-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-plugin-api",
"description": "Core API used by Backstage backend plugins",
"version": "0.1.4-next.0",
"version": "0.1.4-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+10
View File
@@ -1,5 +1,15 @@
# @backstage/backend-tasks
## 0.3.7-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.16.0-next.1
- @backstage/config@1.0.4-next.0
- @backstage/errors@1.1.3-next.0
- @backstage/types@1.0.1-next.0
## 0.3.7-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-tasks",
"description": "Common distributed task management library for Backstage backends",
"version": "0.3.7-next.0",
"version": "0.3.7-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-test-utils
## 0.1.30-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.16.0-next.1
- @backstage/cli@0.21.0-next.1
- @backstage/backend-app-api@0.2.3-next.1
- @backstage/backend-plugin-api@0.1.4-next.1
- @backstage/config@1.0.4-next.0
## 0.1.30-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-test-utils",
"description": "Test helpers library for Backstage backends",
"version": "0.1.30-next.0",
"version": "0.1.30-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+43
View File
@@ -1,5 +1,48 @@
# example-backend
## 0.2.77-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.17.1-next.1
- @backstage/backend-common@0.16.0-next.1
- @backstage/plugin-scaffolder-backend@1.8.0-next.2
- @backstage/plugin-code-coverage-backend@0.2.4-next.1
- @backstage/plugin-kubernetes-backend@0.8.0-next.1
- @backstage/plugin-tech-insights-backend@0.5.4-next.1
- example-app@0.2.77-next.2
- @backstage/backend-tasks@0.3.7-next.1
- @backstage/plugin-app-backend@0.3.38-next.1
- @backstage/plugin-auth-node@0.2.7-next.1
- @backstage/plugin-azure-devops-backend@0.3.17-next.2
- @backstage/plugin-azure-sites-backend@0.1.0-next.1
- @backstage/plugin-badges-backend@0.1.32-next.1
- @backstage/plugin-catalog-backend@1.5.1-next.1
- @backstage/plugin-graphql-backend@0.1.28-next.1
- @backstage/plugin-jenkins-backend@0.1.28-next.1
- @backstage/plugin-kafka-backend@0.2.31-next.1
- @backstage/plugin-permission-backend@0.5.13-next.1
- @backstage/plugin-permission-node@0.7.1-next.1
- @backstage/plugin-playlist-backend@0.2.1-next.2
- @backstage/plugin-proxy-backend@0.2.32-next.1
- @backstage/plugin-rollbar-backend@0.1.35-next.1
- @backstage/plugin-scaffolder-backend-module-rails@0.4.6-next.2
- @backstage/plugin-search-backend@1.1.1-next.1
- @backstage/plugin-search-backend-module-elasticsearch@1.0.4-next.1
- @backstage/plugin-search-backend-module-pg@0.4.2-next.1
- @backstage/plugin-search-backend-node@1.0.4-next.1
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.22-next.1
- @backstage/plugin-tech-insights-node@0.3.6-next.1
- @backstage/plugin-techdocs-backend@1.4.1-next.1
- @backstage/plugin-todo-backend@0.1.35-next.1
- @backstage/catalog-client@1.1.2-next.0
- @backstage/catalog-model@1.1.3-next.0
- @backstage/config@1.0.4-next.0
- @backstage/integration@1.4.0-next.0
- @backstage/plugin-permission-common@0.7.1-next.0
- @backstage/plugin-search-common@1.1.1-next.0
## 0.2.77-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.77-next.1",
"version": "0.2.77-next.2",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
+18
View File
@@ -1,5 +1,23 @@
# @backstage/cli
## 0.21.0-next.1
### Minor Changes
- 384eaa2307: Switched `tsconfig.json` to target and support `ES2021`, in line with the bump to Node.js 16 & 18.
### Patch Changes
- 88f99b8b13: Bumped `tar` dependency to `^6.1.12` in order to ensure Node.js v18 compatibility.
- 969a8444ea: Updated dependency `esbuild` to `^0.15.0`.
- Updated dependencies
- @backstage/release-manifests@0.0.7-next.0
- @backstage/cli-common@0.1.10
- @backstage/config@1.0.4-next.0
- @backstage/config-loader@1.1.6-next.0
- @backstage/errors@1.1.3-next.0
- @backstage/types@1.0.1-next.0
## 0.21.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.21.0-next.0",
"version": "0.21.0-next.1",
"publishConfig": {
"access": "public"
},
+8
View File
@@ -1,5 +1,13 @@
# @backstage/codemods
## 0.1.41-next.0
### Patch Changes
- 58502ec285: Updated dependency `jscodeshift` to `^0.14.0`.
- Updated dependencies
- @backstage/cli-common@0.1.10
## 0.1.40
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/codemods",
"description": "A collection of codemods for Backstage projects",
"version": "0.1.40",
"version": "0.1.41-next.0",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js"
+12
View File
@@ -1,5 +1,17 @@
# @backstage/core-components
## 0.12.0-next.1
### Patch Changes
- b4fb5c8ecc: MissingAnnotationEmptyState now accepts either a string or an array of strings to support multiple missing annotations.
- Updated dependencies
- @backstage/config@1.0.4-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/errors@1.1.3-next.0
- @backstage/theme@0.2.16
- @backstage/version-bridge@1.0.1
## 0.12.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-components",
"description": "Core components used by Backstage plugins and apps",
"version": "0.12.0-next.0",
"version": "0.12.0-next.1",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+51
View File
@@ -1,5 +1,56 @@
# @backstage/create-app
## 0.4.34-next.2
### Patch Changes
- 384eaa2307: Switched Node.js version to support version 16 & 18, rather than 14 & 16. To switch the Node.js version in your own project, apply the following change to the root `package.json`:
```diff
"engines": {
- "node": "14 || 16"
+ "node": "16 || 18"
},
```
As well as the following change to `packages/app/package.json`:
```diff
- "@types/node": "^14.14.32",
+ "@types/node": "^16.11.26",
```
- 864c876e57: Fixed incorrect comments in the templated `app-config.yaml` and `app-config.production.yaml`. The `backend.listen` directive is not in fact needed to override the `backend.baseUrl`, the backend listens to all interfaces by default. The configuration has also been updated to listen to all interfaces, rather than just IPv4 ones, as this is required for Node.js v18. The production configuration now also shows the option to specify `backend.listen` as a single string.
To apply this changes to an existing app, make the following change to `app-config.yaml`:
```diff
- # Uncomment the following host directive to bind to all IPv4 interfaces and
- # not just the baseUrl hostname.
- # host: 0.0.0.0
+ # Uncomment the following host directive to bind to specific interfaces
+ # host: 127.0.0.1
```
And the following change to `app-config.production.yaml`:
```diff
- listen:
- port: 7007
- # The following host directive binds to all IPv4 interfaces when its value
- # is "0.0.0.0". This is the most permissive setting. The right value depends
- # on your specific deployment. If you remove the host line entirely, the
- # backend will bind on the interface that corresponds to the backend.baseUrl
- # hostname.
- host: 0.0.0.0
+ # The listener can also be expressed as a single <host>:<port> string. In this case we bind to
+ # all interfaces, the most permissive setting. The right value depends on your specific deployment.
+ listen: ':7007'
```
- Updated dependencies
- @backstage/cli-common@0.1.10
## 0.4.33-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "A CLI that helps you create your own Backstage app",
"version": "0.4.33-next.1",
"version": "0.4.34-next.2",
"publishConfig": {
"access": "public"
},
+15
View File
@@ -1,5 +1,20 @@
# @backstage/dev-utils
## 1.0.8-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.0-next.1
- @backstage/app-defaults@1.0.8-next.1
- @backstage/catalog-model@1.1.3-next.0
- @backstage/core-app-api@1.2.0-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/integration-react@1.1.6-next.1
- @backstage/test-utils@1.2.2-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog-react@1.2.1-next.1
## 1.0.8-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/dev-utils",
"description": "Utilities for developing Backstage plugins.",
"version": "1.0.8-next.0",
"version": "1.0.8-next.1",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/integration-react
## 1.1.6-next.1
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.12.0-next.1
- @backstage/config@1.0.4-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/integration@1.4.0-next.0
- @backstage/theme@0.2.16
## 1.1.6-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/integration-react",
"description": "Frontend package for managing integrations towards external systems",
"version": "1.1.6-next.0",
"version": "1.1.6-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/release-manifests
## 0.0.7-next.0
### Patch Changes
- a4496131fa: Added a fallback that fetches manifests from `https://raw.githubusercontent.com` if `https://versions.backstage.io` is unavailable.
## 0.0.6
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/release-manifests",
"description": "Helper library for receiving release manifests",
"version": "0.0.6",
"version": "0.0.7-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
@@ -1,5 +1,24 @@
# techdocs-cli-embedded-app
## 0.2.76-next.2
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs@1.4.0-next.2
- @backstage/cli@0.21.0-next.1
- @backstage/core-components@0.12.0-next.1
- @backstage/app-defaults@1.0.8-next.1
- @backstage/catalog-model@1.1.3-next.0
- @backstage/config@1.0.4-next.0
- @backstage/core-app-api@1.2.0-next.0
- @backstage/core-plugin-api@1.1.0-next.0
- @backstage/integration-react@1.1.6-next.1
- @backstage/test-utils@1.2.2-next.0
- @backstage/theme@0.2.16
- @backstage/plugin-catalog@1.6.1-next.1
- @backstage/plugin-techdocs-react@1.0.6-next.1
## 0.2.76-next.1
### Patch Changes
@@ -1,6 +1,6 @@
{
"name": "techdocs-cli-embedded-app",
"version": "0.2.76-next.1",
"version": "0.2.76-next.2",
"private": true,
"backstage": {
"role": "frontend"
+11
View File
@@ -1,5 +1,16 @@
# @techdocs/cli
## 1.2.3-next.1
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.16.0-next.1
- @backstage/plugin-techdocs-node@1.4.2-next.1
- @backstage/catalog-model@1.1.3-next.0
- @backstage/cli-common@0.1.10
- @backstage/config@1.0.4-next.0
## 1.2.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "1.2.3-next.0",
"version": "1.2.3-next.1",
"publishConfig": {
"access": "public"
},