Version Packages

This commit is contained in:
github-actions[bot]
2025-11-18 12:23:09 +00:00
parent a2f8158cf7
commit 792f4d7e3d
479 changed files with 5388 additions and 1295 deletions
+21
View File
@@ -1,5 +1,26 @@
# @backstage/backend-test-utils
## 1.10.0
### Minor Changes
- d57b13b: Added support for Postgres 18 to the available `TestDatabases`.
Note that the set of _default_ databases to test against for users of the `TestDatabases` class was also updated to include Postgres 14 and 18, instead of 13 and 17. If you need to override this, you can pass in an explicit `ids` argument, for example `ids: ['POSTGRES_17', 'POSTGRES_13', 'SQLITE_3']`.
### Patch Changes
- f3001fd: Tweak some of the mock services to have more precise types
- 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
- Updated dependencies
- @backstage/backend-defaults@0.13.1
- @backstage/backend-plugin-api@1.5.0
- @backstage/backend-app-api@1.3.0
- @backstage/plugin-permission-common@0.9.3
- @backstage/plugin-events-node@0.4.17
- @backstage/plugin-auth-node@0.6.9
- @backstage/config@1.3.6
## 1.10.0-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-test-utils",
"version": "1.10.0-next.2",
"version": "1.10.0",
"description": "Test helpers library for Backstage backends",
"backstage": {
"role": "node-library"