Commit 7229aed
authored
Build(deps): Bump noticed from 2.7.0 to 2.7.1 (#881)
Bumps [noticed](https://github.com/excid3/noticed) from 2.7.0 to 2.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/excid3/noticed/releases">noticed's
releases</a>.</em></p>
<blockquote>
<h2>v2.7.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update documentation on recipient-specific settings by <a
href="https://github.com/sjswoboda"><code>@sjswoboda</code></a> in <a
href="https://redirect.github.com/excid3/noticed/pull/543">excid3/noticed#543</a></li>
<li>Add an error handler lambda to FCM delivery method by <a
href="https://github.com/tony-rowan"><code>@tony-rowan</code></a> in <a
href="https://redirect.github.com/excid3/noticed/pull/544">excid3/noticed#544</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/sjswoboda"><code>@sjswoboda</code></a>
made their first contribution in <a
href="https://redirect.github.com/excid3/noticed/pull/543">excid3/noticed#543</a></li>
<li><a
href="https://github.com/tony-rowan"><code>@tony-rowan</code></a> made
their first contribution in <a
href="https://redirect.github.com/excid3/noticed/pull/544">excid3/noticed#544</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/excid3/noticed/compare/v2.7.0...v2.7.1">https://github.com/excid3/noticed/compare/v2.7.0...v2.7.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/excid3/noticed/blob/main/CHANGELOG.md">noticed's
changelog</a>.</em></p>
<blockquote>
<h3>2.7.1</h3>
<ul>
<li>Fix <code>recipients :symbol</code> ignored when pointing to a
private method</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/excid3/noticed/commit/fae78f99fd59aaa310c8ef9ac9f064305c8be0ce"><code>fae78f9</code></a>
Version bump</li>
<li><a
href="https://github.com/excid3/noticed/commit/7fd2bd08000cb618096b2825a3458db555783fcc"><code>7fd2bd0</code></a>
Merge</li>
<li><a
href="https://github.com/excid3/noticed/commit/3ac3a5c807f8cbc5d47fb68bfc12f60b8ddfbb89"><code>3ac3a5c</code></a>
Fix recipients not finding private methods</li>
<li><a
href="https://github.com/excid3/noticed/commit/e60d8e15007f2c540c19cd0af033fe427e2d45f8"><code>e60d8e1</code></a>
Add an error handler lambda to FCM delivery method (<a
href="https://redirect.github.com/excid3/noticed/issues/544">#544</a>)</li>
<li><a
href="https://github.com/excid3/noticed/commit/5baa4da83e895c8632d8604240e23cd77a7b1ead"><code>5baa4da</code></a>
Update documentation on recipient-specific settings (<a
href="https://redirect.github.com/excid3/noticed/issues/543">#543</a>)</li>
<li>See full diff in <a
href="https://github.com/excid3/noticed/compare/v2.7.0...v2.7.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | | - | |
| 466 | + | |
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
| |||
475 | 475 | | |
476 | 476 | | |
477 | 477 | | |
478 | | - | |
| 478 | + | |
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
| 578 | + | |
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
786 | | - | |
| 786 | + | |
787 | 787 | | |
788 | 788 | | |
789 | 789 | | |
| |||
0 commit comments