Version Packages

This commit is contained in:
github-actions[bot]
2024-11-19 11:21:20 +00:00
parent 48e63ab901
commit 1552f03186
511 changed files with 5501 additions and 1734 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Fixed an issue where the `--successCache` option for the `repo test` and `repo lint` commands would be include the workspace path in generated cache keys. This previously broke caching in environments where the workspace path varies across builds.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-catalog': minor
---
- Updated EntityLayout component to implement breadcrumb navigation based on the entity relations.
- Added parentEntityRelations prop to EntityLayoutProps to specify relation types for parent entities.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-api-docs': minor
---
Added support for pagination in api-docs plugin - DefaultApiExplorerPage
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/catalog-client': minor
---
Internal update to use the updated generated code from `backstage-cli package schema openapi generate --client-package ...`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Fix dev server reloads of plugin discovery for new frontend system.
-10
View File
@@ -1,10 +0,0 @@
---
'@backstage/backend-dynamic-feature-service': minor
---
**BREAKING** The `dynamicPluginsFeatureLoader` options related to the root logger behavior (`transports`, `level`, `format`) are now gathered under a single `logger` option which is a function taking an optional `Config` argument and returning the logger options.
This breaking change is required for 2 reasons:
- it's totally possible that the current `Config` would be required to provide the logger options,
- the logger-related options should be gathered under a common `logger` option because, when the root auditing service is introduced, distinct but similarly-named options would be required for the auditor as well.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
The check for `react-dom/client` in the Jest configuration will now properly always run from the target directory.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/config': minor
---
Make `readDurationFromConfig` support both ISO and ms formats as well, to make it easier to enter time as an end user
-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/theme': patch
---
Internal refactor to avoid top-level imports from MUI.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Fixed an issue causing the `CatalogIndexPage` to not properly filter results when using offset pagination.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-events-node': patch
---
Fixed an issue where subscribing to events threw an error and gave up too easily. Calling the subscribe method will cause the background polling loop to keep trying to connect to the events backend, even if the initial request fails.
By default the events service will attempt to publish and subscribe to events from the events bus API in the events backend, but if it fails due to the events backend not being installed, it will bail and never try calling the API again. There is now a new `events.useEventBus` configuration and option for the `DefaultEventsService` that lets you control this behavior. You can set it to `'never'` to disabled API calls to the events backend completely, or `'always'` to never allow it to be disabled.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-ldap': patch
---
Added a `dnCaseSensitive` flag to support LDAP servers with mixed-case attributes.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-api-docs': patch
---
bump `@asyncapi/react-component` to latest `2.x`
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-incremental-ingestion': minor
---
Use `HumanDuration` for all duration needs in the public API, instead of `luxon` types. These are generally compatible, with a few caveats:
- If you scheduled things to run quarterly (`quarter` or `quarters`), you can use `{ months: 3 }` instead.
- If you used the singular nouns such as `year: 1`, use plurals instead (e.g. `years: 1`).
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-defaults': patch
---
Removed dependency `@backstage/backend-common`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-google-provider': patch
---
Fix visibility of config for use in front end code
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications': minor
---
Rephrasing labels of the View filter to be more clear. Based on the received users' feedback.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/types': minor
---
Introduce `createDeferred` and `DeferredPromise`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-app-backend': patch
---
The `index.html` templating is now done and served from memory rather than written to the filesystem. This means that you can now use config injection with a read-only filesystem, and you no longer need to use the `app.disableConfigInjection` flag.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Updated engines to support Node 20 or 22
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Fixed an issue where `<TechDocsReaderPageContent />` would re-render infinitely under certain conditions.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-module-catalog': patch
---
Fixed a bug where the `filter` setting of the collator was not permitted to be an array.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fix tasks listing with postgres
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': minor
---
**BREAKING**: Updates ESLint config to ignore all generated source code under `src/**/generated/**/*.ts`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/integration-aws-node': patch
---
The `getDefaultCredentialsChain` function now accepts and applies a `region` parameter, preventing it from defaulting to `us-east-1` when no region is specified.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search': patch
---
Removes the card UI from the search results type filter for a cleaner UI consistent with other filters
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/backend-dynamic-feature-service': patch
---
Enhance the `CommonJSModuleLoader` to add support for `resolvePackagePath` calls from backend dynamic plugins, with customizable package resolution, and make the `CommonJSModuleLoader` public API.
Fixing this backend dynamic plugin limitation related to `resolvePackagePath` is important for backend dynamic plugins which use the database, since database migration scripts systematically use `resolvePackagePath`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-org': patch
---
Fix rendering of description in MembersListCard. Add guardrails for potential long texts to prevent it from breaking the UI.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Fix issue with form state not refreshing when updating
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Fixed an issue with the `--successCache` flag for `repo test` where the tree hash for the wrong package directory would sometimes be used to generate the cache key.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-kubernetes-react': patch
---
add the pod delete feature to the kubernetes react plugin
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-auth-backend-module-aws-alb-provider': minor
'@backstage/plugin-auth-backend': minor
---
**BREAKING**: The AWS ALB `fullProfile` will no longer have the its username or email converted to lowercase. This is to ensure unique handling of the users. You may need to update and configure a custom sign-in resolver or profile transform as a result.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Fixed bug in `EntityDisplayName` where text was overflowing.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-catalog-backend': minor
'@backstage/plugin-search-backend': minor
---
Internal update to use the new generated server types from `backstage-cli package schema openapi generate --server`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Fix issue with `Stepper` and trying to trim additional properties. This is now all behind `liveOmit` and `omitExtraData` instead.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-ldap': minor
---
Add Support for Google LDAP Vendor
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Fix an issue with index page of documentation site being re-rendered.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Fix techdocs config schema for custom elements sanitizer
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-events-backend': patch
'@backstage/plugin-events-node': patch
---
Fix `events.useEventBus` by propagating config to `DefaultEventsService`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-app-backend': minor
---
Configuration is no longer injected into static assets if a `index.html.tmpl` file is present.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
Improve error messages from Gitlab
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Added `--alwaysPack` as a replacement for the now hidden `--alwaysYarnPack` flag for the `build-workspace` command.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Removed circular import
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications': patch
---
Added title to the Notifications' table. The title clearly states the filter selection and total count of messages. This change aligns the look and feel closer to other tables.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications': patch
---
The "Created after" filter renamed to the "Sent out" based on the received users' feedback.
-15
View File
@@ -1,15 +0,0 @@
---
'@backstage/cli': patch
---
Added a new `"rejectFrontendNetworkRequests"` configuration flag that can be set in the `"jest"` field in the root `package.json`:
```json
{
"jest": {
"rejectFrontendNetworkRequests": true
}
}
```
This flag causes rejection of any form of network requests that are attempted to be made in frontend or common package tests. This flag can only be set in the root `package.json` and can not be overridden in individual package configurations.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-scaffolder-common': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-scaffolder': minor
---
Add scaffolder permission `scaffolder.template.management` for accessing the template management features
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-test-utils': minor
---
Made it possible to construct `mockServices.database` with a given knex instance
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Add `--max-warnings -1` support to `backstage-cli package lint`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
The `--successCache` option for the `repo test` and `repo lint` commands now use an additive store that keeps old entries around for a week before they are cleaned up automatically.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-import': patch
---
Fixed parsing of catalog-info.yaml when creating a PR to register a repository if the file contains more than one document
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Change core component Table tool bar search box to the a appropriate Search icon and text
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fix issue with token not being available because it's now non-enumerable
-9
View File
@@ -1,9 +0,0 @@
---
'@backstage/cli': patch
---
When using the experimental Rspack flag the app build and dev server now injects configuration via a `<script type="backstage.io/config">...</script>` tag in `index.html` rather than the `process.env.APP_CONFIG` definition, which will now be defined as an empty array instead.
This requires the app to be using the config loader from the 1.31 release of Backstage. Make sure your app is using at least that version if you are upgrading to this version of the CLI.
If you have copied the implementation of the `defaultConfigLoader`, make sure to update it to the new implementation. In particular the config loader needs to be able to read configuration from `script` tags with the type `backstage.io/config`.
-9
View File
@@ -1,9 +0,0 @@
---
'@backstage/cli': minor
---
Added a new optimization to the `repo test` command that will filter out unused packages in watch mode if all provide filters are paths that point from the repo root. This significantly speeds up running individual tests from the repo root in a large workspace, for example:
```sh
yarn test packages/app/src/App.test.tsx
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-api-docs': patch
---
Uses theme values to style the API definition schema so that theme overrides apply.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Avoid page re-rendering when clicking on anchor links in the same documentation page.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/config-loader': patch
---
Internal refactor to use the deferred from the types package
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Ensure EntityDisplayName component link receives underline on hover.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/repo-tools': patch
---
The `generate-patch` command now properly includes newly created files in the patch.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Align with type declaration of template filter/global function by supporting undefined as return value.
-9
View File
@@ -1,9 +0,0 @@
---
'@backstage/plugin-kubernetes-backend': minor
'@backstage/plugin-kubernetes-common': minor
'@backstage/plugin-kubernetes-react': minor
'@backstage/plugin-kubernetes-node': minor
'@backstage/plugin-kubernetes': minor
---
Bumping @kubernetes/client-node to 1.0.0-rc7 to mitigate CVEs related to the request and tough-cookie packages
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': minor
---
The SupportButton component will now be hidden if no support config is specified in app-config
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Improve UI consistency of default catalog filters
-21
View File
@@ -1,21 +0,0 @@
---
'@backstage/core-components': patch
---
Adds the ability to mock a media query per break point and to change the active break point during a test. Usage example:
```ts
const { set } = mockBreakpoint({
initialBreakpoint: 'md',
queryBreakpointMap: {
'(min-width:1500px)': 'xl',
'(min-width:1000px)': 'lg',
'(min-width:700px)': 'md',
'(min-width:400px)': 'sm',
'(min-width:0px)': 'xs',
},
});
// assertions for when the active break point is "md"
set('lg');
// assertions for when the active break point is "lg"
```
-310
View File
@@ -1,310 +0,0 @@
{
"mode": "exit",
"tag": "next",
"initialVersions": {
"example-app": "0.2.102",
"@backstage/app-defaults": "1.5.12",
"example-app-next": "0.0.16",
"app-next-example-plugin": "0.0.16",
"example-backend": "0.0.31",
"@backstage/backend-app-api": "1.0.1",
"@backstage/backend-defaults": "0.5.1",
"@backstage/backend-dev-utils": "0.1.5",
"@backstage/backend-dynamic-feature-service": "0.4.2",
"example-backend-legacy": "0.2.103",
"@backstage/backend-openapi-utils": "0.2.0",
"@backstage/backend-plugin-api": "1.0.1",
"@backstage/backend-test-utils": "1.0.1",
"@backstage/catalog-client": "1.7.1",
"@backstage/catalog-model": "1.7.0",
"@backstage/cli": "0.28.0",
"@backstage/cli-common": "0.1.14",
"@backstage/cli-node": "0.2.9",
"@backstage/codemods": "0.1.51",
"@backstage/config": "1.2.0",
"@backstage/config-loader": "1.9.1",
"@backstage/core-app-api": "1.15.1",
"@backstage/core-compat-api": "0.3.1",
"@backstage/core-components": "0.15.1",
"@backstage/core-plugin-api": "1.10.0",
"@backstage/create-app": "0.5.21",
"@backstage/dev-utils": "1.1.2",
"e2e-test": "0.2.21",
"@backstage/e2e-test-utils": "0.1.1",
"@backstage/errors": "1.2.4",
"@backstage/eslint-plugin": "0.1.10",
"@backstage/frontend-app-api": "0.10.0",
"@backstage/frontend-defaults": "0.1.1",
"@internal/frontend": "0.0.2",
"@backstage/frontend-plugin-api": "0.9.0",
"@backstage/frontend-test-utils": "0.2.1",
"@backstage/integration": "1.15.1",
"@backstage/integration-aws-node": "0.1.12",
"@backstage/integration-react": "1.2.0",
"@internal/opaque": "0.0.1",
"@backstage/release-manifests": "0.0.11",
"@backstage/repo-tools": "0.10.0",
"@internal/scaffolder": "0.0.2",
"@techdocs/cli": "1.8.20",
"techdocs-cli-embedded-app": "0.2.101",
"@backstage/test-utils": "1.7.0",
"@backstage/theme": "0.6.0",
"@backstage/types": "1.1.1",
"@backstage/version-bridge": "1.0.10",
"yarn-plugin-backstage": "0.0.2",
"@backstage/plugin-api-docs": "0.11.11",
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.8",
"@backstage/plugin-app": "0.1.1",
"@backstage/plugin-app-backend": "0.3.76",
"@backstage/plugin-app-node": "0.1.26",
"@backstage/plugin-app-visualizer": "0.1.11",
"@backstage/plugin-auth-backend": "0.23.1",
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.3.1",
"@backstage/plugin-auth-backend-module-auth0-provider": "0.1.1",
"@backstage/plugin-auth-backend-module-aws-alb-provider": "0.2.1",
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.2.1",
"@backstage/plugin-auth-backend-module-bitbucket-provider": "0.2.1",
"@backstage/plugin-auth-backend-module-bitbucket-server-provider": "0.1.1",
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "0.3.1",
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.3.1",
"@backstage/plugin-auth-backend-module-github-provider": "0.2.1",
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.2.1",
"@backstage/plugin-auth-backend-module-google-provider": "0.2.1",
"@backstage/plugin-auth-backend-module-guest-provider": "0.2.1",
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.2.1",
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.3.1",
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.2.1",
"@backstage/plugin-auth-backend-module-oidc-provider": "0.3.1",
"@backstage/plugin-auth-backend-module-okta-provider": "0.1.1",
"@backstage/plugin-auth-backend-module-onelogin-provider": "0.2.1",
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.2.1",
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.4.0",
"@backstage/plugin-auth-node": "0.5.3",
"@backstage/plugin-auth-react": "0.1.7",
"@backstage/plugin-bitbucket-cloud-common": "0.2.24",
"@backstage/plugin-catalog": "1.24.0",
"@backstage/plugin-catalog-backend": "1.27.0",
"@backstage/plugin-catalog-backend-module-aws": "0.4.3",
"@backstage/plugin-catalog-backend-module-azure": "0.2.3",
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.4.1",
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.4.0",
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.2.3",
"@backstage/plugin-catalog-backend-module-gcp": "0.3.1",
"@backstage/plugin-catalog-backend-module-gerrit": "0.2.3",
"@backstage/plugin-catalog-backend-module-github": "0.7.5",
"@backstage/plugin-catalog-backend-module-github-org": "0.3.2",
"@backstage/plugin-catalog-backend-module-gitlab": "0.4.3",
"@backstage/plugin-catalog-backend-module-gitlab-org": "0.2.1",
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.5.5",
"@backstage/plugin-catalog-backend-module-ldap": "0.9.1",
"@backstage/plugin-catalog-backend-module-logs": "0.1.2",
"@backstage/plugin-catalog-backend-module-msgraph": "0.6.3",
"@backstage/plugin-catalog-backend-module-openapi": "0.2.2",
"@backstage/plugin-catalog-backend-module-puppetdb": "0.2.3",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.2.1",
"@backstage/plugin-catalog-backend-module-unprocessed": "0.5.1",
"@backstage/plugin-catalog-common": "1.1.0",
"@backstage/plugin-catalog-graph": "0.4.11",
"@backstage/plugin-catalog-import": "0.12.5",
"@backstage/plugin-catalog-node": "1.13.1",
"@backstage/plugin-catalog-react": "1.14.0",
"@backstage/plugin-catalog-unprocessed-entities": "0.2.9",
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.4",
"@backstage/plugin-config-schema": "0.1.60",
"@backstage/plugin-devtools": "0.1.19",
"@backstage/plugin-devtools-backend": "0.4.1",
"@backstage/plugin-devtools-common": "0.1.12",
"@backstage/plugin-events-backend": "0.3.13",
"@backstage/plugin-events-backend-module-aws-sqs": "0.4.3",
"@backstage/plugin-events-backend-module-azure": "0.2.12",
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.2.12",
"@backstage/plugin-events-backend-module-gerrit": "0.2.12",
"@backstage/plugin-events-backend-module-github": "0.2.12",
"@backstage/plugin-events-backend-module-gitlab": "0.2.12",
"@backstage/plugin-events-backend-test-utils": "0.1.36",
"@backstage/plugin-events-node": "0.4.1",
"@internal/plugin-todo-list": "1.0.32",
"@internal/plugin-todo-list-backend": "1.0.32",
"@internal/plugin-todo-list-common": "1.0.21",
"@backstage/plugin-home": "0.8.0",
"@backstage/plugin-home-react": "0.1.18",
"@backstage/plugin-kubernetes": "0.11.16",
"@backstage/plugin-kubernetes-backend": "0.18.7",
"@backstage/plugin-kubernetes-cluster": "0.0.17",
"@backstage/plugin-kubernetes-common": "0.8.3",
"@backstage/plugin-kubernetes-node": "0.1.20",
"@backstage/plugin-kubernetes-react": "0.4.4",
"@backstage/plugin-notifications": "0.3.2",
"@backstage/plugin-notifications-backend": "0.4.1",
"@backstage/plugin-notifications-backend-module-email": "0.3.1",
"@backstage/plugin-notifications-common": "0.0.5",
"@backstage/plugin-notifications-node": "0.2.7",
"@backstage/plugin-org": "0.6.31",
"@backstage/plugin-org-react": "0.1.30",
"@backstage/plugin-permission-backend": "0.5.50",
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.2.1",
"@backstage/plugin-permission-common": "0.8.1",
"@backstage/plugin-permission-node": "0.8.4",
"@backstage/plugin-permission-react": "0.4.27",
"@backstage/plugin-proxy-backend": "0.5.7",
"@backstage/plugin-scaffolder": "1.26.0",
"@backstage/plugin-scaffolder-backend": "1.26.0",
"@backstage/plugin-scaffolder-backend-module-azure": "0.2.1",
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.3.1",
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "0.2.1",
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "0.2.1",
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.3.1",
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.3.1",
"@backstage/plugin-scaffolder-backend-module-gcp": "0.2.1",
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.2.1",
"@backstage/plugin-scaffolder-backend-module-gitea": "0.2.1",
"@backstage/plugin-scaffolder-backend-module-github": "0.5.1",
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.6.0",
"@backstage/plugin-scaffolder-backend-module-notifications": "0.1.1",
"@backstage/plugin-scaffolder-backend-module-rails": "0.5.1",
"@backstage/plugin-scaffolder-backend-module-sentry": "0.2.1",
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.4.1",
"@backstage/plugin-scaffolder-common": "1.5.6",
"@backstage/plugin-scaffolder-node": "0.5.0",
"@backstage/plugin-scaffolder-node-test-utils": "0.1.13",
"@backstage/plugin-scaffolder-react": "1.13.0",
"@backstage/plugin-search": "1.4.18",
"@backstage/plugin-search-backend": "1.6.0",
"@backstage/plugin-search-backend-module-catalog": "0.2.3",
"@backstage/plugin-search-backend-module-elasticsearch": "1.6.0",
"@backstage/plugin-search-backend-module-explore": "0.2.3",
"@backstage/plugin-search-backend-module-pg": "0.5.36",
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.3.1",
"@backstage/plugin-search-backend-module-techdocs": "0.3.0",
"@backstage/plugin-search-backend-node": "1.3.3",
"@backstage/plugin-search-common": "1.2.14",
"@backstage/plugin-search-react": "1.8.1",
"@backstage/plugin-signals": "0.0.11",
"@backstage/plugin-signals-backend": "0.2.1",
"@backstage/plugin-signals-node": "0.1.12",
"@backstage/plugin-signals-react": "0.0.6",
"@backstage/plugin-techdocs": "1.11.0",
"@backstage/plugin-techdocs-addons-test-utils": "1.0.40",
"@backstage/plugin-techdocs-backend": "1.11.0",
"@backstage/plugin-techdocs-common": "0.1.0",
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.16",
"@backstage/plugin-techdocs-node": "1.12.12",
"@backstage/plugin-techdocs-react": "1.2.9",
"@backstage/plugin-user-settings": "0.8.14",
"@backstage/plugin-user-settings-backend": "0.2.25",
"@backstage/plugin-user-settings-common": "0.0.1"
},
"changesets": [
"afraid-bananas-behave",
"afraid-carrots-greet",
"big-tips-heal",
"bright-buckets-laugh",
"bright-singers-do",
"chilled-taxis-dance",
"create-app-1729608704",
"create-app-1730809984",
"curvy-bears-nail",
"cyan-trees-bow",
"early-cobras-compare",
"early-monkeys-hammer",
"empty-lobsters-wait",
"few-hornets-rush",
"flat-feet-do",
"forty-pets-wave",
"forty-spoons-burn",
"fresh-jeans-relate",
"friendly-hats-push",
"friendly-kids-judge",
"friendly-melons-shake",
"green-tools-arrive",
"grumpy-shoes-return",
"healthy-bags-jog",
"healthy-lions-judge",
"healthy-tables-wonder",
"heavy-mice-raise",
"heavy-phones-shave",
"hungry-cats-juggle",
"hungry-owls-sell",
"itchy-elephants-trade",
"khaki-fireants-march",
"late-kings-wave",
"lemon-gifts-crash",
"little-rivers-deny",
"loud-plants-dream",
"loud-trainers-yawn",
"lucky-bananas-eat",
"lucky-snakes-complain",
"mean-years-deliver",
"metal-files-itch",
"mighty-jobs-unite",
"mighty-spoons-suffer",
"neat-buttons-wait",
"ninety-panthers-provide",
"ninety-shirts-float",
"orange-moles-taste",
"perfect-goats-mate",
"pink-schools-shave",
"plenty-students-check",
"pretty-zebras-listen",
"purple-masks-swim",
"quick-cougars-fry",
"rare-otters-judge",
"rare-trains-scream",
"red-fishes-press",
"renovate-3d822ce",
"renovate-4635182",
"renovate-6193787",
"renovate-7a33477",
"renovate-7b59eed",
"renovate-b2c2aaf",
"renovate-bcc9782",
"rotten-lions-cover",
"rotten-needles-relax",
"selfish-ads-count",
"selfish-spies-cough",
"serious-penguins-remain",
"seven-berries-listen",
"seven-hotels-move",
"shiny-falcons-fly",
"short-geckos-sniff",
"short-pots-remember",
"shy-clouds-brake",
"shy-pots-speak",
"shy-rats-hear",
"silent-wasps-whisper",
"silly-kiwis-destroy",
"silver-ears-grin",
"silver-kings-sort",
"six-beds-exercise",
"slimy-jobs-scream",
"slimy-penguins-care",
"slow-mayflies-sleep",
"slow-shrimps-call",
"smart-bags-sell",
"soft-turkeys-tie",
"spotty-snails-worry",
"strange-clocks-pretend",
"strong-paws-change",
"swift-laws-applaud",
"ten-hats-appear",
"ten-pears-unite",
"tender-feet-scream",
"thick-trees-worry",
"three-mangos-dance",
"tough-onions-dance",
"tricky-crabs-lick",
"twelve-masks-call",
"two-donuts-float",
"unlucky-countries-shop",
"violet-ears-dance",
"violet-parrots-knock",
"warm-tomatoes-develop",
"wild-experts-unite",
"wise-avocados-behave",
"wise-snakes-sleep",
"witty-bobcats-push",
"witty-socks-repeat",
"yellow-horses-pretend",
"young-penguins-act"
]
}
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications': patch
---
The notification's title is emphasized to be clearly distinguished from the description.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Fixed an issue where the `raw-loader` for loading HTML templates was not resolved from the context of the CLI package.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-kubernetes-backend': patch
---
Adapted the config.d.ts for custom k8s cluster authProvider implementations
-9
View File
@@ -1,9 +0,0 @@
---
'@backstage/plugin-home': patch
---
Improve Starred Entities UI to reduce whitespace and provide more context on the entities:
- Use the Entity Presentation API (via `<EntityDisplayName>`) to display the entity's name
- Component's `kind` and `spec.type` are displayed as a secondary text
- List items are condensed to reduce unnecessary spacing
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-node': patch
---
Browsers silently drop cookies that exceed 4KB, which can be problematic for refresh tokens and other large cookies.This update ensures that large cookies, like refresh tokens, are not dropped by browsers, maintaining the integrity of the authentication process. The changes include both the implementation of the cookie splitting logic and corresponding tests to validate the new functionality.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
fix(scaffolder): use `onInputChange` in `RepoUrlPicker` to fix issue with the value not updating properly
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Added DomPurify sanitizer configuration for custom elements implementing RFC https://github.com/backstage/backstage/issues/26988.
See https://backstage.io/docs/features/techdocs/how-to-guides#how-to-enable-custom-elements-in-techdocs for how to enable it in the configuration.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Updated dependency `vite` to `^5.0.0`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-module-elasticsearch': patch
---
Updated dependency `@short.io/opensearch-mock` to `^0.4.0`.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/cli': patch
'@backstage/repo-tools': patch
'@backstage/plugin-bitbucket-cloud-common': patch
---
Updated dependency `ts-morph` to `^24.0.0`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Updated dependency `css-loader` to `^7.0.0`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Updated dependency `@module-federation/enhanced` to `^0.7.0`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Updated dependency `del` to `^8.0.0`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
Updated dependency `idb-keyval` to `5.1.5`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-module-explore': patch
---
Updated dependency `@backstage-community/plugin-explore-common` to `^0.0.7`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-openapi': patch
---
Updated dependency `@apidevtools/json-schema-ref-parser` to `^11.0.0`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Removed `canvas` dev dependency.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-github': patch
---
Fixed an issue in `GithubOrgEntityProvider` that caused an error when processing teams without a parent.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-catalog-node': minor
---
The `catalogServiceRef` now has its own accompanying `CatalogService` interface that requires Backstage `credentials` objects to be passed. This new version of the `catalogServiceRef` has been promoted and is now available via the main `@backstage/plugin-catalog-node` entry point.
The old `catalogServiceRef` with the old `CatalogApi` type is still available from the `/alpha` entry point.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
This update adds the @backstage/repo-tools package to the versions.ts file, enabling proper version resolution for templates. The {{version '@backstage/repo-tools'}} placeholder now works as expected in the create-app process.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-test-utils': patch
---
The `mockServices.discovery.factory()` factory now uses the mocked discovery service as its implementation, avoid the need for configuration.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
Removed circular import
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-defaults': patch
---
Disabling database migrations now correctly uses the `backend.default.skipMigrations` config value.
-12
View File
@@ -1,12 +0,0 @@
---
'@backstage/plugin-auth-backend-module-cloudflare-access-provider': patch
'@backstage/plugin-notifications-backend-module-email': patch
'@backstage/plugin-events-backend-module-aws-sqs': patch
'@backstage/backend-plugin-api': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/backend-defaults': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-auth-backend': patch
---
Support ISO and ms string forms of durations in config too
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': minor
---
Allow `OffsetPaginatedCatalogTable` to configure Table options and `CursorPaginatedCatalogTable` to configure `paginationPosition`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': minor
---
The package packing now populates `typesVersions` for additional entry points rather than using additional `package.json` files for type resolution. This improves auto completion of separate entry points when consuming published packages.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-events-backend-module-github': patch
---
Fix the event request validation for incoming requests for GitHub webhook events
by using the raw body when verifying the signature.
-8
View File
@@ -1,8 +0,0 @@
---
'@backstage/plugin-events-node': patch
'@backstage/plugin-events-backend-module-github': patch
'@backstage/plugin-events-backend': patch
---
Add raw body information to `RequestDetails`
and use the raw body when validating incoming event requests.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Fixed an issue with the `repo lint` command where the cache key for the `--successCache` option would not properly ignore files that should be ignored according to `.eslintignore`s.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fixed an issue where entities would not be marked for restitching if only the target of a relationship changed.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Bumped the `isolated-vm` dependency from v4 to v5, which drops support for Node.js v16.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-test-utils': patch
---
Removed unused `msw` dependency.

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