@backstage/test-utils 0.0.0-nightly-202192722215 → 0.0.0-nightly-202192822050

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 +5 -3
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/test-utils
2
2
 
3
- ## 0.0.0-nightly-202192722215
3
+ ## 0.0.0-nightly-202192822050
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,10 +9,12 @@
9
9
 
10
10
  Notable changes are that the testing tool `msw.setupDefaultHandlers()` have been deprecated in favour of `setupRequestMockHandlers()`.
11
11
 
12
+ - c5bb1df55d: Bump `msw` to `v0.35.0` to resolve [CVE-2021-32796](https://github.com/advisories/GHSA-5fg8-2547-mr8q).
12
13
  - 10615525f3: Switch to use the json and observable types from `@backstage/types`
13
14
  - Updated dependencies
14
- - @backstage/core-app-api@0.0.0-nightly-202192722215
15
- - @backstage/core-plugin-api@0.0.0-nightly-202192722215
15
+ - @backstage/theme@0.0.0-nightly-202192822050
16
+ - @backstage/core-app-api@0.0.0-nightly-202192822050
17
+ - @backstage/core-plugin-api@0.0.0-nightly-202192822050
16
18
 
17
19
  ## 0.1.19
18
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/test-utils",
3
3
  "description": "Utilities to test Backstage plugins and apps.",
4
- "version": "0.0.0-nightly-202192722215",
4
+ "version": "0.0.0-nightly-202192822050",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -29,16 +29,15 @@
29
29
  "clean": "backstage-cli clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/core-app-api": "^0.0.0-nightly-202192722215",
33
- "@backstage/core-plugin-api": "^0.0.0-nightly-202192722215",
34
- "@backstage/theme": "^0.2.11",
32
+ "@backstage/core-app-api": "^0.0.0-nightly-202192822050",
33
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202192822050",
34
+ "@backstage/theme": "^0.0.0-nightly-202192822050",
35
35
  "@backstage/types": "^0.1.1",
36
36
  "@material-ui/core": "^4.12.2",
37
37
  "@testing-library/jest-dom": "^5.10.1",
38
38
  "@testing-library/react": "^11.2.5",
39
39
  "@testing-library/user-event": "^13.1.8",
40
40
  "@types/react": "*",
41
- "msw": "^0.29.0",
42
41
  "react": "^16.12.0",
43
42
  "react-dom": "^16.12.0",
44
43
  "react-router": "6.0.0-beta.0",
@@ -46,7 +45,7 @@
46
45
  "zen-observable": "^0.8.15"
47
46
  },
48
47
  "devDependencies": {
49
- "@backstage/cli": "^0.0.0-nightly-202192722215",
48
+ "@backstage/cli": "^0.0.0-nightly-202192822050",
50
49
  "@types/jest": "^26.0.7",
51
50
  "@types/node": "^14.14.32"
52
51
  },