@backstage/config-loader 1.7.0-next.1 → 1.7.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 +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @backstage/config-loader
2
2
 
3
+ ## 1.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - db8358d: Forward `null` values read from configuration files in configuration data, rather than treating them as an absence of config.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @backstage/config@1.2.0
13
+ - @backstage/errors@1.2.4
14
+ - @backstage/cli-common@0.1.13
15
+ - @backstage/types@1.1.1
16
+
3
17
  ## 1.7.0-next.1
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/config-loader",
3
- "version": "1.7.0-next.1",
3
+ "version": "1.7.0",
4
4
  "description": "Config loading functionality used by Backstage backend, and CLI",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@backstage/cli-common": "^0.1.13",
40
- "@backstage/config": "^1.2.0-next.1",
41
- "@backstage/errors": "^1.2.4-next.0",
40
+ "@backstage/config": "^1.2.0",
41
+ "@backstage/errors": "^1.2.4",
42
42
  "@backstage/types": "^1.1.1",
43
43
  "@types/json-schema": "^7.0.6",
44
44
  "ajv": "^8.10.0",
@@ -54,8 +54,8 @@
54
54
  "yaml": "^2.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/backend-test-utils": "^0.3.4-next.1",
58
- "@backstage/cli": "^0.25.3-next.1",
57
+ "@backstage/backend-test-utils": "^0.3.4",
58
+ "@backstage/cli": "^0.26.0",
59
59
  "@types/json-schema-merge-allof": "^0.6.0",
60
60
  "msw": "^1.0.0",
61
61
  "zen-observable": "^0.10.0"