@backstage/frontend-test-utils
Advanced tools
Comparing version 0.0.0-nightly-20240809021939 to 0.0.0-nightly-20240810021908
# @backstage/frontend-test-utils | ||
## 0.0.0-nightly-20240809021939 | ||
## 0.0.0-nightly-20240810021908 | ||
@@ -40,8 +40,15 @@ ### Patch Changes | ||
- 264e10f: Deprecate existing `ExtensionCreators` in favour of their new Blueprint counterparts. | ||
- 264e10f: Refactor `.make` method on Blueprints into two different methods, `.make` and `.makeWithOverrides`. | ||
When using `createExtensionBlueprint` you can define parameters for the factory function, if you wish to take advantage of these parameters you should use `.make` when creating an extension instance of a Blueprint. If you wish to override more things other than the standard `attachTo`, `name`, `namespace` then you should use `.makeWithOverrides` instead. | ||
`.make` is reserved for simple creation of extension instances from Blueprints using higher level parameters, whereas `.makeWithOverrides` is lower level and you have more control over the final extension. | ||
- 6349099: Added config input type to the extensions | ||
- Updated dependencies | ||
- @backstage/frontend-plugin-api@0.0.0-nightly-20240809021939 | ||
- @backstage/frontend-app-api@0.0.0-nightly-20240809021939 | ||
- @backstage/frontend-plugin-api@0.0.0-nightly-20240810021908 | ||
- @backstage/frontend-app-api@0.0.0-nightly-20240810021908 | ||
- @backstage/config@1.2.0 | ||
- @backstage/test-utils@0.0.0-nightly-20240809021939 | ||
- @backstage/test-utils@0.0.0-nightly-20240810021908 | ||
- @backstage/types@1.1.1 | ||
@@ -48,0 +55,0 @@ |
{ | ||
"name": "@backstage/frontend-test-utils", | ||
"version": "0.0.0-nightly-20240809021939", | ||
"version": "0.0.0-nightly-20240810021908", | ||
"backstage": { | ||
@@ -35,9 +35,9 @@ "role": "web-library" | ||
"@backstage/config": "^1.2.0", | ||
"@backstage/frontend-app-api": "^0.0.0-nightly-20240809021939", | ||
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20240809021939", | ||
"@backstage/test-utils": "^0.0.0-nightly-20240809021939", | ||
"@backstage/frontend-app-api": "^0.0.0-nightly-20240810021908", | ||
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20240810021908", | ||
"@backstage/test-utils": "^0.0.0-nightly-20240810021908", | ||
"@backstage/types": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@backstage/cli": "^0.0.0-nightly-20240809021939", | ||
"@backstage/cli": "^0.0.0-nightly-20240810021908", | ||
"@testing-library/jest-dom": "^6.0.0", | ||
@@ -44,0 +44,0 @@ "@types/react": "*" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164216
319
319
+ Added@backstage/core-app-api@0.0.0-nightly-20240915023307(transitive)
+ Added@backstage/core-plugin-api@0.0.0-nightly-20240915023307(transitive)
+ Added@backstage/plugin-permission-react@0.0.0-nightly-20240915023307(transitive)
+ Added@backstage/test-utils@0.0.0-nightly-20240915023307(transitive)
+ Added@backstage/theme@0.0.0-nightly-20240915023307(transitive)
+ Added@backstage/version-bridge@0.0.0-nightly-20240915023307(transitive)
- Removed@backstage/core-app-api@0.0.0-nightly-20240914022633(transitive)
- Removed@backstage/core-plugin-api@0.0.0-nightly-20240914022633(transitive)
- Removed@backstage/plugin-permission-react@0.0.0-nightly-20240914022633(transitive)
- Removed@backstage/test-utils@0.0.0-nightly-20240914022633(transitive)
- Removed@backstage/theme@0.0.0-nightly-20240914022633(transitive)
- Removed@backstage/version-bridge@0.0.0-nightly-20240914022633(transitive)
Updated@backstage/frontend-app-api@^0.0.0-nightly-20240810021908
Updated@backstage/frontend-plugin-api@^0.0.0-nightly-20240810021908