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 17 dependencies from npm #3219

Merged
merged 19 commits into from
Mar 16, 2018
Merged

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Mar 15, 2018

Overview

The following dependencies have been updated:

  • @angular/common in / from "5.2.8" to "5.2.9"
  • @angular/compiler in / from "5.2.8" to "5.2.9"
  • @angular/core in / from "5.2.8" to "5.2.9"
  • @angular/forms in / from "5.2.8" to "5.2.9"
  • @angular/platform-browser in / from "5.2.8" to "5.2.9"
  • @angular/platform-browser-dynamic in / from "5.2.8" to "5.2.9"
  • danger in / from "3.1.8" to "3.2.0"
  • eslint-plugin-jest in / from "21.14.1" to "21.15.0"
  • jest-vue-preprocessor in / from "1.3.1" to "1.4.0"
  • react-chromatic in examples/official-storybook from "0.7.10" to "0.7.11"
  • @angular/common in examples/angular-cli from "5.2.8" to "5.2.9"
  • @angular/compiler in examples/angular-cli from "5.2.8" to "5.2.9"
  • @angular/core in examples/angular-cli from "5.2.8" to "5.2.9"
  • @angular/forms in examples/angular-cli from "5.2.8" to "5.2.9"
  • @angular/platform-browser in examples/angular-cli from "5.2.8" to "5.2.9"
  • @angular/platform-browser-dynamic in examples/angular-cli from "5.2.8" to "5.2.9"
  • @angular/compiler-cli in examples/angular-cli from "5.2.8" to "5.2.9"

Details

Dependencies.io has updated @angular/common (a npm dependency in /) from "5.2.8" to "5.2.9".

5.2.9

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 @angular/compiler (a npm dependency in /) from "5.2.8" to "5.2.9".

5.2.9

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 @angular/core (a npm dependency in /) from "5.2.8" to "5.2.9".

5.2.9

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 @angular/forms (a npm dependency in /) from "5.2.8" to "5.2.9".

5.2.9

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 @angular/platform-browser (a npm dependency in /) from "5.2.8" to "5.2.9".

5.2.9

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 @angular/platform-browser-dynamic (a npm dependency in /) from "5.2.8" to "5.2.9".

5.2.9

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 danger (a npm dependency in /) from "3.1.8" to "3.2.0".

3.2.0
  • Add BitBucket Server support.

    To use Danger JS with BitBucket Server: you'll need to create a new account for Danger to use,
    then set the following environment variables on your CI:

    • DANGER_BITBUCKETSERVER_HOST = The root URL for your server, e.g. https://bitbucket.mycompany.com.
    • DANGER_BITBUCKETSERVER_USERNAME = The username for the account used to comment.
    • DANGER_BITBUCKETSERVER_PASSWORD = The password for the account used to comment.

    Then you will have a fully fleshed out danger.bitbucket_server object in your Dangerfile to work with,
    for example:

    import { danger, warn } from "danger"
    
    if (danger.bitbucket_server.pr.title.includes("WIP")) {
      warn("PR is considered WIP")
    }

    The DSL is fully fleshed out, you can see all the details inside the [Danger JS Reference][ref],
    but the summary is:

    danger.bitbucket_server.
      /** The pull request and repository metadata */
      metadata: RepoMetaData
      /** The related JIRA issues */
      issues: JIRAIssue[]
      /** The PR metadata */
      pr: BitBucketServerPRDSL
      /** The commits associated with the pull request */
      commits: BitBucketServerCommit[]
      /** The comments on the pull request */
      comments: BitBucketServerPRActivity[]
      /** The activities such as OPENING, CLOSING, MERGING or UPDATING a pull request */
      activities: BitBucketServerPRActivity[]

    You can see more in the docs for Danger + BitBucket Server.

    • [azz][]
  • Don't check for same user ID on comment when running as a GitHub App. [tibdex][]


Dependencies.io has updated eslint-plugin-jest (a npm dependency in /) from "21.14.1" to "21.15.0".

21.15.0

21.15.0 (2018-03-15)

Features

  • lowercase-name: add 'ignore' option (#92) (03a7cda), closes #76

Dependencies.io has updated jest-vue-preprocessor (a npm dependency in /) from "1.3.1" to "1.4.0".

1.4.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-chromatic (a npm dependency in examples/official-storybook) from "0.7.10" to "0.7.11".

0.7.11

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 @angular/common (a npm dependency in examples/angular-cli) from "5.2.8" to "5.2.9".

5.2.9

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 @angular/compiler (a npm dependency in examples/angular-cli) from "5.2.8" to "5.2.9".

5.2.9

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 @angular/core (a npm dependency in examples/angular-cli) from "5.2.8" to "5.2.9".

5.2.9

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 @angular/forms (a npm dependency in examples/angular-cli) from "5.2.8" to "5.2.9".

5.2.9

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 @angular/platform-browser (a npm dependency in examples/angular-cli) from "5.2.8" to "5.2.9".

5.2.9

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 @angular/platform-browser-dynamic (a npm dependency in examples/angular-cli) from "5.2.8" to "5.2.9".

5.2.9

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 @angular/compiler-cli (a npm dependency in examples/angular-cli) from "5.2.8" to "5.2.9".

5.2.9

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

@codecov
Copy link

codecov bot commented Mar 16, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3219   +/-   ##
=======================================
  Coverage   35.98%   35.98%           
=======================================
  Files         437      437           
  Lines        9474     9474           
  Branches      887      888    +1     
=======================================
  Hits         3409     3409           
+ Misses       5508     5506    -2     
- Partials      557      559    +2
Impacted Files Coverage Δ
...tions/src/lib/types/function/createFunctionEval.js 77.77% <0%> (ø) ⬆️
lib/ui/src/modules/ui/components/layout/index.js 27.15% <0%> (ø) ⬆️
lib/components/src/table/table.js 83.33% <0%> (ø) ⬆️
addons/a11y/src/components/Report/Info.js 0% <0%> (ø) ⬆️
addons/storysource/src/loader/index.js 0% <0%> (ø) ⬆️
lib/ui/src/modules/api/configs/init_api.js 40.42% <0%> (ø) ⬆️
addons/knobs/src/components/PropForm.js 9.3% <0%> (ø) ⬆️
...es__/update-addon-info/update-addon-info.output.js 0% <0%> (ø) ⬆️
addons/graphql/src/components/FullScreen/index.js 0% <0%> (ø) ⬆️
addons/storyshots/src/react/renderShallowTree.js 57.14% <0%> (ø) ⬆️
... and 55 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 55d6d6d...e4c37ee. Read the comment docs.

@Hypnosphi Hypnosphi merged commit 40596d0 into master Mar 16, 2018
@Hypnosphi Hypnosphi deleted the dependencies.io-update-build-301.0.0 branch March 16, 2018 01:10
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.

4 participants