@backstage/plugin-catalog-backend-module-incremental-ingestion 0.4.11-next.1 → 0.4.11-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,19 @@
1
1
  # @backstage/plugin-catalog-backend-module-incremental-ingestion
2
2
 
3
+ ## 0.4.11-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-catalog-backend@1.15.0-next.2
13
+ - @backstage/backend-tasks@0.5.12-next.2
14
+ - @backstage/plugin-catalog-node@1.5.0-next.2
15
+ - @backstage/plugin-events-node@0.2.16-next.2
16
+
3
17
  ## 0.4.11-next.1
4
18
 
5
19
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-incremental-ingestion",
3
- "version": "0.4.11-next.1",
3
+ "version": "0.4.11-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-catalog-backend-module-incremental-ingestion",
3
3
  "description": "An entity provider for streaming large asset sources into the catalog",
4
- "version": "0.4.11-next.1",
4
+ "version": "0.4.11-next.2",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -43,28 +43,28 @@
43
43
  "postpack": "backstage-cli package postpack"
44
44
  },
45
45
  "dependencies": {
46
- "@backstage/backend-common": "^0.19.9-next.1",
47
- "@backstage/backend-plugin-api": "^0.6.7-next.1",
48
- "@backstage/backend-tasks": "^0.5.12-next.1",
46
+ "@backstage/backend-common": "^0.19.9-next.2",
47
+ "@backstage/backend-plugin-api": "^0.6.7-next.2",
48
+ "@backstage/backend-tasks": "^0.5.12-next.2",
49
49
  "@backstage/catalog-model": "^1.4.3",
50
50
  "@backstage/config": "^1.1.1",
51
51
  "@backstage/errors": "^1.2.3",
52
- "@backstage/plugin-catalog-backend": "^1.15.0-next.1",
53
- "@backstage/plugin-catalog-node": "^1.5.0-next.1",
54
- "@backstage/plugin-events-node": "^0.2.16-next.1",
52
+ "@backstage/plugin-catalog-backend": "^1.15.0-next.2",
53
+ "@backstage/plugin-catalog-node": "^1.5.0-next.2",
54
+ "@backstage/plugin-events-node": "^0.2.16-next.2",
55
55
  "@backstage/plugin-permission-common": "^0.7.9",
56
56
  "@types/express": "^4.17.6",
57
57
  "@types/luxon": "^3.0.0",
58
58
  "express": "^4.17.1",
59
59
  "express-promise-router": "^4.1.0",
60
- "knex": "^2.0.0",
60
+ "knex": "^3.0.0",
61
61
  "luxon": "^3.0.0",
62
62
  "uuid": "^8.3.2",
63
63
  "winston": "^3.2.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@backstage/backend-defaults": "^0.2.7-next.1",
67
- "@backstage/backend-test-utils": "^0.2.8-next.1",
66
+ "@backstage/backend-defaults": "^0.2.7-next.2",
67
+ "@backstage/backend-test-utils": "^0.2.8-next.2",
68
68
  "@backstage/cli": "^0.24.0-next.1"
69
69
  },
70
70
  "files": [