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 19 dependencies from npm #3063

Merged
merged 22 commits into from Feb 23, 2018
Merged

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Feb 23, 2018

Overview

The following dependencies have been updated:

  • jest in / from "22.4.0" to "22.4.2"
  • jest-cli in / from "22.4.0" to "22.4.2"
  • jest-config in / from "22.4.0" to "22.4.2"
  • jest-environment-jsdom in / from "22.4.0" to "22.4.1"
  • jest-jasmine2 in / from "22.4.0" to "22.4.2"
  • css-loader in app/react from "0.28.9" to "0.28.10"
  • babel-jest in addons/storyshots from "22.4.0" to "22.4.1"
  • jest in addons/storyshots from "22.4.0" to "22.4.2"
  • jest-cli in addons/storyshots from "22.4.0" to "22.4.2"
  • css-loader in lib/core from "0.28.9" to "0.28.10"
  • babel-jest in examples/cra-kitchen-sink from "22.4.0" to "22.4.1"
  • jest in examples/cra-kitchen-sink from "22.4.0" to "22.4.2"
  • babel-jest in examples/official-storybook from "22.4.0" to "22.4.1"
  • jest in examples/official-storybook from "22.4.0" to "22.4.2"
  • css-loader in app/angular from "0.28.9" to "0.28.10"
  • css-loader in app/polymer from "0.28.9" to "0.28.10"
  • css-loader in app/react-native from "0.28.9" to "0.28.10"
  • css-loader in app/vue from "0.28.9" to "0.28.10"
  • css-loader in examples/vue-kitchen-sink from "0.28.9" to "0.28.10"

Details

Dependencies.io has updated jest (a npm dependency in /) from "22.4.0" to "22.4.2".

22.4.2

Fixes

  • [jest-haste-map] Recreate Haste map when deserialization fails
    (#5642)
22.4.1

Fixes

  • [jest-haste-map] Parallelize Watchman calls in crawler
    (#5640)
  • [jest-editor-support] Update TypeScript definitions
    (#5625)
  • [babel-jest] Remove retainLines argument to babel.
    (#5594)

Features

  • [jest-runtime] Provide require.main property set to module with test suite
    (#5618)

Chore & Maintenance

  • [docs] Add note about Node version support
    (#5622)
  • [docs] Update to use yarn
    (#5624)
  • [docs] Add how to mock scoped modules to Manual Mocks doc
    (#5638)

Dependencies.io has updated jest-cli (a npm dependency in /) from "22.4.0" to "22.4.2".

22.4.2

Fixes

  • [jest-haste-map] Recreate Haste map when deserialization fails
    (#5642)
22.4.1

Fixes

  • [jest-haste-map] Parallelize Watchman calls in crawler
    (#5640)
  • [jest-editor-support] Update TypeScript definitions
    (#5625)
  • [babel-jest] Remove retainLines argument to babel.
    (#5594)

Features

  • [jest-runtime] Provide require.main property set to module with test suite
    (#5618)

Chore & Maintenance

  • [docs] Add note about Node version support
    (#5622)
  • [docs] Update to use yarn
    (#5624)
  • [docs] Add how to mock scoped modules to Manual Mocks doc
    (#5638)

Dependencies.io has updated jest-config (a npm dependency in /) from "22.4.0" to "22.4.2".

22.4.2

Fixes

  • [jest-haste-map] Recreate Haste map when deserialization fails
    (#5642)
22.4.1

Fixes

  • [jest-haste-map] Parallelize Watchman calls in crawler
    (#5640)
  • [jest-editor-support] Update TypeScript definitions
    (#5625)
  • [babel-jest] Remove retainLines argument to babel.
    (#5594)

Features

  • [jest-runtime] Provide require.main property set to module with test suite
    (#5618)

Chore & Maintenance

  • [docs] Add note about Node version support
    (#5622)
  • [docs] Update to use yarn
    (#5624)
  • [docs] Add how to mock scoped modules to Manual Mocks doc
    (#5638)

Dependencies.io has updated jest-environment-jsdom (a npm dependency in /) from "22.4.0" to "22.4.1".

22.4.1

Fixes

  • [jest-haste-map] Parallelize Watchman calls in crawler
    (#5640)
  • [jest-editor-support] Update TypeScript definitions
    (#5625)
  • [babel-jest] Remove retainLines argument to babel.
    (#5594)

Features

  • [jest-runtime] Provide require.main property set to module with test suite
    (#5618)

Chore & Maintenance

  • [docs] Add note about Node version support
    (#5622)
  • [docs] Update to use yarn
    (#5624)
  • [docs] Add how to mock scoped modules to Manual Mocks doc
    (#5638)

Dependencies.io has updated jest-jasmine2 (a npm dependency in /) from "22.4.0" to "22.4.2".

22.4.2

Fixes

  • [jest-haste-map] Recreate Haste map when deserialization fails
    (#5642)
22.4.1

Fixes

  • [jest-haste-map] Parallelize Watchman calls in crawler
    (#5640)
  • [jest-editor-support] Update TypeScript definitions
    (#5625)
  • [babel-jest] Remove retainLines argument to babel.
    (#5594)

Features

  • [jest-runtime] Provide require.main property set to module with test suite
    (#5618)

Chore & Maintenance

  • [docs] Add note about Node version support
    (#5622)
  • [docs] Update to use yarn
    (#5624)
  • [docs] Add how to mock scoped modules to Manual Mocks doc
    (#5638)

Dependencies.io has updated css-loader (a npm dependency in app/react) from "0.28.9" to "0.28.10".

0.28.10

2018-02-22

Bug Fixes

  • getLocalIdent: add rootContext support (webpack >= v4.0.0) (#681) (9f876d2)

Dependencies.io has updated babel-jest (a npm dependency in addons/storyshots) from "22.4.0" to "22.4.1".

22.4.1

Fixes

  • [jest-haste-map] Parallelize Watchman calls in crawler
    (#5640)
  • [jest-editor-support] Update TypeScript definitions
    (#5625)
  • [babel-jest] Remove retainLines argument to babel.
    (#5594)

Features

  • [jest-runtime] Provide require.main property set to module with test suite
    (#5618)

Chore & Maintenance

  • [docs] Add note about Node version support
    (#5622)
  • [docs] Update to use yarn
    (#5624)
  • [docs] Add how to mock scoped modules to Manual Mocks doc
    (#5638)

Dependencies.io has updated jest (a npm dependency in addons/storyshots) from "22.4.0" to "22.4.2".

22.4.2

Fixes

  • [jest-haste-map] Recreate Haste map when deserialization fails
    (#5642)
22.4.1

Fixes

  • [jest-haste-map] Parallelize Watchman calls in crawler
    (#5640)
  • [jest-editor-support] Update TypeScript definitions
    (#5625)
  • [babel-jest] Remove retainLines argument to babel.
    (#5594)

Features

  • [jest-runtime] Provide require.main property set to module with test suite
    (#5618)

Chore & Maintenance

  • [docs] Add note about Node version support
    (#5622)
  • [docs] Update to use yarn
    (#5624)
  • [docs] Add how to mock scoped modules to Manual Mocks doc
    (#5638)

Dependencies.io has updated jest-cli (a npm dependency in addons/storyshots) from "22.4.0" to "22.4.2".

22.4.2

Fixes

  • [jest-haste-map] Recreate Haste map when deserialization fails
    (#5642)
22.4.1

Fixes

  • [jest-haste-map] Parallelize Watchman calls in crawler
    (#5640)
  • [jest-editor-support] Update TypeScript definitions
    (#5625)
  • [babel-jest] Remove retainLines argument to babel.
    (#5594)

Features

  • [jest-runtime] Provide require.main property set to module with test suite
    (#5618)

Chore & Maintenance

  • [docs] Add note about Node version support
    (#5622)
  • [docs] Update to use yarn
    (#5624)
  • [docs] Add how to mock scoped modules to Manual Mocks doc
    (#5638)

Dependencies.io has updated css-loader (a npm dependency in lib/core) from "0.28.9" to "0.28.10".

0.28.10

2018-02-22

Bug Fixes

  • getLocalIdent: add rootContext support (webpack >= v4.0.0) (#681) (9f876d2)

Dependencies.io has updated babel-jest (a npm dependency in examples/cra-kitchen-sink) from "22.4.0" to "22.4.1".

22.4.1

Fixes

  • [jest-haste-map] Parallelize Watchman calls in crawler
    (#5640)
  • [jest-editor-support] Update TypeScript definitions
    (#5625)
  • [babel-jest] Remove retainLines argument to babel.
    (#5594)

Features

  • [jest-runtime] Provide require.main property set to module with test suite
    (#5618)

Chore & Maintenance

  • [docs] Add note about Node version support
    (#5622)
  • [docs] Update to use yarn
    (#5624)
  • [docs] Add how to mock scoped modules to Manual Mocks doc
    (#5638)

Dependencies.io has updated jest (a npm dependency in examples/cra-kitchen-sink) from "22.4.0" to "22.4.2".

22.4.2

Fixes

  • [jest-haste-map] Recreate Haste map when deserialization fails
    (#5642)
22.4.1

Fixes

  • [jest-haste-map] Parallelize Watchman calls in crawler
    (#5640)
  • [jest-editor-support] Update TypeScript definitions
    (#5625)
  • [babel-jest] Remove retainLines argument to babel.
    (#5594)

Features

  • [jest-runtime] Provide require.main property set to module with test suite
    (#5618)

Chore & Maintenance

  • [docs] Add note about Node version support
    (#5622)
  • [docs] Update to use yarn
    (#5624)
  • [docs] Add how to mock scoped modules to Manual Mocks doc
    (#5638)

Dependencies.io has updated babel-jest (a npm dependency in examples/official-storybook) from "22.4.0" to "22.4.1".

22.4.1

Fixes

  • [jest-haste-map] Parallelize Watchman calls in crawler
    (#5640)
  • [jest-editor-support] Update TypeScript definitions
    (#5625)
  • [babel-jest] Remove retainLines argument to babel.
    (#5594)

Features

  • [jest-runtime] Provide require.main property set to module with test suite
    (#5618)

Chore & Maintenance

  • [docs] Add note about Node version support
    (#5622)
  • [docs] Update to use yarn
    (#5624)
  • [docs] Add how to mock scoped modules to Manual Mocks doc
    (#5638)

Dependencies.io has updated jest (a npm dependency in examples/official-storybook) from "22.4.0" to "22.4.2".

22.4.2

Fixes

  • [jest-haste-map] Recreate Haste map when deserialization fails
    (#5642)
22.4.1

Fixes

  • [jest-haste-map] Parallelize Watchman calls in crawler
    (#5640)
  • [jest-editor-support] Update TypeScript definitions
    (#5625)
  • [babel-jest] Remove retainLines argument to babel.
    (#5594)

Features

  • [jest-runtime] Provide require.main property set to module with test suite
    (#5618)

Chore & Maintenance

  • [docs] Add note about Node version support
    (#5622)
  • [docs] Update to use yarn
    (#5624)
  • [docs] Add how to mock scoped modules to Manual Mocks doc
    (#5638)

Dependencies.io has updated css-loader (a npm dependency in app/angular) from "0.28.9" to "0.28.10".

0.28.10

2018-02-22

Bug Fixes

  • getLocalIdent: add rootContext support (webpack >= v4.0.0) (#681) (9f876d2)

Dependencies.io has updated css-loader (a npm dependency in app/polymer) from "0.28.9" to "0.28.10".

0.28.10

2018-02-22

Bug Fixes

  • getLocalIdent: add rootContext support (webpack >= v4.0.0) (#681) (9f876d2)

Dependencies.io has updated css-loader (a npm dependency in app/react-native) from "0.28.9" to "0.28.10".

0.28.10

2018-02-22

Bug Fixes

  • getLocalIdent: add rootContext support (webpack >= v4.0.0) (#681) (9f876d2)

Dependencies.io has updated css-loader (a npm dependency in app/vue) from "0.28.9" to "0.28.10".

0.28.10

2018-02-22

Bug Fixes

  • getLocalIdent: add rootContext support (webpack >= v4.0.0) (#681) (9f876d2)

Dependencies.io has updated css-loader (a npm dependency in examples/vue-kitchen-sink) from "0.28.9" to "0.28.10".

0.28.10

2018-02-22

Bug Fixes

  • getLocalIdent: add rootContext support (webpack >= v4.0.0) (#681) (9f876d2)

@codecov
Copy link

codecov bot commented Feb 23, 2018

Codecov Report

Merging #3063 into master will decrease coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3063      +/-   ##
==========================================
- Coverage   36.86%   36.78%   -0.08%     
==========================================
  Files         417      420       +3     
  Lines        9853     9873      +20     
  Branches      836      814      -22     
==========================================
  Hits         3632     3632              
- Misses       5749     5807      +58     
+ Partials      472      434      -38
Impacted Files Coverage Δ
app/react/src/demo/Button.js 80.95% <0%> (-4.05%) ⬇️
app/react/src/client/preview/error_display.js 57.14% <0%> (-2.86%) ⬇️
app/react/src/demo/Welcome.js 64.86% <0%> (-1.81%) ⬇️
addons/storyshots/src/angular/renderTree.js 65% <0%> (-1.67%) ⬇️
addons/jest/src/components/Result.js 0% <0%> (ø) ⬆️
lib/ui/src/modules/ui/components/search_box.js 36.36% <0%> (ø) ⬆️
lib/ui/src/modules/ui/containers/routed_link.js 22.72% <0%> (ø) ⬆️
addons/jest/src/components/Panel.js 0% <0%> (ø) ⬆️
lib/ui/src/modules/ui/components/layout/usplit.js 38.7% <0%> (ø) ⬆️
addons/viewport/src/components/RotateViewport.js 22.72% <0%> (ø) ⬆️
... and 79 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 b419875...43cc516. Read the comment docs.

@Hypnosphi Hypnosphi merged commit c1b29ea into master Feb 23, 2018
@Hypnosphi Hypnosphi deleted the dependencies.io-update-build-269.0.0 branch February 23, 2018 17:43
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