Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump danger from 6.1.12 to 7.0.1 #2600

Merged
merged 1 commit into from
Dec 30, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 28, 2018

Bumps danger from 6.1.12 to 7.0.1.

Release notes

Sourced from danger's releases.

Release 7.0.1

  • CHANGELOG (53c2425)
  • Merge pull request #798 from cysp/feature/github-checks-option (a05a340)
  • Merge pull request #800 from cysp/feature/github-api-types (ee2a752)
  • Merge pull request #799 from cysp/fix/restore-http-proxy-agent (47641fe)
  • Introduce a type for GitHub issue comments (dbc9615)
  • Loosen GitHub comment ids to strings (0eb5b4c)
  • Declare a direct dependency on http-proxy-agent (5ab78ab)
  • Expose option for using GitHub Checks (75bd23a)
  • Clear mocked danger run between tests (67396e9)
  • Adds a note about the octokit/rest update (460708f)

Release 7.0.0

  • Merged by Peril (ee2f805)
  • CHANGELOG (5f42b6f)
  • Fix tests, and move the declarations/schema-gen to be on dpeloy, not per PR (15e91c9)
  • Merge branch 'master' of https://github.com/danger/danger-js into update_octokit (f22c465)
  • Update octokit (0859032)
  • Improve the inlione docs for Danger Swift also (4a4863b)

Release 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)
Changelog

Sourced from danger's changelog.

7.0.1

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, 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.

6.1.13

  • Allow sub-processes to pass their own name an href so that it doesn't say made by Danger JS [orta][]

    This is done by extending the DangerResults object passed back to Danger JS, by adding a meta section to the 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][]

Commits
  • 95332f2 Release 7.0.1
  • 53c2425 CHANGELOG
  • a05a340 Merge pull request #798 from cysp/feature/github-checks-option
  • ee2a752 Merge pull request #800 from cysp/feature/github-api-types
  • 47641fe Merge pull request #799 from cysp/fix/restore-http-proxy-agent
  • dbc9615 Introduce a type for GitHub issue comments
  • 0eb5b4c Loosen GitHub comment ids to strings
  • 5ab78ab Declare a direct dependency on http-proxy-agent
  • 75bd23a Expose option for using GitHub Checks
  • 67396e9 Clear mocked danger run between tests
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Related to dependency updates label Dec 28, 2018
@chris48s
Copy link
Member

@dependabot rebase

Bumps [danger](https://github.com/danger/danger-js) from 6.1.12 to 7.0.1.
- [Release notes](https://github.com/danger/danger-js/releases)
- [Changelog](https://github.com/danger/danger-js/blob/master/CHANGELOG.md)
- [Commits](danger/danger-js@6.1.12...7.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@chris48s chris48s merged commit 38ede19 into master Dec 30, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/danger-7.0.1 branch December 30, 2018 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants