Skip to content

Bump danger from 3.0.4 to 10.2.0#3

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/danger-10.2.0
Closed

Bump danger from 3.0.4 to 10.2.0#3
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/danger-10.2.0

Conversation

@dependabot-preview
Copy link

Bumps danger from 3.0.4 to 10.2.0.

Release notes

Sourced from danger's releases.

Release 10.2.0

  • Merge branch 'master' of https://github.com/danger/danger-js (4ba6cce)
  • Improved error messaging (69cac62)
  • Merge pull request #1037 from HonzaMac/master (0897c6c)
  • Fix: BitBucketServer does not encode filepath (17ce5d5)
  • Merge pull request #1034 from danger/fix_upload_docker_image_script (6c90cce)
  • Update uploadDockerImage.yml (968d9de)
  • Merge branch 'master' of https://github.com/danger/danger-js (f20081c)
  • Update homebrew script (56e1cb6)

Release 10.1.1

  • Release faff: (27d1dcc)
  • Remove the update changelog setp (585b006)
  • Prepare for release (16d8666)
  • Make bamboo names match up (0a33bfd)
  • Merge branch 'master' of https://github.com/danger/danger-js (56d36bb)
  • Merge pull request #1033 from valscion/circle-ci-commit-hash (8090b86)
  • Add changelog entry (bf3e021)
  • Take commit hash from CircleCI (dbac25a)
  • Merge pull request #1032 from sogame/createOrUpdatePR_create_body (f58ee85)
  • Add description when creating a pr with "createOrUpdatePR" (94688fe)
  • Merge pull request #1030 from pgoudreau/origin/danger-pr-gitlab-url (c17604e)
  • Fix project path with /- in GitLab MR URL (4ab7345)
  • More release-it faff (e7d9b6a)
  • Release 10.1.0 (4e36b7c)
  • Update release it json (297a254)
  • Faff (94475c3)
  • Update release-it (d5c3172)

Release 10.1.0

  • Update release it json (297a254)
  • Faff (94475c3)
  • Update release-it (d5c3172)

Release 10.0.0

  • Changed JSON patch implementation for better memory performance. [@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.

This is very very very unlikely to break anyone's code, but better to make it certain.

  • Update DTS files (bea785a)
  • Merge pull request #1019 from dkundel/dkundel/fix-memory-json-patch (b615ca4)
  • fix: change JSON patch implementation for memory improvement (37a4a65)

Release 9.4.0

  • Vbump (24b0965)
  • Merge pull request #1018 from sogame/Contributor_url (dcf1472)
... (truncated)
Changelog

Sourced from danger's changelog.

10.2.0

  • Take commit hash from CircleCI environment variable [@valscion]
  • Fix project path with /- in GitLab MR URL [@pgoudreau]
  • When creating a new PR with createOrUpdatePR, add the description (as done when editing) - [@sogame]

10.1.0

  • Adds support for Bamboo CI [@tim3trick]
  • Replace regex to a long url repos approach on Bitrise [@lucasmpaim]
  • Pass process arguments back to the original process [@f-meloni]
  • When fetching existing labels in createOrAddLabel use pagination to fetch them all - [@sogame]

10.0.0

  • Changed JSON patch implementation for better memory performance. [@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.

9.3.1

  • Don't fail when using createOrAddLabel if label fails to be created or added - [@sogame]

9.3.0

  • Add the staged flag to danger local command - [@soyn]
  • Don't use hardcoded userId to update comments if using personal token in Github Actions - [@rohit-gohri]
  • Disable warning in Github Action if using DANGER_GITHUB_API_TOKEN - [@rohit-gohri]
  • Update parse-diff library - [@417-72KI]
  • Fix repository slug in Jenkins provider - [sandratatarevicova]
  • Add Gitlab diff support - [@rohit-gohri]
  • Fix Typos across danger-js Repo - [@yohix]
  • Fix @octokit/rest deprecation warning when using .issues.addLabels() - [@sogame]

9.2.10

  • Fixes for the homebrew generated binaries - [@hellocore]

9.2.9

  • Bitbucket Cloud: Allow DangerCI to get UUID from Bitbucket - [@hellocore]
  • Update docs for GitLab - [@orta]

9.2.7-8-9

  • Maybe fix deploys to GPR for Docker - [@orta]

9.2.6

... (truncated)
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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 11, 2020
@dependabot-preview
Copy link
Author

Superseded by #16.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/danger-10.2.0 branch June 24, 2020 23:36
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