@backstage/backend-test-utils 1.10.2-next.1 → 1.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
+ ## 1.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
8
+ - 8be23a4: Switched `textextensions` dependency for `text-extensions`.
9
+ - 5a737e1: Fix PostgreSQL 18 `TestDatabases` by pinning the data directory
10
+ - Updated dependencies
11
+ - @backstage/plugin-auth-node@0.6.10
12
+ - @backstage/backend-defaults@0.14.0
13
+ - @backstage/plugin-events-node@0.4.18
14
+ - @backstage/backend-app-api@1.4.0
15
+ - @backstage/backend-plugin-api@1.6.0
16
+
3
17
  ## 1.10.2-next.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-test-utils",
3
- "version": "1.10.2-next.1",
3
+ "version": "1.10.2",
4
4
  "description": "Test helpers library for Backstage backends",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -57,15 +57,15 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/backend-app-api": "1.4.0-next.1",
61
- "@backstage/backend-defaults": "0.14.0-next.1",
62
- "@backstage/backend-plugin-api": "1.6.0-next.1",
63
- "@backstage/config": "1.3.6",
64
- "@backstage/errors": "1.2.7",
65
- "@backstage/plugin-auth-node": "0.6.10-next.1",
66
- "@backstage/plugin-events-node": "0.4.18-next.1",
67
- "@backstage/plugin-permission-common": "0.9.3",
68
- "@backstage/types": "1.2.2",
60
+ "@backstage/backend-app-api": "^1.4.0",
61
+ "@backstage/backend-defaults": "^0.14.0",
62
+ "@backstage/backend-plugin-api": "^1.6.0",
63
+ "@backstage/config": "^1.3.6",
64
+ "@backstage/errors": "^1.2.7",
65
+ "@backstage/plugin-auth-node": "^0.6.10",
66
+ "@backstage/plugin-events-node": "^0.4.18",
67
+ "@backstage/plugin-permission-common": "^0.9.3",
68
+ "@backstage/types": "^1.2.2",
69
69
  "@keyv/memcache": "^2.0.1",
70
70
  "@keyv/redis": "^4.0.1",
71
71
  "@keyv/valkey": "^1.0.1",
@@ -91,7 +91,7 @@
91
91
  "zod-to-json-schema": "^3.20.4"
92
92
  },
93
93
  "devDependencies": {
94
- "@backstage/cli": "0.35.0-next.2",
94
+ "@backstage/cli": "^0.35.0",
95
95
  "@types/jest": "*",
96
96
  "@types/lodash": "^4.14.151",
97
97
  "@types/supertest": "^2.0.8",