jest-snapshot
Advanced tools
Comparing version 18.5.0-alpha.7da3df39 to 19.0.0
@@ -29,5 +29,5 @@ /** | ||
const SNAPSHOT_VERSION_WARNING = chalk.yellow( | ||
`${chalk.bold('Warning')}: It is advised to revert any local changes to ` + | ||
`tests or other code during this upgrade to ensure that no invalid state ` + | ||
`is stored as a snapshot.`); | ||
`${chalk.bold('Warning')}: Before you upgrade snapshots, ` + | ||
`we recommend that you revert any local changes to tests or other code, ` + | ||
`to ensure that you do not store invalid state.`); | ||
@@ -46,3 +46,3 @@ | ||
`${chalk.bold('Outdated snapshot')}: No snapshot header found. ` + | ||
`Jest 19 introduced versioned snapshots to ensure all users of ` + | ||
`Jest 19 introduced versioned snapshots to ensure all developers on ` + | ||
`a project are using the same version of Jest. ` + | ||
@@ -60,3 +60,3 @@ `Please update all snapshots during this upgrade of Jest.\n\n`) + | ||
`file associated with this test is outdated. The snapshot file ` + | ||
`version ensures that all users of a project are using ` + | ||
`version ensures that all developers on a project are using ` + | ||
`the same version of Jest. ` + | ||
@@ -77,3 +77,3 @@ `Please update all snapshots during this upgrade of Jest.\n\n`) + | ||
`with a newer version of Jest. ` + | ||
`The snapshot file version ensures that all users of a project ` + | ||
`The snapshot file version ensures that all developers on a project ` + | ||
`are using the same version of Jest. ` + | ||
@@ -80,0 +80,0 @@ `Please update your version of Jest and re-run the tests.\n\n`) + |
{ | ||
"name": "jest-snapshot", | ||
"version": "18.5.0-alpha.7da3df39", | ||
"version": "19.0.0", | ||
"repository": { | ||
@@ -12,9 +12,9 @@ "type": "git", | ||
"chalk": "^1.1.3", | ||
"jest-diff": "^18.5.0-alpha.7da3df39", | ||
"jest-file-exists": "^18.5.0-alpha.7da3df39", | ||
"jest-matcher-utils": "^18.5.0-alpha.7da3df39", | ||
"jest-util": "^18.5.0-alpha.7da3df39", | ||
"jest-diff": "^19.0.0", | ||
"jest-file-exists": "^19.0.0", | ||
"jest-matcher-utils": "^19.0.0", | ||
"jest-util": "^19.0.0", | ||
"natural-compare": "^1.4.0", | ||
"pretty-format": "^18.5.0-alpha.7da3df39" | ||
"pretty-format": "^19.0.0" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
15024
+ Addedjest-diff@19.0.0(transitive)
+ Addedjest-file-exists@19.0.0(transitive)
+ Addedjest-matcher-utils@19.0.0(transitive)
+ Addedjest-message-util@19.0.0(transitive)
+ Addedjest-mock@19.0.0(transitive)
+ Addedjest-util@19.0.2(transitive)
+ Addedjest-validate@19.0.2(transitive)
+ Addedpretty-format@19.0.0(transitive)
- Removedjest-diff@18.5.0-alpha.7da3df39(transitive)
- Removedjest-file-exists@18.5.0-alpha.7da3df39(transitive)
- Removedjest-matcher-utils@18.5.0-alpha.7da3df39(transitive)
- Removedjest-message-util@18.5.0-alpha.7da3df39(transitive)
- Removedjest-mock@18.5.0-alpha.7da3df39(transitive)
- Removedjest-util@18.5.0-alpha.7da3df39(transitive)
- Removedjest-validate@18.5.0-alpha.7da3df39(transitive)
- Removedpretty-format@18.5.0-alpha.7da3df39(transitive)
Updatedjest-diff@^19.0.0
Updatedjest-file-exists@^19.0.0
Updatedjest-matcher-utils@^19.0.0
Updatedjest-util@^19.0.0
Updatedpretty-format@^19.0.0