Change record status: 
Project: 
Introduced in branch: 
8.5.x
Introduced in version: 
8.5.0
Description: 

This release updates the version of several JavaScript dependencies for core development,

- babel-core
- babel-preset-env
- chalk
- chokidar
- cross-env
- glob

The module cross-env noted that Scripts using quotes or escape sequences will see a difference in behavior as part of the 5.0.0 release notes. Core does not do this, but be aware of this in case it affects custom code. For non-core scripts, the specific version of the dependencies should always be specified in package.json.

Impacts: 
Site builders, administrators, editors
Module developers
Themers