Update danger: 6.1.1 → 6.1.13 (patch)
⚠️ No CI detected ⚠️
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
- Our friends at Travis-CI provide excellent service.
- Circle CI is good, too, and has a free plan that will cover basic needs.
- If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github.
- If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with
depfu/.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ danger (6.1.1 → 7.0.0) · Repo · Changelog
Release Notes
6.1.13
- Merge pull request #795 from cysp/bugfix/githubapi-comment-body-includes (2f188ba)
- Merge branch 'master' of https://github.com/danger/danger-js into bugfix/githubapi-comment-body-includes (e710445)
- Merge pull request #796 from cysp/fix/danger-types-formatting (8f9c007)
- Fix formatting of danger.d.ts (860c265)
- fixup! Fix Danger comment detection (7635f1d)
- Fix Danger comment detection (8cc4b22)
- Merge pull request #791 from Aghassi/patch-1 (9d3b826)
- Merge pull request #792 from mwickett/patch-1 (b4181cb)
- Fix VS Code typo (9db01ea)
- docs: changed Lodash contains to Lodash includes (5c7836b)
- Fix declarations (4a62fea)
- Merged by Peril (258cde3)
- Custom runtime naming in danger js sub-processes (c83dc56)
6.1.12
6.1.11
- Changelog faff (c25eb34)
- Merge pull request #787 from cysp/feature/github-actions-docs (09b9a69)
- Merge pull request #786 from cysp/feature/github-actions (f7cf264)
- Update GITHUB_EVENT_TYPE to GITHUB_EVENT_NAME for Actions (1e9ff77)
- Link to the documentation for GitHub Actions (5e317d4)
- Merged by Peril (e8f0293)
- Remove backticks from #783 (a96e87e)
6.1.10
- Use the changelog command (b576ed0)
- Merge pull request #783 from randak/add-commit-id (ec0f2b5)
- Merge branch 'master' into add-commit-id (4be622f)
- Merge pull request #784 from sajjadzamani/support-older-babel-versions (0fdcda1)
- Add support for older babel versions (8aee4e0)
- Remove IDE generated files (5a837b0)
- Update changelog.md (e7a6c41)
- Add commit ID to comment footer (#168) (28bd18c)
6.1.8
- Update the changelog (8a14154)
- Merge pull request #777 from danger/hk-issue-776 (6dee41b)
- Add changelog entry (de47c11)
- Remove template duplication (b6dcc95)
- Extract method for markdown check (15ed78c)
- Add back space for messages containing markdown. (c4fec19)
- Extract function for compound conditional (ca80c29)
6.1.7
- Merged by Peril (cdce49d)
- Merge branch 'master' into bitbucket-git-dsl-fix (e344e70)
- Merge pull request #775 from langovoi/bitbucket-paged-api (df445cd)
- Add support of paged APIs of BitBucket Server (d7ae4ab)
- Fix BitBucket Server GitDSL (f89ba6f)
- Merged by Peril (88473d5)
- Merge branch 'master' of https://github.com/danger/danger-js into bitbucket-remove-comment (6faa639)
- Merge branch 'master' of https://github.com/danger/danger-js (5bfd882)
- Fix tyes in tests (bbb4d89)
- Update comment instead deleting, if it has replies (BitBucket Server) (8a6a96e)
- Merge pull request #770 from danger/bbs_fixture (35283ce)
- Fix build issue (c9e8ba8)
- Adds a fixture for the BBS DSL input for other platforms to use (cc5efbf)
6.1.6
6.1.5
6.1.4
6.1.3
Not all release notes shown. View the full release notes
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)