Dynatrace / backstage-plugin

Dynatrace Backstage Plugin
Apache License 2.0
21 stars 3 forks source link

chore: Update all minor dependency updates #129

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@backstage/backend-defaults (source) ^0.4.0 -> ^0.5.0 age adoption passing confidence
@backstage/backend-plugin-api (source) ^0.7.0 -> ^0.8.0 age adoption passing confidence
@backstage/backend-tasks (source) ^0.5.23 -> ^0.6.0 age adoption passing confidence
@backstage/catalog-client (source) 1.6.5 -> 1.7.1 age adoption passing confidence
@backstage/catalog-model (source) 1.5.0 -> 1.7.0 age adoption passing confidence
@backstage/cli (source) ^0.26.6 -> ^0.28.0 age adoption passing confidence
@backstage/core-app-api (source) 1.14.1 -> 1.15.1 age adoption passing confidence
@backstage/core-components (source) ^0.14.7 -> ^0.15.0 age adoption passing confidence
@backstage/core-plugin-api (source) 1.9.3 -> 1.10.0 age adoption passing confidence
@backstage/dev-utils (source) 1.0.36 -> 1.1.2 age adoption passing confidence
@backstage/integration-react (source) 1.1.29 -> 1.2.0 age adoption passing confidence
@backstage/plugin-auth-backend (source) ^0.22.5 -> ^0.23.0 age adoption passing confidence
@backstage/plugin-auth-backend-module-guest-provider (source) ^0.1.4 -> ^0.2.0 age adoption passing confidence
@backstage/plugin-auth-node (source) ^0.4.13 -> ^0.5.0 age adoption passing confidence
@backstage/plugin-catalog (source) 1.21.1 -> 1.24.0 age adoption passing confidence
@backstage/plugin-catalog-backend (source) 1.26.0 -> 1.27.1 age adoption passing confidence
@backstage/plugin-catalog-common (source) 1.0.25 -> 1.1.0 age adoption passing confidence
@backstage/plugin-catalog-react (source) 1.12.2 -> 1.14.0 age adoption passing confidence
@backstage/plugin-permission-backend-module-allow-all-policy (source) ^0.1.15 -> ^0.2.0 age adoption passing confidence
@backstage/plugin-scaffolder (source) 1.23.0 -> 1.26.2 age adoption passing confidence
@backstage/plugin-scaffolder-backend (source) 1.23.0 -> 1.26.2 age adoption passing confidence
@backstage/plugin-search-backend (source) 1.5.14 -> 1.6.1 age adoption passing confidence
@backstage/plugin-search-backend-node (source) 1.2.27 -> 1.3.4 age adoption passing confidence
@backstage/plugin-search-react (source) 1.7.13 -> 1.8.1 age adoption passing confidence
@backstage/plugin-techdocs (source) 1.10.7 -> 1.11.0 age adoption passing confidence
@backstage/plugin-techdocs-backend (source) 1.10.13 -> 1.11.1 age adoption passing confidence
@backstage/test-utils (source) 1.5.9 -> 1.7.0 age adoption passing confidence
@backstage/theme (source) ^0.5.5 -> ^0.6.0 age adoption passing confidence
@commitlint/cli (source) 19.3.0 -> 19.5.0 age adoption passing confidence
@commitlint/config-conventional (source) 19.2.2 -> 19.5.0 age adoption passing confidence
@commitlint/config-lerna-scopes (source) 19.0.0 -> 19.5.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.17.0 -> 7.18.0 age adoption passing confidence
msw (source) 2.3.4 -> 2.6.2 age adoption passing confidence
pg (source) 8.12.0 -> 8.13.1 age adoption passing confidence
react-router (source) 6.23.1 -> 6.28.0 age adoption passing confidence
react-router-dom (source) 6.25.1 -> 6.28.0 age adoption passing confidence
typescript (source) ~5.5.0 -> ~5.6.0 age adoption passing confidence
winston 3.13.1 -> 3.16.0 age adoption passing confidence

Release Notes

backstage/backstage (@​backstage/backend-defaults) ### [`v0.5.2`](https://redirect.github.com/backstage/backstage/compare/3ae2f1e3bd2f09888f21927e66b13111620da4e4...a62c0b9d2d091d465095607c4039bb17bdc96bbf) [Compare Source](https://redirect.github.com/backstage/backstage/compare/3ae2f1e3bd2f09888f21927e66b13111620da4e4...a62c0b9d2d091d465095607c4039bb17bdc96bbf) ### [`v0.5.1`](https://redirect.github.com/backstage/backstage/blob/HEAD/packages/backend-defaults/CHANGELOG.md#051) [Compare Source](https://redirect.github.com/backstage/backstage/compare/v0.5.0...3ae2f1e3bd2f09888f21927e66b13111620da4e4) ##### Patch Changes - [`4b60e0c`](https://redirect.github.com/backstage/backstage/commit/4b60e0c): Small tweaks to API reports to make them valid - [`321a994`](https://redirect.github.com/backstage/backstage/commit/321a994): Sensitive internal fields on `BackstageCredentials` objects are now defined as read-only properties in order to minimize risk of leakage. - [`ffd1f4a`](https://redirect.github.com/backstage/backstage/commit/ffd1f4a): Plugin lifecycle shutdown hooks are now performed before root lifecycle shutdown hooks. - [`ffd1f4a`](https://redirect.github.com/backstage/backstage/commit/ffd1f4a): The database manager now attempts to close any database connections in a root lifecycle shutdown hook. - [`e36d12f`](https://redirect.github.com/backstage/backstage/commit/e36d12f): The task scheduler now attempts to abort any tasks if it detects that Backstage is being shut down. - [`fd6e6f4`](https://redirect.github.com/backstage/backstage/commit/fd6e6f4): build(deps): bump `cookie` from 0.6.0 to 0.7.0 - [`094eaa3`](https://redirect.github.com/backstage/backstage/commit/094eaa3): Remove references to in-repo backend-common - [`720a2f9`](https://redirect.github.com/backstage/backstage/commit/720a2f9): Updated dependency `git-url-parse` to `^15.0.0`. - [`920004b`](https://redirect.github.com/backstage/backstage/commit/920004b): Updating error message for getProjectId when fetching Gitlab project from its url to be more accurate - [`d7b44f0`](https://redirect.github.com/backstage/backstage/commit/d7b44f0): Fix for backend shutdown hanging during local development due to SQLite connection shutdown never resolving. - [`8fd7deb`](https://redirect.github.com/backstage/backstage/commit/8fd7deb): The default root HTTP service implementation will now pretty-print JSON responses in development. If you are overriding the `rootHttpRouterServiceFactory` with a `configure` function that doesn't call `applyDefaults`, you can introduce this functionality by adding the following snippet inside `configure`: ```ts if (process.env.NODE_ENV === 'development') { app.set('json spaces', 2); } ``` - Updated dependencies - [@​backstage/cli-node](https://redirect.github.com/backstage/cli-node)[@​0](https://redirect.github.com/0).2.9 - [@​backstage/backend-app-api](https://redirect.github.com/backstage/backend-app-api)[@​1](https://redirect.github.com/1).0.1 - [@​backstage/plugin-auth-node](https://redirect.github.com/backstage/plugin-auth-node)[@​0](https://redirect.github.com/0).5.3 - [@​backstage/plugin-permission-node](https://redirect.github.com/backstage/plugin-permission-node)[@​0](https://redirect.github.com/0).8.4 - [@​backstage/plugin-events-node](https://redirect.github.com/backstage/plugin-events-node)[@​0](https://redirect.github.com/0).4.1 - [@​backstage/integration](https://redirect.github.com/backstage/integration)[@​1](https://redirect.github.com/1).15.1 - [@​backstage/backend-dev-utils](https://redirect.github.com/backstage/backend-dev-utils)[@​0](https://redirect.github.com/0).1.5 - [@​backstage/backend-plugin-api](https://redirect.github.com/backstage/backend-plugin-api)[@​1](https://redirect.github.com/1).0.1 - [@​backstage/cli-common](https://redirect.github.com/backstage/cli-common)[@​0](https://redirect.github.com/0).1.14 - [@​backstage/config](https://redirect.github.com/backstage/config)[@​1](https://redirect.github.com/1).2.0 - [@​backstage/config-loader](https://redirect.github.com/backstage/config-loader)[@​1](https://redirect.github.com/1).9.1 - [@​backstage/errors](https://redirect.github.com/backstage/errors)[@​1](https://redirect.github.com/1).2.4 - [@​backstage/integration-aws-node](https://redirect.github.com/backstage/integration-aws-node)[@​0](https://redirect.github.com/0).1.12 - [@​backstage/types](https://redirect.github.com/backstage/types)[@​1](https://redirect.github.com/1).1.1 ### [`v0.5.0`](https://redirect.github.com/backstage/backstage/blob/HEAD/packages/backend-defaults/CHANGELOG.md#050) [Compare Source](https://redirect.github.com/backstage/backstage/compare/v0.4.4...v0.5.0) ##### Minor Changes - [`a4bac3c`](https://redirect.github.com/backstage/backstage/commit/a4bac3c): **BREAKING**: You can no longer supply a `basePath` option to the host discovery implementation. In the new backend system, the ability to choose this path has been removed anyway at the plugin router level. - [`359fcd7`](https://redirect.github.com/backstage/backstage/commit/359fcd7): **BREAKING**: The backwards compatibility with plugins using legacy auth through the token manager service has been removed. This means that instead of falling back to using the old token manager, requests towards plugins that don't support the new auth system will simply fail. Please make sure that all plugins in your deployment are hosted within a backend instance from the new backend system. - [`baeef13`](https://redirect.github.com/backstage/backstage/commit/baeef13): **BREAKING** Removed `createLifecycleMiddleware` and `LifecycleMiddlewareOptions` to clean up API surface. These exports have no external usage and do not provide value in its current form. If you were using these exports, please reach out to the maintainers to discuss your use case. - [`d425fc4`](https://redirect.github.com/backstage/backstage/commit/d425fc4): **BREAKING**: The return values from `createBackendPlugin`, `createBackendModule`, and `createServiceFactory` are now simply `BackendFeature` and `ServiceFactory`, instead of the previously deprecated form of a function that returns them. For this reason, `createServiceFactory` also no longer accepts the callback form where you provide direct options to the service. This also affects all `coreServices.*` service refs. This may in particular affect tests; if you were effectively doing `createBackendModule({...})()` (note the parentheses), you can now remove those extra parentheses at the end. You may encounter cases of this in your `packages/backend/src/index.ts` too, where you add plugins, modules, and services. If you were using `createServiceFactory` with a function as its argument for the purpose of passing in options, this pattern has been deprecated for a while and is no longer supported. You may want to explore the new multiton patterns to achieve your goals, or moving settings to app-config. As part of this change, the `IdentityFactoryOptions` type was removed, and can no longer be used to tweak that service. The identity service was also deprecated some time ago, and you will want to [migrate to the new auth system](https://backstage.io/docs/tutorials/auth-service-migration) if you still rely on it. - [`19ff127`](https://redirect.github.com/backstage/backstage/commit/19ff127): **BREAKING**: The default backend instance no longer provides implementations for the identity and token manager services, which have been removed from `@backstage/backend-plugin-api`. If you rely on plugins that still require these services, you can add them to your own backend by re-creating the service reference and factory. The following can be used to implement the identity service: ```ts import { coreServices, createServiceFactory, createServiceRef, } from '@​backstage/backend-plugin-api'; import { DefaultIdentityClient, IdentityApi, } from '@​backstage/plugin-auth-node'; backend.add( createServiceFactory({ service: createServiceRef({ id: 'core.identity' }), deps: { discovery: coreServices.discovery, }, async factory({ discovery }) { return DefaultIdentityClient.create({ discovery }); }, }), ); ``` The following can be used to implement the token manager service: ```ts import { ServerTokenManager, TokenManager } from '@​backstage/backend-common'; import { createBackend } from '@​backstage/backend-defaults'; import { coreServices, createServiceFactory, createServiceRef, } from '@​backstage/backend-plugin-api'; backend.add( createServiceFactory({ service: createServiceRef({ id: 'core.tokenManager' }), deps: { config: coreServices.rootConfig, logger: coreServices.rootLogger, }, createRootContext({ config, logger }) { return ServerTokenManager.fromConfig(config, { logger, allowDisabledTokenManager: true, }); }, async factory(_deps, tokenManager) { return tokenManager; }, }), ); ``` - [`055b75b`](https://redirect.github.com/backstage/backstage/commit/055b75b): **BREAKING**: Simplifications and cleanup as part of the Backend System 1.0 work. For the `/database` subpath exports: - The deprecated `dropDatabase` function has now been removed, without replacement. - The deprecated `LegacyRootDatabaseService` type has now been removed. - The return type from `DatabaseManager.forPlugin` is now directly a `DatabaseService`, as arguably expected. - `DatabaseManager.forPlugin` now requires the `deps` argument, with the logger and lifecycle services. For the `/cache` subpath exports: - The `PluginCacheManager` type has been removed. You can still import it from `@backstage/backend-common`, but it's deprecated there, and you should move off of that package by migrating fully to the new backend system. - Accordingly, `CacheManager.forPlugin` immediately returns a `CacheService` instead of a `PluginCacheManager`. The outcome of this is that you no longer need to make the extra `.getClient()` call. The old `CacheManager` with the old behavior still exists on `@backstage/backend-common`, but the above recommendations apply. ##### Patch Changes - [`213664e`](https://redirect.github.com/backstage/backstage/commit/213664e): Fixed an issue where the `useRedisSets` configuration for the cache service would have no effect. - [`6ed9264`](https://redirect.github.com/backstage/backstage/commit/6ed9264): chore(deps): bump `path-to-regexp` from 6.2.2 to 8.0.0 - [`622360e`](https://redirect.github.com/backstage/backstage/commit/622360e): Move down the discovery config to be in the root - [`7f779c7`](https://redirect.github.com/backstage/backstage/commit/7f779c7): `auth.externalAccess` should be optional in the config schema - [`fe6fd8c`](https://redirect.github.com/backstage/backstage/commit/fe6fd8c): Accept `ConfigService` instead of `Config` in constructors/factories - [`82539fe`](https://redirect.github.com/backstage/backstage/commit/82539fe): Updated dependency `archiver` to `^7.0.0`. - [`c2b63ab`](https://redirect.github.com/backstage/backstage/commit/c2b63ab): Updated dependency `supertest` to `^7.0.0`. - [`5705424`](https://redirect.github.com/backstage/backstage/commit/5705424): Wrap scheduled tasks from the scheduler core service now in OpenTelemetry spans - [`7a72ec8`](https://redirect.github.com/backstage/backstage/commit/7a72ec8): Exports the `discoveryFeatureLoader` as a replacement for the deprecated `featureDiscoveryService`. The `discoveryFeatureLoader` is a new backend system [feature loader](https://backstage.io/docs/backend-system/architecture/feature-loaders/) that discovers backend features from the current `package.json` and its dependencies. Here is an example using the `discoveryFeatureLoader` loader in a new backend instance: ```ts import { createBackend } from '@​backstage/backend-defaults'; import { discoveryFeatureLoader } from '@​backstage/backend-defaults'; //... const backend = createBackend(); //... backend.add(discoveryFeatureLoader); //... backend.start(); ``` - [`b2a329d`](https://redirect.github.com/backstage/backstage/commit/b2a329d): Properly indent the config schema - [`66dbf0a`](https://redirect.github.com/backstage/backstage/commit/66dbf0a): Allow the cache service to accept the human duration format for TTL - [`5a8fcb4`](https://redirect.github.com/backstage/backstage/commit/5a8fcb4): Added the option to skip database migrations by setting `skipMigrations: true` in config. This can be done globally in the database config or by plugin id. - [`0b2a402`](https://redirect.github.com/backstage/backstage/commit/0b2a402): Updates to the config schema to match reality - Updated dependencies - [@​backstage/backend-common](https://redirect.github.com/backstage/backend-common)[@​0](https://redirect.github.com/0).25.0 - [@​backstage/backend-app-api](https://redirect.github.com/backstage/backend-app-api)[@​1](https://redirect.github.com/1).0.0 - [@​backstage/backend-plugin-api](https://redirect.github.com/backstage/backend-plugin-api)[@​1](https://redirect.github.com/1).0.0 - [@​backstage/plugin-auth-node](https://redirect.github.com/backstage/plugin-auth-node)[@​0](https://redirect.github.com/0).5.2 - [@​backstage/cli-node](https://redirect.github.com/backstage/cli-node)[@​0](https://redirect.github.com/0).2.8 - [@​backstage/plugin-permission-node](https://redirect.github.com/backstage/plugin-permission-node)[@​0](https://redirect.github.com/0).8.3 - [@​backstage/integration](https://redirect.github.com/backstage/integration)[@​1](https://redirect.github.com/1).15.0 - [@​backstage/config-loader](https://redirect.github.com/backstage/config-loader)[@​1](https://redirect.github.com/1).9.1 - [@​backstage/plugin-events-node](https://redirect.github.com/backstage/plugin-events-node)[@​0](https://redirect.github.com/0).4.0 - [@​backstage/backend-dev-utils](https://redirect.github.com/backstage/backend-dev-utils)[@​0](https://redirect.github.com/0).1.5 - [@​backstage/cli-common](https://redirect.github.com/backstage/cli-common)[@​0](https://redirect.github.com/0).1.14 - [@​backstage/config](https://redirect.github.com/backstage/config)[@​1](https://redirect.github.com/1).2.0 - [@​backstage/errors](https://redirect.github.com/backstage/errors)[@​1](https://redirect.github.com/1).2.4 - [@​backstage/integration-aws-node](https://redirect.github.com/backstage/integration-aws-node)[@​0](https://redirect.github.com/0).1.12 - [@​backstage/types](https://redirect.github.com/backstage/types)[@​1](https://redirect.github.com/1).1.1 ### [`v0.4.4`](https://redirect.github.com/backstage/backstage/releases/tag/v0.4.4) [Compare Source](https://redirect.github.com/backstage/backstage/compare/v0.4.3...v0.4.4) #### [@​backstage/backend-common](https://redirect.github.com/backstage/backend-common)[@​0](https://redirect.github.com/0).4.2 ##### Patch Changes - [`5ecd50f`](https://redirect.github.com/backstage/backstage/commit/5ecd50f8a): Fix HTTPS certificate generation and add new config switch, enabling it simply by setting `backend.https = true`. Also introduces caching of generated certificates in order to avoid having to add a browser override every time the backend is restarted. - [`00042e7`](https://redirect.github.com/backstage/backstage/commit/00042e73c): Moving the Git actions to isomorphic-git instead of the node binding version of nodegit - [`0829ff1`](https://redirect.github.com/backstage/backstage/commit/0829ff126): Tweaked development log formatter to include extra fields at the end of each log line - [`036a843`](https://redirect.github.com/backstage/backstage/commit/036a84373): Provide support for on-prem azure devops - Updated dependencies \[[`ad5c56f`](https://redirect.github.com/backstage/backstage/commit/ad5c56fd9)] - Updated dependencies \[[`036a843`](https://redirect.github.com/backstage/backstage/commit/036a84373)] - [@​backstage/config-loader](https://redirect.github.com/backstage/config-loader)[@​0](https://redirect.github.com/0).4.1 - [@​backstage/integration](https://redirect.github.com/backstage/integration)[@​0](https://redirect.github.com/0).1.5 #### [@​backstage/cli](https://redirect.github.com/backstage/cli)[@​0](https://redirect.github.com/0).4.5 ##### Patch Changes - [`37a7d26`](https://redirect.github.com/backstage/backstage/commit/37a7d26c4): Use consistent file extensions for JS output when building packages. - [`818d45e`](https://redirect.github.com/backstage/backstage/commit/818d45e94): Fix detection of external package child directories - [`0588be0`](https://redirect.github.com/backstage/backstage/commit/0588be01f): Add `backend:bundle` command for bundling a backend package with dependencies into a deployment archive. - [`b8abdda`](https://redirect.github.com/backstage/backstage/commit/b8abdda57): Add color to output from `versions:bump` in order to make it easier to spot changes. Also highlight possible breaking changes and link to changelogs. - Updated dependencies \[[`ad5c56f`](https://redirect.github.com/backstage/backstage/commit/ad5c56fd9)] - [@​backstage/config-loader](https://redirect.github.com/backstage/config-loader)[@​0](https://redirect.github.com/0).4.1 #### [@​backstage/config-loader](https://redirect.github.com/backstage/config-loader)[@​0](https://redirect.github.com/0).4.1 ##### Patch Changes - [`ad5c56f`](https://redirect.github.com/backstage/backstage/commit/ad5c56fd9): Deprecate `$data` and replace it with `$include` which allows for any type of json value to be read from external files. In addition, `$include` can be used without a path, which causes the value at the root of the file to be loaded. Most usages of `$data` can be directly replaced with `$include`, except if the referenced value is not a string, in which case the value needs to be changed. For example: ```yaml ``` ### app-config.yaml foo: $data: foo.yaml#myValue # replacing with $include will turn the value into a number $data: bar.yaml#myValue # replacing with $include is safe ### foo.yaml myValue: 0xf00 ### bar.yaml myValue: bar ``` #### [@​backstage/core-api](https://redirect.github.com/backstage/core-api)[@​0](https://redirect.github.com/0).2.9 ##### Patch Changes - [`ab08923`](https://redirect.github.com/backstage/backstage/commit/ab0892358): Remove test dependencies from production package list #### [@​backstage/create-app](https://redirect.github.com/backstage/create-app)[@​0](https://redirect.github.com/0).3.2 ##### Patch Changes - [`c2b52d9`](https://redirect.github.com/backstage/backstage/commit/c2b52d9c5): Replace `register-component` plugin with new `catalog-import` plugin - [`fc6839f`](https://redirect.github.com/backstage/backstage/commit/fc6839f13): Bump `sqlite3` to v5. To apply this change to an existing app, change the version of `sqlite3` in the `dependencies` of `packages/backend/package.json`: ```diff "pg": "^8.3.0", - "sqlite3": "^4.2.0", + "sqlite3": "^5.0.0", "winston": "^3.2.1" ``` Note that the `sqlite3` dependency may not be preset if you chose to use PostgreSQL when creating the app. - [`8d68e4c`](https://redirect.github.com/backstage/backstage/commit/8d68e4cdc): Removed the Circle CI sidebar item, since the target page does not exist. To apply this change to an existing app, remove `"CircleCI"` sidebar item from `packages/app/src/sidebar.tsx`, and the `BuildIcon` import if it is unused. - [`1773a51`](https://redirect.github.com/backstage/backstage/commit/1773a5182): Removed lighthouse plugin from the default set up plugins, as it requires a separate Backend to function. To apply this change to an existing app, remove the following: 1. The `lighthouse` block from `app-config.yaml`. 2. The `@backstage/plugin-lighthouse` dependency from `packages/app/package.json`. 3. The `@backstage/plugin-lighthouse` re-export from `packages/app/src/plugins.ts`. 4. The Lighthouse sidebar item from `packages/app/src/sidebar.tsx`, and the `RuleIcon` import if it is unused. #### [@​backstage/integration](https://redirect.github.com/backstage/integration)[@​0](https://redirect.github.com/0).1.5 ##### Patch Changes - [`036a843`](https://redirect.github.com/backstage/backstage/commit/036a84373): Provide support for on-prem azure devops #### [@​backstage/techdocs-common](https://redirect.github.com/backstage/techdocs-common)[@​0](https://redirect.github.com/0).3.2 ##### Patch Changes - [`7ec5254`](https://redirect.github.com/backstage/backstage/commit/7ec525481): 1. Added option to use AWS S3 as a choice to store the static generated files for TechDocs. - [`f8ba88d`](https://redirect.github.com/backstage/backstage/commit/f8ba88ded): Fix for `integration.github.apiBaseUrl` configuration not properly overriding apiBaseUrl used by techdocs - [`00042e7`](https://redirect.github.com/backstage/backstage/commit/00042e73c): Moving the Git actions to isomorphic-git instead of the node binding version of nodegit - Updated dependencies \[[`5ecd50f`](https://redirect.github.com/backstage/backstage/commit/5ecd50f8a)] - Updated dependencies \[[`00042e7`](https://redirect.github.com/backstage/backstage/commit/00042e73c)] - Updated dependencies \[[`0829ff1`](https://redirect.github.com/backstage/backstage/commit/0829ff126)] - Updated dependencies \[[`036a843`](https://redirect.github.com/backstage/backstage/commit/036a84373)] - [@​backstage/backend-common](https://redirect.github.com/backstage/backend-common)[@​0](https://redirect.github.com/0).4.2 - [@​backstage/integration](https://redirect.github.com/backstage/integration)[@​0](https://redirect.github.com/0).1.5 #### [@​backstage/plugin-auth-backend](https://redirect.github.com/backstage/plugin-auth-backend)[@​0](https://redirect.github.com/0).2.9 ##### Patch Changes - [`0289a05`](https://redirect.github.com/backstage/backstage/commit/0289a059c): Add support for the majority of the Core configurations for Passport-SAML. These configuration keys are supported: - entryPoint - issuer - cert - privateKey - decryptionPvk - signatureAlgorithm - digestAlgorithm As part of this change, there is also a fix to the redirection behaviour when doing load balancing and HTTPS termination - the application's baseUrl is used to generate the callback URL. For properly configured Backstage installations, no changes are necessary, and the baseUrl is respected. - Updated dependencies \[[`5ecd50f`](https://redirect.github.com/backstage/backstage/commit/5ecd50f8a)] - Updated dependencies \[[`00042e7`](https://redirect.github.com/backstage/backstage/commit/00042e73c)] - Updated dependencies \[[`0829ff1`](https://redirect.github.com/backstage/backstage/commit/0829ff126)] - Updated dependencies \[[`036a843`](https://redirect.github.com/backstage/backstage/commit/036a84373)] - [@​backstage/backend-common](https://redirect.github.com/backstage/backend-common)[@​0](https://r

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 1 week ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.