react-firebase-chat
react-firebase-chat copied to clipboard
Update react-scripts to the latest version 🚀
The dependency react-scripts was updated from 3.1.0
to 3.1.1
.
This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: iansu License: MIT
Release Notes for v3.1.1
3.1.1 (2019-08-13)
v3.1.1 is a maintenance release that includes minor bug fixes and documentation updates.
🐛 Bug Fix
react-scripts
- #7513 Fix ESLint 6 support (@ianschmitz)
- #7508 Don't block static files in robots.txt (@iansu)
💅 Enhancement
📝 Documentation
Committers: 3
- Ian Schmitz (@ianschmitz)
- Ian Sutherland (@iansu)
- Tomáš Szabo (@deftomat)
Migrating from 3.1.0 to 3.1.1
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
Commits
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
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
- The
dependency
react-scripts was updated from3.1.0
to3.1.2
.
Update to this version instead 🚀
Release Notes for v3.1.2
3.1.2 (2019-09-19)
v3.1.2 is a maintenance release that includes minor bug fixes and documentation updates.
🐛 Bug Fix
react-scripts
- #7679 Change runtime chunk name separator from tilde to dash (@javadoug)
- #7538 Explicitly checking that EXTEND_ESLINT is true (@BrockWills)
babel-preset-react-app
,react-error-overlay
,react-scripts
- #7662 Fix build (@ianschmitz)
💅 Enhancement
react-scripts
📝 Documentation
- #7616 Update deployment.md with another AWS example (@AndrewBestbier)
- #7663 Remove --single-quote from prettier examples (@brlewis)
- #7659 Update running-tests.md (@weyert)
- #7459 Update troubleshooting.md (@prevostc)
- #7650 Adopt Contributor Covenant (@iansu)
- #7620 cleanup-after-each is no longer necessary! (@iHmD)
- #7613 Fix seams between changelog majors (@emilpalsson)
- #7368 Correcting proxy sample (@szabolcs-szilagyi)
- #7536 add a migration step to remove static from robots.txt (@lookfirst)
- #7521 Show logo for mobile views in create-react-app.dev (@GrooChu)
🏠 Internal
react-scripts
- #7526 The variable dotenvFiles is never reassigned - use const instead (@Primajin)
- #7585 remove trailing spaces (@xiaoxiangmoe)
🔨 Underlying Tools
babel-plugin-named-asset-import
,confusing-browser-globals
,react-app-polyfill
,react-dev-utils
,react-error-overlay
,react-scripts
- #7681 Bump dependencies (@ianschmitz)
react-scripts
- #7531 Upgrade dotenv-expand to fix issues (@DominicTobias)
eslint-config-react-app
,react-scripts
- #7540 Bump version of @typescript-eslint/* (@pierreneter)
Committers: 20
- Andrew (@AndrewBestbier)
- Brock Wills (@BrockWills)
- Clément Prévost (@prevostc)
- Dominic Tobias (@DominicTobias)
- Doug Ross (@javadoug)
- Emil Pålsson (@emilpalsson)
- Federico Zivolo (@FezVrasta)
- Ian Schmitz (@ianschmitz)
- Ian Sutherland (@iansu)
- Jannis Hell (@Primajin)
- Jerome Leclanche (@jleclanche)
- Jon Stevens (@lookfirst)
- Sabesh Rajendran (@GrooChu)
- Tomáš Szabo (@deftomat)
- Weyert de Boer (@weyert)
- ZHAO Jinxiang (@xiaoxiangmoe)
- @brlewis
- @iHmD
- @pierreneter
- szabi (@szabolcs-szilagyi)
Migrating from 3.1.1 to 3.1.2
Inside any created project that has not been ejected, run:
npm install --save --save-exact [email protected]
or
yarn add --exact [email protected]
Commits
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