matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

241.md (7348B)


      1 # PR #241 Bump react-toastify from 9.0.1 to 9.0.5
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2022-06-20T08:40:35Z
      6 - **Branch:** dependabot/npm_and_yarn/react-toastify-9.0.5 → main
      7 - **Closed:** 2023-01-03T16:43:33Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [241.diff](./241.diff)
     12 
     13 ---
     14 
     15 Bumps [react-toastify](https://github.com/fkhadra/react-toastify) from 9.0.1 to 9.0.5.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/fkhadra/react-toastify/releases">react-toastify's releases</a>.</em></p>
     19 <blockquote>
     20 <h2>v9.0.5</h2>
     21 <h1>Release note</h1>
     22 <h2>🕷 Bugfix</h2>
     23 <ul>
     24 <li>inject-style has now the correct file-name in bundle <a href="https://github-redirect.dependabot.com/fkhadra/react-toastify/issues/779">#779</a></li>
     25 </ul>
     26 <h2>v9.0.4</h2>
     27 <h1>Release note</h1>
     28 <p>This release does not work with CRA v4(2 years old) due to the lack of support for es modules. I strongly advise to upgrade to lastest CRA if possible.
     29 Alternative solution:</p>
     30 <ul>
     31 <li>stick to v9.0.3</li>
     32 <li>update webpack config <a href="https://github-redirect.dependabot.com/reactioncommerce/reaction-component-library/issues/399">reactioncommerce/reaction-component-library#399</a></li>
     33 </ul>
     34 <h2>Bugfix</h2>
     35 <ul>
     36 <li>use mjs extensions for es modules <a href="https://github-redirect.dependabot.com/fkhadra/react-toastify/issues/767">#767</a> thank to <a href="https://github.com/mikebarkmin"><code>@​mikebarkmin</code></a></li>
     37 </ul>
     38 <h2>v9.0.3</h2>
     39 <h1>Release notes</h1>
     40 <h2>🕷 Bugfix</h2>
     41 <ul>
     42 <li>Fix icon not updating after calling <code>toast.update</code> <a href="https://github-redirect.dependabot.com/fkhadra/react-toastify/issues/770">#770</a></li>
     43 </ul>
     44 <h2>v9.0.2</h2>
     45 <h1>Release notes</h1>
     46 <p>Thanks to <a href="https://github.com/Rambatino"><code>@​Rambatino</code></a>, <a href="https://github.com/grit96"><code>@​grit96</code></a>,  <a href="https://github.com/Vl3oss"><code>@​Vl3oss</code></a>, <a href="https://github.com/eolme"><code>@​eolme</code></a> for this release</p>
     47 <h2>🕷 Bug fixes</h2>
     48 <ul>
     49 <li>typo <a href="https://github-redirect.dependabot.com/fkhadra/react-toastify/issues/764">#764</a></li>
     50 <li>pass toast styles through <a href="https://github-redirect.dependabot.com/fkhadra/react-toastify/issues/763">#763</a></li>
     51 <li>add function type in icon prop <a href="https://github-redirect.dependabot.com/fkhadra/react-toastify/issues/761">#761</a></li>
     52 <li>closeButton/icon types/rendering <a href="https://github-redirect.dependabot.com/fkhadra/react-toastify/issues/758">#758</a></li>
     53 <li>fix empty data object in NotificationCenter <a href="https://github-redirect.dependabot.com/fkhadra/react-toastify/issues/757">#757</a></li>
     54 </ul>
     55 </blockquote>
     56 </details>
     57 <details>
     58 <summary>Commits</summary>
     59 <ul>
     60 <li><a href="https://github.com/fkhadra/react-toastify/commit/148cca487352fb908021ed889615f8a72b766c55"><code>148cca4</code></a> 9.0.5</li>
     61 <li><a href="https://github.com/fkhadra/react-toastify/commit/32c8cbafc8300eefa732120a9ce99f56a807a6a9"><code>32c8cba</code></a> fix <a href="https://github-redirect.dependabot.com/fkhadra/react-toastify/issues/779">#779</a></li>
     62 <li><a href="https://github.com/fkhadra/react-toastify/commit/5b944c174564dce40474dd17da005ceb19f45824"><code>5b944c1</code></a> 9.0.4</li>
     63 <li><a href="https://github.com/fkhadra/react-toastify/commit/fee848b90a4b48b991528b04715800852f0c8c89"><code>fee848b</code></a> remove dead code</li>
     64 <li><a href="https://github.com/fkhadra/react-toastify/commit/5a1b51530cfc8d700b29a7df9fc987d61e36cc97"><code>5a1b515</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/fkhadra/react-toastify/issues/767">#767</a> from mikebarkmin/fix-build</li>
     65 <li><a href="https://github.com/fkhadra/react-toastify/commit/deb681ba363a80fd36982cecfbbf16e5168c62f8"><code>deb681b</code></a> 9.0.3</li>
     66 <li><a href="https://github.com/fkhadra/react-toastify/commit/c8b2bd8a6bd1f358e24de4d5e7a95fed604e8dd1"><code>c8b2bd8</code></a> fix <a href="https://github-redirect.dependabot.com/fkhadra/react-toastify/issues/770">#770</a> loading icon not updated</li>
     67 <li><a href="https://github.com/fkhadra/react-toastify/commit/fef0ca274309a64bd5f264f68c86ea8c18d807c3"><code>fef0ca2</code></a> Merge branch 'fkhadra:master' into fix-build</li>
     68 <li><a href="https://github.com/fkhadra/react-toastify/commit/d816b39de07b0a821cdda52affa6d2c33d639ff0"><code>d816b39</code></a> 9.0.2</li>
     69 <li><a href="https://github.com/fkhadra/react-toastify/commit/f6a4567c4acaad364732d8da463fc36c2933d48c"><code>f6a4567</code></a> bump deps</li>
     70 <li>Additional commits viewable in <a href="https://github.com/fkhadra/react-toastify/compare/v9.0.1...v9.0.5">compare view</a></li>
     71 </ul>
     72 </details>
     73 <br />
     74 
     75 
     76 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-toastify&package-manager=npm_and_yarn&previous-version=9.0.1&new-version=9.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     77 
     78 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`.
     79 
     80 [//]: # (dependabot-automerge-start)
     81 [//]: # (dependabot-automerge-end)
     82 
     83 ---
     84 
     85 <details>
     86 <summary>Dependabot commands and options</summary>
     87 <br />
     88 
     89 You can trigger Dependabot actions by commenting on this PR:
     90 - `@dependabot rebase` will rebase this PR
     91 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     92 - `@dependabot merge` will merge this PR after your CI passes on it
     93 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     94 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     95 - `@dependabot reopen` will reopen this PR if it is closed
     96 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     97 - `@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)
     98 - `@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)
     99 - `@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)
    100 
    101 
    102 </details>
    103 
    104 
    105 ## Comments
    106 
    107 ### @dependabot[bot] — 2023-01-03T16:43:36Z
    108 
    109 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
    110 
    111 If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
    112