New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/ui-test-sandbox

Package Overview
Dependencies
Maintainers
31
Versions
1278
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-test-sandbox - npm Package Compare versions

Comparing version

to
7.0.0

46

CHANGELOG.md

@@ -6,2 +6,48 @@ # Change Log

# [7.0.0](https://github.com/instructure/instructure-ui/compare/v6.26.0...v7.0.0) (2020-05-27)
### chore
* bump minimum react version to 16.8.0 ([7a96f00](https://github.com/instructure/instructure-ui/commit/7a96f00))
* remove references to React 15 ([4bb2426](https://github.com/instructure/instructure-ui/commit/4bb2426))
### BREAKING CHANGES
* - Minimum react and react-dom version raised to 16.8.0
TEST PLAN:
- no regressions in docs app
- homepage should note the react version change
- automated tests should pass
Change-Id: I7cd9dd6423fb9524e0a1a0dd490caeee3a2c2c17
Reviewed-on: https://gerrit.instructure.com/c/instructure-ui/+/237727
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Chris Guerrero <cguerrero@instructure.com>
Product-Review: Steve Jensen <sejensen@instructure.com>
QA-Review: Daniel Sasaki <dsasaki@instructure.com>
Visual-Regression-Test: Ken Meleta <kmeleta@instructure.com>
* Dropping support for React 15.
TEST PLAN:
- yarn dev/yarn start should work
- yarn test/test:watch should work
- there should be no mention of react 15 in code
- there should be nothing depending on react 15
or reactDOM 15
Change-Id: I2c054c986421014ffe15f0402e14bd2725cbc267
Reviewed-on: https://gerrit.instructure.com/c/instructure-ui/+/229009
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Daniel Sasaki <dsasaki@instructure.com>
Visual-Regression-Test: Ken Meleta <kmeleta@instructure.com>
Reviewed-by: Steve Jensen <sejensen@instructure.com>
Product-Review: Steve Jensen <sejensen@instructure.com>
# [6.26.0](https://github.com/instructure/instructure-ui/compare/v6.25.0...v6.26.0) (2020-04-30)

@@ -8,0 +54,0 @@

6

package.json
{
"name": "@instructure/ui-test-sandbox",
"version": "6.26.1-rc.41+fbdf1191f",
"version": "7.0.0",
"description": "A wrapper for sinon test sandbox and associated utilities.",

@@ -30,3 +30,3 @@ "author": "Instructure, Inc. Engineering and Product Design",

"devDependencies": {
"@instructure/ui-babel-preset": "6.26.1-rc.41+fbdf1191f",
"@instructure/ui-babel-preset": "^7.0.0",
"prop-types": "^15.6.2"

@@ -42,3 +42,3 @@ },

"sideEffects": false,
"gitHead": "fbdf1191f07161cd52a5f2ecc261ba2a7d9da773"
"gitHead": "e653cb546692a4d883c075dfb855ec9a3be5fc9a"
}