Socket
Socket
Sign inDemoInstall

@backstage/frontend-test-utils

Package Overview
Dependencies
Maintainers
0
Versions
319
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage/frontend-test-utils - npm Package Compare versions

Comparing version 0.0.0-nightly-20240809021939 to 0.0.0-nightly-20240810021908

15

CHANGELOG.md
# @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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc