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 webpack from 3.7.1 to 3.8.1 in app/react-native #2072

Merged
merged 1 commit into from Oct 17, 2017

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Oct 17, 2017

webpack has been updated to 3.8.1 in app/react-native by dependencies.io

3.8.1

Bugfixes:

  • add missing keys to stats schema for validation

3.8.0

Features:

  • It's now possible to include the --env data in stats (jbottigliero)
  • There is a warning when trying to load a initial chunk with import() or require.ensure now (sokra)

Bugfixes:

  • fix a race condition for ENOENT errors (simon-paris)
  • chunk reasons comments are not set more consistent (sokra)
  • fix schema for stats and be more strict (jbottigliero)
    • This may lead to errors if you've provided wrong properties.
  • remove the absolute path from the parser error message (sokra)
  • fix changed behavior when loading a initial chunk on demand (sokra)

Performance

  • chunk graph is now build in breath-first traversal, which is faster (sokra)
  • fix a performance problem in some edge cases (sokra)

@codecov
Copy link

codecov bot commented Oct 17, 2017

Codecov Report

Merging #2072 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2072   +/-   ##
=======================================
  Coverage   21.34%   21.34%           
=======================================
  Files         262      262           
  Lines        5767     5767           
  Branches      692      690    -2     
=======================================
  Hits         1231     1231           
- Misses       4002     4012   +10     
+ Partials      534      524   -10
Impacted Files Coverage Δ
app/react/src/server/config/babel.js 0% <0%> (-100%) ⬇️
app/react/src/server/babel_config.js 0% <0%> (-77.42%) ⬇️
lib/ui/src/modules/ui/components/menu_item.js 19.14% <0%> (ø) ⬆️
addons/knobs/src/components/types/Number.js 8.06% <0%> (ø) ⬆️
addons/knobs/src/KnobManager.js 32% <0%> (ø) ⬆️
addons/knobs/src/components/types/Select.js 7.93% <0%> (ø) ⬆️
addons/knobs/src/react/WrapStory.js 20% <0%> (ø) ⬆️
lib/ui/src/modules/ui/libs/filters.js 47.36% <0%> (ø) ⬆️
addons/knobs/src/components/PropField.js 10.86% <0%> (ø) ⬆️
lib/ui/src/modules/ui/components/layout/usplit.js 38.7% <0%> (ø) ⬆️
... and 30 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c2f605c...bc076b5. Read the comment docs.

@Hypnosphi Hypnosphi merged commit bc076b5 into master Oct 17, 2017
@Hypnosphi Hypnosphi deleted the webpack-3.8.1-27.0.0-app--react-native branch October 17, 2017 22:25
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.

None yet

3 participants