Version Packages

This commit is contained in:
github-actions[bot]
2024-01-16 11:44:56 +00:00
parent ad3f162b2b
commit 8070f67dc4
539 changed files with 6788 additions and 1310 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Fixed an issue where some Okta's resolvers were missing
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-codescene': patch
---
Updated Readme document in codescene plugin
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-api-docs': patch
---
Fix custom http resolvers for AsyncAPI widget.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-pinniped-provider': patch
---
Deprecated the `authModulePinnipedProvider` export. A default export is now available and should be used like this in your backend: `backend.add(import('@backstage/plugin-auth-backend-module-pinniped-provider'));`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-compat-api': patch
---
Make `convertLegacyApp` wrap discovered routes with `compatWrapper`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Adding support for removing file from git index
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Scaffolder form now shows a list of errors at the top of the form.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/frontend-plugin-api': patch
---
Exposed `createComponentRef`, and ensured that produced refs and feature bits have a `toString` for easier debugging
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-sonarqube-backend': patch
---
Updated README
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Fixed bug in Link where it was possible to select and copy a hidden element into clipboard
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': patch
---
add user-settings declarative integration core nav item
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-dynamic-feature-service': minor
---
New `backend-dynamic-feature-service` package, for the discovery of dynamic frontend and backend plugins (and modules) and the loading of the backend ones inside the backend application.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-api-docs': patch
---
Add permission check to Register Existing API button
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-azure-sites': patch
---
Show Azure site tags in `EntityAzureSitesOverviewWidget`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Do not call fetch directly but rather use `fetchResponse` facility
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-github': patch
---
Ensure `teamReviewers` list is unique before calling API
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/cli': patch
---
Use sha256 instead of md5 in build script cache key calculation
Makes it possible to build on FIPS nodejs.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
Add Scaffolder custom action that creates GitLab issues called `gitlab:issues:create`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-common': patch
---
Updated Template.v1beta3.schema.json, added a missing "presentation" field
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-plugin-api': patch
---
Removed unnecessary `i18next` dependency.
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/backend-common': patch
---
Use sha256 instead of md5 for hash key calculation in caches
This can have a side effect of invalidating caches (when cache key was >250 characters)
This improves compliance with FIPS nodejs
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Fix for a step with no properties
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fixed an issue where not passing a `value` to any of the action's permission conditions caused an error.
-14
View File
@@ -1,14 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-openapi': patch
---
Add support for the new backend system.
A new backend module for the catalog backend
was added and exported as `default`.
You can use it with the new backend system like
```ts title="packages/backend/src/index.ts"
backend.add(import('@backstage/plugin-catalog-backend-module-openapi'));
```
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-bitbucket': patch
'@backstage/plugin-scaffolder-backend': minor
---
The Scaffolder builtin actions now contains an action for running pipelines from Bitbucket Cloud Rest API
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': minor
---
Updated the user settings selector to use a select component that displays native language names instead of language codes if possible.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-microsoft-provider': patch
---
Deprecated the `authModuleMicrosoftProvider` export. A default export is now available and should be used like this in your backend: `backend.add(import('@backstage/plugin-auth-backend-module-microsoft-provider'));`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-octopus-deploy': patch
---
added install path and fixed import on plugin-octopus-deploy
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/frontend-plugin-api': patch
'@backstage/frontend-app-api': patch
---
Accepts sub route refs on the new `createPlugin` routes map.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/catalog-client': patch
---
Fix a bug in `getLocationByRef` that led to invalid backend calls
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/repo-tools': patch
---
Updated the OpenAPI template to export the `TypedResponse` interface so that client code can leverage it
-9
View File
@@ -1,9 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': patch
'@backstage/config-loader': patch
'@backstage/create-app': patch
'@backstage/repo-tools': patch
'@backstage/cli-node': patch
---
Removed `mock-fs` dev dependency.
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/plugin-kubernetes-react': patch
'@backstage/plugin-kubernetes': patch
---
Add `authuser` search parameter to GKE cluster link formatter in k8s plugin
Thanks to this, people with multiple simultaneously logged-in accounts in their GCP console will automatically view objects with the same email as the one signed in to the Google auth provider in Backstage.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-events-backend': patch
---
Update `README.md`
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-events-backend-module-bitbucket-cloud': patch
'@backstage/plugin-events-backend-module-gerrit': patch
'@backstage/plugin-events-backend-module-azure': patch
---
Add default exports for the new backend system and documentation.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/frontend-app-api': minor
'@backstage/frontend-plugin-api': minor
---
**BREAKING**: Renamed the `app/router` extension to `app/root`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/frontend-test-utils': patch
---
Updates to reflect the `app/router` extension having been renamed to `app/root`.
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/plugin-search-backend-module-stack-overflow-collator': patch
'@backstage/plugin-search-backend-module-techdocs': patch
'@backstage/plugin-search-backend-module-catalog': patch
'@backstage/plugin-search-backend-module-explore': patch
---
Update wording to show that the backend system no longer is in alpha
-297
View File
@@ -1,297 +0,0 @@
{
"mode": "exit",
"tag": "next",
"initialVersions": {
"example-app": "0.2.90",
"@backstage/app-defaults": "1.4.6",
"example-app-next": "0.0.4",
"app-next-example-plugin": "0.0.4",
"example-backend": "0.2.90",
"@backstage/backend-app-api": "0.5.9",
"@backstage/backend-common": "0.20.0",
"@backstage/backend-defaults": "0.2.8",
"@backstage/backend-dev-utils": "0.1.2",
"example-backend-next": "0.0.18",
"@backstage/backend-openapi-utils": "0.1.1",
"@backstage/backend-plugin-api": "0.6.8",
"@backstage/backend-plugin-manager": "0.0.4",
"@backstage/backend-tasks": "0.5.13",
"@backstage/backend-test-utils": "0.2.9",
"@backstage/catalog-client": "1.5.0",
"@backstage/catalog-model": "1.4.3",
"@backstage/cli": "0.25.0",
"@backstage/cli-common": "0.1.13",
"@backstage/cli-node": "0.2.1",
"@backstage/codemods": "0.1.46",
"@backstage/config": "1.1.1",
"@backstage/config-loader": "1.6.0",
"@backstage/core-app-api": "1.11.2",
"@backstage/core-compat-api": "0.1.0",
"@backstage/core-components": "0.13.9",
"@backstage/core-plugin-api": "1.8.1",
"@backstage/create-app": "0.5.8",
"@backstage/dev-utils": "1.0.25",
"e2e-test": "0.2.10",
"@backstage/e2e-test-utils": "0.1.0",
"@backstage/errors": "1.2.3",
"@backstage/eslint-plugin": "0.1.4",
"@backstage/frontend-app-api": "0.4.0",
"@backstage/frontend-plugin-api": "0.4.0",
"@backstage/frontend-test-utils": "0.1.0",
"@backstage/integration": "1.8.0",
"@backstage/integration-aws-node": "0.1.8",
"@backstage/integration-react": "1.1.22",
"@backstage/release-manifests": "0.0.11",
"@backstage/repo-tools": "0.5.0",
"@techdocs/cli": "1.8.0",
"techdocs-cli-embedded-app": "0.2.89",
"@backstage/test-utils": "1.4.6",
"@backstage/theme": "0.5.0",
"@backstage/types": "1.1.1",
"@backstage/version-bridge": "1.0.7",
"@backstage/plugin-adr": "0.6.11",
"@backstage/plugin-adr-backend": "0.4.5",
"@backstage/plugin-adr-common": "0.2.18",
"@backstage/plugin-airbrake": "0.3.28",
"@backstage/plugin-airbrake-backend": "0.3.5",
"@backstage/plugin-allure": "0.1.44",
"@backstage/plugin-analytics-module-ga": "0.1.36",
"@backstage/plugin-analytics-module-ga4": "0.1.7",
"@backstage/plugin-analytics-module-newrelic-browser": "0.0.5",
"@backstage/plugin-apache-airflow": "0.2.18",
"@backstage/plugin-api-docs": "0.10.2",
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.5",
"@backstage/plugin-apollo-explorer": "0.1.18",
"@backstage/plugin-app-backend": "0.3.56",
"@backstage/plugin-app-node": "0.1.8",
"@backstage/plugin-auth-backend": "0.20.1",
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.1.0",
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.2.2",
"@backstage/plugin-auth-backend-module-github-provider": "0.1.5",
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.1.5",
"@backstage/plugin-auth-backend-module-google-provider": "0.1.5",
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.1.3",
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.1.5",
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.1.0",
"@backstage/plugin-auth-backend-module-okta-provider": "0.0.1",
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.1.2",
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.1.0",
"@backstage/plugin-auth-node": "0.4.2",
"@backstage/plugin-azure-devops": "0.3.10",
"@backstage/plugin-azure-devops-backend": "0.5.0",
"@backstage/plugin-azure-devops-common": "0.3.2",
"@backstage/plugin-azure-sites": "0.1.17",
"@backstage/plugin-azure-sites-backend": "0.1.18",
"@backstage/plugin-azure-sites-common": "0.1.1",
"@backstage/plugin-badges": "0.2.52",
"@backstage/plugin-badges-backend": "0.3.5",
"@backstage/plugin-bazaar": "0.2.20",
"@backstage/plugin-bazaar-backend": "0.3.6",
"@backstage/plugin-bitbucket-cloud-common": "0.2.15",
"@backstage/plugin-bitrise": "0.1.55",
"@backstage/plugin-catalog": "1.16.0",
"@backstage/plugin-catalog-backend": "1.16.0",
"@backstage/plugin-catalog-backend-module-aws": "0.3.2",
"@backstage/plugin-catalog-backend-module-azure": "0.1.27",
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.1.1",
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.23",
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.23",
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.21",
"@backstage/plugin-catalog-backend-module-gcp": "0.1.8",
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.24",
"@backstage/plugin-catalog-backend-module-github": "0.4.6",
"@backstage/plugin-catalog-backend-module-github-org": "0.1.2",
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.5",
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.12",
"@backstage/plugin-catalog-backend-module-ldap": "0.5.23",
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.15",
"@backstage/plugin-catalog-backend-module-openapi": "0.1.25",
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.13",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.1.5",
"@backstage/plugin-catalog-backend-module-unprocessed": "0.3.5",
"@backstage/plugin-catalog-common": "1.0.19",
"@backstage/plugin-catalog-graph": "0.3.2",
"@backstage/plugin-catalog-import": "0.10.4",
"@backstage/plugin-catalog-node": "1.6.0",
"@backstage/plugin-catalog-react": "1.9.2",
"@backstage/plugin-catalog-unprocessed-entities": "0.1.6",
"@backstage/plugin-cicd-statistics": "0.1.30",
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.24",
"@backstage/plugin-circleci": "0.3.28",
"@backstage/plugin-cloudbuild": "0.3.28",
"@backstage/plugin-code-climate": "0.1.28",
"@backstage/plugin-code-coverage": "0.2.21",
"@backstage/plugin-code-coverage-backend": "0.2.22",
"@backstage/plugin-codescene": "0.1.20",
"@backstage/plugin-config-schema": "0.1.48",
"@backstage/plugin-cost-insights": "0.12.17",
"@backstage/plugin-cost-insights-common": "0.1.2",
"@backstage/plugin-devtools": "0.1.7",
"@backstage/plugin-devtools-backend": "0.2.5",
"@backstage/plugin-devtools-common": "0.1.7",
"@backstage/plugin-dynatrace": "8.0.2",
"@backstage/plugin-entity-feedback": "0.2.11",
"@backstage/plugin-entity-feedback-backend": "0.2.5",
"@backstage/plugin-entity-feedback-common": "0.1.3",
"@backstage/plugin-entity-validation": "0.1.13",
"@backstage/plugin-events-backend": "0.2.17",
"@backstage/plugin-events-backend-module-aws-sqs": "0.2.11",
"@backstage/plugin-events-backend-module-azure": "0.1.18",
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.18",
"@backstage/plugin-events-backend-module-gerrit": "0.1.18",
"@backstage/plugin-events-backend-module-github": "0.1.18",
"@backstage/plugin-events-backend-module-gitlab": "0.1.18",
"@backstage/plugin-events-backend-test-utils": "0.1.18",
"@backstage/plugin-events-node": "0.2.17",
"@internal/plugin-todo-list": "1.0.20",
"@internal/plugin-todo-list-backend": "1.0.20",
"@internal/plugin-todo-list-common": "1.0.16",
"@backstage/plugin-explore": "0.4.14",
"@backstage/plugin-explore-backend": "0.0.18",
"@backstage/plugin-explore-common": "0.0.2",
"@backstage/plugin-explore-react": "0.0.34",
"@backstage/plugin-firehydrant": "0.2.12",
"@backstage/plugin-fossa": "0.2.60",
"@backstage/plugin-gcalendar": "0.3.21",
"@backstage/plugin-gcp-projects": "0.3.44",
"@backstage/plugin-git-release-manager": "0.3.40",
"@backstage/plugin-github-actions": "0.6.9",
"@backstage/plugin-github-deployments": "0.1.59",
"@backstage/plugin-github-issues": "0.2.17",
"@backstage/plugin-github-pull-requests-board": "0.1.22",
"@backstage/plugin-gitops-profiles": "0.3.43",
"@backstage/plugin-gocd": "0.1.34",
"@backstage/plugin-graphiql": "0.3.1",
"@backstage/plugin-graphql-voyager": "0.1.10",
"@backstage/plugin-home": "0.6.0",
"@backstage/plugin-home-react": "0.1.6",
"@backstage/plugin-ilert": "0.2.17",
"@backstage/plugin-jenkins": "0.9.3",
"@backstage/plugin-jenkins-backend": "0.3.2",
"@backstage/plugin-jenkins-common": "0.1.22",
"@backstage/plugin-kafka": "0.3.28",
"@backstage/plugin-kafka-backend": "0.3.6",
"@backstage/plugin-kubernetes": "0.11.3",
"@backstage/plugin-kubernetes-backend": "0.14.0",
"@backstage/plugin-kubernetes-cluster": "0.0.4",
"@backstage/plugin-kubernetes-common": "0.7.2",
"@backstage/plugin-kubernetes-node": "0.1.2",
"@backstage/plugin-kubernetes-react": "0.2.0",
"@backstage/plugin-lighthouse": "0.4.13",
"@backstage/plugin-lighthouse-backend": "0.4.0",
"@backstage/plugin-lighthouse-common": "0.1.4",
"@backstage/plugin-linguist": "0.1.13",
"@backstage/plugin-linguist-backend": "0.5.5",
"@backstage/plugin-linguist-common": "0.1.2",
"@backstage/plugin-microsoft-calendar": "0.1.10",
"@backstage/plugin-newrelic": "0.3.43",
"@backstage/plugin-newrelic-dashboard": "0.3.3",
"@backstage/plugin-nomad": "0.1.9",
"@backstage/plugin-nomad-backend": "0.1.10",
"@backstage/plugin-octopus-deploy": "0.2.10",
"@backstage/plugin-opencost": "0.2.3",
"@backstage/plugin-org": "0.6.18",
"@backstage/plugin-org-react": "0.1.17",
"@backstage/plugin-pagerduty": "0.7.0",
"@backstage/plugin-periskop": "0.1.26",
"@backstage/plugin-periskop-backend": "0.2.6",
"@backstage/plugin-permission-backend": "0.5.31",
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.1.5",
"@backstage/plugin-permission-common": "0.7.11",
"@backstage/plugin-permission-node": "0.7.19",
"@backstage/plugin-permission-react": "0.4.18",
"@backstage/plugin-playlist": "0.2.2",
"@backstage/plugin-playlist-backend": "0.3.12",
"@backstage/plugin-playlist-common": "0.1.13",
"@backstage/plugin-proxy-backend": "0.4.6",
"@backstage/plugin-puppetdb": "0.1.11",
"@backstage/plugin-rollbar": "0.4.28",
"@backstage/plugin-rollbar-backend": "0.1.53",
"@backstage/plugin-scaffolder": "1.17.0",
"@backstage/plugin-scaffolder-backend": "1.19.2",
"@backstage/plugin-scaffolder-backend-module-azure": "0.1.0",
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.1.0",
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.9",
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.32",
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.1.0",
"@backstage/plugin-scaffolder-backend-module-github": "0.1.0",
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.2.11",
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.25",
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.16",
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.29",
"@backstage/plugin-scaffolder-common": "1.4.4",
"@backstage/plugin-scaffolder-node": "0.2.9",
"@backstage/plugin-scaffolder-react": "1.7.0",
"@backstage/plugin-search": "1.4.4",
"@backstage/plugin-search-backend": "1.4.8",
"@backstage/plugin-search-backend-module-catalog": "0.1.12",
"@backstage/plugin-search-backend-module-elasticsearch": "1.3.11",
"@backstage/plugin-search-backend-module-explore": "0.1.12",
"@backstage/plugin-search-backend-module-pg": "0.5.17",
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.1.1",
"@backstage/plugin-search-backend-module-techdocs": "0.1.12",
"@backstage/plugin-search-backend-node": "1.2.12",
"@backstage/plugin-search-common": "1.2.9",
"@backstage/plugin-search-react": "1.7.4",
"@backstage/plugin-sentry": "0.5.13",
"@backstage/plugin-shortcuts": "0.3.17",
"@backstage/plugin-sonarqube": "0.7.10",
"@backstage/plugin-sonarqube-backend": "0.2.10",
"@backstage/plugin-sonarqube-react": "0.1.11",
"@backstage/plugin-splunk-on-call": "0.4.17",
"@backstage/plugin-stack-overflow": "0.1.23",
"@backstage/plugin-stack-overflow-backend": "0.2.12",
"@backstage/plugin-stackstorm": "0.1.9",
"@backstage/plugin-tech-insights": "0.3.20",
"@backstage/plugin-tech-insights-backend": "0.5.22",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.40",
"@backstage/plugin-tech-insights-common": "0.2.12",
"@backstage/plugin-tech-insights-node": "0.4.14",
"@backstage/plugin-tech-radar": "0.6.11",
"@backstage/plugin-techdocs": "1.9.2",
"@backstage/plugin-techdocs-addons-test-utils": "1.0.25",
"@backstage/plugin-techdocs-backend": "1.9.1",
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.3",
"@backstage/plugin-techdocs-node": "1.11.0",
"@backstage/plugin-techdocs-react": "1.1.14",
"@backstage/plugin-todo": "0.2.32",
"@backstage/plugin-todo-backend": "0.3.6",
"@backstage/plugin-user-settings": "0.7.14",
"@backstage/plugin-user-settings-backend": "0.2.7",
"@backstage/plugin-vault": "0.1.23",
"@backstage/plugin-vault-backend": "0.4.1",
"@backstage/plugin-vault-node": "0.1.1",
"@backstage/plugin-visualizer": "0.0.1",
"@backstage/plugin-xcmetrics": "0.2.46"
},
"changesets": [
"afraid-mice-give",
"brave-queens-crash",
"brown-planes-sort",
"chatty-rivers-hope",
"chilled-seahorses-clean",
"chilled-zebras-wash",
"create-app-1703547661",
"create-app-1704804195",
"curvy-dingos-jump",
"fast-tables-hammer",
"friendly-horses-kneel",
"funny-rings-fry",
"gold-pianos-worry",
"happy-forks-jam",
"hip-dancers-pay",
"large-poets-buy",
"lazy-teachers-walk",
"many-peaches-dress",
"new-plants-sort",
"orange-planets-suffer",
"quiet-oranges-bake",
"renovate-126fde4",
"renovate-91133b2",
"renovate-9647667",
"rotten-tools-clean",
"sour-taxis-rush",
"stale-hairs-sparkle",
"tricky-pans-explain"
]
}
-11
View File
@@ -1,11 +0,0 @@
---
'@backstage/frontend-plugin-api': patch
'@backstage/frontend-test-utils': patch
'@backstage/backend-plugin-api': patch
'@backstage/backend-dev-utils': patch
'@backstage/backend-defaults': patch
'@backstage/frontend-app-api': patch
'@backstage/backend-app-api': patch
---
Updated README to reflect release status
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-github-issues': patch
'@backstage/plugin-scaffolder-backend-module-github': patch
---
Updated dependency `octokit` to `^3.0.0`.
-11
View File
@@ -1,11 +0,0 @@
---
'@backstage/plugin-home-react': patch
'@backstage/plugin-home': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-scaffolder': patch
---
Updated dependency `@rjsf/utils` to `5.15.1`.
Updated dependency `@rjsf/core` to `5.15.1`.
Updated dependency `@rjsf/material-ui` to `5.15.1`.
Updated dependency `@rjsf/validator-ajv8` to `5.15.1`.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-azure-devops-backend': patch
'@backstage/plugin-scaffolder-backend-module-azure': patch
---
Updated dependency `azure-devops-node-api` to `^12.0.0`.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
'@backstage/plugin-scaffolder-backend': minor
---
Add `gitlab:repo:push` scaffolder action to push files to arbitrary branch without creating a Merge Request
-145
View File
@@ -1,145 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': patch
'@backstage/plugin-catalog-backend-module-scaffolder-entity-model': patch
'@backstage/plugin-permission-backend-module-allow-all-policy': patch
'@backstage/plugin-auth-backend-module-oauth2-proxy-provider': patch
'@backstage/plugin-auth-backend-module-vmware-cloud-provider': patch
'@backstage/plugin-catalog-backend-module-backstage-openapi': patch
'@backstage/plugin-auth-backend-module-atlassian-provider': patch
'@backstage/plugin-auth-backend-module-microsoft-provider': patch
'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch
'@backstage/plugin-auth-backend-module-pinniped-provider': patch
'@backstage/plugin-events-backend-module-bitbucket-cloud': patch
'@backstage/plugin-auth-backend-module-gcp-iap-provider': patch
'@backstage/plugin-auth-backend-module-github-provider': patch
'@backstage/plugin-auth-backend-module-gitlab-provider': patch
'@backstage/plugin-auth-backend-module-google-provider': patch
'@backstage/plugin-auth-backend-module-oauth2-provider': patch
'@backstage/plugin-tech-insights-backend-module-jsonfc': patch
'@backstage/plugin-analytics-module-newrelic-browser': patch
'@backstage/plugin-auth-backend-module-okta-provider': patch
'@backstage/plugin-catalog-backend-module-bitbucket': patch
'@backstage/plugin-scaffolder-backend-module-yeoman': patch
'@backstage/plugin-techdocs-module-addons-contrib': patch
'@backstage/plugin-catalog-backend-module-gerrit': patch
'@backstage/plugin-catalog-backend-module-azure': patch
'@backstage/plugin-catalog-unprocessed-entities': patch
'@backstage/plugin-events-backend-module-gerrit': patch
'@backstage/plugin-events-backend-module-github': patch
'@backstage/plugin-events-backend-module-gitlab': patch
'@backstage/plugin-events-backend-module-azure': patch
'@backstage/plugin-catalog-backend-module-aws': patch
'@backstage/plugin-github-pull-requests-board': patch
'@backstage/plugin-techdocs-addons-test-utils': patch
'@backstage/plugin-entity-feedback-backend': patch
'@backstage/backend-openapi-utils': patch
'@backstage/plugin-stack-overflow-backend': patch
'@backstage/plugin-code-coverage-backend': patch
'@backstage/plugin-user-settings-backend': patch
'@backstage/frontend-plugin-api': patch
'@backstage/plugin-analytics-module-ga4': patch
'@backstage/plugin-azure-devops-backend': patch
'@backstage/plugin-analytics-module-ga': patch
'@backstage/plugin-azure-sites-backend': patch
'@backstage/plugin-git-release-manager': patch
'@backstage/plugin-github-deployments': patch
'@backstage/plugin-kubernetes-cluster': patch
'@backstage/plugin-microsoft-calendar': patch
'@backstage/plugin-newrelic-dashboard': patch
'@backstage/plugin-tech-insights-node': patch
'@backstage/plugin-entity-validation': patch
'@backstage/plugin-kubernetes-common': patch
'@backstage/plugin-airbrake-backend': patch
'@backstage/plugin-devtools-backend': patch
'@backstage/plugin-linguist-backend': patch
'@backstage/plugin-periskop-backend': patch
'@backstage/plugin-permission-react': patch
'@backstage/plugin-playlist-backend': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-techdocs-backend': patch
'@backstage/plugin-apollo-explorer': patch
'@backstage/plugin-entity-feedback': patch
'@backstage/plugin-explore-backend': patch
'@backstage/plugin-gitops-profiles': patch
'@backstage/plugin-graphql-voyager': patch
'@backstage/plugin-jenkins-backend': patch
'@backstage/plugin-apache-airflow': patch
'@backstage/plugin-badges-backend': patch
'@backstage/plugin-bazaar-backend': patch
'@backstage/plugin-github-actions': patch
'@backstage/plugin-octopus-deploy': patch
'@backstage/plugin-search-backend': patch
'@backstage/plugin-splunk-on-call': patch
'@backstage/plugin-stack-overflow': patch
'@backstage/plugin-techdocs-react': patch
'@backstage/plugin-catalog-graph': patch
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-code-coverage': patch
'@backstage/plugin-config-schema': patch
'@backstage/plugin-cost-insights': patch
'@backstage/plugin-explore-react': patch
'@backstage/plugin-github-issues': patch
'@backstage/plugin-kafka-backend': patch
'@backstage/plugin-nomad-backend': patch
'@backstage/plugin-tech-insights': patch
'@backstage/plugin-user-settings': patch
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-azure-devops': patch
'@backstage/plugin-catalog-node': patch
'@backstage/plugin-code-climate': patch
'@backstage/plugin-gcp-projects': patch
'@backstage/plugin-todo-backend': patch
'@backstage/plugin-adr-backend': patch
'@backstage/plugin-app-backend': patch
'@backstage/plugin-azure-sites': patch
'@backstage/plugin-firehydrant': patch
'@backstage/plugin-cloudbuild': patch
'@backstage/plugin-home-react': patch
'@backstage/plugin-kubernetes': patch
'@backstage/plugin-lighthouse': patch
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-stackstorm': patch
'@backstage/plugin-tech-radar': patch
'@backstage/plugin-codescene': patch
'@backstage/plugin-dynatrace': patch
'@backstage/plugin-gcalendar': patch
'@backstage/plugin-org-react': patch
'@backstage/plugin-pagerduty': patch
'@backstage/plugin-shortcuts': patch
'@backstage/plugin-sonarqube': patch
'@backstage/plugin-xcmetrics': patch
'@backstage/plugin-airbrake': patch
'@backstage/plugin-api-docs': patch
'@backstage/plugin-circleci': patch
'@backstage/plugin-devtools': patch
'@backstage/plugin-graphiql': patch
'@backstage/plugin-linguist': patch
'@backstage/plugin-newrelic': patch
'@backstage/plugin-opencost': patch
'@backstage/plugin-periskop': patch
'@backstage/plugin-playlist': patch
'@backstage/plugin-puppetdb': patch
'@backstage/plugin-techdocs': patch
'@backstage/plugin-bitrise': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-explore': patch
'@backstage/plugin-jenkins': patch
'@backstage/plugin-rollbar': patch
'@backstage/plugin-allure': patch
'@backstage/plugin-badges': patch
'@backstage/plugin-bazaar': patch
'@backstage/plugin-search': patch
'@backstage/plugin-sentry': patch
'@backstage/plugin-fossa': patch
'@backstage/plugin-ilert': patch
'@backstage/plugin-kafka': patch
'@backstage/plugin-nomad': patch
'@backstage/plugin-vault': patch
'@backstage/plugin-gocd': patch
'@backstage/plugin-home': patch
'@backstage/plugin-todo': patch
'@backstage/plugin-adr': patch
'@backstage/plugin-org': patch
---
Remove some unused dependencies
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/plugin-events-backend-module-aws-sqs': patch
---
Fix errors when deleting SQS messages:
- If zero messages were received, skip deletion to avoid `EmptyBatchRequest` error from the SQS client.
- If zero failures were returned from the SQS client during deletion, skip error logging.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/frontend-plugin-api': patch
'@backstage/frontend-test-utils': patch
'@backstage/frontend-app-api': patch
---
Added `elements`, `wrappers`, and `router` inputs to `app/root`, that let you add things to the root of the React tree above the layout. You can use the `createAppRootElementExtension`, `createAppRootWrapperExtension`, and `createRouterExtension` extension creator, respectively, to conveniently create such extensions. These are all optional, and if you do not supply a router a default one will be used (`BrowserRouter` in regular runs, `MemoryRouter` in tests/CI).
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/frontend-app-api': minor
---
Attaching extensions to an input that does not exist is now a warning rather than an error.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Show first scaffolder output text by default
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
Minor internal refactor
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Removed unnecessary `history` and `immer` dependencies.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-events-backend-module-aws-sqs': patch
'@backstage/plugin-events-backend': patch
---
Add documentation on how to install the plugins with the new backend system.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-aws': patch
---
Added status and e-mail as labels to the AWS Account Resource
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/plugin-permission-backend': patch
'@backstage/plugin-permission-common': patch
'@backstage/plugin-permission-react': patch
'@backstage/plugin-permission-node': patch
---
Updated README
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Parse the URL using a different method rather than `git-url-parse` to support wildcards for URLs which are not VCS providers
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-linguist': patch
---
Added alpha support for the New Frontend System (Declarative Integration)
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-app-visualizer': minor
---
Initial release of the app visualizer plugin.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/frontend-app-api': patch
---
add oauth dialog and alert display to the root elements
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -56,7 +56,7 @@
"@material-ui/pickers@^3.3.10": "patch:@material-ui/pickers@npm%3A3.3.11#./.yarn/patches/@material-ui-pickers-npm-3.3.11-1c8f68ea20.patch",
"@material-ui/pickers@^3.2.10": "patch:@material-ui/pickers@npm%3A3.3.11#./.yarn/patches/@material-ui-pickers-npm-3.3.11-1c8f68ea20.patch"
},
"version": "1.22.0-next.2",
"version": "1.22.0",
"dependencies": {
"@backstage/errors": "workspace:^",
"@manypkg/get-packages": "^1.1.3",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/app-defaults
## 1.4.7
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.13.10
- @backstage/core-plugin-api@1.8.2
- @backstage/plugin-permission-react@0.4.19
- @backstage/core-app-api@1.11.3
- @backstage/theme@0.5.0
## 1.4.7-next.1
### 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.4.7-next.1",
"version": "1.4.7",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
@@ -1,5 +1,13 @@
# app-next-example-plugin
## 0.0.5
### Patch Changes
- Updated dependencies
- @backstage/frontend-plugin-api@0.5.0
- @backstage/core-components@0.13.10
## 0.0.5-next.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "app-next-example-plugin",
"description": "Backstage internal example plugin",
"version": "0.0.5-next.2",
"version": "0.0.5",
"publishConfig": {
"access": "public",
"main": "dist/index.esm.js",
+76
View File
@@ -1,5 +1,81 @@
# example-app-next
## 0.0.5
### Patch Changes
- Updated dependencies
- @backstage/plugin-api-docs@0.10.3
- @backstage/core-compat-api@0.1.1
- @backstage/plugin-scaffolder-react@1.7.1
- @backstage/frontend-plugin-api@0.5.0
- @backstage/core-components@0.13.10
- @backstage/plugin-user-settings@0.8.0
- @backstage/plugin-azure-sites@0.1.18
- @backstage/cli@0.25.1
- @backstage/core-plugin-api@1.8.2
- @backstage/plugin-octopus-deploy@0.2.11
- @backstage/frontend-app-api@0.5.0
- @backstage/plugin-kubernetes@0.11.4
- @backstage/plugin-home@0.6.1
- @backstage/plugin-scaffolder@1.17.1
- @backstage/plugin-techdocs-module-addons-contrib@1.1.4
- @backstage/plugin-catalog-unprocessed-entities@0.1.7
- @backstage/plugin-microsoft-calendar@0.1.11
- @backstage/plugin-newrelic-dashboard@0.3.4
- @backstage/plugin-permission-react@0.4.19
- @backstage/plugin-entity-feedback@0.2.12
- @backstage/plugin-apache-airflow@0.2.19
- @backstage/plugin-github-actions@0.6.10
- @backstage/plugin-techdocs-react@1.1.15
- @backstage/plugin-catalog-graph@0.3.3
- @backstage/plugin-catalog-react@1.9.3
- @backstage/plugin-code-coverage@0.2.22
- @backstage/plugin-cost-insights@0.12.18
- @backstage/plugin-tech-insights@0.3.21
- @backstage/plugin-azure-devops@0.3.11
- @backstage/plugin-gcp-projects@0.3.45
- @backstage/plugin-cloudbuild@0.3.29
- @backstage/plugin-lighthouse@0.4.14
- @backstage/plugin-stackstorm@0.1.10
- @backstage/plugin-tech-radar@0.6.12
- @backstage/plugin-dynatrace@8.0.3
- @backstage/plugin-gcalendar@0.3.22
- @backstage/plugin-pagerduty@0.7.1
- @backstage/plugin-shortcuts@0.3.18
- @backstage/plugin-airbrake@0.3.29
- @backstage/plugin-devtools@0.1.8
- @backstage/plugin-graphiql@0.3.2
- @backstage/plugin-linguist@0.1.14
- @backstage/plugin-newrelic@0.3.44
- @backstage/plugin-playlist@0.2.3
- @backstage/plugin-puppetdb@0.1.12
- @backstage/plugin-techdocs@1.9.3
- @backstage/plugin-catalog@1.16.1
- @backstage/plugin-explore@0.4.15
- @backstage/plugin-jenkins@0.9.4
- @backstage/plugin-rollbar@0.4.29
- @backstage/plugin-badges@0.2.53
- @backstage/plugin-search@1.4.5
- @backstage/plugin-sentry@0.5.14
- @backstage/plugin-kafka@0.3.29
- @backstage/plugin-gocd@0.1.35
- @backstage/plugin-todo@0.2.33
- @backstage/plugin-adr@0.6.12
- @backstage/plugin-org@0.6.19
- @backstage/plugin-app-visualizer@0.1.0
- @backstage/plugin-catalog-import@0.10.5
- app-next-example-plugin@0.0.5
- @backstage/plugin-search-react@1.7.5
- @backstage/app-defaults@1.4.7
- @backstage/integration-react@1.1.23
- @backstage/catalog-model@1.4.3
- @backstage/core-app-api@1.11.3
- @backstage/theme@0.5.0
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-search-common@1.2.10
## 0.0.5-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app-next",
"version": "0.0.5-next.2",
"version": "0.0.5",
"private": true,
"backstage": {
"role": "frontend"
+76
View File
@@ -1,5 +1,81 @@
# example-app
## 0.2.91
### Patch Changes
- Updated dependencies
- @backstage/plugin-api-docs@0.10.3
- @backstage/plugin-scaffolder-react@1.7.1
- @backstage/core-components@0.13.10
- @backstage/plugin-user-settings@0.8.0
- @backstage/plugin-azure-sites@0.1.18
- @backstage/cli@0.25.1
- @backstage/core-plugin-api@1.8.2
- @backstage/plugin-octopus-deploy@0.2.11
- @backstage/frontend-app-api@0.5.0
- @backstage/plugin-kubernetes@0.11.4
- @backstage/plugin-home@0.6.1
- @backstage/plugin-scaffolder@1.17.1
- @backstage/plugin-techdocs-module-addons-contrib@1.1.4
- @backstage/plugin-catalog-unprocessed-entities@0.1.7
- @backstage/plugin-kubernetes-cluster@0.0.5
- @backstage/plugin-microsoft-calendar@0.1.11
- @backstage/plugin-newrelic-dashboard@0.3.4
- @backstage/plugin-permission-react@0.4.19
- @backstage/plugin-entity-feedback@0.2.12
- @backstage/plugin-apache-airflow@0.2.19
- @backstage/plugin-github-actions@0.6.10
- @backstage/plugin-stack-overflow@0.1.24
- @backstage/plugin-techdocs-react@1.1.15
- @backstage/plugin-catalog-graph@0.3.3
- @backstage/plugin-catalog-react@1.9.3
- @backstage/plugin-code-coverage@0.2.22
- @backstage/plugin-cost-insights@0.12.18
- @backstage/plugin-tech-insights@0.3.21
- @backstage/plugin-azure-devops@0.3.11
- @backstage/plugin-gcp-projects@0.3.45
- @backstage/plugin-cloudbuild@0.3.29
- @backstage/plugin-lighthouse@0.4.14
- @backstage/plugin-stackstorm@0.1.10
- @backstage/plugin-tech-radar@0.6.12
- @backstage/plugin-dynatrace@8.0.3
- @backstage/plugin-gcalendar@0.3.22
- @backstage/plugin-pagerduty@0.7.1
- @backstage/plugin-shortcuts@0.3.18
- @backstage/plugin-airbrake@0.3.29
- @backstage/plugin-devtools@0.1.8
- @backstage/plugin-graphiql@0.3.2
- @backstage/plugin-linguist@0.1.14
- @backstage/plugin-newrelic@0.3.44
- @backstage/plugin-playlist@0.2.3
- @backstage/plugin-puppetdb@0.1.12
- @backstage/plugin-techdocs@1.9.3
- @backstage/plugin-catalog@1.16.1
- @backstage/plugin-explore@0.4.15
- @backstage/plugin-jenkins@0.9.4
- @backstage/plugin-rollbar@0.4.29
- @backstage/plugin-badges@0.2.53
- @backstage/plugin-search@1.4.5
- @backstage/plugin-sentry@0.5.14
- @backstage/plugin-kafka@0.3.29
- @backstage/plugin-nomad@0.1.10
- @backstage/plugin-gocd@0.1.35
- @backstage/plugin-todo@0.2.33
- @backstage/plugin-adr@0.6.12
- @backstage/plugin-org@0.6.19
- @backstage/plugin-catalog-import@0.10.5
- @backstage/plugin-search-react@1.7.5
- @backstage/app-defaults@1.4.7
- @backstage/integration-react@1.1.23
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/core-app-api@1.11.3
- @backstage/theme@0.5.0
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-linguist-common@0.1.2
- @backstage/plugin-search-common@1.2.10
## 0.2.91-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "0.2.91-next.2",
"version": "0.2.91",
"private": true,
"backstage": {
"role": "frontend"
+18
View File
@@ -1,5 +1,23 @@
# @backstage/backend-app-api
## 0.5.10
### Patch Changes
- 516fd3e: Updated README to reflect release status
- Updated dependencies
- @backstage/backend-common@0.20.1
- @backstage/config-loader@1.6.1
- @backstage/cli-node@0.2.2
- @backstage/backend-plugin-api@0.6.9
- @backstage/plugin-permission-node@0.7.20
- @backstage/backend-tasks@0.5.14
- @backstage/plugin-auth-node@0.4.3
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## 0.5.10-next.2
### 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.5.10-next.2",
"version": "0.5.10",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+23
View File
@@ -1,5 +1,28 @@
# @backstage/backend-common
## 0.20.1
### Patch Changes
- 3b24eae: Adding support for removing file from git index
- 454d17c: Do not call fetch directly but rather use `fetchResponse` facility
- b6b15b2: Use sha256 instead of md5 for hash key calculation in caches
This can have a side effect of invalidating caches (when cache key was >250 characters)
This improves compliance with FIPS nodejs
- Updated dependencies
- @backstage/config-loader@1.6.1
- @backstage/backend-plugin-api@0.6.9
- @backstage/backend-dev-utils@0.1.3
- @backstage/backend-app-api@0.5.10
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/integration@1.8.0
- @backstage/integration-aws-node@0.1.8
- @backstage/types@1.1.1
## 0.20.1-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.20.1-next.2",
"version": "0.20.1",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+10
View File
@@ -1,5 +1,15 @@
# @backstage/backend-defaults
## 0.2.9
### Patch Changes
- 516fd3e: Updated README to reflect release status
- Updated dependencies
- @backstage/backend-common@0.20.1
- @backstage/backend-plugin-api@0.6.9
- @backstage/backend-app-api@0.5.10
## 0.2.9-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-defaults",
"description": "Backend defaults used by Backstage backend apps",
"version": "0.2.9-next.2",
"version": "0.2.9",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+6
View File
@@ -1,5 +1,11 @@
# @backstage/backend-dev-utils
## 0.1.3
### Patch Changes
- 516fd3e: Updated README to reflect release status
## 0.1.3-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-dev-utils",
"version": "0.1.3-next.0",
"version": "0.1.3",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,32 @@
# @backstage/backend-dynamic-feature-service
## 0.1.0
### Minor Changes
- eb81f42: New `backend-dynamic-feature-service` package, for the discovery of dynamic frontend and backend plugins (and modules) and the loading of the backend ones inside the backend application.
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.1
- @backstage/cli-node@0.2.2
- @backstage/plugin-events-backend@0.2.18
- @backstage/backend-plugin-api@0.6.9
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-permission-node@0.7.20
- @backstage/plugin-catalog-backend@1.16.1
- @backstage/backend-tasks@0.5.14
- @backstage/plugin-auth-node@0.4.3
- @backstage/plugin-scaffolder-node@0.2.10
- @backstage/plugin-search-backend-node@1.2.13
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.2.18
- @backstage/plugin-search-common@1.2.10
## 0.0.5-next.2
### Patch Changes
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-dynamic-feature-service",
"description": "Backstage dynamic feature service",
"version": "0.0.0",
"version": "0.1.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+41
View File
@@ -1,5 +1,46 @@
# example-backend-next
## 0.0.19
### Patch Changes
- Updated dependencies
- @backstage/plugin-sonarqube-backend@0.2.11
- @backstage/plugin-scaffolder-backend@1.20.0
- @backstage/plugin-catalog-backend-module-openapi@0.1.26
- @backstage/plugin-search-backend-module-techdocs@0.1.13
- @backstage/plugin-search-backend-module-catalog@0.1.13
- @backstage/plugin-search-backend-module-explore@0.1.13
- @backstage/backend-plugin-api@0.6.9
- @backstage/backend-defaults@0.2.9
- @backstage/plugin-azure-devops-backend@0.5.1
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.6
- @backstage/plugin-permission-backend-module-allow-all-policy@0.1.6
- @backstage/plugin-catalog-backend-module-backstage-openapi@0.1.2
- @backstage/plugin-entity-feedback-backend@0.2.6
- @backstage/plugin-devtools-backend@0.2.6
- @backstage/plugin-linguist-backend@0.5.6
- @backstage/plugin-playlist-backend@0.3.13
- @backstage/plugin-techdocs-backend@1.9.2
- @backstage/plugin-jenkins-backend@0.3.3
- @backstage/plugin-badges-backend@0.3.6
- @backstage/plugin-search-backend@1.4.9
- @backstage/plugin-nomad-backend@0.1.11
- @backstage/plugin-todo-backend@0.3.7
- @backstage/plugin-adr-backend@0.4.6
- @backstage/plugin-app-backend@0.3.57
- @backstage/plugin-permission-backend@0.5.32
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-permission-node@0.7.20
- @backstage/plugin-catalog-backend@1.16.1
- @backstage/backend-tasks@0.5.14
- @backstage/plugin-auth-node@0.4.3
- @backstage/plugin-kubernetes-backend@0.14.1
- @backstage/plugin-lighthouse-backend@0.4.1
- @backstage/plugin-proxy-backend@0.4.7
- @backstage/plugin-search-backend-node@1.2.13
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.6
## 0.0.19-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend-next",
"version": "0.0.19-next.2",
"version": "0.0.19",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -1,5 +1,14 @@
# @backstage/backend-openapi-utils
## 0.1.2
### Patch Changes
- 4016f21: Remove some unused dependencies
- Updated dependencies
- @backstage/backend-plugin-api@0.6.9
- @backstage/errors@1.2.3
## 0.1.2-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-openapi-utils",
"description": "OpenAPI typescript support.",
"version": "0.1.2-next.2",
"version": "0.1.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+12
View File
@@ -1,5 +1,17 @@
# @backstage/backend-plugin-api
## 0.6.9
### Patch Changes
- 516fd3e: Updated README to reflect release status
- Updated dependencies
- @backstage/plugin-permission-common@0.7.12
- @backstage/backend-tasks@0.5.14
- @backstage/plugin-auth-node@0.4.3
- @backstage/config@1.1.1
- @backstage/types@1.1.1
## 0.6.9-next.2
### 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.6.9-next.2",
"version": "0.6.9",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+10
View File
@@ -1,5 +1,15 @@
# @backstage/backend-tasks
## 0.5.14
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.1
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## 0.5.14-next.2
### 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.5.14-next.2",
"version": "0.5.14",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+13
View File
@@ -1,5 +1,18 @@
# @backstage/backend-test-utils
## 0.2.10
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.20.1
- @backstage/backend-plugin-api@0.6.9
- @backstage/backend-app-api@0.5.10
- @backstage/plugin-auth-node@0.4.3
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## 0.2.10-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-test-utils",
"description": "Test helpers library for Backstage backends",
"version": "0.2.10-next.2",
"version": "0.2.10",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
+58
View File
@@ -1,5 +1,63 @@
# example-backend
## 0.2.91
### Patch Changes
- Updated dependencies
- @backstage/plugin-auth-backend@0.20.3
- @backstage/backend-common@0.20.1
- @backstage/plugin-scaffolder-backend@1.20.0
- @backstage/catalog-client@1.5.2
- @backstage/plugin-scaffolder-backend-module-confluence-to-markdown@0.2.10
- @backstage/plugin-events-backend@0.2.18
- @backstage/plugin-search-backend-module-techdocs@0.1.13
- @backstage/plugin-search-backend-module-catalog@0.1.13
- @backstage/plugin-search-backend-module-explore@0.1.13
- @backstage/plugin-azure-devops-backend@0.5.1
- @backstage/plugin-catalog-backend-module-scaffolder-entity-model@0.1.6
- @backstage/plugin-tech-insights-backend-module-jsonfc@0.1.41
- @backstage/plugin-entity-feedback-backend@0.2.6
- @backstage/plugin-code-coverage-backend@0.2.23
- @backstage/plugin-azure-sites-backend@0.1.19
- @backstage/plugin-tech-insights-node@0.4.15
- @backstage/plugin-devtools-backend@0.2.6
- @backstage/plugin-linguist-backend@0.5.6
- @backstage/plugin-playlist-backend@0.3.13
- @backstage/plugin-techdocs-backend@1.9.2
- @backstage/plugin-explore-backend@0.0.19
- @backstage/plugin-jenkins-backend@0.3.3
- @backstage/plugin-badges-backend@0.3.6
- @backstage/plugin-search-backend@1.4.9
- @backstage/plugin-kafka-backend@0.3.7
- @backstage/plugin-nomad-backend@0.1.11
- @backstage/plugin-catalog-node@1.6.1
- @backstage/plugin-todo-backend@0.3.7
- @backstage/plugin-adr-backend@0.4.6
- @backstage/plugin-app-backend@0.3.57
- @backstage/plugin-permission-backend@0.5.32
- @backstage/plugin-permission-common@0.7.12
- @backstage/plugin-permission-node@0.7.20
- @backstage/plugin-catalog-backend@1.16.1
- example-app@0.2.91
- @backstage/backend-tasks@0.5.14
- @backstage/plugin-auth-node@0.4.3
- @backstage/plugin-kubernetes-backend@0.14.1
- @backstage/plugin-lighthouse-backend@0.4.1
- @backstage/plugin-proxy-backend@0.4.7
- @backstage/plugin-rollbar-backend@0.1.54
- @backstage/plugin-scaffolder-backend-module-rails@0.4.26
- @backstage/plugin-search-backend-module-elasticsearch@1.3.12
- @backstage/plugin-search-backend-module-pg@0.5.18
- @backstage/plugin-search-backend-node@1.2.13
- @backstage/plugin-tech-insights-backend@0.5.23
- @backstage/catalog-model@1.4.3
- @backstage/config@1.1.1
- @backstage/integration@1.8.0
- @backstage/plugin-catalog-backend-module-unprocessed@0.3.6
- @backstage/plugin-events-node@0.2.18
- @backstage/plugin-search-common@1.2.10
## 0.2.91-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.91-next.2",
"version": "0.2.91",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/catalog-client
## 1.5.2
### Patch Changes
- 883782e: Fix a bug in `getLocationByRef` that led to invalid backend calls
- Updated dependencies
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
## 1.5.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/catalog-client",
"description": "An isomorphic client for the catalog backend",
"version": "1.5.2-next.0",
"version": "1.5.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+10
View File
@@ -1,5 +1,15 @@
# @backstage/cli-node
## 0.2.2
### Patch Changes
- 7acbb5a: Removed `mock-fs` dev dependency.
- Updated dependencies
- @backstage/cli-common@0.1.13
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## 0.2.2-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli-node",
"description": "Node.js library for Backstage CLIs",
"version": "0.2.2-next.0",
"version": "0.2.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
+20
View File
@@ -1,5 +1,25 @@
# @backstage/cli
## 0.25.1
### Patch Changes
- b6b15b2: Use sha256 instead of md5 in build script cache key calculation
Makes it possible to build on FIPS nodejs.
- Updated dependencies
- @backstage/config-loader@1.6.1
- @backstage/cli-node@0.2.2
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/eslint-plugin@0.1.4
- @backstage/integration@1.8.0
- @backstage/release-manifests@0.0.11
- @backstage/types@1.1.1
## 0.25.1-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.25.1-next.1",
"version": "0.25.1",
"publishConfig": {
"access": "public"
},
+11
View File
@@ -1,5 +1,16 @@
# @backstage/config-loader
## 1.6.1
### Patch Changes
- 7acbb5a: Removed `mock-fs` dev dependency.
- Updated dependencies
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
- @backstage/errors@1.2.3
- @backstage/types@1.1.1
## 1.6.1-next.0
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/config-loader",
"description": "Config loading functionality used by Backstage backend, and CLI",
"version": "1.6.1-next.0",
"version": "1.6.1",
"publishConfig": {
"access": "public",
"main": "dist/index.cjs.js",

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