@storybook/test
Advanced tools
Comparing version 0.0.0-pr-24604-sha-a206c3eb to 0.0.0-pr-24676-sha-1388c64f
import { AsymmetricMatchersContaining, MatchersObject, MatcherState, JestAssertion, ExpectStatic } from '@vitest/expect'; | ||
import { TestingLibraryMatchers } from '@testing-library/jest-dom/types/matchers'; | ||
import * as matchers from '@testing-library/jest-dom/matchers'; | ||
export * from '@vitest/spy'; | ||
@@ -13,3 +13,4 @@ import * as _testing_library_user_event_dist_types_setup_directApi from '@testing-library/user-event/dist/types/setup/directApi'; | ||
interface Assertion<T> extends PromisifyObject<JestAssertion<T>>, TestingLibraryMatchers<ReturnType<ExpectStatic['stringContaining']>, Promise<void>> { | ||
type Matchers<T> = PromisifyObject<JestAssertion<T>> & matchers.TestingLibraryMatchers<ReturnType<ExpectStatic['stringContaining']>, Promise<void>>; | ||
interface Assertion<T> extends Matchers<T> { | ||
toHaveBeenCalledOnce(): Promise<void>; | ||
@@ -16,0 +17,0 @@ toSatisfy<E>(matcher: (value: E) => boolean, message?: string): Promise<void>; |
{ | ||
"name": "@storybook/test", | ||
"version": "0.0.0-pr-24604-sha-a206c3eb", | ||
"version": "0.0.0-pr-24676-sha-1388c64f", | ||
"description": "", | ||
@@ -46,6 +46,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@storybook/client-logger": "0.0.0-pr-24604-sha-a206c3eb", | ||
"@storybook/core-events": "0.0.0-pr-24604-sha-a206c3eb", | ||
"@storybook/instrumenter": "0.0.0-pr-24604-sha-a206c3eb", | ||
"@storybook/preview-api": "0.0.0-pr-24604-sha-a206c3eb", | ||
"@storybook/client-logger": "0.0.0-pr-24676-sha-1388c64f", | ||
"@storybook/core-events": "0.0.0-pr-24676-sha-1388c64f", | ||
"@storybook/instrumenter": "0.0.0-pr-24676-sha-1388c64f", | ||
"@storybook/preview-api": "0.0.0-pr-24676-sha-1388c64f", | ||
"@testing-library/dom": "^9.3.1", | ||
@@ -52,0 +52,0 @@ "@testing-library/jest-dom": "^6.1.3", |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10
1580085
6334
+ Added@storybook/channels@0.0.0-pr-24676-sha-1388c64f(transitive)
+ Added@storybook/client-logger@0.0.0-pr-24676-sha-1388c64f(transitive)
+ Added@storybook/core-events@0.0.0-pr-24676-sha-1388c64f(transitive)
+ Added@storybook/csf@0.1.11(transitive)
+ Added@storybook/instrumenter@0.0.0-pr-24676-sha-1388c64f(transitive)
+ Added@storybook/preview-api@0.0.0-pr-24676-sha-1388c64f(transitive)
+ Added@storybook/types@0.0.0-pr-24676-sha-1388c64f(transitive)
+ Added@types/node@22.10.0(transitive)
+ Addedgopd@1.0.1(transitive)
+ Addedis-regex@1.1.4(transitive)
- Removed@storybook/channels@0.0.0-pr-24604-sha-a206c3eb(transitive)
- Removed@storybook/client-logger@0.0.0-pr-24604-sha-a206c3eb(transitive)
- Removed@storybook/core-events@0.0.0-pr-24604-sha-a206c3eb(transitive)
- Removed@storybook/csf@0.1.12(transitive)
- Removed@storybook/instrumenter@0.0.0-pr-24604-sha-a206c3eb(transitive)
- Removed@storybook/preview-api@0.0.0-pr-24604-sha-a206c3eb(transitive)
- Removed@storybook/types@0.0.0-pr-24604-sha-a206c3eb(transitive)
- Removed@types/node@22.10.1(transitive)
- Removedgopd@1.1.0(transitive)
- Removedis-regex@1.2.0(transitive)