Version Packages

This commit is contained in:
github-actions[bot]
2021-10-28 14:06:43 +00:00
parent c9143d2abe
commit d66c5f1282
156 changed files with 988 additions and 719 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/test-utils
## 0.1.20
### Patch Changes
- bb12aae352: Migrates all utility methods from `test-utils-core` into `test-utils` and delete exports from the old package.
This should have no impact since this package is considered internal and have no usages outside core packages.
Notable changes are that the testing tool `msw.setupDefaultHandlers()` have been deprecated in favour of `setupRequestMockHandlers()`.
- c5bb1df55d: Bump `msw` to `v0.35.0` to resolve [CVE-2021-32796](https://github.com/advisories/GHSA-5fg8-2547-mr8q).
- 10615525f3: Switch to use the json and observable types from `@backstage/types`
- Updated dependencies
- @backstage/theme@0.2.12
- @backstage/core-app-api@0.1.19
- @backstage/core-plugin-api@0.1.12
## 0.1.19
### Patch Changes