Closed greenkeeper[bot] closed 5 years ago
After pinning to 3.0.1 your tests are passing again. Downgrade this dependency 📌.
devDependency
react-scripts was updated from 3.1.0
to 3.1.1
.Your tests are still failing with this version. Compare changes
v3.1.1 is a maintenance release that includes minor bug fixes and documentation updates.
react-scripts
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.1.1
or
yarn add --exact react-scripts@3.1.1
The new version differs by 9 commits.
4410f5e
Publish
094983d
Prepare 3.1.1 release
cbaed7f
Fix ESLint 6 support (#7513)
4a84cd4
Update Netlify config (#7527)
cbf2134
Update docusaurus config (#7499)
413e7c8
Ignore "jsx-a11y/aria-role" for React components (#7393)
a21e6b1
Don't block static files in robots.txt (#7508)
c0b4173
Update bug report issue template
70febc7
Add links to Spectrum in README and docs (#7500)
See the full diff
devDependency
react-scripts was updated from 3.1.1
to 3.1.2
.Your tests are still failing with this version. Compare changes
v3.1.2 is a maintenance release that includes minor bug fixes and documentation updates.
react-scripts
babel-preset-react-app
, react-error-overlay
, react-scripts
react-scripts
react-scripts
babel-plugin-named-asset-import
, confusing-browser-globals
, react-app-polyfill
, react-dev-utils
, react-error-overlay
, react-scripts
react-scripts
eslint-config-react-app
, react-scripts
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.1.2
or
yarn add --exact react-scripts@3.1.2
The new version differs by 24 commits.
a825e8f
Publish
e0719e4
Prepare 3.1.2 release
ff15a08
Add new logo (#7704)
a1afaa6
Update deployment.md with another AWS example (#7616)
7ac8150
Bump dependencies (#7681)
4d533d4
Change runtime chunk name separator from tilde to dash (#7679)
8b7b819
Use const instead of var in env.js (#7526)
74eb65a
Remove --single-quote from prettier examples (#7663)
71c4d11
Minor performance improvements (#7587)
edb3411
Upgrade dotenv-expand to fix issues (#7531)
b3f8ef2
Bump version of @typescript-eslint/* (#7540)
0f9e350
Update running-tests.md (#7659)
c9b9504
Explicitly check that EXTEND_ESLINT is true (#7538)
aafc7ff
Update troubleshooting.md (#7459)
bb31710
Disable babel-loader's cacheCompression (#7633)
There are 24 commits in total.
See the full diff
The devDependency react-scripts was updated from
3.0.1
to3.1.0
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
react-scripts is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ **ci/circleci: build:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/redgeoff/mson-react/807?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Release Notes for v3.1.0
3.1.0 (2019-08-09)
v3.1.0 is a minor release that adds ESLint 6 support as well as experimental support for extended and customizing the ESLint config along with other minor bug fixes and documentation updates.
Highlights
eslint-config-react-app
,react-error-overlay
,react-scripts
eslint-config-react-app
,react-scripts
react-dev-utils
react-scripts
react-scripts
eslint-config-react-app
,react-error-overlay
,react-scripts
react-dev-utils
react-scripts
eslint-config-react-app
react-error-overlay
,react-scripts
react-scripts
jsx: "react"
in tsconfig (@kingdaro)react-dev-utils
eslint-config-react-app
,react-error-overlay
,react-scripts
eslint-config-react-app
create-react-app
eslint-config-react-app
react-error-overlay
,react-scripts
babel-preset-react-app
react-scripts
react-error-overlay
,react-scripts
babel-plugin-named-asset-import
,babel-preset-react-app
,confusing-browser-globals
,create-react-app
,react-app-polyfill
,react-dev-utils
,react-error-overlay
,react-scripts
eslint-config-react-app
,react-error-overlay
,react-scripts
eslint-config-react-app
,react-scripts
react-scripts
react-dev-utils
Committers: 46
Migrating from 3.0.1 to 3.1.0
Inside any created project that has not been ejected, run:
or
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: