-
-
Notifications
You must be signed in to change notification settings - Fork 3
Update react-scripts to the latest version 🚀 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- The
dependency
react-scripts was updated from3.3.0
to3.4.0
.
Update to this version instead 🚀
Release Notes for v3.4.0
3.4.0 (2020年02月14日)
v3.4.0 is a minor release that adds new features, including support for SSL and setting PUBLIC_URL
in development. It also includes a fix for Hot Module Reloading with CSS Modules as well as other bug fixes.
🐛 Bug Fix
react-scripts
create-react-app
,react-dev-utils
,react-error-overlay
- #8439 Downgrade chalk for ie 11 support (@ianschmitz)
react-dev-utils
- #8292 Fixes unchecked access to 'deploy' script on build (@renato-bohler)
cra-template-typescript
,cra-template
- #8272 Handle service worker error in Firefox (@rosinghal)
cra-template-typescript
💅 Enhancement
react-dev-utils
,react-scripts
- #8442 fix(react-scripts): do not redirect served path if request may proxy (@iamandrewluca)
- #7259 feat(react-scripts): allow PUBLIC_URL in develoment mode (@iamandrewluca)
- #7750 Enable custom sockjs pathname for hot reloading server. (@heygrady)
cra-template-typescript
cra-template-typescript
,cra-template
- #8272 Handle service worker error in Firefox (@rosinghal)
react-scripts
- #5845 Add option to provide custom ssl certificates during development (@alexbrazier)
📝 Documentation
cra-template-typescript
,cra-template
,react-dev-utils
,react-error-overlay
,react-scripts
- Other
🔨 Underlying Tools
react-dev-utils
- #8459 update open to v7.0.2 (@vince1995)
- #7948 Support JetBrains Rider IDE as an editor (@djpowell)
- #8367 Wider Chromium support for openBrowser (@handeyeco)
react-scripts
- #8282 Run git init before template dependencies are installed (@lukaszfiszer)
- Other
- #8402 fix(test): force install npm in e2e-behaviour (@iamandrewluca)
Committers: 18
- Alex Brazier (@alexbrazier)
- Andrew Luca (@iamandrewluca)
- Cassidy Williams (@cassidoo)
- Christopher Button (@devgeist)
- David Powell (@djpowell)
- Eugene Chybisov (@chybisov)
- Eugene Sviridov (@esvyridov)
- Grady Kuhnline (@heygrady)
- Ian Schmitz (@ianschmitz)
- Kevin Pham (@keevan)
- Lewis Llobera (@lewislbr)
- Martin Litvaj (@Kamahl19)
- Matthew Curtis (@handeyeco)
- Renato Böhler (@renato-bohler)
- Rohit Singhal (@rosinghal)
- Vincent Semrau (@vince1995)
- Łukasz Fiszer (@lukaszfiszer)
- 吕立青 (@JimmyLv)
Migrating from 3.3.1 to 3.4.0
Inside any created project that has not been ejected, run:
npm install --save --save-exact react-scripts@3.4.0
or
yarn add --exact react-scripts@3.4.0
Commits
The new version differs by 24 commits.
8b0dd54
Publish
5ccee88
Prepare 3.4.0 release
e579de1
Downgrade style-loader to v0.23.1 due to CSS modules hot reload... (#8378)
4784997
Correct webpack name casing (#8475)
589b41a
update open to v7.0.2 (#8459)
865ea05
fix(typescriptFormatter): use chalk@2 constructor (#8450)
d45823c
fix(react-scripts): do not redirect served path if request may proxy (#8442)
eb8e7be
Downgrade chalk for ie 11 support (#8439)
767aa18
Fixes unchecked access to 'deploy' script on build (#8292)
cd2469e
Fix navbar line break in header (#8437)
687c4eb
Change arrow functions to function declarations (#8412)
1cbc6f7
feat(react-scripts): allow PUBLIC_URL in develoment mode (#7259)
3190e4f
Handle service worker error in Firefox (#8272)
0299c0e
Add option to provide custom ssl certificates during development (#5845)
822422c
Enable custom sockjs pathname for hot reloading server. (#7750)
There are 24 commits in total.
See the full diff
- The
dependency
react-scripts was updated from3.3.0
to3.4.1
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The dependency react-scripts was updated from
3.3.0
to3.3.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.3.1
3.3.1 (2020年01月31日)
v3.3.1 is a maintenance release that includes minor bug fixes and documentation updates.
🐛 Bug Fix
cra-template
react-scripts
babel-preset-react-app
react-dev-utils
💅 Enhancement
react-error-overlay
cra-template-typescript
cra-template-typescript
,cra-template
,react-scripts
create-react-app
cra-template-typescript
,cra-template
eslint-config-react-app
📝 Documentation
babel-preset-react-app
?.
is right,.?
is not (@vadzim)🏠 Internal
create-react-app
🔨 Underlying Tools
babel-preset-react-app
,create-react-app
,react-dev-utils
,react-error-overlay
,react-scripts
react-dev-utils
babel-plugin-named-asset-import
create-react-app
,react-app-polyfill
,react-dev-utils
,react-error-overlay
,react-scripts
create-react-app
,react-dev-utils
,react-error-overlay
react-error-overlay
,react-scripts
Committers: 29
Migrating from 3.3.0 to 3.3.1
Inside any created project that has not been ejected, run:
or
Commits
The new version differs by 41 commits.
d7c6842
Publish
a7b8732
Prepare 3.3.1 release
4da41b4
docs: Add troubleshooting documentation on ENOSPC (#8380)
03018d7
Update docs according to lint-staged v10 (#8394)
6ee4e91
Add helpful message to the footer (#6548)
ed162a3
Add "Disallow:" to robots.txt (#8255)
e530598
Fix sass importLoaders (#8281)
dd0df73
Remove outdated docs regarding vscode eslint extension and type... (#8307)
ca9c61e
Update setting-up-your-editor.md (#8247)
cafd602
Update custom template docs with instructions for testing custom template locally (#8092)
720d90b
Sync dependencies babel config (#8120)
ddcb7d5
Add titleProp to SVGR ReactComponent type definition (#8099)
b855da5
Remove outdated babel plugins (#8353)
4bf14fa
Downgrade open from 7.0.0 to 6.4.0 (#8364)
dada035
Remove React.FC from Typescript template (#8177)
There are 41 commits in total.
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 🌴