Commit e5deffc
authored
Build(deps): Bump noticed from 2.4.3 to 2.5.1 (#732)
Bumps [noticed](https://github.com/excid3/noticed) from 2.4.3 to 2.5.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.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Support callbacks in bulk delivery methods by <a
href="https://github.com/ghiculescu"><code>@ghiculescu</code></a> in <a
href="https://redirect.github.com/excid3/noticed/pull/487">excid3/noticed#487</a></li>
<li>Fix crash when trying to bulk notify from an ephemeral notifier by
<a href="https://github.com/ghiculescu"><code>@ghiculescu</code></a> in
<a
href="https://redirect.github.com/excid3/noticed/pull/486">excid3/noticed#486</a></li>
<li>Allow use of evaluated recipients in ephemeral notifiers by <a
href="https://github.com/ghiculescu"><code>@ghiculescu</code></a> in <a
href="https://redirect.github.com/excid3/noticed/pull/492">excid3/noticed#492</a></li>
<li>Update Documentation: Add details about how to vary queue priority
by <a href="https://github.com/phil-6"><code>@phil-6</code></a> in <a
href="https://redirect.github.com/excid3/noticed/pull/494">excid3/noticed#494</a></li>
<li>Update docs for the slack delivery method by <a
href="https://github.com/TheZero0-ctrl"><code>@TheZero0-ctrl</code></a>
in <a
href="https://redirect.github.com/excid3/noticed/pull/495">excid3/noticed#495</a></li>
<li>Fix ActionCable channel name in docs by <a
href="https://github.com/ibrahima"><code>@ibrahima</code></a> in <a
href="https://redirect.github.com/excid3/noticed/pull/499">excid3/noticed#499</a></li>
<li>IOS Delivery Method error handling by <a
href="https://github.com/avanrielly"><code>@avanrielly</code></a> in <a
href="https://redirect.github.com/excid3/noticed/pull/503">excid3/noticed#503</a></li>
<li>Update Twilio messaging read me by <a
href="https://github.com/nachiket87"><code>@nachiket87</code></a> in <a
href="https://redirect.github.com/excid3/noticed/pull/506">excid3/noticed#506</a></li>
<li>Documentation Fixes by <a
href="https://github.com/shanereddy"><code>@shanereddy</code></a> in <a
href="https://redirect.github.com/excid3/noticed/pull/510">excid3/noticed#510</a></li>
<li>Fix typo in README by <a
href="https://github.com/fguillen"><code>@fguillen</code></a> in <a
href="https://redirect.github.com/excid3/noticed/pull/513">excid3/noticed#513</a></li>
<li>Documentation Update by <a
href="https://github.com/d3rt"><code>@d3rt</code></a> in <a
href="https://redirect.github.com/excid3/noticed/pull/512">excid3/noticed#512</a></li>
<li>Inheritable notification methods by <a
href="https://github.com/excid3"><code>@excid3</code></a> in <a
href="https://redirect.github.com/excid3/noticed/pull/514">excid3/noticed#514</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/TheZero0-ctrl"><code>@TheZero0-ctrl</code></a>
made their first contribution in <a
href="https://redirect.github.com/excid3/noticed/pull/495">excid3/noticed#495</a></li>
<li><a href="https://github.com/ibrahima"><code>@ibrahima</code></a>
made their first contribution in <a
href="https://redirect.github.com/excid3/noticed/pull/499">excid3/noticed#499</a></li>
<li><a
href="https://github.com/nachiket87"><code>@nachiket87</code></a> made
their first contribution in <a
href="https://redirect.github.com/excid3/noticed/pull/506">excid3/noticed#506</a></li>
<li><a
href="https://github.com/shanereddy"><code>@shanereddy</code></a> made
their first contribution in <a
href="https://redirect.github.com/excid3/noticed/pull/510">excid3/noticed#510</a></li>
<li><a href="https://github.com/fguillen"><code>@fguillen</code></a>
made their first contribution in <a
href="https://redirect.github.com/excid3/noticed/pull/513">excid3/noticed#513</a></li>
<li><a href="https://github.com/d3rt"><code>@d3rt</code></a> made their
first contribution in <a
href="https://redirect.github.com/excid3/noticed/pull/512">excid3/noticed#512</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/excid3/noticed/compare/v2.4.3...v2.5.0">https://github.com/excid3/noticed/compare/v2.4.3...v2.5.0</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.5.1</h3>
<ul>
<li>Slack delivery methods now verify the <code>{ok: true/false}</code>
response to catch errors correctly <a
href="https://redirect.github.com/excid3/noticed/issues/515">#515</a></li>
</ul>
<h3>2.5.0</h3>
<ul>
<li>Inherit Notification from parent class Notification.</li>
<li>Support callbacks in bulk delivery methods.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/excid3/noticed/commit/6a80d9c82163f21e80a388ab9b0a1f89b2ed1580"><code>6a80d9c</code></a>
Version bump</li>
<li><a
href="https://github.com/excid3/noticed/commit/f37b9a82c34d1424c6b732dcc7f7c2a740bdc159"><code>f37b9a8</code></a>
Update appraisals</li>
<li><a
href="https://github.com/excid3/noticed/commit/7b56b56c9b61340f214b50da5cfc9841b35f965c"><code>7b56b56</code></a>
Merge branch 'main' of github.com:excid3/noticed</li>
<li><a
href="https://github.com/excid3/noticed/commit/b980d211325238fde11a8cfde1528b26637eaac5"><code>b980d21</code></a>
Merge branch 'sherifnada-sherifnada/slack-raise-error-options'</li>
<li><a
href="https://github.com/excid3/noticed/commit/85ce68de46d2d5c145741ddb8d223be3eb441418"><code>85ce68d</code></a>
Refactor</li>
<li><a
href="https://github.com/excid3/noticed/commit/a9bae80eaa3e5b1a7ddb936b789ac1d9faff85ea"><code>a9bae80</code></a>
Fix BulkDeliveryMethod base class (<a
href="https://redirect.github.com/excid3/noticed/issues/519">#519</a>)</li>
<li><a
href="https://github.com/excid3/noticed/commit/5dc5842f223c8c1c5024c7ac5a52b5de40201060"><code>5dc5842</code></a>
Update UPGRADE.md</li>
<li><a
href="https://github.com/excid3/noticed/commit/589596b68a95b933eb75ddaf5f3161f2f388b7a9"><code>589596b</code></a>
docs</li>
<li><a
href="https://github.com/excid3/noticed/commit/0cecb149883e7f258701e8acfdbb201ae009521a"><code>0cecb14</code></a>
rename</li>
<li><a
href="https://github.com/excid3/noticed/commit/8b82103c279b856a562fdf3d18b99fa1e2393c94"><code>8b82103</code></a>
standard</li>
<li>Additional commits viewable in <a
href="https://github.com/excid3/noticed/compare/v2.4.3...v2.5.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
+20
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
376 | | - | |
| 375 | + | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
| 415 | + | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
| 438 | + | |
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
| 457 | + | |
457 | 458 | | |
458 | | - | |
| 459 | + | |
459 | 460 | | |
460 | 461 | | |
461 | 462 | | |
| |||
501 | 502 | | |
502 | 503 | | |
503 | 504 | | |
504 | | - | |
| 505 | + | |
505 | 506 | | |
506 | 507 | | |
507 | 508 | | |
| |||
515 | 516 | | |
516 | 517 | | |
517 | 518 | | |
518 | | - | |
| 519 | + | |
519 | 520 | | |
520 | 521 | | |
521 | 522 | | |
| |||
593 | 594 | | |
594 | 595 | | |
595 | 596 | | |
596 | | - | |
| 597 | + | |
597 | 598 | | |
598 | 599 | | |
599 | 600 | | |
| |||
644 | 645 | | |
645 | 646 | | |
646 | 647 | | |
647 | | - | |
| 648 | + | |
648 | 649 | | |
649 | 650 | | |
650 | 651 | | |
| |||
683 | 684 | | |
684 | 685 | | |
685 | 686 | | |
686 | | - | |
| 687 | + | |
| 688 | + | |
687 | 689 | | |
688 | 690 | | |
689 | 691 | | |
| |||
0 commit comments