@backstage/config-loader 1.9.0-next.2 → 1.9.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 +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/config-loader
2
2
 
3
+ ## 1.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 274428f: Add configuration key to File and Remote `ConfigSource`s that enables configuration of parsing logic. Previously limited to yaml, these `ConfigSource`s now allow for a multitude of parsing options (e.g. JSON).
8
+
9
+ ### Patch Changes
10
+
11
+ - 93095ee: Make sure node-fetch is version 2.7.0 or greater
12
+ - 1edd6c2: The `env` option of `ConfigSources.default` now correctly allows undefined members.
13
+ - 493feac: Add boolean `allowMissingDefaultConfig` option to `ConfigSources.default` and
14
+ `ConfigSources.defaultForTargets`, which results in omission of a ConfigSource
15
+ for the default app-config.yaml configuration file if it's not present.
16
+ - Updated dependencies
17
+ - @backstage/cli-common@0.1.14
18
+ - @backstage/config@1.2.0
19
+ - @backstage/errors@1.2.4
20
+ - @backstage/types@1.1.1
21
+
3
22
  ## 1.9.0-next.2
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/config-loader",
3
- "version": "1.9.0-next.2",
3
+ "version": "1.9.0",
4
4
  "description": "Config loading functionality used by Backstage backend, and CLI",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -54,8 +54,8 @@
54
54
  "yaml": "^2.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@backstage/backend-test-utils": "^0.4.5-next.2",
58
- "@backstage/cli": "^0.27.0-next.3",
57
+ "@backstage/backend-test-utils": "^0.5.0",
58
+ "@backstage/cli": "^0.27.0",
59
59
  "@types/json-schema-merge-allof": "^0.6.0",
60
60
  "msw": "^1.0.0",
61
61
  "zen-observable": "^0.10.0"