manicmaniac / danger-periphery

A Danger plugin to detect unused codes using Periphery.
https://www.rubydoc.info/gems/danger-periphery/
MIT License
25 stars 7 forks source link

Update dependency danger to v9.5.0 #234

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
danger 9.4.3 -> 9.5.0 age adoption passing confidence

Release Notes

danger/danger (danger) ### [`v9.5.0`](https://togithub.com/danger/danger/blob/HEAD/CHANGELOG.md#950) - Always use `LocalOnlyGitRepo` source with `dry_run` command - [@​imaginaris](https://togithub.com/imaginaris) [#​1452](https://togithub.com/danger/danger/pull/1452) - Support repository access token on Bitbucket Cloud - [@​manicmaniac](https://togithub.com/manicmaniac) [#​1481](https://togithub.com/danger/danger/pull/1481) - Update "What is Danger?" in README - [@​manicmaniac](https://togithub.com/manicmaniac) [#​1482](https://togithub.com/danger/danger/pull/1482) - Fix broken YARD documents - [@​manicmaniac](https://togithub.com/manicmaniac) [#​1484](https://togithub.com/danger/danger/pull/1484) - Add Ruby 3.3 to test matrix - [@​ydah](https://togithub.com/ydah) [#​1486](https://togithub.com/danger/danger/pull/1486) - Bump rubocop version and fix new offenses - [@​ydah](https://togithub.com/ydah) [#​1487](https://togithub.com/danger/danger/pull/1487) - Use GitHub files API with pagination for PR diff - [@​timbaev](https://togithub.com/timbaev) [#​1491](https://togithub.com/danger/danger/pull/1491)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 4 months ago

Danger has errored

[!] Invalid Dangerfile file: error: ["bin/periphery", "scan", "--project", "spec/support/fixtures/test.xcodeproj", "--schemes", "test", "--targets", "test", "--disable-update-check", "--quiet", "--format", "checkstyle"] exited with status code 1. error: This version of Periphery only supports Swift >= 5.9, you`re using swift-driver version: 1.75.2 Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) Target: x86_64-apple-macosx13.0.

 #  from Dangerfile:8
 #  -------------------------------------------
 #  periphery.binary_path = 'bin/periphery'
 >  periphery.scan(project: 'spec/support/fixtures/test.xcodeproj', schemes: 'test', targets: 'test') do |violation|
 #    !violation.message.include?('unused')
 #  -------------------------------------------

Generated by :no_entry_sign: Danger