Skip to content

Conversation

@dependabot-preview
Copy link

Bumps danger from 10.2.0 to 10.5.1.

Release notes

Sourced from danger's releases.

Release 10.5.1

  • CHANGELOG (6c8939b)
  • Merge pull request #1079 from alexandermendes/fix-1077 (d8e3cef)
  • Merge pull request #1080 from tshakah/patch-1 (36f636f)
  • test: fix async test assertions (061bf1a)
  • Fix link to JS reference (109fa2f)
  • docs: update changelog (703534a)
  • fix: use fallbacks to get PR id for CodeBuild (a93336d)
  • Merge pull request #1076 from HelloCore/fix/bitbucket-cloud-comment-conflict (9b28d2d)
  • Update CHANGELOG.md (16e2f8f)
  • Update changelog (6df95f8)
  • Update testcase (a2c554a)
  • Fix problem when trying to update main comment with inline comment (31db8a6)
  • Fix order (3cff430)

Release 10.5.0

  • CHANGELOG (bd6746d)
  • Merge pull request #1073 from wardpeet/patch-1 (533b0b1)
  • fix: use new token api for apps (f8941dd)

Release 10.4.1

  • CHANGELOG faff (9ffcf72)
  • Merge branch 'master' of https://github.com/danger/danger-js into master (a28c927)
  • Merge pull request #1071 from hmcc/bug/1070 (12a1ad5)
  • Add some env var aliases (cbe0c9f)
  • Update CHANGELOG (fb2829b)
  • bug/1070 Upgrade node-fetch to 2.6.1 to fix GHSA-w7rc-rwvf-8q5r (01f9c94)
  • Merge pull request #1068 from Igorbek/tsconfig-lookup (385accf)
  • Use relative path to fix win32 test (c499a87)
  • Fix tests for win32 (6468fda)
  • Update CHANGELOG (fb6dbd7)
  • Lookup tsconfig.json from location of dangerfile (da6e9f2)
  • Merge pull request #1064 from iShawnWang/master (edb2469)
  • defense code for lower gitlab version (9ae0d70)

Release 10.4.0

  • Initial support for danger-ts (f0a624b)

Release 10.3.1

  • Update changelog (779938f)
  • Maybe gets GitLab doc'd (ef9167b)
  • Merge pull request #1061 from pinkasey/eyal_ignore_invalid_inline_comments (547e4a3)
  • ignoreOutOfDiffComments. It's final. (ef7caa5)
  • comments (8e4cbc5)
  • CR changes (bd71fd3)
  • Update CHANGELOG.md (34d8640)
  • add test (f20f4b0)
  • update CHANGELOG.md (c36f2a2)
  • ignoreInvalidInlineComments - new option to not post invalid-inline-comments in main results comment (e92632e)
  • Merge pull request #1053 from nataliSM/master (edeb57b)
Changelog

Sourced from danger's changelog.

10.5.1

  • Bitbucket Cloud: Fix bug when Danger updating inline comment with summary comment. - [@hellocore]
  • Fall back to alternative methods for establishing the PR number from CodeBuild - [@alexandermendes]

10.5.0

  • Handle deprecations for the APIs used with --use-github-checks #1073 @wardpeet

10.4.1

10.4.0

  • Adds aliases to the FakeCI env vars. You could now have something like:
    - 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

10.3.1

  • Experimental support for internal routing when using npx danger-ts [@orta]

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]

10.2.2

  • Add support for danger local on repos without a master branch - @ahobson

10.2.1

  • Wait for close event on spawned process in local git platform - [@gzaripov]
  • Fix Typo in README.md [@NotMoni]
  • Fix danger failure on getting diff for files with spaces in file path [@HonzaMac]
  • Document how to disable transpilation [@rzgry]
  • Fix get blob url for pr commit [@doniyor2109]
Commits

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 squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 3, 2020
@dependabot-preview
Copy link
Author

Superseded by #102.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/danger-10.5.1 branch November 19, 2020 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants