danger/danger-js
### [`v10.7.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1070)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.6.6...10.7.0)
- Adds support for XcodeCloud
### [`v10.6.6`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1066)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.6.4...10.6.6)
- Fix for supporting Bitbucket Server personal repositories
- GitLab: Added `GitLabApi` to `danger.gitlab.api`. - \[[@shyim](https://togithub.com/shyim)]
- GitLab: Added label helper functions to `danger.gitlab.api.addLabels` and `danger.gitlab.api.removeLabels`. - \[[@shyim](https://togithub.com/shyim)]
### [`v10.6.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1064)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.6.3...10.6.4)
- DEBUG="\*" will now log out the response for any HTTP request which isn't classed as "OK" - \[[@orta](https://togithub.com/orta)]
### [`v10.6.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1063)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.6.2...10.6.3)
- Fixed Bitrise's `ciRunURL` underlying env var - \[[@rogerluan](https://togithub.com/rogerluan)]
- Simplified Bitrise repo slug lookup, fixing SSH URL parsing in BitBucketServer - \[[@rogerluan](https://togithub.com/rogerluan)]
- Log failure to update status also when not in verbose mode - \[[@rogerluan](https://togithub.com/rogerluan)]
### [`v10.6.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1062)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.6.1...10.6.2)
- Added Codemagic.io as a supported CI - \[[@fbartho](https://togithub.com/fbartho)]
- Switched Danger's default branch to be 'main' from 'master' - \[[@orta](https://togithub.com/orta)]
- Added GitLab Approvals to the DSL: `gitlab.approvals` - kelvin-lemon
### [`v10.6.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1061)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.6.0...10.6.1)
- Better detection of using the github actions bot for comment deletion - \[[@orta](https://togithub.com/orta)]
### [`v10.6.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1060)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.5.4...10.6.0)
- Bitbucket Cloud: Add markdown emoji instead of unicode - \[[@JanStevens](https://togithub.com/JanStevens)]
- Add `DANGER_DISABLE_TSC` environment variable to disable transpiling with tsc, providing a way to force transpiling
with Babel - \[[@ozzieorca](https://togithub.com/ozzieorca)]
- Adds options `--newComment` and `--removePreviousComments` - \[[@davidhouweling](https://togithub.com/davidhouweling)]
- Add support for a file path filter when calculation lines of code - \[[@melvinvermeer](https://togithub.com/melvinvermeer)]
### [`v10.5.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1054)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.5.3...10.5.4)
- Fix for `danger local` not passing through `--staging` - \[[@g3offrey](https://togithub.com/g3offrey)]
### [`v10.5.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1053)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.5.2...10.5.3)
- Fix for `danger local` not showing commit messages - \[[@hmschreiner](https://togithub.com/hmschreiner)]
### [`v10.5.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1052)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.5.1...10.5.2)
- Adds `danger.git.head` and `danger.git.base` - \[[@jamiebuilds](https://togithub.com/jamiebuilds)]
### [`v10.5.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1051)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.5.0...10.5.1)
- Bitbucket Cloud: Fix bug when Danger updating inline comment with summary comment. - \[[@hellocore](https://togithub.com/hellocore)]
- Fall back to alternative methods for establishing the PR number from CodeBuild - \[[@alexandermendes](https://togithub.com/alexandermendes)]
### [`v10.5.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1050)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.4.1...10.5.0)
- Handle deprecations for the APIs used with `--use-github-checks` [#1073](https://togithub.com/danger/danger-js/issues/1073) [@wardpeet](https://togithub.com/wardpeet)
### [`v10.4.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1041)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.4.0...10.4.1)
- Improved `tsconfig.json` file lookup strategy: it now looks for it starting from the location of the danger file.
[#1068](https://togithub.com/danger/danger-js/issues/1068) [@igorbek](https://togithub.com/igorbek)
- Upgrade node-fetch to 2.6.1 to fix GHSA-w7rc-rwvf-8q5r. [#1071](https://togithub.com/danger/danger-js/issues/1071) [@hmcc](https://togithub.com/hmcc)
### [`v10.4.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1040)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.3.1...10.4.0)
- Adds aliases to the FakeCI env vars. You could now have something like:
```yml
- run: "npx danger-ts ci"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DANGER_MANUAL_CI: true
DANGER_MANUAL_GH_REPO: ${{ steps.pr_info.outputs.repo }}
DANGER_MANUAL_PR: ${{ steps.pr_info.outputs.number }}
```
Which looks more intentional instead of: `DANGER_FAKE_CI` etc. [@orta](https://togithub.com/orta)
### [`v10.3.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1031)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.3.0...10.3.1)
- Experimental support for internal routing when using `npx danger-ts` \[[@orta](https://togithub.com/orta)]
### [`v10.3.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1030)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.2.1...10.3.0)
- Added a CLI option `--ignoreOutOfDiffComments` so that you can ignore inline-comments for lines that were not changed
in the checked PR. The comments would be ignored completely - they won't even show in the results comment. \[[@pinkasey](https://togithub.com/pinkasey)]
### [`v10.2.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1021)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.2.0...10.2.1)
- Wait for close event on spawned process in local git platform - \[[@gzaripov](https://togithub.com/gzaripov)]
- Fix Typo in README.md \[[@NotMoni](https://togithub.com/NotMoni)]
- Fix danger failure on getting diff for files with spaces in file path \[[@HonzaMac](https://togithub.com/HonzaMac)]
- Document how to disable transpilation \[[@rzgry](https://togithub.com/rzgry)]
- Fix get blob url for pr commit \[[@doniyor2109](https://togithub.com/doniyor2109)]
### [`v10.2.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1020)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.1.1...10.2.0)
- Take commit hash from CircleCI environment variable \[[@valscion](https://togithub.com/valscion)]
- Fix project path with /- in GitLab MR URL \[[@pgoudreau](https://togithub.com/pgoudreau)]
- When creating a new PR with `createOrUpdatePR`, add the description (as done when editing) - \[[@sogame](https://togithub.com/sogame)]
### [`v10.1.1`](https://togithub.com/danger/danger-js/releases/10.1.1)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.1.0...10.1.1)
- Release faff: ([`27d1dcc`](https://togithub.com/danger/danger-js/commit/27d1dcc))
- Remove the update changelog setp ([`585b006`](https://togithub.com/danger/danger-js/commit/585b006))
- Prepare for release ([`16d8666`](https://togithub.com/danger/danger-js/commit/16d8666))
- Make bamboo names match up ([`0a33bfd`](https://togithub.com/danger/danger-js/commit/0a33bfd))
- Merge branch 'master' of https://github.com/danger/danger-js ([`56d36bb`](https://togithub.com/danger/danger-js/commit/56d36bb))
- Merge pull request [#1033](https://togithub.com/danger/danger-js/issues/1033) from valscion/circle-ci-commit-hash ([`8090b86`](https://togithub.com/danger/danger-js/commit/8090b86))
- Add changelog entry ([`bf3e021`](https://togithub.com/danger/danger-js/commit/bf3e021))
- Take commit hash from CircleCI ([`dbac25a`](https://togithub.com/danger/danger-js/commit/dbac25a))
- Merge pull request [#1032](https://togithub.com/danger/danger-js/issues/1032) from sogame/createOrUpdatePR_create_body ([`f58ee85`](https://togithub.com/danger/danger-js/commit/f58ee85))
- Add description when creating a pr with "createOrUpdatePR" ([`94688fe`](https://togithub.com/danger/danger-js/commit/94688fe))
- Merge pull request [#1030](https://togithub.com/danger/danger-js/issues/1030) from pgoudreau/origin/danger-pr-gitlab-url ([`c17604e`](https://togithub.com/danger/danger-js/commit/c17604e))
- Fix project path with /- in GitLab MR URL ([`4ab7345`](https://togithub.com/danger/danger-js/commit/4ab7345))
- More release-it faff ([`e7d9b6a`](https://togithub.com/danger/danger-js/commit/e7d9b6a))
- Release 10.1.0 ([`4e36b7c`](https://togithub.com/danger/danger-js/commit/4e36b7c))
- Update release it json ([`297a254`](https://togithub.com/danger/danger-js/commit/297a254))
- Faff ([`94475c3`](https://togithub.com/danger/danger-js/commit/94475c3))
- Update release-it ([`d5c3172`](https://togithub.com/danger/danger-js/commit/d5c3172))
### [`v10.1.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1010)
[Compare Source](https://togithub.com/danger/danger-js/compare/10.0.0...10.1.0)
- Adds support for Bamboo CI \[[@tim3trick](https://togithub.com/tim3trick)]
- Replace regex to a long url repos approach on Bitrise \[[@lucasmpaim](https://togithub.com/lucasmpaim)]
- Pass process arguments back to the original process \[[@f-meloni](https://togithub.com/f-meloni)]
- When fetching existing labels in `createOrAddLabel` use pagination to fetch them all - \[[@sogame](https://togithub.com/sogame)]
### [`v10.0.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1000)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.4.0...10.0.0)
- Changed JSON patch implementation for better memory performance. \[[@dkundel](https://togithub.com/dkundel)]
**Breaking:** `JSONPatchForFile` will return a different order of operations than previously. It will also return a
`path` with the index of the element inserted into an array for `add` operations.
### [`v9.4.0`](https://togithub.com/danger/danger-js/releases/9.4.0)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.3.0...9.4.0)
- Vbump ([`24b0965`](https://togithub.com/danger/danger-js/commit/24b0965))
- Merge pull request [#1018](https://togithub.com/danger/danger-js/issues/1018) from sogame/Contributor_url ([`dcf1472`](https://togithub.com/danger/danger-js/commit/dcf1472))
- Add missing contributor url ([`49b6f27`](https://togithub.com/danger/danger-js/commit/49b6f27))
- Merge pull request [#1017](https://togithub.com/danger/danger-js/issues/1017) from sogame/Labels_add_debug ([`e6c7436`](https://togithub.com/danger/danger-js/commit/e6c7436))
- Add debug messages for "createLabel" and "addLabels" failures in "createOrAddLabel" ([`31a1961`](https://togithub.com/danger/danger-js/commit/31a1961))
### [`v9.3.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#930)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.2.10...9.3.0)
- Add the staged flag to `danger local` command - \[[@soyn](https://togithub.com/soyn)]
- Don't use hardcoded userId to update comments if using personal token in Github Actions - \[[@rohit-gohri](https://togithub.com/rohit-gohri)]
- Disable warning in Github Action if using DANGER_GITHUB_API_TOKEN - \[[@rohit-gohri](https://togithub.com/rohit-gohri)]
- Update `parse-diff` library - \[[@417-72KI](https://togithub.com/417-72KI)]
- Fix repository slug in Jenkins provider - \[sandratatarevicova]
- Add Gitlab diff support - \[[@rohit-gohri](https://togithub.com/rohit-gohri)]
- Fix Typos across danger-js Repo - \[[@yohix](https://togithub.com/yohix)]
- Fix `@octokit/rest` deprecation warning when using `.issues.addLabels()` - \[[@sogame](https://togithub.com/sogame)]
### [`v9.2.10`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#9210)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.2.9...9.2.10)
- Fixes for the homebrew generated binaries - \[[@hellocore](https://togithub.com/hellocore)]
### [`v9.2.9`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#929)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.2.8...9.2.9)
- Bitbucket Cloud: Allow DangerCI to get UUID from Bitbucket - \[[@hellocore](https://togithub.com/hellocore)]
- Update docs for GitLab - \[[@orta](https://togithub.com/orta)]
### [`v9.2.8`](https://togithub.com/danger/danger-js/releases/9.2.8)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.2.7...9.2.8)
- Prepare for release ([`00d11ee`](https://togithub.com/danger/danger-js/commit/00d11ee))
### [`v9.2.7`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#927-8-9)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.2.6...9.2.7)
- Maybe fix deploys to GPR for Docker - \[[@orta](https://togithub.com/orta)]
### [`v9.2.6`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#926)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.2.5...9.2.6)
- Add support for Cirrus CI - \[[@RDIL](https://togithub.com/RDIL)]
### [`v9.2.5`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#925)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.2.4...9.2.5)
- Remove additional danger from pr generated json - \[[@f-meloni](https://togithub.com/f-meloni)]
### [`v9.2.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#924)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.2.3...9.2.4)
- Fix github actions checks - \[[@f-meloni](https://togithub.com/f-meloni)]
### [`v9.2.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#923)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.2.2...9.2.3)
- Support more events on GitHub actions - \[[@f-meloni](https://togithub.com/f-meloni)]
### [`v9.2.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#922)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.2.1...9.2.2)
- Fix binary files for BitBucket Server - \[[@osmestad](https://togithub.com/osmestad)]
- Allow GHE to use checks - \[[@adam-bratin](https://togithub.com/adam-bratin)]
### [`v9.2.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#9210)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.2.0...9.2.1)
- Fixes for the homebrew generated binaries - \[[@hellocore](https://togithub.com/hellocore)]
### [`v9.2.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#920)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.1.8...9.2.0)
- Add Buddy.works Pipelines support - \[[@kristof0425](https://togithub.com/kristof0425)]
- Added flag to bypass Jira/Issues - \[[@orieken](https://togithub.com/orieken)]
- Improve docs for GitHub Actions - \[[@nguyenhuy](https://togithub.com/nguyenhuy)]
### [`v9.1.8`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#918)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.1.7...9.1.8)
- Get GitHub Actions event file pathname from env variable - \[[@IljaDaderko](https://togithub.com/IljaDaderko)]
### [`v9.1.7`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#917)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.1.5...9.1.7)
- GitHub Actions docs update - \[[@orta](https://togithub.com/orta)]
### [`v9.1.5`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#915)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.1.4...9.1.5)
- Take commit hash from bitrise env - \[[@f-meloni](https://togithub.com/f-meloni)]
### [`v9.1.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#914)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.1.3...9.1.4)
- Use new env `BITBUCKET_REPO_FULL_NAME` in bitbucket pipeline. - \[[@Soyn](https://togithub.com/Soyn)]
- Take commit hash from CI Source if available - \[[@f-meloni](https://togithub.com/f-meloni)]
### [`v9.1.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#913)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.1.1...9.1.3)
- Updates GitLab API to 10.x - \[[@awgeorge](https://togithub.com/awgeorge)]
### [`v9.1.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#911)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.1.0...9.1.1)
- Fixes TS declarations - \[[@orta](https://togithub.com/orta)]
- Fix Github Actions documentation - \[[@ravanscafi](https://togithub.com/ravanscafi)]
- Improve Performance by Caching BitBucket Cloud Commits - \[[@hellocore](https://togithub.com/hellocore)]
- Add compliment message to comment template on Bitbucket Cloud - \[[@hellocore](https://togithub.com/hellocore)]
- Add option to set custom icon in messages - \[[@rohit-gohri](https://togithub.com/rohit-gohri)]
### [`v9.1.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#910)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.0.3...9.1.0)
- Expose BitBucketServerAPI - \[[@NMinhNguyen](https://togithub.com/NMinhNguyen)]
### [`v9.0.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#903)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.0.2...9.0.3)
- Add support OAuth for BitBucket Cloud - \[[@hellocore](https://togithub.com/hellocore)]
- Allow `handleResults` to be called without a `git` object - \[[@jtreanor](https://togithub.com/jtreanor)]
### [`v9.0.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#902)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.0.1...9.0.2)
- Fix for the GitLab dependency making danger not load - \[[@f-meloni](https://togithub.com/f-meloni)]
### [`v9.0.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#901)
[Compare Source](https://togithub.com/danger/danger-js/compare/9.0.0...9.0.1)
- Fixed incorrect main comment template on Bitbucket Cloud - \[[@hellocore](https://togithub.com/hellocore)]
### [`v9.0.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#900)
[Compare Source](https://togithub.com/danger/danger-js/compare/8.0.0...9.0.0)
- Add BitBucket Cloud & BitBucket Pipelines support - \[[@hellocore](https://togithub.com/hellocore)]
- Add GitLab missing states - \[[@f-meloni](https://togithub.com/f-meloni)]
- Fixes incorrect slug for builds from forks on Codefresh - \[[@stevenp](https://togithub.com/stevenp)]
### [`v8.0.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#800)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.1.4...8.0.0)
- Adds GitLab & GitLab CI support - \[[@notjosh](https://togithub.com/notjosh)], \[[@bigkraig](https://togithub.com/bigkraig)], \[[@jamime](https://togithub.com/jamime)]
- Add support for AppCenter - \[[@mrndjo](https://togithub.com/mrndjo)]
### [`v7.1.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#714)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.1.3...7.1.4)
- Un-hardcodes the repo in `danger.github.utils.createOrUpdatePR`- \[[@ds300](https://togithub.com/ds300)]
### [`v7.1.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#713)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.1.2...7.1.3)
- Cleans up the declarations a little bit - \[[@orta](https://togithub.com/orta)]
- Adds support for [Codefresh CI](https://codefresh.io) - \[[@stevenp](https://togithub.com/stevenp)]
### [`v7.1.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#712)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.1.1...7.1.2)
- Update ts-jest to 24.0.2 - \[[@friederbluemle](https://togithub.com/friederbluemle)]
- Adds a fix for the default name of Danger in status - \[[@orta](https://togithub.com/orta)]
- Adds `danger.git.fileMatch.getKeyedPaths()`, providing more convenient access to paths. This replaces
`fileMatch.tap()` and `fileMatch.debug()`.
```ts
const components = fileMatch("components/**/*.js", "!**/*.test.js")
const componentTests = fileMatch("!**/*.test.js")
if (components.edited && !componentTests.edited) {
warn(
[
"This PR modified some components but none of their tests. ",
"That's okay so long as it's refactoring existing code. ",
"Affected files: ",
components.getKeyedPaths().edited.join(", "),
].join("")
)
}
```
This makes it much simpler to compose a collection of file checks - \[[@paulmelnikow](https://togithub.com/paulmelnikow)]
### [`v7.1.1`](https://togithub.com/danger/danger-js/releases/7.1.1)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.1.0...7.1.1)
- Fix changelog ([`b64b42a`](https://togithub.com/danger/danger-js/commit/b64b42a))
### [`v7.1.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#710)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.19...7.1.0)
- Adds Chainsmoker, and expands the Danger DSL with the addition of `danger.git.fileMatch`.
```ts
const documentation = danger.git.fileMatch("**/*.md")
const packageJson = danger.git.fileMatch("package.json")
const lockfile = danger.git.fileMatch("yarn.lock", "package-lock.json")
if (documentation.edited) {
message("Thanks - We :heart: our [documentarians](http://www.writethedocs.org/)!")
}
if (packageJson.modified && !lockfile.modified) {
warn("This PR modified package.json, but not the lockfile")
}
```
This makes it much simpler to compose a collection of file checks - \[[@paulmelnikow](https://togithub.com/paulmelnikow)]
### [`v7.0.19`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7019)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.17...7.0.19)
- Taken a stab at trying to make the commit status summary to feel better in both Danger & Peril \[[@orta](https://togithub.com/orta)]\[[@dblandin](https://togithub.com/dblandin)]
### [`v7.0.17`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7017)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.16...7.0.17)
- Send different build update keys based on the id on Bitbucket \[[@f-meloni](https://togithub.com/f-meloni)]
### [`v7.0.16`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7016)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.15...7.0.16)
- Add support for CodeBuild CI source \[[@sharkysharks](https://togithub.com/sharkysharks)]
### [`v7.0.15`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7015)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.14...7.0.15)
- Enable Danger runs with different DangerIDs to post separate statuses \[[@randak](https://togithub.com/randak)]
- Docs: fix typo - \[[@hiroppy](https://togithub.com/hiroppy)]
- Fixed: isCI check for Codeship - \[[@msteward](https://togithub.com/msteward)]
### [`v7.0.14`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7014)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.13...7.0.14)
- Fixed: Crash on BitbucketServer when the change type is unknown - \[[@f-meloni](https://togithub.com/f-meloni)]
- Add `linesOfCode` in `GitDSL` - \[[@ninjaprox](https://togithub.com/ninjaprox)]
- Docs: document GitHubMergeRef type - \[[@nornagon](https://togithub.com/nornagon)]
### [`v7.0.13`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7013)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.12...7.0.13)
- Adds some Debug logs for babel transformation - \[[@orta](https://togithub.com/orta)]
### [`v7.0.12`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7012)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.11...7.0.12)
- Support multi-line import/require statements in Dangerfiles & possibly fix source-mapping for errors - \[[@fbartho](https://togithub.com/fbartho)]
### [`v7.0.11`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7011)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.10...7.0.11)
- Return the DangerResults meta after sorting and merging operations - \[[@f-meloni](https://togithub.com/f-meloni)]
- Make bitbucket generated signature less aggressive - \[[@f-meloni](https://togithub.com/f-meloni)]
### [`v7.0.10`](https://togithub.com/danger/danger-js/releases/7.0.10)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.9...7.0.10)
- Prepare for release ([`36de6b0`](https://togithub.com/danger/danger-js/commit/36de6b0))
- Don't expect a default export from octokit ([`d096d18`](https://togithub.com/danger/danger-js/commit/d096d18))
### [`v7.0.9`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#709)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.8...7.0.9)
- Updates the import for octokit at the top of the danger.d.ts - \[[@orta](https://togithub.com/orta)]
### [`v7.0.8`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#708)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.7...7.0.8)
- Handles the previews API correctly - \[[@orta](https://togithub.com/orta)]
### [`v7.0.7`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#707)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.4...7.0.7)
- Removed `vm2` from Danger, it's not being used in Peril now - \[[@orta](https://togithub.com/orta)]
- `danger pr` with `--json` or --js\` now don't require a Dangerfile to be present - \[[@orta](https://togithub.com/orta)]
### [`v7.0.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#704)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.2...7.0.4)
- More fixes for `GITHUB_URL` instead of just `DANGER_GITHUB_URL` for GitHub Enterprise. - \[[@Aghassi](https://togithub.com/Aghassi)]
### [`v7.0.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#702)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.1...7.0.2)
- Fix issue where the PR command could not be run with a GitHub Enterprise URL.
- Specify filename when loading Babel options. Fixes [#664](https://togithub.com/danger/danger-js/issues/664)
([#804](https://togithub.com/danger/danger-js/pull/804)) - \[[@NMinhNguyen](https://togithub.com/NMinhNguyen)]
- Running Danger on GitHub Actions now runs Danger from source code. Before that, Danger on GitHub Actions is stuck at
v5.0.0-beta-24. [@dtinth](https://togithub.com/danger/danger-js/pull/810)
### [`v7.0.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7019)
[Compare Source](https://togithub.com/danger/danger-js/compare/7.0.0...7.0.1)
- Taken a stab at trying to make the commit status summary to feel better in both Danger & Peril \[[@orta](https://togithub.com/orta)]\[[@dblandin](https://togithub.com/dblandin)]
### [`v7.0.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#700)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.13...7.0.0)
- Updates `@octokit/rest` to v16.x.x - this is a **major** semver change on their end, which I know it breaks some of
Artsy/Danger's Peril Dangerfiles, so it's possible that it could break your Dangerfiles too. How do you know?
Roughly, if you have any code that uses `danger.github.api` then it's very possible that you need to update your code.
There are update notes [here](https://togithub.com/octokit/rest.js/releases/tag/v16.0.1), but if you're using TypeScript
then it'll raise the issues at a type-check level. Note, that this version may cause issues if you are using GitHub
Enterprise, you can get [updates here](https://togithub.com/danger/danger-js/issues/797).
### [`v6.1.13`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#6113)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.12...6.1.13)
- Allow sub-processes to pass their own name an href so that it doesn't say made by Danger JS \[[@orta](https://togithub.com/orta)]
This is done by extending the `DangerResults` object passed back to Danger JS, by adding a meta section to the JSON:
```json
{
"markdowns": [],
"fails": [],
"warnings": [],
"messages": [],
"meta": {
"runtimeHref": "https://mysite.com",
"runtimeName": "My Danger Runner"
}
}
```
`"meta"` is optional, and will fall back to the DangerJS one.
- Removed a dependency (voca) now that we're using TypeScript and have access to .includes \[[@orta](https://togithub.com/orta)]
### [`v6.1.12`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#6112)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.11...6.1.12)
- Fix issue with detecting Babel if `babel-core` is installed - \[[@sajjadzamani](https://togithub.com/sajjadzamani)]
### [`v6.1.11`](https://togithub.com/danger/danger-js/releases/6.1.11)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.10...6.1.11)
- Changelog faff ([`c25eb34`](https://togithub.com/danger/danger-js/commit/c25eb34))
- Merge pull request [#787](https://togithub.com/danger/danger-js/issues/787) from cysp/feature/github-actions-docs ([`09b9a69`](https://togithub.com/danger/danger-js/commit/09b9a69))
- Merge pull request [#786](https://togithub.com/danger/danger-js/issues/786) from cysp/feature/github-actions ([`f7cf264`](https://togithub.com/danger/danger-js/commit/f7cf264))
- Update GITHUB_EVENT_TYPE to GITHUB_EVENT_NAME for Actions ([`1e9ff77`](https://togithub.com/danger/danger-js/commit/1e9ff77))
- Link to the documentation for GitHub Actions ([`5e317d4`](https://togithub.com/danger/danger-js/commit/5e317d4))
- Merged by Peril ([`e8f0293`](https://togithub.com/danger/danger-js/commit/e8f0293))
- Remove backticks from [#783](https://togithub.com/danger/danger-js/issues/783) ([`a96e87e`](https://togithub.com/danger/danger-js/commit/a96e87e))
### [`v6.1.10`](https://togithub.com/danger/danger-js/releases/6.1.10)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.9...6.1.10)
- Use the changelog command ([`b576ed0`](https://togithub.com/danger/danger-js/commit/b576ed0))
- Merge pull request [#783](https://togithub.com/danger/danger-js/issues/783) from randak/add-commit-id ([`ec0f2b5`](https://togithub.com/danger/danger-js/commit/ec0f2b5))
- Merge branch 'master' into add-commit-id ([`4be622f`](https://togithub.com/danger/danger-js/commit/4be622f))
- Merge pull request [#784](https://togithub.com/danger/danger-js/issues/784) from sajjadzamani/support-older-babel-versions ([`0fdcda1`](https://togithub.com/danger/danger-js/commit/0fdcda1))
- Add support for older babel versions ([`8aee4e0`](https://togithub.com/danger/danger-js/commit/8aee4e0))
- Remove IDE generated files ([`5a837b0`](https://togithub.com/danger/danger-js/commit/5a837b0))
- Update changelog.md ([`e7a6c41`](https://togithub.com/danger/danger-js/commit/e7a6c41))
- Add commit ID to comment footer ([#168](https://togithub.com/danger/danger-js/issues/168)) ([`28bd18c`](https://togithub.com/danger/danger-js/commit/28bd18c))
### [`v6.1.9`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#619)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.8...6.1.9)
- Add commit ID to the comment footer \[[#168](https://togithub.com/danger/danger-js/issues/168)] - \[[@randak](https://togithub.com/randak)]
- Add support for `COPY` change type to fix a BitBucket Server regression in
[danger/danger-js#764](https://togithub.com/danger/danger-js/pull/764) - \[[@sebinsua](https://togithub.com/sebinsua)]
- Add support for older Babel versions (prior 7) \[[@sajjadzamani](https://togithub.com/sajjadzamani)]
### [`v6.1.8`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#618)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.7...6.1.8)
- Revert removal of implicit `
` tag from [danger/danger-js#754](https://togithub.com/danger/danger-js/pull/754) and add
distinction depending on containing markdown or not - \[[@hanneskaeufler](https://togithub.com/hanneskaeufler)]
### [`v6.1.7`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#617)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.6...6.1.7)
- Update comment instead deleting, if it has replies (BitBucket Server) \[[@langovoi](https://togithub.com/langovoi)]
- Fix BitBucket Server GitDSL \[[@langovoi](https://togithub.com/langovoi)]
- Add support of paged APIs of BitBucket Server \[[@langovoi](https://togithub.com/langovoi)]
### [`v6.1.6`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#616)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.5...6.1.6)
- Adds a CLI flag for custom Danger Runners to be able to request a URL to a JSON file instead of receiving the entire
DSL as a big JSON dump. We're exploring using this in Danger Swift with
[danger/swift#108](https://togithub.com/danger/swift/issues/108) - \[[@orta](https://togithub.com/orta)]
### [`v6.1.5`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#615)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.4...6.1.5)
- Adds `html_url` to the PR JSON declaration - \[[@orta](https://togithub.com/orta)]
- Adds a way for a sub-process to tell danger-js that it wants a copy of the DSL. This is a potential fix for when you
have a process that might not be ready to grab the DSL instantly from danger-js. The subprocess can print the message
`danger://send-dsl` to stdout and danger-js will re-send the DSL via STDIN.
[danger/swift#108](https://togithub.com/danger/swift/issues/108). - \[[@orta](https://togithub.com/orta)]
- Allows a FakeCI to get a FakePlatform, should fix [#767](https://togithub.com/danger/danger-js/issues/767) - \[[@orta](https://togithub.com/orta)]
### [`v6.1.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#614)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.3...6.1.4)
- Fix `GitJSONDSL` and `diffForFile` for BitBucket Server - \[[@langovoi](https://togithub.com/langovoi)]
### [`v6.1.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#613)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.2...6.1.3)
- Add support for personal tokens of BitBucket Server - \[[@langovoi](https://togithub.com/langovoi)]
- Ships a command `danger-js` which means other languages could also use the command danger and they won't conflict with
the JS version - \[[@orta](https://togithub.com/orta)]
### [`v6.1.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#612)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.1...6.1.2)
- Checks for the JSON results file reported by a subprocess before accessing it - \[[@orta](https://togithub.com/orta)]
### [`v6.1.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#6113)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.1.0...6.1.1)
- Allow sub-processes to pass their own name an href so that it doesn't say made by Danger JS \[[@orta](https://togithub.com/orta)]
This is done by extending the `DangerResults` object passed back to Danger JS, by adding a meta section to the JSON:
```json
{
"markdowns": [],
"fails": [],
"warnings": [],
"messages": [],
"meta": {
"runtimeHref": "https://mysite.com",
"runtimeName": "My Danger Runner"
}
}
```
`"meta"` is optional, and will fall back to the DangerJS one.
- Removed a dependency (voca) now that we're using TypeScript and have access to .includes \[[@orta](https://togithub.com/orta)]
### [`v6.1.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#610)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.0.7...6.1.0)
- Add CI integration for Netlify - \[[@imorente](https://togithub.com/imorente)]
### [`v6.0.7`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#607)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.0.6...6.0.7)
- Removes an accidental import - \[[@orta](https://togithub.com/orta)]
### [`v6.0.6`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#606)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.0.5...6.0.6)
- Adds an internal flag for disabling checks support when being controller by Peril - \[[@orta](https://togithub.com/orta)]
### [`v6.0.5`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#605)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.0.4...6.0.5)
- Fix `danger pr` - \[[@orta](https://togithub.com/orta)]
### [`v6.0.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#604)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.0.3...6.0.4)
- Fix GitHub checks API payload - \[[@pveyes](https://togithub.com/pveyes)]
### [`v6.0.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#603)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.0.2...6.0.3)
- Fix passing stdout from the sub-process back to the user - \[[@orta](https://togithub.com/orta)]
- Fix handling a `"pending"` status update properly using Bitbucket API - \[[@sgtcoolguy](https://togithub.com/sgtcoolguy)]
- Fix [#614](https://togithub.com/danger/danger-js/issues/614) - Posting status updates to Github using issue workflow broken - \[[@sgtcoolguy](https://togithub.com/sgtcoolguy)]
- Fix vertical alignment in GitHub issue template - \[[@patrickkempff](https://togithub.com/patrickkempff)]
### [`v6.0.2`](https://togithub.com/danger/danger-js/releases/6.0.2)
[Compare Source](https://togithub.com/danger/danger-js/compare/6.0.0...6.0.2)
- Does some process faffing ([`3fa0cbe`](https://togithub.com/danger/danger-js/commit/3fa0cbe))
### [`v6.0.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#501-err-600)
[Compare Source](https://togithub.com/danger/danger-js/compare/4.4.10...6.0.0)
- Hah, my computer ran out opf power mid-deploy, and now I have to ship another build to make sure the brew versions of
Danger JS are set up correctly. - orta
- Hah, I managed to run the same 'deploy major' command instead. So... Happy v6! - orta
### [`v4.4.10`](https://togithub.com/danger/danger-js/releases/4.4.10)
[Compare Source](https://togithub.com/danger/danger-js/compare/4.4.8...4.4.10)
- Yarn lockfile ([`45158c3`](https://togithub.com/danger/danger-js/commit/45158c3))
- try ship a build ([`b55454a`](https://togithub.com/danger/danger-js/commit/b55454a))
- Merge pull request [#701](https://togithub.com/danger/danger-js/issues/701) from steprescott/proxy-support ([`6ca39c3`](https://togithub.com/danger/danger-js/commit/6ca39c3))
- Revert the removal of the `https-proxy-agent` dependency ([`bb984cc`](https://togithub.com/danger/danger-js/commit/bb984cc))
- Edit CHANGELOG.md ([`e95d4c5`](https://togithub.com/danger/danger-js/commit/e95d4c5))
- Move `@types/http-proxy-agent` from `dependencies` to `devDependencies` ([`4704646`](https://togithub.com/danger/danger-js/commit/4704646))
- Merge branch 'master' into proxy-support ([`3a5e156`](https://togithub.com/danger/danger-js/commit/3a5e156))
- Add proxy support via HTTP_PROXY & HTTPS_PROXY env vars ([`b20437f`](https://togithub.com/danger/danger-js/commit/b20437f))
- Release 4.4.8 ([`149713d`](https://togithub.com/danger/danger-js/commit/149713d))
- Version faff ([`1f30ce4`](https://togithub.com/danger/danger-js/commit/1f30ce4))
- Release 4.4.8 ([`42ab3a9`](https://togithub.com/danger/danger-js/commit/42ab3a9))
- Prepare for release ([`958a583`](https://togithub.com/danger/danger-js/commit/958a583))
- Merge pull request [#699](https://togithub.com/danger/danger-js/issues/699) from busbud/fix/error-thrown-undefined-comment ([`7def0dd`](https://togithub.com/danger/danger-js/commit/7def0dd))
- updates changelog ([`88df217`](https://togithub.com/danger/danger-js/commit/88df217))
- Only delete comments when not undefined ([`de56cc6`](https://togithub.com/danger/danger-js/commit/de56cc6))
- Merged by Peril ([`d6ca32e`](https://togithub.com/danger/danger-js/commit/d6ca32e))
- Adds support for using danger-js in an action ([`2c2ba21`](https://togithub.com/danger/danger-js/commit/2c2ba21))
- Use TypeScript version of http-proxy-agent ([`2a7ed4e`](https://togithub.com/danger/danger-js/commit/2a7ed4e))
- Merge pull request [#695](https://togithub.com/danger/danger-js/issues/695) from andykenward/patch-1 ([`9970570`](https://togithub.com/danger/danger-js/commit/9970570))
- Update CHANGELOG.md ([`e89499a`](https://togithub.com/danger/danger-js/commit/e89499a))
- 🐛 apollo link to dangerfile.ts ([`459bc49`](https://togithub.com/danger/danger-js/commit/459bc49))
- Merge pull request [#693](https://togithub.com/danger/danger-js/issues/693) from markelog/env_transpilation ([`edf7388`](https://togithub.com/danger/danger-js/commit/edf7388))
- Add logic for "DANGER_DISABLE_TRANSPILATION" env ([`e4934b3`](https://togithub.com/danger/danger-js/commit/e4934b3))
- Merge pull request [#691](https://togithub.com/danger/danger-js/issues/691) from azz/jenkins-dx ([`f2a723c`](https://togithub.com/danger/danger-js/commit/f2a723c))
- Updates the memfs pr dep ([`3393ff0`](https://togithub.com/danger/danger-js/commit/3393ff0))
- Refactor ([`74baf58`](https://togithub.com/danger/danger-js/commit/74baf58))
- Docs ([`ee9d408`](https://togithub.com/danger/danger-js/commit/ee9d408))
- Support CHANGE_URL and CHANGE_ID in Jenkins ([`2e1b1e9`](https://togithub.com/danger/danger-js/commit/2e1b1e9))
- Release 4.4.7 ([`dcc4815`](https://togithub.com/danger/danger-js/commit/dcc4815))
- Merged by Peril ([`37fec3a`](https://togithub.com/danger/danger-js/commit/37fec3a))
- Merge pull request [#1](https://togithub.com/danger/danger-js/issues/1) from saamorim/fix-pull-request-parser ([`3eab065`](https://togithub.com/danger/danger-js/commit/3eab065))
- Allow repository name parsing to have extra valid characters ([`2b2f054`](https://togithub.com/danger/danger-js/commit/2b2f054))
- Make the Danger homebrew script directly push to the homebrew repo ([`b478682`](https://togithub.com/danger/danger-js/commit/b478682))
- Release 4.4.6 ([`22a4f47`](https://togithub.com/danger/danger-js/commit/22a4f47))
- Release 4.4.5 ([`69585ad`](https://togithub.com/danger/danger-js/commit/69585ad))
- Release 4.4.4 ([`7dc6c74`](https://togithub.com/danger/danger-js/commit/7dc6c74))
- Add homebrew files to the npm ignore ([`509c002`](https://togithub.com/danger/danger-js/commit/509c002))
- Release 4.4.3 ([`414fac1`](https://togithub.com/danger/danger-js/commit/414fac1))
- Release 4.4.2 ([`2db3c61`](https://togithub.com/danger/danger-js/commit/2db3c61))
- Release 4.4.1 ([`5b3e5d6`](https://togithub.com/danger/danger-js/commit/5b3e5d6))
- Release 4.4.0 ([`7d638f7`](https://togithub.com/danger/danger-js/commit/7d638f7))
- CHANGELOG ([`1698cdd`](https://togithub.com/danger/danger-js/commit/1698cdd))
- Merge pull request [#671](https://togithub.com/danger/danger-js/issues/671) from thii/standalone-danger ([`465facd`](https://togithub.com/danger/danger-js/commit/465facd))
- Remove node 7 on ci and move it to 8 ([`3e8b218`](https://togithub.com/danger/danger-js/commit/3e8b218))
- Create PR to homebrew-tap when releasing ([`ae70f3b`](https://togithub.com/danger/danger-js/commit/ae70f3b))
- Add .release-it.json ([`e81fff5`](https://togithub.com/danger/danger-js/commit/e81fff5))
- Move distribution zip file under brew-distribution ([`85fc52d`](https://togithub.com/danger/danger-js/commit/85fc52d))
- Add a script to package danger-js into an executable file ([`79db92a`](https://togithub.com/danger/danger-js/commit/79db92a))
- Merge pull request [#680](https://togithub.com/danger/danger-js/issues/680) from pedrovereza/vision-typo ([`51d1b88`](https://togithub.com/danger/danger-js/commit/51d1b88))
- Fixes typo in VISION.md ([`f21e2a4`](https://togithub.com/danger/danger-js/commit/f21e2a4))
- Adds support for falling back to GITHUB_TOKEN if available ([`aed6295`](https://togithub.com/danger/danger-js/commit/aed6295))
- Release 4.3.0 ([`1132886`](https://togithub.com/danger/danger-js/commit/1132886))
- Release 4.2.0 ([`18b76c9`](https://togithub.com/danger/danger-js/commit/18b76c9))
- Release 4.1.0 ([`77fd21d`](https://togithub.com/danger/danger-js/commit/77fd21d))
- README ([`fccfe24`](https://togithub.com/danger/danger-js/commit/fccfe24))
- Prepare for next release ([`eca80a4`](https://togithub.com/danger/danger-js/commit/eca80a4))
- Merge pull request [#679](https://togithub.com/danger/danger-js/issues/679) from danger/add_create_pr ([`eec12da`](https://togithub.com/danger/danger-js/commit/eec12da))
- Adds an API for creating and updating PRs. ([`8930c91`](https://togithub.com/danger/danger-js/commit/8930c91))
- Merge pull request [#678](https://togithub.com/danger/danger-js/issues/678) from danger/package_updates ([`c6563f8`](https://togithub.com/danger/danger-js/commit/c6563f8))
- Update dependencies ([`d50c38d`](https://togithub.com/danger/danger-js/commit/d50c38d))
- Update dependencies ([`03c19e0`](https://togithub.com/danger/danger-js/commit/03c19e0))
- Release 4.0.2 ([`20cd2f0`](https://togithub.com/danger/danger-js/commit/20cd2f0))
- Update changelog ([`da287d8`](https://togithub.com/danger/danger-js/commit/da287d8))
- Merge pull request [#669](https://togithub.com/danger/danger-js/issues/669) from johansteffner/master ([`d6e2f71`](https://togithub.com/danger/danger-js/commit/d6e2f71))
- Fix missing PR status update bug ([`c43273a`](https://togithub.com/danger/danger-js/commit/c43273a))
- Merge pull request [#668](https://togithub.com/danger/danger-js/issues/668) from huafu/fix-ts-issues ([`4100842`](https://togithub.com/danger/danger-js/commit/4100842))
- refactors remaining old imports ([`0491713`](https://togithub.com/danger/danger-js/commit/0491713))
- fixes typings in tests ([`6ea2bbd`](https://togithub.com/danger/danger-js/commit/6ea2bbd))
- upgrades deps and config ([`60217e6`](https://togithub.com/danger/danger-js/commit/60217e6))
- Release 4.0.1 ([`23eb323`](https://togithub.com/danger/danger-js/commit/23eb323))
- Prepare for next release ([`3eaa002`](https://togithub.com/danger/danger-js/commit/3eaa002))
- Merge pull request [#663](https://togithub.com/danger/danger-js/issues/663) from stefanbuck/fix-659 ([`12f3deb`](https://togithub.com/danger/danger-js/commit/12f3deb))
- FIX-659 Fixed a bug where Danger was throwing an error when removing any existing messages ([`23a81c9`](https://togithub.com/danger/danger-js/commit/23a81c9))
- CHANGELOG + version ([`aa11035`](https://togithub.com/danger/danger-js/commit/aa11035))
- Merge pull request [#662](https://togithub.com/danger/danger-js/issues/662) from adamnoakes/babel\_7\_stable ([`b2366f8`](https://togithub.com/danger/danger-js/commit/b2366f8))
- Update to babel 7 stable ([`41d9842`](https://togithub.com/danger/danger-js/commit/41d9842))
- Release 3.9.0 ([`7c7cb26`](https://togithub.com/danger/danger-js/commit/7c7cb26))
- Release it faff ([`e798c9a`](https://togithub.com/danger/danger-js/commit/e798c9a))
- Adds release-it ([`14546fe`](https://togithub.com/danger/danger-js/commit/14546fe))
- Merge pull request [#658](https://togithub.com/danger/danger-js/issues/658) from Cwright017/master ([`8b588d6`](https://togithub.com/danger/danger-js/commit/8b588d6))
- Added some setup instructions ([`27c9328`](https://togithub.com/danger/danger-js/commit/27c9328))
- Update version, readme and changelog ([`55209dd`](https://togithub.com/danger/danger-js/commit/55209dd))
- Add CI integration for Concourse ([`be8de95`](https://togithub.com/danger/danger-js/commit/be8de95))
- Adds soem debug logs to the vm2 runner ([`065b2a5`](https://togithub.com/danger/danger-js/commit/065b2a5))
- Fix the createOrAddLabel export for Peril ([`ac4465b`](https://togithub.com/danger/danger-js/commit/ac4465b))
- Merge branch 'docs_docs' ([`e7c08f4`](https://togithub.com/danger/danger-js/commit/e7c08f4))
- Fix build ([`fdf035a`](https://togithub.com/danger/danger-js/commit/fdf035a))
- Fixes a bug in adding a new label to a repo ([`5d62ea3`](https://togithub.com/danger/danger-js/commit/5d62ea3))
- Merged by Peril ([`a4c420f`](https://togithub.com/danger/danger-js/commit/a4c420f))
- Adds a create/update label function to the github utils func ([`fbbcc1c`](https://togithub.com/danger/danger-js/commit/fbbcc1c))
- Merged by Peril ([`acf9b5d`](https://togithub.com/danger/danger-js/commit/acf9b5d))
- CHANGLOG ([`30e8b1b`](https://togithub.com/danger/danger-js/commit/30e8b1b))
- More dep updates ([`702e51d`](https://togithub.com/danger/danger-js/commit/702e51d))
- Improve the docs, and add something about danger local ([`d04a9fb`](https://togithub.com/danger/danger-js/commit/d04a9fb))
- Merged by Peril ([`9b63869`](https://togithub.com/danger/danger-js/commit/9b63869))
- Make a small release ([`2def262`](https://togithub.com/danger/danger-js/commit/2def262))
- Adds the potential to override the custom module handler in peril ([`9eea340`](https://togithub.com/danger/danger-js/commit/9eea340))
- VErsion bump ([`96b09e3`](https://togithub.com/danger/danger-js/commit/96b09e3))
- Merged by Peril ([`7b5c193`](https://togithub.com/danger/danger-js/commit/7b5c193))
- Merge branch 'master' into bitbucket-fixes ([`e000ed5`](https://togithub.com/danger/danger-js/commit/e000ed5))
- Merge pull request [#645](https://togithub.com/danger/danger-js/issues/645) from acecilia/bitbucket-emojis ([`a6e6b66`](https://togithub.com/danger/danger-js/commit/a6e6b66))
- Fix changelog ([`344c561`](https://togithub.com/danger/danger-js/commit/344c561))
- Fix changelog ([`6381f5a`](https://togithub.com/danger/danger-js/commit/6381f5a))
- Added changelog ([`a8e08c0`](https://togithub.com/danger/danger-js/commit/a8e08c0))
- Fix snapshot tests ([`c8bf885`](https://togithub.com/danger/danger-js/commit/c8bf885))
- Add changelog ([`3b8b257`](https://togithub.com/danger/danger-js/commit/3b8b257))
- Fix tests ([`a06619c`](https://togithub.com/danger/danger-js/commit/a06619c))
- Fix tests ([`6da69d5`](https://togithub.com/danger/danger-js/commit/6da69d5))
- Fix error when trying to obtain a response json when the response code is 204 (which means that there is no response) ([`cf072a1`](https://togithub.com/danger/danger-js/commit/cf072a1))
- Fix link of the PR status, so it opens the web version of the PR, pointing to the Danger comment ([`7ae4f51`](https://togithub.com/danger/danger-js/commit/7ae4f51))
- Modify bitbucket template to use unicode emojis, for better backwards compatibility ([`11d31b2`](https://togithub.com/danger/danger-js/commit/11d31b2))
- Merged by Peril ([`6a9147f`](https://togithub.com/danger/danger-js/commit/6a9147f))
- Use the peril bot ID ([`bbbd4c2`](https://togithub.com/danger/danger-js/commit/bbbd4c2))
- Improves the npm ([`42eee88`](https://togithub.com/danger/danger-js/commit/42eee88))
- Adds some more logs ([`8dd07b0`](https://togithub.com/danger/danger-js/commit/8dd07b0))
- Merge branch 'master' of https://github.com/danger/danger-js into special_markdowns ([`899ad3b`](https://togithub.com/danger/danger-js/commit/899ad3b))
- Adds some docs for comments ([`9c4107b`](https://togithub.com/danger/danger-js/commit/9c4107b))
- Merged by Peril ([`f57cb72`](https://togithub.com/danger/danger-js/commit/f57cb72))
- Adds more logging to handleResultsPostingToPlatform. ([`4f98c34`](https://togithub.com/danger/danger-js/commit/4f98c34))
- Special case just markdown messages WRT the issue/checks hybrid ([`a97d425`](https://togithub.com/danger/danger-js/commit/a97d425))
- Fix a bug in the docs ([`b2290a4`](https://togithub.com/danger/danger-js/commit/b2290a4))
- Add some more files to the npmignore ([`47c2fe5`](https://togithub.com/danger/danger-js/commit/47c2fe5))
- Update the dts ([`beb84ad`](https://togithub.com/danger/danger-js/commit/beb84ad))
- Prepare for release ([`1f9f3db`](https://togithub.com/danger/danger-js/commit/1f9f3db))
- Merge pull request [#640](https://togithub.com/danger/danger-js/issues/640) from danger/hybrid_checks ([`06324ce`](https://togithub.com/danger/danger-js/commit/06324ce))
- When you have empty results, return empty results so that danger deletes the comment ([`e1ee7ca`](https://togithub.com/danger/danger-js/commit/e1ee7ca))
- CHANGELOG ([`c71c297`](https://togithub.com/danger/danger-js/commit/c71c297))
- Update wording on the summary ([`d7355bf`](https://togithub.com/danger/danger-js/commit/d7355bf))
- Merge pull request [#639](https://togithub.com/danger/danger-js/issues/639) from danger/more_dep_up ([`f6313bc`](https://togithub.com/danger/danger-js/commit/f6313bc))
- Leave, and update a shorter summary message when using the checks API ([`3b04c13`](https://togithub.com/danger/danger-js/commit/3b04c13))
- Update dev deps ([`1e67e09`](https://togithub.com/danger/danger-js/commit/1e67e09))
- Updates the deps ([`87b3fc8`](https://togithub.com/danger/danger-js/commit/87b3fc8))
- Merged by Peril ([`90ebb01`](https://togithub.com/danger/danger-js/commit/90ebb01))
- Merge branch 'master' of https://github.com/danger/danger-js into lodash ([`d4fb063`](https://togithub.com/danger/danger-js/commit/d4fb063))
- Merge pull request [#638](https://togithub.com/danger/danger-js/issues/638) from banzalik/spawn-200kb-limit ([`fbed484`](https://togithub.com/danger/danger-js/commit/fbed484))
- Spawn 200kb size limit bug ([`8288b40`](https://togithub.com/danger/danger-js/commit/8288b40))
- Merged by Peril ([`5b6d284`](https://togithub.com/danger/danger-js/commit/5b6d284))
- fixed docs ([`6468bf9`](https://togithub.com/danger/danger-js/commit/6468bf9))
- Revert "Added docs properly" ([`454e55b`](https://togithub.com/danger/danger-js/commit/454e55b))
- Added docs properly ([`c874b80`](https://togithub.com/danger/danger-js/commit/c874b80))
- Revert "Updated docs" ([`6028aa1`](https://togithub.com/danger/danger-js/commit/6028aa1))
- Updated docs ([`3e81fc6`](https://togithub.com/danger/danger-js/commit/3e81fc6))
- fixed implementation: the env variable should include the http or https strings ([`13fc14d`](https://togithub.com/danger/danger-js/commit/13fc14d))
- Added hability to use a proxy, useful for debugging. Because node-fetch does not support http_proxy and https_proxy env variables, we can add support ourselves. ([`49235d3`](https://togithub.com/danger/danger-js/commit/49235d3))
- Removes a potential crash ([`15aa0f2`](https://togithub.com/danger/danger-js/commit/15aa0f2))
- Merge pull request [#628](https://togithub.com/danger/danger-js/issues/628) from danger/more_error_logs ([`f7ecf6f`](https://togithub.com/danger/danger-js/commit/f7ecf6f))
- Imprve the logging around the JSON being sent across processes ([`0b78db4`](https://togithub.com/danger/danger-js/commit/0b78db4))
- Prepare for release ([`1e722ef`](https://togithub.com/danger/danger-js/commit/1e722ef))
- Merged by Peril ([`174f8e1`](https://togithub.com/danger/danger-js/commit/174f8e1))
- fix a test ([`d73c74c`](https://togithub.com/danger/danger-js/commit/d73c74c))
- Use sanitized subject instead of raw subject ([`8128716`](https://togithub.com/danger/danger-js/commit/8128716))
- Use spawn in danger local ([`c320382`](h
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box.
This PR contains the following updates:
4.0.1
->10.7.0
Release Notes
danger/danger-js
### [`v10.7.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1070) [Compare Source](https://togithub.com/danger/danger-js/compare/10.6.6...10.7.0) - Adds support for XcodeCloud ### [`v10.6.6`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1066) [Compare Source](https://togithub.com/danger/danger-js/compare/10.6.4...10.6.6) - Fix for supporting Bitbucket Server personal repositories - GitLab: Added `GitLabApi` to `danger.gitlab.api`. - \[[@shyim](https://togithub.com/shyim)] - GitLab: Added label helper functions to `danger.gitlab.api.addLabels` and `danger.gitlab.api.removeLabels`. - \[[@shyim](https://togithub.com/shyim)] ### [`v10.6.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1064) [Compare Source](https://togithub.com/danger/danger-js/compare/10.6.3...10.6.4) - DEBUG="\*" will now log out the response for any HTTP request which isn't classed as "OK" - \[[@orta](https://togithub.com/orta)] ### [`v10.6.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1063) [Compare Source](https://togithub.com/danger/danger-js/compare/10.6.2...10.6.3) - Fixed Bitrise's `ciRunURL` underlying env var - \[[@rogerluan](https://togithub.com/rogerluan)] - Simplified Bitrise repo slug lookup, fixing SSH URL parsing in BitBucketServer - \[[@rogerluan](https://togithub.com/rogerluan)] - Log failure to update status also when not in verbose mode - \[[@rogerluan](https://togithub.com/rogerluan)] ### [`v10.6.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1062) [Compare Source](https://togithub.com/danger/danger-js/compare/10.6.1...10.6.2) - Added Codemagic.io as a supported CI - \[[@fbartho](https://togithub.com/fbartho)] - Switched Danger's default branch to be 'main' from 'master' - \[[@orta](https://togithub.com/orta)] - Added GitLab Approvals to the DSL: `gitlab.approvals` - kelvin-lemon ### [`v10.6.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1061) [Compare Source](https://togithub.com/danger/danger-js/compare/10.6.0...10.6.1) - Better detection of using the github actions bot for comment deletion - \[[@orta](https://togithub.com/orta)] ### [`v10.6.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1060) [Compare Source](https://togithub.com/danger/danger-js/compare/10.5.4...10.6.0) - Bitbucket Cloud: Add markdown emoji instead of unicode - \[[@JanStevens](https://togithub.com/JanStevens)] - Add `DANGER_DISABLE_TSC` environment variable to disable transpiling with tsc, providing a way to force transpiling with Babel - \[[@ozzieorca](https://togithub.com/ozzieorca)] - Adds options `--newComment` and `--removePreviousComments` - \[[@davidhouweling](https://togithub.com/davidhouweling)] - Add support for a file path filter when calculation lines of code - \[[@melvinvermeer](https://togithub.com/melvinvermeer)] ### [`v10.5.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1054) [Compare Source](https://togithub.com/danger/danger-js/compare/10.5.3...10.5.4) - Fix for `danger local` not passing through `--staging` - \[[@g3offrey](https://togithub.com/g3offrey)] ### [`v10.5.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1053) [Compare Source](https://togithub.com/danger/danger-js/compare/10.5.2...10.5.3) - Fix for `danger local` not showing commit messages - \[[@hmschreiner](https://togithub.com/hmschreiner)] ### [`v10.5.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1052) [Compare Source](https://togithub.com/danger/danger-js/compare/10.5.1...10.5.2) - Adds `danger.git.head` and `danger.git.base` - \[[@jamiebuilds](https://togithub.com/jamiebuilds)] ### [`v10.5.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1051) [Compare Source](https://togithub.com/danger/danger-js/compare/10.5.0...10.5.1) - Bitbucket Cloud: Fix bug when Danger updating inline comment with summary comment. - \[[@hellocore](https://togithub.com/hellocore)] - Fall back to alternative methods for establishing the PR number from CodeBuild - \[[@alexandermendes](https://togithub.com/alexandermendes)] ### [`v10.5.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1050) [Compare Source](https://togithub.com/danger/danger-js/compare/10.4.1...10.5.0) - Handle deprecations for the APIs used with `--use-github-checks` [#1073](https://togithub.com/danger/danger-js/issues/1073) [@wardpeet](https://togithub.com/wardpeet) ### [`v10.4.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1041) [Compare Source](https://togithub.com/danger/danger-js/compare/10.4.0...10.4.1) - Improved `tsconfig.json` file lookup strategy: it now looks for it starting from the location of the danger file. [#1068](https://togithub.com/danger/danger-js/issues/1068) [@igorbek](https://togithub.com/igorbek) - Upgrade node-fetch to 2.6.1 to fix GHSA-w7rc-rwvf-8q5r. [#1071](https://togithub.com/danger/danger-js/issues/1071) [@hmcc](https://togithub.com/hmcc) ### [`v10.4.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1040) [Compare Source](https://togithub.com/danger/danger-js/compare/10.3.1...10.4.0) - Adds aliases to the FakeCI env vars. You could now have something like: ```yml - run: "npx danger-ts ci" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DANGER_MANUAL_CI: true DANGER_MANUAL_GH_REPO: ${{ steps.pr_info.outputs.repo }} DANGER_MANUAL_PR: ${{ steps.pr_info.outputs.number }} ``` Which looks more intentional instead of: `DANGER_FAKE_CI` etc. [@orta](https://togithub.com/orta) ### [`v10.3.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1031) [Compare Source](https://togithub.com/danger/danger-js/compare/10.3.0...10.3.1) - Experimental support for internal routing when using `npx danger-ts` \[[@orta](https://togithub.com/orta)] ### [`v10.3.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1030) [Compare Source](https://togithub.com/danger/danger-js/compare/10.2.1...10.3.0) - Added a CLI option `--ignoreOutOfDiffComments` so that you can ignore inline-comments for lines that were not changed in the checked PR. The comments would be ignored completely - they won't even show in the results comment. \[[@pinkasey](https://togithub.com/pinkasey)] ### [`v10.2.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1021) [Compare Source](https://togithub.com/danger/danger-js/compare/10.2.0...10.2.1) - Wait for close event on spawned process in local git platform - \[[@gzaripov](https://togithub.com/gzaripov)] - Fix Typo in README.md \[[@NotMoni](https://togithub.com/NotMoni)] - Fix danger failure on getting diff for files with spaces in file path \[[@HonzaMac](https://togithub.com/HonzaMac)] - Document how to disable transpilation \[[@rzgry](https://togithub.com/rzgry)] - Fix get blob url for pr commit \[[@doniyor2109](https://togithub.com/doniyor2109)] ### [`v10.2.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1020) [Compare Source](https://togithub.com/danger/danger-js/compare/10.1.1...10.2.0) - Take commit hash from CircleCI environment variable \[[@valscion](https://togithub.com/valscion)] - Fix project path with /- in GitLab MR URL \[[@pgoudreau](https://togithub.com/pgoudreau)] - When creating a new PR with `createOrUpdatePR`, add the description (as done when editing) - \[[@sogame](https://togithub.com/sogame)] ### [`v10.1.1`](https://togithub.com/danger/danger-js/releases/10.1.1) [Compare Source](https://togithub.com/danger/danger-js/compare/10.1.0...10.1.1) - Release faff: ([`27d1dcc`](https://togithub.com/danger/danger-js/commit/27d1dcc)) - Remove the update changelog setp ([`585b006`](https://togithub.com/danger/danger-js/commit/585b006)) - Prepare for release ([`16d8666`](https://togithub.com/danger/danger-js/commit/16d8666)) - Make bamboo names match up ([`0a33bfd`](https://togithub.com/danger/danger-js/commit/0a33bfd)) - Merge branch 'master' of https://github.com/danger/danger-js ([`56d36bb`](https://togithub.com/danger/danger-js/commit/56d36bb)) - Merge pull request [#1033](https://togithub.com/danger/danger-js/issues/1033) from valscion/circle-ci-commit-hash ([`8090b86`](https://togithub.com/danger/danger-js/commit/8090b86)) - Add changelog entry ([`bf3e021`](https://togithub.com/danger/danger-js/commit/bf3e021)) - Take commit hash from CircleCI ([`dbac25a`](https://togithub.com/danger/danger-js/commit/dbac25a)) - Merge pull request [#1032](https://togithub.com/danger/danger-js/issues/1032) from sogame/createOrUpdatePR_create_body ([`f58ee85`](https://togithub.com/danger/danger-js/commit/f58ee85)) - Add description when creating a pr with "createOrUpdatePR" ([`94688fe`](https://togithub.com/danger/danger-js/commit/94688fe)) - Merge pull request [#1030](https://togithub.com/danger/danger-js/issues/1030) from pgoudreau/origin/danger-pr-gitlab-url ([`c17604e`](https://togithub.com/danger/danger-js/commit/c17604e)) - Fix project path with /- in GitLab MR URL ([`4ab7345`](https://togithub.com/danger/danger-js/commit/4ab7345)) - More release-it faff ([`e7d9b6a`](https://togithub.com/danger/danger-js/commit/e7d9b6a)) - Release 10.1.0 ([`4e36b7c`](https://togithub.com/danger/danger-js/commit/4e36b7c)) - Update release it json ([`297a254`](https://togithub.com/danger/danger-js/commit/297a254)) - Faff ([`94475c3`](https://togithub.com/danger/danger-js/commit/94475c3)) - Update release-it ([`d5c3172`](https://togithub.com/danger/danger-js/commit/d5c3172)) ### [`v10.1.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1010) [Compare Source](https://togithub.com/danger/danger-js/compare/10.0.0...10.1.0) - Adds support for Bamboo CI \[[@tim3trick](https://togithub.com/tim3trick)] - Replace regex to a long url repos approach on Bitrise \[[@lucasmpaim](https://togithub.com/lucasmpaim)] - Pass process arguments back to the original process \[[@f-meloni](https://togithub.com/f-meloni)] - When fetching existing labels in `createOrAddLabel` use pagination to fetch them all - \[[@sogame](https://togithub.com/sogame)] ### [`v10.0.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#1000) [Compare Source](https://togithub.com/danger/danger-js/compare/9.4.0...10.0.0) - Changed JSON patch implementation for better memory performance. \[[@dkundel](https://togithub.com/dkundel)] **Breaking:** `JSONPatchForFile` will return a different order of operations than previously. It will also return a `path` with the index of the element inserted into an array for `add` operations. ### [`v9.4.0`](https://togithub.com/danger/danger-js/releases/9.4.0) [Compare Source](https://togithub.com/danger/danger-js/compare/9.3.0...9.4.0) - Vbump ([`24b0965`](https://togithub.com/danger/danger-js/commit/24b0965)) - Merge pull request [#1018](https://togithub.com/danger/danger-js/issues/1018) from sogame/Contributor_url ([`dcf1472`](https://togithub.com/danger/danger-js/commit/dcf1472)) - Add missing contributor url ([`49b6f27`](https://togithub.com/danger/danger-js/commit/49b6f27)) - Merge pull request [#1017](https://togithub.com/danger/danger-js/issues/1017) from sogame/Labels_add_debug ([`e6c7436`](https://togithub.com/danger/danger-js/commit/e6c7436)) - Add debug messages for "createLabel" and "addLabels" failures in "createOrAddLabel" ([`31a1961`](https://togithub.com/danger/danger-js/commit/31a1961)) ### [`v9.3.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#930) [Compare Source](https://togithub.com/danger/danger-js/compare/9.2.10...9.3.0) - Add the staged flag to `danger local` command - \[[@soyn](https://togithub.com/soyn)] - Don't use hardcoded userId to update comments if using personal token in Github Actions - \[[@rohit-gohri](https://togithub.com/rohit-gohri)] - Disable warning in Github Action if using DANGER_GITHUB_API_TOKEN - \[[@rohit-gohri](https://togithub.com/rohit-gohri)] - Update `parse-diff` library - \[[@417-72KI](https://togithub.com/417-72KI)] - Fix repository slug in Jenkins provider - \[sandratatarevicova] - Add Gitlab diff support - \[[@rohit-gohri](https://togithub.com/rohit-gohri)] - Fix Typos across danger-js Repo - \[[@yohix](https://togithub.com/yohix)] - Fix `@octokit/rest` deprecation warning when using `.issues.addLabels()` - \[[@sogame](https://togithub.com/sogame)] ### [`v9.2.10`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#9210) [Compare Source](https://togithub.com/danger/danger-js/compare/9.2.9...9.2.10) - Fixes for the homebrew generated binaries - \[[@hellocore](https://togithub.com/hellocore)] ### [`v9.2.9`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#929) [Compare Source](https://togithub.com/danger/danger-js/compare/9.2.8...9.2.9) - Bitbucket Cloud: Allow DangerCI to get UUID from Bitbucket - \[[@hellocore](https://togithub.com/hellocore)] - Update docs for GitLab - \[[@orta](https://togithub.com/orta)] ### [`v9.2.8`](https://togithub.com/danger/danger-js/releases/9.2.8) [Compare Source](https://togithub.com/danger/danger-js/compare/9.2.7...9.2.8) - Prepare for release ([`00d11ee`](https://togithub.com/danger/danger-js/commit/00d11ee)) ### [`v9.2.7`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#927-8-9) [Compare Source](https://togithub.com/danger/danger-js/compare/9.2.6...9.2.7) - Maybe fix deploys to GPR for Docker - \[[@orta](https://togithub.com/orta)] ### [`v9.2.6`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#926) [Compare Source](https://togithub.com/danger/danger-js/compare/9.2.5...9.2.6) - Add support for Cirrus CI - \[[@RDIL](https://togithub.com/RDIL)] ### [`v9.2.5`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#925) [Compare Source](https://togithub.com/danger/danger-js/compare/9.2.4...9.2.5) - Remove additional danger from pr generated json - \[[@f-meloni](https://togithub.com/f-meloni)] ### [`v9.2.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#924) [Compare Source](https://togithub.com/danger/danger-js/compare/9.2.3...9.2.4) - Fix github actions checks - \[[@f-meloni](https://togithub.com/f-meloni)] ### [`v9.2.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#923) [Compare Source](https://togithub.com/danger/danger-js/compare/9.2.2...9.2.3) - Support more events on GitHub actions - \[[@f-meloni](https://togithub.com/f-meloni)] ### [`v9.2.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#922) [Compare Source](https://togithub.com/danger/danger-js/compare/9.2.1...9.2.2) - Fix binary files for BitBucket Server - \[[@osmestad](https://togithub.com/osmestad)] - Allow GHE to use checks - \[[@adam-bratin](https://togithub.com/adam-bratin)] ### [`v9.2.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#9210) [Compare Source](https://togithub.com/danger/danger-js/compare/9.2.0...9.2.1) - Fixes for the homebrew generated binaries - \[[@hellocore](https://togithub.com/hellocore)] ### [`v9.2.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#920) [Compare Source](https://togithub.com/danger/danger-js/compare/9.1.8...9.2.0) - Add Buddy.works Pipelines support - \[[@kristof0425](https://togithub.com/kristof0425)] - Added flag to bypass Jira/Issues - \[[@orieken](https://togithub.com/orieken)] - Improve docs for GitHub Actions - \[[@nguyenhuy](https://togithub.com/nguyenhuy)] ### [`v9.1.8`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#918) [Compare Source](https://togithub.com/danger/danger-js/compare/9.1.7...9.1.8) - Get GitHub Actions event file pathname from env variable - \[[@IljaDaderko](https://togithub.com/IljaDaderko)] ### [`v9.1.7`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#917) [Compare Source](https://togithub.com/danger/danger-js/compare/9.1.5...9.1.7) - GitHub Actions docs update - \[[@orta](https://togithub.com/orta)] ### [`v9.1.5`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#915) [Compare Source](https://togithub.com/danger/danger-js/compare/9.1.4...9.1.5) - Take commit hash from bitrise env - \[[@f-meloni](https://togithub.com/f-meloni)] ### [`v9.1.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#914) [Compare Source](https://togithub.com/danger/danger-js/compare/9.1.3...9.1.4) - Use new env `BITBUCKET_REPO_FULL_NAME` in bitbucket pipeline. - \[[@Soyn](https://togithub.com/Soyn)] - Take commit hash from CI Source if available - \[[@f-meloni](https://togithub.com/f-meloni)] ### [`v9.1.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#913) [Compare Source](https://togithub.com/danger/danger-js/compare/9.1.1...9.1.3) - Updates GitLab API to 10.x - \[[@awgeorge](https://togithub.com/awgeorge)] ### [`v9.1.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#911) [Compare Source](https://togithub.com/danger/danger-js/compare/9.1.0...9.1.1) - Fixes TS declarations - \[[@orta](https://togithub.com/orta)] - Fix Github Actions documentation - \[[@ravanscafi](https://togithub.com/ravanscafi)] - Improve Performance by Caching BitBucket Cloud Commits - \[[@hellocore](https://togithub.com/hellocore)] - Add compliment message to comment template on Bitbucket Cloud - \[[@hellocore](https://togithub.com/hellocore)] - Add option to set custom icon in messages - \[[@rohit-gohri](https://togithub.com/rohit-gohri)] ### [`v9.1.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#910) [Compare Source](https://togithub.com/danger/danger-js/compare/9.0.3...9.1.0) - Expose BitBucketServerAPI - \[[@NMinhNguyen](https://togithub.com/NMinhNguyen)] ### [`v9.0.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#903) [Compare Source](https://togithub.com/danger/danger-js/compare/9.0.2...9.0.3) - Add support OAuth for BitBucket Cloud - \[[@hellocore](https://togithub.com/hellocore)] - Allow `handleResults` to be called without a `git` object - \[[@jtreanor](https://togithub.com/jtreanor)] ### [`v9.0.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#902) [Compare Source](https://togithub.com/danger/danger-js/compare/9.0.1...9.0.2) - Fix for the GitLab dependency making danger not load - \[[@f-meloni](https://togithub.com/f-meloni)] ### [`v9.0.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#901) [Compare Source](https://togithub.com/danger/danger-js/compare/9.0.0...9.0.1) - Fixed incorrect main comment template on Bitbucket Cloud - \[[@hellocore](https://togithub.com/hellocore)] ### [`v9.0.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#900) [Compare Source](https://togithub.com/danger/danger-js/compare/8.0.0...9.0.0) - Add BitBucket Cloud & BitBucket Pipelines support - \[[@hellocore](https://togithub.com/hellocore)] - Add GitLab missing states - \[[@f-meloni](https://togithub.com/f-meloni)] - Fixes incorrect slug for builds from forks on Codefresh - \[[@stevenp](https://togithub.com/stevenp)] ### [`v8.0.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#800) [Compare Source](https://togithub.com/danger/danger-js/compare/7.1.4...8.0.0) - Adds GitLab & GitLab CI support - \[[@notjosh](https://togithub.com/notjosh)], \[[@bigkraig](https://togithub.com/bigkraig)], \[[@jamime](https://togithub.com/jamime)] - Add support for AppCenter - \[[@mrndjo](https://togithub.com/mrndjo)] ### [`v7.1.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#714) [Compare Source](https://togithub.com/danger/danger-js/compare/7.1.3...7.1.4) - Un-hardcodes the repo in `danger.github.utils.createOrUpdatePR`- \[[@ds300](https://togithub.com/ds300)] ### [`v7.1.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#713) [Compare Source](https://togithub.com/danger/danger-js/compare/7.1.2...7.1.3) - Cleans up the declarations a little bit - \[[@orta](https://togithub.com/orta)] - Adds support for [Codefresh CI](https://codefresh.io) - \[[@stevenp](https://togithub.com/stevenp)] ### [`v7.1.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#712) [Compare Source](https://togithub.com/danger/danger-js/compare/7.1.1...7.1.2) - Update ts-jest to 24.0.2 - \[[@friederbluemle](https://togithub.com/friederbluemle)] - Adds a fix for the default name of Danger in status - \[[@orta](https://togithub.com/orta)] - Adds `danger.git.fileMatch.getKeyedPaths()`, providing more convenient access to paths. This replaces `fileMatch.tap()` and `fileMatch.debug()`. ```ts const components = fileMatch("components/**/*.js", "!**/*.test.js") const componentTests = fileMatch("!**/*.test.js") if (components.edited && !componentTests.edited) { warn( [ "This PR modified some components but none of their tests.", "That's okay so long as it's refactoring existing code.
", "Affected files: ", components.getKeyedPaths().edited.join(", "), ].join("") ) } ``` This makes it much simpler to compose a collection of file checks - \[[@paulmelnikow](https://togithub.com/paulmelnikow)] ### [`v7.1.1`](https://togithub.com/danger/danger-js/releases/7.1.1) [Compare Source](https://togithub.com/danger/danger-js/compare/7.1.0...7.1.1) - Fix changelog ([`b64b42a`](https://togithub.com/danger/danger-js/commit/b64b42a)) ### [`v7.1.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#710) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.19...7.1.0) - Adds Chainsmoker, and expands the Danger DSL with the addition of `danger.git.fileMatch`. ```ts const documentation = danger.git.fileMatch("**/*.md") const packageJson = danger.git.fileMatch("package.json") const lockfile = danger.git.fileMatch("yarn.lock", "package-lock.json") if (documentation.edited) { message("Thanks - We :heart: our [documentarians](http://www.writethedocs.org/)!") } if (packageJson.modified && !lockfile.modified) { warn("This PR modified package.json, but not the lockfile") } ``` This makes it much simpler to compose a collection of file checks - \[[@paulmelnikow](https://togithub.com/paulmelnikow)] ### [`v7.0.19`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7019) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.17...7.0.19) - Taken a stab at trying to make the commit status summary to feel better in both Danger & Peril \[[@orta](https://togithub.com/orta)]\[[@dblandin](https://togithub.com/dblandin)] ### [`v7.0.17`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7017) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.16...7.0.17) - Send different build update keys based on the id on Bitbucket \[[@f-meloni](https://togithub.com/f-meloni)] ### [`v7.0.16`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7016) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.15...7.0.16) - Add support for CodeBuild CI source \[[@sharkysharks](https://togithub.com/sharkysharks)] ### [`v7.0.15`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7015) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.14...7.0.15) - Enable Danger runs with different DangerIDs to post separate statuses \[[@randak](https://togithub.com/randak)] - Docs: fix typo - \[[@hiroppy](https://togithub.com/hiroppy)] - Fixed: isCI check for Codeship - \[[@msteward](https://togithub.com/msteward)] ### [`v7.0.14`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7014) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.13...7.0.14) - Fixed: Crash on BitbucketServer when the change type is unknown - \[[@f-meloni](https://togithub.com/f-meloni)] - Add `linesOfCode` in `GitDSL` - \[[@ninjaprox](https://togithub.com/ninjaprox)] - Docs: document GitHubMergeRef type - \[[@nornagon](https://togithub.com/nornagon)] ### [`v7.0.13`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7013) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.12...7.0.13) - Adds some Debug logs for babel transformation - \[[@orta](https://togithub.com/orta)] ### [`v7.0.12`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7012) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.11...7.0.12) - Support multi-line import/require statements in Dangerfiles & possibly fix source-mapping for errors - \[[@fbartho](https://togithub.com/fbartho)] ### [`v7.0.11`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7011) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.10...7.0.11) - Return the DangerResults meta after sorting and merging operations - \[[@f-meloni](https://togithub.com/f-meloni)] - Make bitbucket generated signature less aggressive - \[[@f-meloni](https://togithub.com/f-meloni)] ### [`v7.0.10`](https://togithub.com/danger/danger-js/releases/7.0.10) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.9...7.0.10) - Prepare for release ([`36de6b0`](https://togithub.com/danger/danger-js/commit/36de6b0)) - Don't expect a default export from octokit ([`d096d18`](https://togithub.com/danger/danger-js/commit/d096d18)) ### [`v7.0.9`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#709) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.8...7.0.9) - Updates the import for octokit at the top of the danger.d.ts - \[[@orta](https://togithub.com/orta)] ### [`v7.0.8`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#708) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.7...7.0.8) - Handles the previews API correctly - \[[@orta](https://togithub.com/orta)] ### [`v7.0.7`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#707) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.4...7.0.7) - Removed `vm2` from Danger, it's not being used in Peril now - \[[@orta](https://togithub.com/orta)] - `danger pr` with `--json` or --js\` now don't require a Dangerfile to be present - \[[@orta](https://togithub.com/orta)] ### [`v7.0.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#704) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.2...7.0.4) - More fixes for `GITHUB_URL` instead of just `DANGER_GITHUB_URL` for GitHub Enterprise. - \[[@Aghassi](https://togithub.com/Aghassi)] ### [`v7.0.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#702) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.1...7.0.2) - Fix issue where the PR command could not be run with a GitHub Enterprise URL. - Specify filename when loading Babel options. Fixes [#664](https://togithub.com/danger/danger-js/issues/664) ([#804](https://togithub.com/danger/danger-js/pull/804)) - \[[@NMinhNguyen](https://togithub.com/NMinhNguyen)] - Running Danger on GitHub Actions now runs Danger from source code. Before that, Danger on GitHub Actions is stuck at v5.0.0-beta-24. [@dtinth](https://togithub.com/danger/danger-js/pull/810) ### [`v7.0.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#7019) [Compare Source](https://togithub.com/danger/danger-js/compare/7.0.0...7.0.1) - Taken a stab at trying to make the commit status summary to feel better in both Danger & Peril \[[@orta](https://togithub.com/orta)]\[[@dblandin](https://togithub.com/dblandin)] ### [`v7.0.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#700) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.13...7.0.0) - Updates `@octokit/rest` to v16.x.x - this is a **major** semver change on their end, which I know it breaks some of Artsy/Danger's Peril Dangerfiles, so it's possible that it could break your Dangerfiles too. How do you know? Roughly, if you have any code that uses `danger.github.api` then it's very possible that you need to update your code. There are update notes [here](https://togithub.com/octokit/rest.js/releases/tag/v16.0.1), but if you're using TypeScript then it'll raise the issues at a type-check level. Note, that this version may cause issues if you are using GitHub Enterprise, you can get [updates here](https://togithub.com/danger/danger-js/issues/797). ### [`v6.1.13`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#6113) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.12...6.1.13) - Allow sub-processes to pass their own name an href so that it doesn't say made by Danger JS \[[@orta](https://togithub.com/orta)] This is done by extending the `DangerResults` object passed back to Danger JS, by adding a meta section to the JSON: ```json { "markdowns": [], "fails": [], "warnings": [], "messages": [], "meta": { "runtimeHref": "https://mysite.com", "runtimeName": "My Danger Runner" } } ``` `"meta"` is optional, and will fall back to the DangerJS one. - Removed a dependency (voca) now that we're using TypeScript and have access to .includes \[[@orta](https://togithub.com/orta)] ### [`v6.1.12`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#6112) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.11...6.1.12) - Fix issue with detecting Babel if `babel-core` is installed - \[[@sajjadzamani](https://togithub.com/sajjadzamani)] ### [`v6.1.11`](https://togithub.com/danger/danger-js/releases/6.1.11) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.10...6.1.11) - Changelog faff ([`c25eb34`](https://togithub.com/danger/danger-js/commit/c25eb34)) - Merge pull request [#787](https://togithub.com/danger/danger-js/issues/787) from cysp/feature/github-actions-docs ([`09b9a69`](https://togithub.com/danger/danger-js/commit/09b9a69)) - Merge pull request [#786](https://togithub.com/danger/danger-js/issues/786) from cysp/feature/github-actions ([`f7cf264`](https://togithub.com/danger/danger-js/commit/f7cf264)) - Update GITHUB_EVENT_TYPE to GITHUB_EVENT_NAME for Actions ([`1e9ff77`](https://togithub.com/danger/danger-js/commit/1e9ff77)) - Link to the documentation for GitHub Actions ([`5e317d4`](https://togithub.com/danger/danger-js/commit/5e317d4)) - Merged by Peril ([`e8f0293`](https://togithub.com/danger/danger-js/commit/e8f0293)) - Remove backticks from [#783](https://togithub.com/danger/danger-js/issues/783) ([`a96e87e`](https://togithub.com/danger/danger-js/commit/a96e87e)) ### [`v6.1.10`](https://togithub.com/danger/danger-js/releases/6.1.10) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.9...6.1.10) - Use the changelog command ([`b576ed0`](https://togithub.com/danger/danger-js/commit/b576ed0)) - Merge pull request [#783](https://togithub.com/danger/danger-js/issues/783) from randak/add-commit-id ([`ec0f2b5`](https://togithub.com/danger/danger-js/commit/ec0f2b5)) - Merge branch 'master' into add-commit-id ([`4be622f`](https://togithub.com/danger/danger-js/commit/4be622f)) - Merge pull request [#784](https://togithub.com/danger/danger-js/issues/784) from sajjadzamani/support-older-babel-versions ([`0fdcda1`](https://togithub.com/danger/danger-js/commit/0fdcda1)) - Add support for older babel versions ([`8aee4e0`](https://togithub.com/danger/danger-js/commit/8aee4e0)) - Remove IDE generated files ([`5a837b0`](https://togithub.com/danger/danger-js/commit/5a837b0)) - Update changelog.md ([`e7a6c41`](https://togithub.com/danger/danger-js/commit/e7a6c41)) - Add commit ID to comment footer ([#168](https://togithub.com/danger/danger-js/issues/168)) ([`28bd18c`](https://togithub.com/danger/danger-js/commit/28bd18c)) ### [`v6.1.9`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#619) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.8...6.1.9) - Add commit ID to the comment footer \[[#168](https://togithub.com/danger/danger-js/issues/168)] - \[[@randak](https://togithub.com/randak)] - Add support for `COPY` change type to fix a BitBucket Server regression in [danger/danger-js#764](https://togithub.com/danger/danger-js/pull/764) - \[[@sebinsua](https://togithub.com/sebinsua)] - Add support for older Babel versions (prior 7) \[[@sajjadzamani](https://togithub.com/sajjadzamani)] ### [`v6.1.8`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#618) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.7...6.1.8) - Revert removal of implicit `
` tag from [danger/danger-js#754](https://togithub.com/danger/danger-js/pull/754) and add distinction depending on containing markdown or not - \[[@hanneskaeufler](https://togithub.com/hanneskaeufler)] ### [`v6.1.7`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#617) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.6...6.1.7) - Update comment instead deleting, if it has replies (BitBucket Server) \[[@langovoi](https://togithub.com/langovoi)] - Fix BitBucket Server GitDSL \[[@langovoi](https://togithub.com/langovoi)] - Add support of paged APIs of BitBucket Server \[[@langovoi](https://togithub.com/langovoi)] ### [`v6.1.6`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#616) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.5...6.1.6) - Adds a CLI flag for custom Danger Runners to be able to request a URL to a JSON file instead of receiving the entire DSL as a big JSON dump. We're exploring using this in Danger Swift with [danger/swift#108](https://togithub.com/danger/swift/issues/108) - \[[@orta](https://togithub.com/orta)] ### [`v6.1.5`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#615) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.4...6.1.5) - Adds `html_url` to the PR JSON declaration - \[[@orta](https://togithub.com/orta)] - Adds a way for a sub-process to tell danger-js that it wants a copy of the DSL. This is a potential fix for when you have a process that might not be ready to grab the DSL instantly from danger-js. The subprocess can print the message `danger://send-dsl` to stdout and danger-js will re-send the DSL via STDIN. [danger/swift#108](https://togithub.com/danger/swift/issues/108). - \[[@orta](https://togithub.com/orta)] - Allows a FakeCI to get a FakePlatform, should fix [#767](https://togithub.com/danger/danger-js/issues/767) - \[[@orta](https://togithub.com/orta)] ### [`v6.1.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#614) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.3...6.1.4) - Fix `GitJSONDSL` and `diffForFile` for BitBucket Server - \[[@langovoi](https://togithub.com/langovoi)] ### [`v6.1.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#613) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.2...6.1.3) - Add support for personal tokens of BitBucket Server - \[[@langovoi](https://togithub.com/langovoi)] - Ships a command `danger-js` which means other languages could also use the command danger and they won't conflict with the JS version - \[[@orta](https://togithub.com/orta)] ### [`v6.1.2`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#612) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.1...6.1.2) - Checks for the JSON results file reported by a subprocess before accessing it - \[[@orta](https://togithub.com/orta)] ### [`v6.1.1`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#6113) [Compare Source](https://togithub.com/danger/danger-js/compare/6.1.0...6.1.1) - Allow sub-processes to pass their own name an href so that it doesn't say made by Danger JS \[[@orta](https://togithub.com/orta)] This is done by extending the `DangerResults` object passed back to Danger JS, by adding a meta section to the JSON: ```json { "markdowns": [], "fails": [], "warnings": [], "messages": [], "meta": { "runtimeHref": "https://mysite.com", "runtimeName": "My Danger Runner" } } ``` `"meta"` is optional, and will fall back to the DangerJS one. - Removed a dependency (voca) now that we're using TypeScript and have access to .includes \[[@orta](https://togithub.com/orta)] ### [`v6.1.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#610) [Compare Source](https://togithub.com/danger/danger-js/compare/6.0.7...6.1.0) - Add CI integration for Netlify - \[[@imorente](https://togithub.com/imorente)] ### [`v6.0.7`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#607) [Compare Source](https://togithub.com/danger/danger-js/compare/6.0.6...6.0.7) - Removes an accidental import - \[[@orta](https://togithub.com/orta)] ### [`v6.0.6`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#606) [Compare Source](https://togithub.com/danger/danger-js/compare/6.0.5...6.0.6) - Adds an internal flag for disabling checks support when being controller by Peril - \[[@orta](https://togithub.com/orta)] ### [`v6.0.5`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#605) [Compare Source](https://togithub.com/danger/danger-js/compare/6.0.4...6.0.5) - Fix `danger pr` - \[[@orta](https://togithub.com/orta)] ### [`v6.0.4`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#604) [Compare Source](https://togithub.com/danger/danger-js/compare/6.0.3...6.0.4) - Fix GitHub checks API payload - \[[@pveyes](https://togithub.com/pveyes)] ### [`v6.0.3`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#603) [Compare Source](https://togithub.com/danger/danger-js/compare/6.0.2...6.0.3) - Fix passing stdout from the sub-process back to the user - \[[@orta](https://togithub.com/orta)] - Fix handling a `"pending"` status update properly using Bitbucket API - \[[@sgtcoolguy](https://togithub.com/sgtcoolguy)] - Fix [#614](https://togithub.com/danger/danger-js/issues/614) - Posting status updates to Github using issue workflow broken - \[[@sgtcoolguy](https://togithub.com/sgtcoolguy)] - Fix vertical alignment in GitHub issue template - \[[@patrickkempff](https://togithub.com/patrickkempff)] ### [`v6.0.2`](https://togithub.com/danger/danger-js/releases/6.0.2) [Compare Source](https://togithub.com/danger/danger-js/compare/6.0.0...6.0.2) - Does some process faffing ([`3fa0cbe`](https://togithub.com/danger/danger-js/commit/3fa0cbe)) ### [`v6.0.0`](https://togithub.com/danger/danger-js/blob/master/CHANGELOG.md#501-err-600) [Compare Source](https://togithub.com/danger/danger-js/compare/4.4.10...6.0.0) - Hah, my computer ran out opf power mid-deploy, and now I have to ship another build to make sure the brew versions of Danger JS are set up correctly. - orta - Hah, I managed to run the same 'deploy major' command instead. So... Happy v6! - orta ### [`v4.4.10`](https://togithub.com/danger/danger-js/releases/4.4.10) [Compare Source](https://togithub.com/danger/danger-js/compare/4.4.8...4.4.10) - Yarn lockfile ([`45158c3`](https://togithub.com/danger/danger-js/commit/45158c3)) - try ship a build ([`b55454a`](https://togithub.com/danger/danger-js/commit/b55454a)) - Merge pull request [#701](https://togithub.com/danger/danger-js/issues/701) from steprescott/proxy-support ([`6ca39c3`](https://togithub.com/danger/danger-js/commit/6ca39c3)) - Revert the removal of the `https-proxy-agent` dependency ([`bb984cc`](https://togithub.com/danger/danger-js/commit/bb984cc)) - Edit CHANGELOG.md ([`e95d4c5`](https://togithub.com/danger/danger-js/commit/e95d4c5)) - Move `@types/http-proxy-agent` from `dependencies` to `devDependencies` ([`4704646`](https://togithub.com/danger/danger-js/commit/4704646)) - Merge branch 'master' into proxy-support ([`3a5e156`](https://togithub.com/danger/danger-js/commit/3a5e156)) - Add proxy support via HTTP_PROXY & HTTPS_PROXY env vars ([`b20437f`](https://togithub.com/danger/danger-js/commit/b20437f)) - Release 4.4.8 ([`149713d`](https://togithub.com/danger/danger-js/commit/149713d)) - Version faff ([`1f30ce4`](https://togithub.com/danger/danger-js/commit/1f30ce4)) - Release 4.4.8 ([`42ab3a9`](https://togithub.com/danger/danger-js/commit/42ab3a9)) - Prepare for release ([`958a583`](https://togithub.com/danger/danger-js/commit/958a583)) - Merge pull request [#699](https://togithub.com/danger/danger-js/issues/699) from busbud/fix/error-thrown-undefined-comment ([`7def0dd`](https://togithub.com/danger/danger-js/commit/7def0dd)) - updates changelog ([`88df217`](https://togithub.com/danger/danger-js/commit/88df217)) - Only delete comments when not undefined ([`de56cc6`](https://togithub.com/danger/danger-js/commit/de56cc6)) - Merged by Peril ([`d6ca32e`](https://togithub.com/danger/danger-js/commit/d6ca32e)) - Adds support for using danger-js in an action ([`2c2ba21`](https://togithub.com/danger/danger-js/commit/2c2ba21)) - Use TypeScript version of http-proxy-agent ([`2a7ed4e`](https://togithub.com/danger/danger-js/commit/2a7ed4e)) - Merge pull request [#695](https://togithub.com/danger/danger-js/issues/695) from andykenward/patch-1 ([`9970570`](https://togithub.com/danger/danger-js/commit/9970570)) - Update CHANGELOG.md ([`e89499a`](https://togithub.com/danger/danger-js/commit/e89499a)) - 🐛 apollo link to dangerfile.ts ([`459bc49`](https://togithub.com/danger/danger-js/commit/459bc49)) - Merge pull request [#693](https://togithub.com/danger/danger-js/issues/693) from markelog/env_transpilation ([`edf7388`](https://togithub.com/danger/danger-js/commit/edf7388)) - Add logic for "DANGER_DISABLE_TRANSPILATION" env ([`e4934b3`](https://togithub.com/danger/danger-js/commit/e4934b3)) - Merge pull request [#691](https://togithub.com/danger/danger-js/issues/691) from azz/jenkins-dx ([`f2a723c`](https://togithub.com/danger/danger-js/commit/f2a723c)) - Updates the memfs pr dep ([`3393ff0`](https://togithub.com/danger/danger-js/commit/3393ff0)) - Refactor ([`74baf58`](https://togithub.com/danger/danger-js/commit/74baf58)) - Docs ([`ee9d408`](https://togithub.com/danger/danger-js/commit/ee9d408)) - Support CHANGE_URL and CHANGE_ID in Jenkins ([`2e1b1e9`](https://togithub.com/danger/danger-js/commit/2e1b1e9)) - Release 4.4.7 ([`dcc4815`](https://togithub.com/danger/danger-js/commit/dcc4815)) - Merged by Peril ([`37fec3a`](https://togithub.com/danger/danger-js/commit/37fec3a)) - Merge pull request [#1](https://togithub.com/danger/danger-js/issues/1) from saamorim/fix-pull-request-parser ([`3eab065`](https://togithub.com/danger/danger-js/commit/3eab065)) - Allow repository name parsing to have extra valid characters ([`2b2f054`](https://togithub.com/danger/danger-js/commit/2b2f054)) - Make the Danger homebrew script directly push to the homebrew repo ([`b478682`](https://togithub.com/danger/danger-js/commit/b478682)) - Release 4.4.6 ([`22a4f47`](https://togithub.com/danger/danger-js/commit/22a4f47)) - Release 4.4.5 ([`69585ad`](https://togithub.com/danger/danger-js/commit/69585ad)) - Release 4.4.4 ([`7dc6c74`](https://togithub.com/danger/danger-js/commit/7dc6c74)) - Add homebrew files to the npm ignore ([`509c002`](https://togithub.com/danger/danger-js/commit/509c002)) - Release 4.4.3 ([`414fac1`](https://togithub.com/danger/danger-js/commit/414fac1)) - Release 4.4.2 ([`2db3c61`](https://togithub.com/danger/danger-js/commit/2db3c61)) - Release 4.4.1 ([`5b3e5d6`](https://togithub.com/danger/danger-js/commit/5b3e5d6)) - Release 4.4.0 ([`7d638f7`](https://togithub.com/danger/danger-js/commit/7d638f7)) - CHANGELOG ([`1698cdd`](https://togithub.com/danger/danger-js/commit/1698cdd)) - Merge pull request [#671](https://togithub.com/danger/danger-js/issues/671) from thii/standalone-danger ([`465facd`](https://togithub.com/danger/danger-js/commit/465facd)) - Remove node 7 on ci and move it to 8 ([`3e8b218`](https://togithub.com/danger/danger-js/commit/3e8b218)) - Create PR to homebrew-tap when releasing ([`ae70f3b`](https://togithub.com/danger/danger-js/commit/ae70f3b)) - Add .release-it.json ([`e81fff5`](https://togithub.com/danger/danger-js/commit/e81fff5)) - Move distribution zip file under brew-distribution ([`85fc52d`](https://togithub.com/danger/danger-js/commit/85fc52d)) - Add a script to package danger-js into an executable file ([`79db92a`](https://togithub.com/danger/danger-js/commit/79db92a)) - Merge pull request [#680](https://togithub.com/danger/danger-js/issues/680) from pedrovereza/vision-typo ([`51d1b88`](https://togithub.com/danger/danger-js/commit/51d1b88)) - Fixes typo in VISION.md ([`f21e2a4`](https://togithub.com/danger/danger-js/commit/f21e2a4)) - Adds support for falling back to GITHUB_TOKEN if available ([`aed6295`](https://togithub.com/danger/danger-js/commit/aed6295)) - Release 4.3.0 ([`1132886`](https://togithub.com/danger/danger-js/commit/1132886)) - Release 4.2.0 ([`18b76c9`](https://togithub.com/danger/danger-js/commit/18b76c9)) - Release 4.1.0 ([`77fd21d`](https://togithub.com/danger/danger-js/commit/77fd21d)) - README ([`fccfe24`](https://togithub.com/danger/danger-js/commit/fccfe24)) - Prepare for next release ([`eca80a4`](https://togithub.com/danger/danger-js/commit/eca80a4)) - Merge pull request [#679](https://togithub.com/danger/danger-js/issues/679) from danger/add_create_pr ([`eec12da`](https://togithub.com/danger/danger-js/commit/eec12da)) - Adds an API for creating and updating PRs. ([`8930c91`](https://togithub.com/danger/danger-js/commit/8930c91)) - Merge pull request [#678](https://togithub.com/danger/danger-js/issues/678) from danger/package_updates ([`c6563f8`](https://togithub.com/danger/danger-js/commit/c6563f8)) - Update dependencies ([`d50c38d`](https://togithub.com/danger/danger-js/commit/d50c38d)) - Update dependencies ([`03c19e0`](https://togithub.com/danger/danger-js/commit/03c19e0)) - Release 4.0.2 ([`20cd2f0`](https://togithub.com/danger/danger-js/commit/20cd2f0)) - Update changelog ([`da287d8`](https://togithub.com/danger/danger-js/commit/da287d8)) - Merge pull request [#669](https://togithub.com/danger/danger-js/issues/669) from johansteffner/master ([`d6e2f71`](https://togithub.com/danger/danger-js/commit/d6e2f71)) - Fix missing PR status update bug ([`c43273a`](https://togithub.com/danger/danger-js/commit/c43273a)) - Merge pull request [#668](https://togithub.com/danger/danger-js/issues/668) from huafu/fix-ts-issues ([`4100842`](https://togithub.com/danger/danger-js/commit/4100842)) - refactors remaining old imports ([`0491713`](https://togithub.com/danger/danger-js/commit/0491713)) - fixes typings in tests ([`6ea2bbd`](https://togithub.com/danger/danger-js/commit/6ea2bbd)) - upgrades deps and config ([`60217e6`](https://togithub.com/danger/danger-js/commit/60217e6)) - Release 4.0.1 ([`23eb323`](https://togithub.com/danger/danger-js/commit/23eb323)) - Prepare for next release ([`3eaa002`](https://togithub.com/danger/danger-js/commit/3eaa002)) - Merge pull request [#663](https://togithub.com/danger/danger-js/issues/663) from stefanbuck/fix-659 ([`12f3deb`](https://togithub.com/danger/danger-js/commit/12f3deb)) - FIX-659 Fixed a bug where Danger was throwing an error when removing any existing messages ([`23a81c9`](https://togithub.com/danger/danger-js/commit/23a81c9)) - CHANGELOG + version ([`aa11035`](https://togithub.com/danger/danger-js/commit/aa11035)) - Merge pull request [#662](https://togithub.com/danger/danger-js/issues/662) from adamnoakes/babel\_7\_stable ([`b2366f8`](https://togithub.com/danger/danger-js/commit/b2366f8)) - Update to babel 7 stable ([`41d9842`](https://togithub.com/danger/danger-js/commit/41d9842)) - Release 3.9.0 ([`7c7cb26`](https://togithub.com/danger/danger-js/commit/7c7cb26)) - Release it faff ([`e798c9a`](https://togithub.com/danger/danger-js/commit/e798c9a)) - Adds release-it ([`14546fe`](https://togithub.com/danger/danger-js/commit/14546fe)) - Merge pull request [#658](https://togithub.com/danger/danger-js/issues/658) from Cwright017/master ([`8b588d6`](https://togithub.com/danger/danger-js/commit/8b588d6)) - Added some setup instructions ([`27c9328`](https://togithub.com/danger/danger-js/commit/27c9328)) - Update version, readme and changelog ([`55209dd`](https://togithub.com/danger/danger-js/commit/55209dd)) - Add CI integration for Concourse ([`be8de95`](https://togithub.com/danger/danger-js/commit/be8de95)) - Adds soem debug logs to the vm2 runner ([`065b2a5`](https://togithub.com/danger/danger-js/commit/065b2a5)) - Fix the createOrAddLabel export for Peril ([`ac4465b`](https://togithub.com/danger/danger-js/commit/ac4465b)) - Merge branch 'docs_docs' ([`e7c08f4`](https://togithub.com/danger/danger-js/commit/e7c08f4)) - Fix build ([`fdf035a`](https://togithub.com/danger/danger-js/commit/fdf035a)) - Fixes a bug in adding a new label to a repo ([`5d62ea3`](https://togithub.com/danger/danger-js/commit/5d62ea3)) - Merged by Peril ([`a4c420f`](https://togithub.com/danger/danger-js/commit/a4c420f)) - Adds a create/update label function to the github utils func ([`fbbcc1c`](https://togithub.com/danger/danger-js/commit/fbbcc1c)) - Merged by Peril ([`acf9b5d`](https://togithub.com/danger/danger-js/commit/acf9b5d)) - CHANGLOG ([`30e8b1b`](https://togithub.com/danger/danger-js/commit/30e8b1b)) - More dep updates ([`702e51d`](https://togithub.com/danger/danger-js/commit/702e51d)) - Improve the docs, and add something about danger local ([`d04a9fb`](https://togithub.com/danger/danger-js/commit/d04a9fb)) - Merged by Peril ([`9b63869`](https://togithub.com/danger/danger-js/commit/9b63869)) - Make a small release ([`2def262`](https://togithub.com/danger/danger-js/commit/2def262)) - Adds the potential to override the custom module handler in peril ([`9eea340`](https://togithub.com/danger/danger-js/commit/9eea340)) - VErsion bump ([`96b09e3`](https://togithub.com/danger/danger-js/commit/96b09e3)) - Merged by Peril ([`7b5c193`](https://togithub.com/danger/danger-js/commit/7b5c193)) - Merge branch 'master' into bitbucket-fixes ([`e000ed5`](https://togithub.com/danger/danger-js/commit/e000ed5)) - Merge pull request [#645](https://togithub.com/danger/danger-js/issues/645) from acecilia/bitbucket-emojis ([`a6e6b66`](https://togithub.com/danger/danger-js/commit/a6e6b66)) - Fix changelog ([`344c561`](https://togithub.com/danger/danger-js/commit/344c561)) - Fix changelog ([`6381f5a`](https://togithub.com/danger/danger-js/commit/6381f5a)) - Added changelog ([`a8e08c0`](https://togithub.com/danger/danger-js/commit/a8e08c0)) - Fix snapshot tests ([`c8bf885`](https://togithub.com/danger/danger-js/commit/c8bf885)) - Add changelog ([`3b8b257`](https://togithub.com/danger/danger-js/commit/3b8b257)) - Fix tests ([`a06619c`](https://togithub.com/danger/danger-js/commit/a06619c)) - Fix tests ([`6da69d5`](https://togithub.com/danger/danger-js/commit/6da69d5)) - Fix error when trying to obtain a response json when the response code is 204 (which means that there is no response) ([`cf072a1`](https://togithub.com/danger/danger-js/commit/cf072a1)) - Fix link of the PR status, so it opens the web version of the PR, pointing to the Danger comment ([`7ae4f51`](https://togithub.com/danger/danger-js/commit/7ae4f51)) - Modify bitbucket template to use unicode emojis, for better backwards compatibility ([`11d31b2`](https://togithub.com/danger/danger-js/commit/11d31b2)) - Merged by Peril ([`6a9147f`](https://togithub.com/danger/danger-js/commit/6a9147f)) - Use the peril bot ID ([`bbbd4c2`](https://togithub.com/danger/danger-js/commit/bbbd4c2)) - Improves the npm ([`42eee88`](https://togithub.com/danger/danger-js/commit/42eee88)) - Adds some more logs ([`8dd07b0`](https://togithub.com/danger/danger-js/commit/8dd07b0)) - Merge branch 'master' of https://github.com/danger/danger-js into special_markdowns ([`899ad3b`](https://togithub.com/danger/danger-js/commit/899ad3b)) - Adds some docs for comments ([`9c4107b`](https://togithub.com/danger/danger-js/commit/9c4107b)) - Merged by Peril ([`f57cb72`](https://togithub.com/danger/danger-js/commit/f57cb72)) - Adds more logging to handleResultsPostingToPlatform. ([`4f98c34`](https://togithub.com/danger/danger-js/commit/4f98c34)) - Special case just markdown messages WRT the issue/checks hybrid ([`a97d425`](https://togithub.com/danger/danger-js/commit/a97d425)) - Fix a bug in the docs ([`b2290a4`](https://togithub.com/danger/danger-js/commit/b2290a4)) - Add some more files to the npmignore ([`47c2fe5`](https://togithub.com/danger/danger-js/commit/47c2fe5)) - Update the dts ([`beb84ad`](https://togithub.com/danger/danger-js/commit/beb84ad)) - Prepare for release ([`1f9f3db`](https://togithub.com/danger/danger-js/commit/1f9f3db)) - Merge pull request [#640](https://togithub.com/danger/danger-js/issues/640) from danger/hybrid_checks ([`06324ce`](https://togithub.com/danger/danger-js/commit/06324ce)) - When you have empty results, return empty results so that danger deletes the comment ([`e1ee7ca`](https://togithub.com/danger/danger-js/commit/e1ee7ca)) - CHANGELOG ([`c71c297`](https://togithub.com/danger/danger-js/commit/c71c297)) - Update wording on the summary ([`d7355bf`](https://togithub.com/danger/danger-js/commit/d7355bf)) - Merge pull request [#639](https://togithub.com/danger/danger-js/issues/639) from danger/more_dep_up ([`f6313bc`](https://togithub.com/danger/danger-js/commit/f6313bc)) - Leave, and update a shorter summary message when using the checks API ([`3b04c13`](https://togithub.com/danger/danger-js/commit/3b04c13)) - Update dev deps ([`1e67e09`](https://togithub.com/danger/danger-js/commit/1e67e09)) - Updates the deps ([`87b3fc8`](https://togithub.com/danger/danger-js/commit/87b3fc8)) - Merged by Peril ([`90ebb01`](https://togithub.com/danger/danger-js/commit/90ebb01)) - Merge branch 'master' of https://github.com/danger/danger-js into lodash ([`d4fb063`](https://togithub.com/danger/danger-js/commit/d4fb063)) - Merge pull request [#638](https://togithub.com/danger/danger-js/issues/638) from banzalik/spawn-200kb-limit ([`fbed484`](https://togithub.com/danger/danger-js/commit/fbed484)) - Spawn 200kb size limit bug ([`8288b40`](https://togithub.com/danger/danger-js/commit/8288b40)) - Merged by Peril ([`5b6d284`](https://togithub.com/danger/danger-js/commit/5b6d284)) - fixed docs ([`6468bf9`](https://togithub.com/danger/danger-js/commit/6468bf9)) - Revert "Added docs properly" ([`454e55b`](https://togithub.com/danger/danger-js/commit/454e55b)) - Added docs properly ([`c874b80`](https://togithub.com/danger/danger-js/commit/c874b80)) - Revert "Updated docs" ([`6028aa1`](https://togithub.com/danger/danger-js/commit/6028aa1)) - Updated docs ([`3e81fc6`](https://togithub.com/danger/danger-js/commit/3e81fc6)) - fixed implementation: the env variable should include the http or https strings ([`13fc14d`](https://togithub.com/danger/danger-js/commit/13fc14d)) - Added hability to use a proxy, useful for debugging. Because node-fetch does not support http_proxy and https_proxy env variables, we can add support ourselves. ([`49235d3`](https://togithub.com/danger/danger-js/commit/49235d3)) - Removes a potential crash ([`15aa0f2`](https://togithub.com/danger/danger-js/commit/15aa0f2)) - Merge pull request [#628](https://togithub.com/danger/danger-js/issues/628) from danger/more_error_logs ([`f7ecf6f`](https://togithub.com/danger/danger-js/commit/f7ecf6f)) - Imprve the logging around the JSON being sent across processes ([`0b78db4`](https://togithub.com/danger/danger-js/commit/0b78db4)) - Prepare for release ([`1e722ef`](https://togithub.com/danger/danger-js/commit/1e722ef)) - Merged by Peril ([`174f8e1`](https://togithub.com/danger/danger-js/commit/174f8e1)) - fix a test ([`d73c74c`](https://togithub.com/danger/danger-js/commit/d73c74c)) - Use sanitized subject instead of raw subject ([`8128716`](https://togithub.com/danger/danger-js/commit/8128716)) - Use spawn in danger local ([`c320382`](h
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.