jokeyrhyme / react-carriage-input.js

A text input component, with the cursor locked in the center
MIT License
1 stars 0 forks source link

Update react-scripts to the latest version πŸš€ #15

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.0.0 of react-scripts just got published.

Dependency react-scripts
Current Version 0.9.5
Type devDependency

The version 1.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of react-scripts. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

jokeyrhyme commented 7 years ago

flow check node_modules/eslint-plugin-jsx-a11y/src/rules/interactive-supports-focus.js:46 46: create: (context: ESLintContext) => ({ ^^^^^^^^^^^^^ identifier ESLintContext. Could not resolve name

greenkeeper[bot] commented 7 years ago

Version 1.0.1 just got published.

Update to this version instead πŸš€

Release Notes v1.0.1

1.0.1 (May 19, 2017)

πŸ› Bug Fix

  • react-scripts

  • react-dev-utils

    • #2229 Show customized build path for serve instruction. (@chyipin)
  • react-dev-utils, react-error-overlay

  • react-error-overlay

    • #2238 Fix a crash when switching errors with arrow keys. (@Gandem)

πŸ’… Enhancement

  • eslint-config-react-app

  • react-scripts

πŸ“ Documentation

🏠 Internal

Committers: 9

Migrating from 1.0.0 to 1.0.1

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@1.0.1

or

yarn add --dev --exact react-scripts@1.0.1
greenkeeper[bot] commented 7 years ago

Version 1.0.2 just got published.

Update to this version instead πŸš€

Release Notes v1.0.2

1.0.2 (May 20, 2017)

πŸ› Bug Fix

  • react-dev-utils, react-scripts

    • #2276 Serve a no-op service worker in development to ensure it doesn't cache the production build even if it was served on the same port. (@jeffposnick)
  • react-dev-utils, react-error-overlay

  • react-dev-utils

πŸ’… Enhancement

  • react-scripts

🏠 Internal

  • react-dev-utils, react-scripts

Committers: 6

Migrating from 1.0.1 to 1.0.2

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@1.0.2

or

yarn add --dev --exact react-scripts@1.0.2

If you previously had issues with an Invalid Host Header error, follow these new instructions to fix it.

greenkeeper[bot] commented 7 years ago

Version 1.0.3 just got published.

Update to this version instead πŸš€

Release Notes v1.0.3

1.0.3 (May 21, 2017)

πŸ› Bug Fix

  • react-dev-utils

    • #2297 Don’t serve the development version from public IPs by default. (@Timer)
  • eslint-config-react-app

    • #2311 Disable flowtype/require-valid-file-annotation lint rule due to false positives. (@Robdel12)
  • react-dev-utils, react-error-overlay

  • react-scripts

Committers: 4

Migrating from 1.0.2 to 1.0.3

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@1.0.3

or

yarn add --dev --exact react-scripts@1.0.3
greenkeeper[bot] commented 7 years ago

Version 1.0.4 just got published.

Update to this version instead πŸš€

Release Notes v1.0.4

1.0.4 (May 22, 2017)

πŸ› Bug Fix

  • react-error-overlay
    • Fix a regression in published package.

Migrating from 1.0.3 to 1.0.4

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@1.0.4

or

yarn add --dev --exact react-scripts@1.0.4
greenkeeper[bot] commented 7 years ago

Version 1.0.5 just got published.

Update to this version instead πŸš€

Release Notes v1.0.5

1.0.5 (May 22, 2017)

πŸ› Bug Fix

  • react-dev-utils, react-scripts

    • #2326 Files in public/ folder should not be requested through proxy. (@gaearon)

πŸ’… Enhancement

  • react-dev-utils

  • eslint-config-react-app

    • #2325 Allow declaring variables before use in a scope above. (@gaearon)

🏠 Internal

  • react-dev-utils, react-scripts

Committers: 2

Migrating from 1.0.4 to 1.0.5

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@1.0.5

or

yarn add --dev --exact react-scripts@1.0.5
greenkeeper[bot] commented 7 years ago

Version 1.0.6 just got published.

Update to this version instead πŸš€

Release Notes v1.0.6

1.0.6 (May 24, 2017)

πŸ› Bug Fix

  • eslint-config-react-app, react-error-overlay, react-scripts

  • react-dev-utils

    • #2332 Fix proxying issues with backends that don't support IPv6. (@Timer)

πŸ’… Enhancement

  • react-scripts

πŸ“ Documentation

Committers: 4

Migrating from 1.0.5 to 1.0.6

Inside any created project that has not been ejected, run:

npm install --save-dev --save-exact react-scripts@1.0.6

or

yarn add --dev --exact react-scripts@1.0.6