cetirizine.meta

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

281.md (9563B)


      1 # PR #281 Bump react-router-dom from 6.16.0 to 6.23.1
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2024-05-13T09:27:33Z
      6 - **Branch:** dependabot/npm_and_yarn/react-router-dom-6.23.1 → main
      7 - **Closed:** 2024-06-25T09:46:44Z
      8 - **Labels:** dependencies, javascript
      9 - **Diff:** [281.diff](./281.diff)
     10 
     11 ---
     12 
     13 Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.16.0 to 6.23.1.
     14 <details>
     15 <summary>Release notes</summary>
     16 <p><em>Sourced from <a href="https://github.com/remix-run/react-router/releases">react-router-dom's releases</a>.</em></p>
     17 <blockquote>
     18 <h2>react-router-dom-v5-compat@6.4.0-pre.15</h2>
     19 <h3>Patch Changes</h3>
     20 <ul>
     21 <li>Updated dependencies
     22 <ul>
     23 <li>react-router@6.4.0-pre.15</li>
     24 <li>react-router-dom@6.4.0-pre.15</li>
     25 </ul>
     26 </li>
     27 </ul>
     28 <h2>react-router-dom-v5-compat@6.4.0-pre.11</h2>
     29 <h3>Patch Changes</h3>
     30 <ul>
     31 <li>Updated dependencies
     32 <ul>
     33 <li>react-router@6.4.0-pre.11</li>
     34 <li>react-router-dom@6.4.0-pre.11</li>
     35 </ul>
     36 </li>
     37 </ul>
     38 <h2>react-router-dom-v5-compat@6.4.0-pre.10</h2>
     39 <h3>Patch Changes</h3>
     40 <ul>
     41 <li>Updated dependencies
     42 <ul>
     43 <li>react-router@6.4.0-pre.10</li>
     44 <li>react-router-dom@6.4.0-pre.10</li>
     45 </ul>
     46 </li>
     47 </ul>
     48 <h2>react-router-dom-v5-compat@6.4.0-pre.9</h2>
     49 <h3>Patch Changes</h3>
     50 <ul>
     51 <li>Updated dependencies
     52 <ul>
     53 <li>react-router@6.4.0-pre.9</li>
     54 <li>react-router-dom@6.4.0-pre.9</li>
     55 </ul>
     56 </li>
     57 </ul>
     58 <h2>react-router-dom-v5-compat@6.4.0-pre.8</h2>
     59 <h3>Patch Changes</h3>
     60 <ul>
     61 <li>Updated dependencies
     62 <ul>
     63 <li>react-router@6.4.0-pre.8</li>
     64 <li>react-router-dom@6.4.0-pre.8</li>
     65 </ul>
     66 </li>
     67 </ul>
     68 <h2>react-router-dom-v5-compat@6.4.0-pre.7</h2>
     69 <h3>Patch Changes</h3>
     70 <ul>
     71 <li>Updated dependencies
     72 <ul>
     73 <li><code>react-router@6.4.0-pre.7</code></li>
     74 <li><code>react-router-dom@6.4.0-pre.7</code></li>
     75 </ul>
     76 </li>
     77 </ul>
     78 <h2>react-router-dom-v5-compat@6.4.0-pre.6</h2>
     79 <h3>Patch Changes</h3>
     80 <ul>
     81 <li>44bce3c6: Fix <code>react-router-dom</code> peer dependency version
     82 <ul>
     83 <li>react-router@6.4.0-pre.6</li>
     84 <li>react-router-dom@6.4.0-pre.6</li>
     85 </ul>
     86 </li>
     87 </ul>
     88 <h2>react-router-dom-v5-compat@6.4.0-pre.5</h2>
     89 <!-- raw HTML omitted -->
     90 </blockquote>
     91 <p>... (truncated)</p>
     92 </details>
     93 <details>
     94 <summary>Changelog</summary>
     95 <p><em>Sourced from <a href="https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md">react-router-dom's changelog</a>.</em></p>
     96 <blockquote>
     97 <h2>6.23.1</h2>
     98 <h3>Patch Changes</h3>
     99 <ul>
    100 <li>Check for <code>document</code> existence when checking <code>startViewTransition</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/11544">#11544</a>)</li>
    101 <li>Change the <code>react-router-dom/server</code> import back to <code>react-router-dom</code> instead of <code>index.ts</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/11514">#11514</a>)</li>
    102 <li>Updated dependencies:
    103 <ul>
    104 <li><code>@remix-run/router@1.16.1</code></li>
    105 <li><code>react-router@6.23.1</code></li>
    106 </ul>
    107 </li>
    108 </ul>
    109 <h2>6.23.0</h2>
    110 <h3>Minor Changes</h3>
    111 <ul>
    112 <li>Add a new <code>unstable_dataStrategy</code> configuration option (<a href="https://redirect.github.com/remix-run/react-router/pull/11098">#11098</a>)
    113 <ul>
    114 <li>This option allows Data Router applications to take control over the approach for executing route loaders and actions</li>
    115 <li>The default implementation is today's behavior, to fetch all loaders in parallel, but this option allows users to implement more advanced data flows including Remix single-fetch, middleware/context APIs, automatic loader caching, and more</li>
    116 </ul>
    117 </li>
    118 </ul>
    119 <h3>Patch Changes</h3>
    120 <ul>
    121 <li>Updated dependencies:
    122 <ul>
    123 <li><code>@remix-run/router@1.16.0</code></li>
    124 <li><code>react-router@6.23.0</code></li>
    125 </ul>
    126 </li>
    127 </ul>
    128 <h2>6.22.3</h2>
    129 <h3>Patch Changes</h3>
    130 <ul>
    131 <li>Updated dependencies:
    132 <ul>
    133 <li><code>@remix-run/router@1.15.3</code></li>
    134 <li><code>react-router@6.22.3</code></li>
    135 </ul>
    136 </li>
    137 </ul>
    138 <h2>6.22.2</h2>
    139 <h3>Patch Changes</h3>
    140 <ul>
    141 <li>Updated dependencies:
    142 <ul>
    143 <li><code>@remix-run/router@1.15.2</code></li>
    144 <li><code>react-router@6.22.2</code></li>
    145 </ul>
    146 </li>
    147 </ul>
    148 <h2>6.22.1</h2>
    149 <h3>Patch Changes</h3>
    150 <ul>
    151 <li>Updated dependencies:
    152 <ul>
    153 <li><code>react-router@6.22.1</code></li>
    154 <li><code>@remix-run/router@1.15.1</code></li>
    155 </ul>
    156 </li>
    157 </ul>
    158 <h2>6.22.0</h2>
    159 <!-- raw HTML omitted -->
    160 </blockquote>
    161 <p>... (truncated)</p>
    162 </details>
    163 <details>
    164 <summary>Commits</summary>
    165 <ul>
    166 <li><a href="https://github.com/remix-run/react-router/commit/aef5c4a617756e6fcc493de17b4be9997a5a19c8"><code>aef5c4a</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11551">#11551</a>)</li>
    167 <li><a href="https://github.com/remix-run/react-router/commit/26bc8e295398b571104ef529149c22a0724eeb7e"><code>26bc8e2</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11545">#11545</a>)</li>
    168 <li><a href="https://github.com/remix-run/react-router/commit/031478d4acc46cc631673ef14e3215fac97dee8b"><code>031478d</code></a> Add defensive window.document check when checking for startViewTransition (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/1">#1</a>...</li>
    169 <li><a href="https://github.com/remix-run/react-router/commit/9651465485fc6c96c1dd793a96d8af8f1ebf42d0"><code>9651465</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11516">#11516</a>)</li>
    170 <li><a href="https://github.com/remix-run/react-router/commit/fdff9ddfd3b929b6750f750523b77649d1421e60"><code>fdff9dd</code></a> Fix react-router-dom/server index.ts import from pnpm migration (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11514">#11514</a>)</li>
    171 <li><a href="https://github.com/remix-run/react-router/commit/82a3a778b23ed991fb71e6f188bb7d06cc3c7d62"><code>82a3a77</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11486">#11486</a>)</li>
    172 <li><a href="https://github.com/remix-run/react-router/commit/8a20f324602afa7b867b5c218c919cc041f21c49"><code>8a20f32</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11387">#11387</a>)</li>
    173 <li><a href="https://github.com/remix-run/react-router/commit/88ec71a6d4159500cfbc69412112b128c669040a"><code>88ec71a</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11379">#11379</a>)</li>
    174 <li><a href="https://github.com/remix-run/react-router/commit/12afb2efdc8408bd9e87e03f8fd16dd21ef1b233"><code>12afb2e</code></a> Migrate to pnpm (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11358">#11358</a>)</li>
    175 <li><a href="https://github.com/remix-run/react-router/commit/c7dd3d3a8e00e96a238801d0fa00d24989cc4270"><code>c7dd3d3</code></a> Data Strategy Configuration (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11098">#11098</a>)</li>
    176 <li>Additional commits viewable in <a href="https://github.com/remix-run/react-router/commits/react-router-dom@6.23.1/packages/react-router-dom">compare view</a></li>
    177 </ul>
    178 </details>
    179 <br />
    180 
    181 
    182 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-router-dom&package-manager=npm_and_yarn&previous-version=6.16.0&new-version=6.23.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    183 
    184 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`.
    185 
    186 [//]: # (dependabot-automerge-start)
    187 [//]: # (dependabot-automerge-end)
    188 
    189 ---
    190 
    191 <details>
    192 <summary>Dependabot commands and options</summary>
    193 <br />
    194 
    195 You can trigger Dependabot actions by commenting on this PR:
    196 - `@dependabot rebase` will rebase this PR
    197 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    198 - `@dependabot merge` will merge this PR after your CI passes on it
    199 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    200 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    201 - `@dependabot reopen` will reopen this PR if it is closed
    202 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    203 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    204 - `@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)
    205 - `@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)
    206 - `@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)
    207 
    208 
    209 </details>
    210 
    211 
    212 ## Comments
    213 
    214 ### @dependabot[bot] — 2024-06-25T09:46:44Z
    215 
    216 Superseded by #315.
    217