@backstage/config-loader 1.1.1-next.0 → 1.1.2-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 +24 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/config-loader
2
2
 
3
+ ## 1.1.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
8
+
9
+ ## 1.1.1
10
+
11
+ ### Patch Changes
12
+
13
+ - cfc0f19699: Updated dependency `fs-extra` to `10.1.0`.
14
+ - 9e8ef53498: Handle empty config files gracefully
15
+ - Updated dependencies
16
+ - @backstage/cli-common@0.1.9
17
+ - @backstage/config@1.0.1
18
+
19
+ ## 1.1.1-next.1
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/cli-common@0.1.9-next.0
25
+ - @backstage/config@1.0.1-next.0
26
+
3
27
  ## 1.1.1-next.0
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/config-loader",
3
3
  "description": "Config loading functionality used by Backstage backend, and CLI",
4
- "version": "1.1.1-next.0",
4
+ "version": "1.1.2-next.0",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -34,8 +34,8 @@
34
34
  "start": "backstage-cli package start"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/cli-common": "^0.1.8",
38
- "@backstage/config": "^1.0.0",
37
+ "@backstage/cli-common": "^0.1.9",
38
+ "@backstage/config": "^1.0.1",
39
39
  "@backstage/errors": "^1.0.0",
40
40
  "@backstage/types": "^1.0.0",
41
41
  "@types/json-schema": "^7.0.6",
@@ -57,11 +57,11 @@
57
57
  "@types/node": "^16.11.26",
58
58
  "@types/yup": "^0.29.13",
59
59
  "mock-fs": "^5.1.0",
60
- "msw": "^0.35.0"
60
+ "msw": "^0.42.0"
61
61
  },
62
62
  "files": [
63
63
  "dist"
64
64
  ],
65
- "gitHead": "88ee375f5ee44b7a7917297785ddf88691fe3381",
65
+ "gitHead": "e15c24ddb5d14034629ced8a5a5d8f12b8f1a7dd",
66
66
  "module": "dist/index.esm.js"
67
67
  }