saiichihashimoto / create-react-node-app

https://saiichihashimoto.github.io/create-react-node-app/
MIT License
2 stars 2 forks source link

Update react-scripts to the latest version 🚀 #506

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency react-scripts was updated from 3.3.1 to 3.4.0.

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.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
    • #8378 Downgrade style-loader to v0.23.1 due to CSS modules hot reload not working with v1.0.0 and above (@chybisov)
  • create-react-app, react-dev-utils, react-error-overlay
  • react-dev-utils
  • cra-template-typescript, cra-template
  • cra-template-typescript

💅 Enhancement

  • react-dev-utils, react-scripts
  • cra-template-typescript
  • cra-template-typescript, cra-template
  • 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

Committers: 18

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


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:

saiichihashimoto commented 4 years ago

:tada: This PR is included in version 3.6.70 :tada:

The release is available on:

Your semantic-release bot :package::rocket: