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 24 dependencies from npm #3343

Merged
merged 27 commits into from Apr 3, 2018
Merged

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Apr 2, 2018

Overview

The following dependencies have been updated:

  • danger in / from "3.3.2" to "3.4.4"
  • eslint-plugin-import in / from "2.9.0" to "2.10.0"
  • lerna in / from "2.5.1" to "2.9.1"
  • lint-staged in / from "7.0.0" to "7.0.2"
  • react-lifecycles-compat in addons/background from "1.1.0" to "1.1.1"
  • react-lifecycles-compat in addons/events from "1.1.0" to "1.1.1"
  • react-textarea-autosize in addons/events from "6.1.0-0" to "6.1.0"
  • babel-plugin-react-docgen in app/react from "1.8.3" to "1.9.0"
  • nodemon in app/react from "1.17.2" to "1.17.3"
  • @types/react in addons/notes from "16.1.0" to "16.3.1"
  • react-lifecycles-compat in addons/info from "1.1.0" to "1.1.1"
  • moment in addons/knobs from "2.21.0" to "2.22.0"
  • react-lifecycles-compat in addons/knobs from "1.1.0" to "1.1.1"
  • react-textarea-autosize in addons/knobs from "6.1.0-0" to "6.1.0"
  • react-lifecycles-compat in lib/ui from "1.1.0" to "1.1.1"
  • serve-favicon in lib/core from "2.4.5" to "2.5.0"
  • zone.js in app/angular from "0.8.20" to "0.8.24"
  • nodemon in app/angular from "1.17.2" to "1.17.3"
  • nodemon in app/mithril from "1.17.2" to "1.17.3"
  • nodemon in app/polymer from "1.17.2" to "1.17.3"
  • ws in app/react-native from "5.1.0" to "5.1.1"
  • nodemon in app/vue from "1.17.2" to "1.17.3"
  • react-lifecycles-compat in examples/cra-kitchen-sink from "1.1.0" to "1.1.1"
  • zone.js in examples/angular-cli from "0.8.20" to "0.8.24"

Details

Dependencies.io has updated danger (a npm dependency in /) from "3.3.2" to "3.4.4".

3.4.4
  • Fixed a bug where Danger would get access to all inline comments, thus deleting comments posted by other people
    [sunshinejr][]
3.4.3
  • Fixed a bug where updating multiple inline comments caused a Javascript error [sunshinejr][]
3.4.2
  • Improving reporting when multiple violations are o nthe same line of a file [sunshinejr][]
3.4.1
  • Protection against nulls in the inline comment data [orta][]
3.4.0
  • Adds support for inline comments when using GitHub.

    This is one of those "massive under the hood" changes, that has a tiny user DSL surface. From this point onwards
    fail, warn, message and markdown all take an extra two optional params: file?: string and line?: number.

    Adding file and line to the call of any exported communication function will trigger one of two things:

    • Danger will create a new comment inline inside your PR with your warning/message/fail/markdown
    • Danger will append a in the main Danger comment with your warning/message/fail/markdown

    Inline messages are edited/created/deleted with each subsequent run of danger ci in the same way the main comment
    does. This is really useful for: linters, test runners and basically anything that relies on the contents of a file
    itself.

    If you're using danger process to communicate with an external process, you can return JSON like:

    {
      "markdowns": [
        {
          "file": "package.swift",
          "line": 3,
          "message": "Needs more base"
        }
      ]
      // [...]
    }

    -- [sunshinejr][]

  • Adds a data validation step when Danger gets results back from a process . [orta][]


Dependencies.io has updated eslint-plugin-import (a npm dependency in /) from "2.9.0" to "2.10.0".

2.10.0

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated lerna (a npm dependency in /) from "2.5.1" to "2.9.1".

2.9.1

🚀 Enhancement

Committers: 1


Dependencies.io has updated lint-staged (a npm dependency in /) from "7.0.0" to "7.0.2".

7.0.2

7.0.2 (2018-04-01)

Bug Fixes

  • Hide error message in a private field to avoid duplicate logs (#421) (4d6f165)
7.0.1

7.0.1 (2018-03-30)

Bug Fixes

  • package: update staged-git-files to version 1.1.1 (31176c9)

Dependencies.io has updated react-lifecycles-compat (a npm dependency in addons/background) from "1.1.0" to "1.1.1".

1.1.1

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated react-lifecycles-compat (a npm dependency in addons/events) from "1.1.0" to "1.1.1".

1.1.1

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated react-textarea-autosize (a npm dependency in addons/events) from "6.1.0-0" to "6.1.0".

6.1.0

Moved height recalculation to componentDidUpdate hook - should behave the same for all compatible React versions and at the same time won't be using deprecated componentWillReceiveProps hook.


Dependencies.io has updated babel-plugin-react-docgen (a npm dependency in app/react) from "1.8.3" to "1.9.0".

1.9.0
  • Use react-docgen 3.0-beta for enhanced Flow support

Dependencies.io has updated nodemon (a npm dependency in app/react) from "1.17.2" to "1.17.3".

1.17.3

1.17.3 (2018-03-31)

Bug Fixes

  • don't throw when required in the repl (aa18c80), closes #1292

Dependencies.io has updated @types/react (a npm dependency in addons/notes) from "16.1.0" to "16.3.1".

16.3.1

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

16.3.0

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated react-lifecycles-compat (a npm dependency in addons/info) from "1.1.0" to "1.1.1".

1.1.1

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated moment (a npm dependency in addons/knobs) from "2.21.0" to "2.22.0".

2.22.0
  • Release Mar 30, 2018

  • #4423 [new locale] Added Mongolian locale mn

  • Various locale improvements

  • Minor misc changes


Dependencies.io has updated react-lifecycles-compat (a npm dependency in addons/knobs) from "1.1.0" to "1.1.1".

1.1.1

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated react-textarea-autosize (a npm dependency in addons/knobs) from "6.1.0-0" to "6.1.0".

6.1.0

Moved height recalculation to componentDidUpdate hook - should behave the same for all compatible React versions and at the same time won't be using deprecated componentWillReceiveProps hook.


Dependencies.io has updated react-lifecycles-compat (a npm dependency in lib/ui) from "1.1.0" to "1.1.1".

1.1.1

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated serve-favicon (a npm dependency in lib/core) from "2.4.5" to "2.5.0".

2.5.0
  • Ignore requests without url property
    • deps: ms@2.1.1
      • Add week
      • Add w

Dependencies.io has updated zone.js (a npm dependency in app/angular) from "0.8.20" to "0.8.24".

0.8.24

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

0.8.23

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

0.8.22

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

0.8.21

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated nodemon (a npm dependency in app/angular) from "1.17.2" to "1.17.3".

1.17.3

1.17.3 (2018-03-31)

Bug Fixes

  • don't throw when required in the repl (aa18c80), closes #1292

Dependencies.io has updated nodemon (a npm dependency in app/mithril) from "1.17.2" to "1.17.3".

1.17.3

1.17.3 (2018-03-31)

Bug Fixes

  • don't throw when required in the repl (aa18c80), closes #1292

Dependencies.io has updated nodemon (a npm dependency in app/polymer) from "1.17.2" to "1.17.3".

1.17.3

1.17.3 (2018-03-31)

Bug Fixes

  • don't throw when required in the repl (aa18c80), closes #1292

Dependencies.io has updated ws (a npm dependency in app/react-native) from "5.1.0" to "5.1.1".

5.1.1

Bug fixes


Dependencies.io has updated nodemon (a npm dependency in app/vue) from "1.17.2" to "1.17.3".

1.17.3

1.17.3 (2018-03-31)

Bug Fixes

  • don't throw when required in the repl (aa18c80), closes #1292

Dependencies.io has updated react-lifecycles-compat (a npm dependency in examples/cra-kitchen-sink) from "1.1.0" to "1.1.1".

1.1.1

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.


Dependencies.io has updated zone.js (a npm dependency in examples/angular-cli) from "0.8.20" to "0.8.24".

0.8.24

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

0.8.23

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

0.8.22

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

0.8.21

No content found. Please open an issue at https://github.com/dependencies-io/support if you think this content could have been found.

@Hypnosphi Hypnosphi merged commit 9dfe244 into master Apr 3, 2018
@Hypnosphi Hypnosphi deleted the dependencies.io-update-build-325.0.0 branch April 3, 2018 01:23
@Hypnosphi Hypnosphi added the patch:yes Bugfix & documentation PR that need to be picked to main branch label Apr 3, 2018
@Hypnosphi
Copy link
Member

Marked as patch because of 4db2210

@codecov
Copy link

codecov bot commented Apr 3, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@9d8a173). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #3343   +/-   ##
=========================================
  Coverage          ?   35.82%           
=========================================
  Files             ?      472           
  Lines             ?    10164           
  Branches          ?      951           
=========================================
  Hits              ?     3641           
  Misses            ?     5889           
  Partials          ?      634

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 9d8a173...89cd57d. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants