@backstage/backend-test-utils 0.2.8-next.2 → 0.2.9-next.0

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 +28 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/backend-test-utils
2
2
 
3
+ ## 0.2.9-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.20.0-next.0
9
+ - @backstage/backend-app-api@0.5.9-next.0
10
+ - @backstage/plugin-auth-node@0.4.2-next.0
11
+ - @backstage/backend-plugin-api@0.6.8-next.0
12
+ - @backstage/config@1.1.1
13
+ - @backstage/errors@1.2.3
14
+ - @backstage/types@1.1.1
15
+
16
+ ## 0.2.8
17
+
18
+ ### Patch Changes
19
+
20
+ - 013611b42e: `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support.
21
+ - bb688f7b3b: Ensure recursive deletion of temporary directories in tests
22
+ - Updated dependencies
23
+ - @backstage/backend-common@0.19.9
24
+ - @backstage/backend-plugin-api@0.6.7
25
+ - @backstage/backend-app-api@0.5.8
26
+ - @backstage/config@1.1.1
27
+ - @backstage/errors@1.2.3
28
+ - @backstage/types@1.1.1
29
+ - @backstage/plugin-auth-node@0.4.1
30
+
3
31
  ## 0.2.8-next.2
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/backend-test-utils",
3
3
  "description": "Test helpers library for Backstage backends",
4
- "version": "0.2.8-next.2",
4
+ "version": "0.2.9-next.0",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "publishConfig": {
@@ -39,12 +39,12 @@
39
39
  "start": "backstage-cli package start"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/backend-app-api": "^0.5.8-next.2",
43
- "@backstage/backend-common": "^0.19.9-next.2",
44
- "@backstage/backend-plugin-api": "^0.6.7-next.2",
42
+ "@backstage/backend-app-api": "^0.5.9-next.0",
43
+ "@backstage/backend-common": "^0.20.0-next.0",
44
+ "@backstage/backend-plugin-api": "^0.6.8-next.0",
45
45
  "@backstage/config": "^1.1.1",
46
46
  "@backstage/errors": "^1.2.3",
47
- "@backstage/plugin-auth-node": "^0.4.1-next.2",
47
+ "@backstage/plugin-auth-node": "^0.4.2-next.0",
48
48
  "@backstage/types": "^1.1.1",
49
49
  "better-sqlite3": "^9.0.0",
50
50
  "express": "^4.17.1",
@@ -61,7 +61,7 @@
61
61
  "@types/jest": "*"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/cli": "^0.24.0-next.1",
64
+ "@backstage/cli": "^0.24.1-next.0",
65
65
  "@types/supertest": "^2.0.8",
66
66
  "supertest": "^6.1.3"
67
67
  },