Version Packages

This commit is contained in:
github-actions[bot]
2024-08-20 08:56:34 +00:00
parent a0d830645a
commit 2a2c84ba68
538 changed files with 6372 additions and 2322 deletions
+29
View File
@@ -1,5 +1,34 @@
# @backstage/backend-test-utils
## 0.5.0
### Minor Changes
- 861f162: **BREAKING**: Removed these deprecated helpers:
- `setupRequestMockHandlers` Use `CreateMockDirectoryOptions` instead.
- `CreateMockDirectoryOptions` Use `registerMswTestHooks` instead.
Stopped exporting the deprecated and internal `isDockerDisabledForTests` helper.
Removed `get` method from `ServiceFactoryTester` which is replaced by `getSubject`
### Patch Changes
- 8b13183: Internal updates to support latest version of `BackendFeauture`s from `@backstage/backend-plugin-api`.
- b63d378: Update internal imports
- 7c5f3b0: Update the `ServiceFactoryTester` to be able to test services that enables multi implementation installation.
- 4e79d19: The default services for `startTestBackend` and `ServiceFactoryTester` now includes the Root Health Service.
- Updated dependencies
- @backstage/backend-defaults@0.4.2
- @backstage/backend-app-api@0.9.0
- @backstage/backend-plugin-api@0.8.0
- @backstage/plugin-auth-node@0.5.0
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/types@1.1.1
- @backstage/plugin-events-node@0.3.9
## 0.4.5-next.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-test-utils",
"version": "0.4.5-next.3",
"version": "0.5.0",
"description": "Test helpers library for Backstage backends",
"backstage": {
"role": "node-library"