Skip to content

Commit

Permalink
Bump danger from 9.4.1 to 9.4.2 (#90)
Browse files Browse the repository at this point in the history
Bumps [danger](https://github.com/danger/danger) from 9.4.1 to 9.4.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/danger/danger/releases">danger's
releases</a>.</em></p>
<blockquote>
<h2>9.4.2</h2>
<ul>
<li>Reduce the minimum required Octokit version - <a
href="https://github.com/mattr-"><code>@​mattr-</code></a> <a
href="https://redirect.github.com/danger/danger/issues/1471">#1471</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/danger/danger/blob/master/CHANGELOG.md">danger's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<h2>master</h2>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/danger/danger/commit/9ba87e9758d1851d3a4449e5827555abb3e3772f"><code>9ba87e9</code></a>
Prepare for release</li>
<li><a
href="https://github.com/danger/danger/commit/8f35b90008e77d0b50d2bf26c33c6d39b81b28f5"><code>8f35b90</code></a>
Merge pull request <a
href="https://redirect.github.com/danger/danger/issues/1471">#1471</a>
from mattr-/lower-minimum-octokit-requirement</li>
<li><a
href="https://github.com/danger/danger/commit/e430525285d178cb49b72306c6076a54daf5bc3c"><code>e430525</code></a>
chore: Update CHANGELOG.md</li>
<li><a
href="https://github.com/danger/danger/commit/869c275ca3eec89b2afb4d26b7d3c2a7b29d7e0b"><code>869c275</code></a>
chore: lower minimum required octokit version</li>
<li><a
href="https://github.com/danger/danger/commit/6544ba5daaccbe35172432549fc5b9f4ecf091d8"><code>6544ba5</code></a>
Fix pull request URL in CHANGELOG</li>
<li>See full diff in <a
href="https://github.com/danger/danger/compare/v9.4.1...v9.4.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=danger&package-manager=bundler&previous-version=9.4.1&new-version=9.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 18f865b commit e066d0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
algoliasearch (1.27.5)
httpclient (~> 2.8, >= 2.8.3)
Expand Down Expand Up @@ -68,7 +68,7 @@ GEM
connection_pool (2.4.1)
cork (0.3.0)
colored2 (~> 3.1)
danger (9.4.1)
danger (9.4.2)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand All @@ -79,7 +79,7 @@ GEM
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
octokit (>= 6.0)
octokit (>= 4.0)
terminal-table (>= 1, < 4)
danger-jazzy (1.1.0)
danger-plugin-api (~> 1.0)
Expand Down

0 comments on commit e066d0a

Please sign in to comment.