Skip to content

Commit

Permalink
fix(deps): update dependency ngx-toastr to v19 (#3321)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ngx-toastr](https://ngx-toastr.vercel.app)
([source](https://togithub.com/scttcper/ngx-toastr)) | [`18.0.0` ->
`19.0.0`](https://renovatebot.com/diffs/npm/ngx-toastr/18.0.0/19.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ngx-toastr/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ngx-toastr/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ngx-toastr/18.0.0/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ngx-toastr/18.0.0/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>scttcper/ngx-toastr (ngx-toastr)</summary>

###
[`v19.0.0`](https://togithub.com/scttcper/ngx-toastr/releases/tag/v19.0.0)

[Compare
Source](https://togithub.com/scttcper/ngx-toastr/compare/v18.0.0...v19.0.0)

##### Features

- Angular 18 + enable usage with zoneless change detection
([#&#8203;1017](https://togithub.com/scttcper/ngx-toastr/issues/1017))
([5461eb4](https://togithub.com/scttcper/ngx-toastr/commit/5461eb4ea440229353826682a7a494e036db6bab))

##### BREAKING CHANGES

-   enable usage with zoneless change detection

Switched relevant parts to OnPush + Signals, so this will work with
zoneless change detection enabled. I deliberately didn't use any of the
new control flow syntax so this should technically still be compatible
with Angular 16 (at least in a small test app with 16 it still worked
for me)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" in timezone Europe/Zurich, Automerge - At any time (no schedule
defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/swisspost/design-system).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyLwn5OmIGRlbW8iXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 22, 2024
1 parent 6659ee6 commit 0822c0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"core-js": "3.37.1",
"highlight.js": "11.9.0",
"ngx-highlightjs": "10.0.0",
"ngx-toastr": "18.0.0",
"ngx-toastr": "19.0.0",
"prettier": "2.8.8",
"rxjs": "7.8.1",
"tslib": "2.6.3",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0822c0e

Please sign in to comment.