Skip to content
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

Update 4 dependencies from npm #482

Merged
merged 5 commits into from
Nov 10, 2018

Conversation

dependencies[bot]
Copy link
Contributor

@dependencies dependencies bot commented Nov 7, 2018

Overview

The following dependencies have been updated:

  • @babel/core in /packages/generator/app/templates from "7.1.2" to "7.1.5"
  • react-dom in /packages/generator/app/templates from "16.6.0" to "16.6.1"
  • react-test-renderer in /packages/generator/app/templates from "16.6.0" to "16.6.1"
  • react in /packages/generator/app/templates from "16.6.0" to "16.6.1"

Details

Dependencies.io has updated @babel/core (a npm dependency in /packages/generator/app/templates) from "7.1.2" to "7.1.5".

7.1.5

Various bug fixes and additions.

And thanks to benmosher, ryanwmarsh, Cyp, vvyomjjain, byronluk, everdimension for their first PRs!

👓 Spec Compliancy

🚀 New Feature

  • babel-parser
    • #8828 Typescript: Validate tuple type element positions. (Retsam)
    • #8883 [flow] Add support for parsing _ as implicit instantiation in call/new. (jbrown215)
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-typescript, babel-traverse
    • #8448 Remove Babylon plugins for features already merged to the ECMAScript spec. (nicolo-ribaudo)
  • babel-parser, babel-types
  • babel-preset-env

🐛 Bug Fix

  • babel-parser
  • babel-core
    • #8910 Resolve babel.config.js 'babelrcRoots' values relative to the config file.. (loganfsmyth)
    • #8950 Fix message when plugin of a wrong type is passed. (everdimension)
  • babel-plugin-transform-block-scoping
  • babel-preset-env
    • #8926 preset-env: Edge support for arrow param destructuring. (benmosher)
  • babel-generator
  • babel-traverse
    • #8880 fix: Expression x === 'y' && '' should not evaluate to undefined.. (Cyp)

💅 Polish

Committers: 14


Dependencies.io has updated react-dom (a npm dependency in /packages/generator/app/templates) from "16.6.0" to "16.6.1".

16.6.1

React DOM

  • Fallback should not remount every time a promise resolves. (acdlite in #14083)
  • Fix bug where Suspense keeps showing fallback even after everything finishes loading. (acdlite in #14083)
  • Fix unresolved default props in lifecycle methods of a lazy component. (gaearon in #14112)
  • Fix bug when recovering from an error thrown during complete phase. (gaearon in #14104)

Scheduler (Experimental)

  • Switch from deadline object to shouldYield API. (acdlite in #14025)

Dependencies.io has updated react-test-renderer (a npm dependency in /packages/generator/app/templates) from "16.6.0" to "16.6.1".

16.6.1

React DOM

  • Fallback should not remount every time a promise resolves. (acdlite in #14083)
  • Fix bug where Suspense keeps showing fallback even after everything finishes loading. (acdlite in #14083)
  • Fix unresolved default props in lifecycle methods of a lazy component. (gaearon in #14112)
  • Fix bug when recovering from an error thrown during complete phase. (gaearon in #14104)

Scheduler (Experimental)

  • Switch from deadline object to shouldYield API. (acdlite in #14025)

Dependencies.io has updated react (a npm dependency in /packages/generator/app/templates) from "16.6.0" to "16.6.1".

16.6.1

React DOM

  • Fallback should not remount every time a promise resolves. (acdlite in #14083)
  • Fix bug where Suspense keeps showing fallback even after everything finishes loading. (acdlite in #14083)
  • Fix unresolved default props in lifecycle methods of a lazy component. (gaearon in #14112)
  • Fix bug when recovering from an error thrown during complete phase. (gaearon in #14104)

Scheduler (Experimental)

  • Switch from deadline object to shouldYield API. (acdlite in #14025)

@andrey-skl andrey-skl merged commit d85cd6b into master Nov 10, 2018
@Leonya Leonya deleted the dependencies.io-update-build-422.1.0 branch November 10, 2018 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'jsonStrings' parser plugin does not increment line count
3 participants