@backstage/plugin-user-settings-backend 0.2.6-next.0 → 0.2.6-next.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/plugin-user-settings-backend
2
2
 
3
+ ## 0.2.6-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#20570](https://github.com/backstage/backstage/pull/20570) [`013611b42e`](https://github.com/backstage/backstage/commit/013611b42ed457fefa9bb85fddf416cf5e0c1f76) Thanks [@freben](https://github.com/freben)! - `knex` has been bumped to major version 3 and `better-sqlite3` to major version 9, which deprecate node 16 support.
8
+
9
+ - Updated dependencies
10
+ - @backstage/backend-plugin-api@0.6.7-next.2
11
+ - @backstage/backend-common@0.19.9-next.2
12
+ - @backstage/plugin-auth-node@0.4.1-next.2
13
+
14
+ ## 0.2.6-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-common@0.19.9-next.1
20
+ - @backstage/plugin-auth-node@0.4.1-next.1
21
+ - @backstage/backend-plugin-api@0.6.7-next.1
22
+ - @backstage/catalog-model@1.4.3
23
+ - @backstage/config@1.1.1
24
+ - @backstage/errors@1.2.3
25
+ - @backstage/types@1.1.1
26
+
3
27
  ## 0.2.6-next.0
4
28
 
5
29
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings-backend",
3
- "version": "0.2.6-next.0",
3
+ "version": "0.2.6-next.2",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-user-settings-backend",
3
3
  "description": "The Backstage backend plugin to manage user settings",
4
- "version": "0.2.6-next.0",
4
+ "version": "0.2.6-next.2",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -40,23 +40,23 @@
40
40
  "clean": "backstage-cli package clean"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-common": "^0.19.9-next.0",
44
- "@backstage/backend-plugin-api": "^0.6.7-next.0",
43
+ "@backstage/backend-common": "^0.19.9-next.2",
44
+ "@backstage/backend-plugin-api": "^0.6.7-next.2",
45
45
  "@backstage/catalog-model": "^1.4.3",
46
46
  "@backstage/config": "^1.1.1",
47
47
  "@backstage/errors": "^1.2.3",
48
- "@backstage/plugin-auth-node": "^0.4.1-next.0",
48
+ "@backstage/plugin-auth-node": "^0.4.1-next.2",
49
49
  "@backstage/types": "^1.1.1",
50
50
  "@types/express": "^4.17.6",
51
51
  "express": "^4.17.1",
52
52
  "express-promise-router": "^4.1.0",
53
- "knex": "^2.0.0",
53
+ "knex": "^3.0.0",
54
54
  "winston": "^3.2.1",
55
55
  "yn": "^4.0.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/backend-test-utils": "^0.2.8-next.0",
59
- "@backstage/cli": "^0.24.0-next.0",
58
+ "@backstage/backend-test-utils": "^0.2.8-next.2",
59
+ "@backstage/cli": "^0.24.0-next.1",
60
60
  "@types/supertest": "^2.0.8",
61
61
  "supertest": "^6.1.3"
62
62
  },