@backstage/config-loader 1.1.8 → 1.1.9

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/config-loader
2
2
 
3
+ ## 1.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
8
+ - 482dae5de1c: Updated link to docs.
9
+ - Updated dependencies
10
+ - @backstage/errors@1.1.5
11
+ - @backstage/cli-common@0.1.12
12
+ - @backstage/config@1.0.7
13
+ - @backstage/types@1.0.2
14
+
15
+ ## 1.1.9-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - 52b0022dab7: Updated dependency `msw` to `^1.0.0`.
20
+ - 482dae5de1c: Updated link to docs.
21
+ - Updated dependencies
22
+ - @backstage/errors@1.1.5-next.0
23
+ - @backstage/cli-common@0.1.12-next.0
24
+ - @backstage/config@1.0.7-next.0
25
+ - @backstage/types@1.0.2
26
+
3
27
  ## 1.1.8
4
28
 
5
29
  ### Patch Changes
package/README.md CHANGED
@@ -9,4 +9,4 @@ Do not install this package directly, it is an internal package used by [@backst
9
9
  ## Documentation
10
10
 
11
11
  - [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
12
- - [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
12
+ - [Backstage Documentation](https://backstage.io/docs)
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.8",
4
+ "version": "1.1.9",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.cjs.js",
@@ -33,9 +33,9 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/cli-common": "^0.1.11",
37
- "@backstage/config": "^1.0.6",
38
- "@backstage/errors": "^1.1.4",
36
+ "@backstage/cli-common": "^0.1.12",
37
+ "@backstage/config": "^1.0.7",
38
+ "@backstage/errors": "^1.1.5",
39
39
  "@backstage/types": "^1.0.2",
40
40
  "@types/json-schema": "^7.0.6",
41
41
  "ajv": "^8.10.0",
@@ -50,13 +50,13 @@
50
50
  "yup": "^0.32.9"
51
51
  },
52
52
  "devDependencies": {
53
- "@backstage/cli": "^0.22.1",
53
+ "@backstage/cli": "^0.22.4",
54
54
  "@types/json-schema-merge-allof": "^0.6.0",
55
55
  "@types/mock-fs": "^4.10.0",
56
56
  "@types/node": "^16.11.26",
57
57
  "@types/yup": "^0.29.13",
58
58
  "mock-fs": "^5.1.0",
59
- "msw": "^0.49.0"
59
+ "msw": "^1.0.0"
60
60
  },
61
61
  "files": [
62
62
  "dist"