@quilted/react-testing
Advanced tools
Comparing version 0.0.0-preview-20231031044205 to 0.0.0-preview-20231104064716
# @quilted/react-testing | ||
## 0.0.0-preview-20231031044205 | ||
## 0.0.0-preview-20231104064716 | ||
### Minor Changes | ||
### Patch Changes | ||
- Removed CommonJS support | ||
- Fix React testing exports | ||
The `require` export condition is no longer provided by any package. Quilt only supports ESModules, so if you need to use the CommonJS version, you will need to pre-process Quilt’s output code on your own. | ||
- Updated dependencies []: | ||
- @quilted/preact-testing@0.0.0-preview-20231104064716 | ||
## 0.6.1 | ||
### Patch Changes | ||
- [`4df2d665`](https://github.com/lemonmade/quilt/commit/4df2d665ae22201afa86e7a5f214f73f5428ea4e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix React testing exports | ||
## 0.6.0 | ||
@@ -12,0 +19,0 @@ |
{ | ||
"name": "@quilted/react-testing", | ||
"type": "module", | ||
"version": "0.0.0-preview-20231031044205", | ||
"version": "0.0.0-preview-20231104064716", | ||
"repository": { | ||
@@ -63,3 +63,3 @@ "type": "git", | ||
"dependencies": { | ||
"@quilted/preact-testing": "^0.1.0", | ||
"@quilted/preact-testing": "0.0.0-preview-20231104064716", | ||
"jest-matcher-utils": "^27.0.0" | ||
@@ -66,0 +66,0 @@ }, |
@@ -26,3 +26,3 @@ import type {ComponentType} from 'react'; | ||
'received', | ||
)} value must be an @shopify/react-testing Root or Element object`, | ||
)} value must be an @quilted/react-testing Root or Element object`, | ||
`Received ${receivedColor( | ||
@@ -41,3 +41,3 @@ 'null', | ||
'received', | ||
)} value must be an @shopify/react-testing Root or Element object`, | ||
)} value must be an @quilted/react-testing Root or Element object`, | ||
`Received an ${receivedColor( | ||
@@ -56,3 +56,3 @@ 'array of Root or Element objects', | ||
'received', | ||
)} value must be an @shopify/react-testing Root or Element object`, | ||
)} value must be an @quilted/react-testing Root or Element object`, | ||
printWithType('Received', node, printReceived), | ||
@@ -59,0 +59,0 @@ ), |
{ | ||
"extends": "@quilted/typescript/project.json", | ||
"extends": "@quilted/craft/typescript/project.json", | ||
"compilerOptions": { | ||
@@ -4,0 +4,0 @@ "rootDir": "source", |
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
263316
+ Added@quilted/preact-testing@0.0.0-preview-20231104064716(transitive)
- Removed@quilted/preact-testing@0.1.7(transitive)