MCS-Lite / mcs-lite

🎛 MCS Lite Common UI and Websites.
https://mcslite.netlify.com
MIT License
75 stars 9 forks source link

chore(deps): update dependency danger to v3.3.2 - autoclosed #584

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency danger from v3.1.8 to v3.3.2

Release Notes ### [`v3.2.0`](https://github.com/danger/danger-js/blob/master/CHANGELOG.md#​320) ======= * 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: ```ts 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: ```ts 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](http://danger.systems/js/usage/bitbucket_server.html). * [@​azz][] * Don't check for same user ID on comment when running as a GitHub App. [@​tibdex][] --- ### [`v3.3.0`](https://github.com/danger/danger-js/blob/master/CHANGELOG.md#​330) * Fix `committer` field issue - missing in Stash API by using commit author instead. [@​zdenektopic][] * Adds a new command: `reset-status` This command is for setting the CI build status in advance of running Danger. If your Danger build relies on running tests/linters, then you might want to set the PR status (the red/green/yellow dots) to pending at the start of your build. You can do this by running `yarn danger reset-status`. [@​mxstbr][] --- ### [`v3.3.1`](https://github.com/danger/danger-js/blob/master/CHANGELOG.md#​331) * Fixed Babel 7 breaking because of sourceFileName being defined wrong. [@​happylinks][] --- ### [`v3.3.2`](https://github.com/danger/danger-js/blob/master/CHANGELOG.md#​332) * Adds support for TeamCity as a CI provider. [@​fwal][] ---
Commits #### v3.2.0 - [`a2966c4`](https://github.com/danger/danger-js/commit/a2966c4c6e86842a300a269b0b1c292dcee951e8) Merge pull request #​525 from tibdex/master - [`2a0451c`](https://github.com/danger/danger-js/commit/2a0451c844190de29261bf486a260b637520bb98) Merge master - [`9bf089a`](https://github.com/danger/danger-js/commit/9bf089acde61ffae4178737eeca2bfc858221900) Merge pull request #​516 from azz/bitbucket-server - [`d0003a7`](https://github.com/danger/danger-js/commit/d0003a7e581a8e48cb336723aad5d8d7dd211022) Merge master - [`dfa573a`](https://github.com/danger/danger-js/commit/dfa573a28a2b6d7fcc3b4d912dfd1f7ba07b90fb) BBS docs, and DSL changes - [`47e1fca`](https://github.com/danger/danger-js/commit/47e1fca0f59bcc60f9a2d32d43a064480667d343) Merge pull request #​534 from danger/more_bbs - [`1c19b2c`](https://github.com/danger/danger-js/commit/1c19b2c3046e5438fc4c6f5c0a08319de99bc708) Release bump #### v3.3.0 - [`88c49b3`](https://github.com/danger/danger-js/commit/88c49b376fc6501cf33008a07028eb7040b08037) Fix typo in 'The Dangerfile' doc - [`26793f1`](https://github.com/danger/danger-js/commit/26793f168977493d15f433c1b2fa87bf0746f7d0) Merge pull request #​536 from kevinSuttle/patch-1 - [`51283c0`](https://github.com/danger/danger-js/commit/51283c06ec0157aae5c2901b7ae71c05cf3274a0) Add `reset-status` command - [`9d34830`](https://github.com/danger/danger-js/commit/9d348308db285896cc254cda70d55629ee0efb13) Add changelog entry - [`ddde5e2`](https://github.com/danger/danger-js/commit/ddde5e2dd9482e0eb7e8ac0a27134e7645af9640) Fix committer for Stash REST API - [`c9f7620`](https://github.com/danger/danger-js/commit/c9f7620530897cb0e2b3caf8e13e71c4b000e9d9) typo - [`c8d434d`](https://github.com/danger/danger-js/commit/c8d434d0c8765696dcc6acb5c91d8a13265836f0) put author instead of committer - [`ba7630c`](https://github.com/danger/danger-js/commit/ba7630c97f27bafa9f33f0cdcd68109a671adc17) Merge pull request #​538 from mxstbr/reset-status - [`7f27424`](https://github.com/danger/danger-js/commit/7f27424c0e868edf86982f6d89abe8fa113f7aff) CHANGELOG - [`3763449`](https://github.com/danger/danger-js/commit/37634492b9f4c7f9ee3b49f247a9b768bec41320) Merge branch 'master' into bugfix/stash-api-committer - [`eb6e7bb`](https://github.com/danger/danger-js/commit/eb6e7bbd6af8bf7563a25e9e29bd8b99423169d2) Merge pull request #​540 from zdenektopic/bugfix/stash-api-committer - [`b11291e`](https://github.com/danger/danger-js/commit/b11291ea6065a3a294cfafe5d83ec85e9993a2f7) Version bump #### v3.3.1 - [`5a68031`](https://github.com/danger/danger-js/commit/5a680314279114ed2ea963007b8f3f03bfd71f16) Support for TeamCity - [`4ab042d`](https://github.com/danger/danger-js/commit/4ab042dc6c41c907fa501b0aa15d0857f5a15008) Updated changelog - [`96971d1`](https://github.com/danger/danger-js/commit/96971d10303cb7b9175392de7a72e18bdbf9f130) Mention TeamCity in readme - [`2874ae1`](https://github.com/danger/danger-js/commit/2874ae1aed0d26124ad485438e41a3f6c9063af9) Changed null to undefined for sourceFileName and sourceMapTarget. - [`6f6c146`](https://github.com/danger/danger-js/commit/6f6c1463d4f3b51c4f89f4800dfaac571d6d4f79) Added changelog entry - [`e517c33`](https://github.com/danger/danger-js/commit/e517c339b04c8055a4711680522118b06af5c7bb) Merge pull request #​543 from happylinks/patch-1 - [`98172b2`](https://github.com/danger/danger-js/commit/98172b282494d146d21829d14a5b5731d50e11a7) Prepare for release #### v3.3.2 - [`448d71c`](https://github.com/danger/danger-js/commit/448d71c7923c292b79bf1961cfcea918fca8ca3c) Merge branch 'master' into teamcity - [`2edb5fe`](https://github.com/danger/danger-js/commit/2edb5fe24ea41677753bd6d1d9c9ca1f3da8f474) Merge pull request #​541 from fwal/teamcity - [`2cdbc6f`](https://github.com/danger/danger-js/commit/2cdbc6f1ffed5253c40639fc7ed7bd299347f949) Prepare for release

This PR has been generated by Renovate Bot.

evenchange4 commented 6 years ago

Deploy preview for mcs-lite-introduction ready!

Built with commit 0b9fed4c77f687d4f8a14b7d7c7492e6dcb0f264

https://deploy-preview-584--mcs-lite-introduction.netlify.com

evenchange4 commented 6 years ago

Deploy preview for mcslite ready!

Built with commit 0b9fed4c77f687d4f8a14b7d7c7492e6dcb0f264

https://deploy-preview-584--mcslite.netlify.com

evenchange4 commented 6 years ago

Deploy preview for mcs-lite-ui ready!

Built with commit 0b9fed4c77f687d4f8a14b7d7c7492e6dcb0f264

https://deploy-preview-584--mcs-lite-ui.netlify.com

michaelhsu-bot commented 6 years ago
Warnings
:warning: Please add a label to your PR.
:warning: Please assign someone to merge this PR, and optionally include people who should review.
:warning: Changes were made to package.json, but not to licenses.csv - Perhaps you need to run `$ yarn run license`?

Generated by :no_entry_sign: dangerJS

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #584   +/-   ##
======================================
  Coverage    84.4%   84.4%           
======================================
  Files         319     319           
  Lines        2648    2648           
  Branches      169     169           
======================================
  Hits         2235    2235           
  Misses        352     352           
  Partials       61      61

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 072801d...0b9fed4. Read the comment docs.