cetirizine.meta

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

175.md (12366B)


      1 # PR #175 Bump react-router-dom from 6.16.0 to 6.19.0
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-11-17T10:08:00Z
      6 - **Branch:** dependabot/npm_and_yarn/react-router-dom-6.19.0 → main
      7 - **Closed:** 2023-11-23T10:02:42Z
      8 - **Labels:** dependencies, javascript
      9 - **Diff:** [175.diff](./175.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.19.0.
     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.19.0</h2>
     98 <h3>Minor Changes</h3>
     99 <ul>
    100 <li>Add <code>unstable_flushSync</code> option to <code>useNavigate</code>/<code>useSumbit</code>/<code>fetcher.load</code>/<code>fetcher.submit</code> to opt-out of <code>React.startTransition</code> and into <code>ReactDOM.flushSync</code> for state updates (<a href="https://redirect.github.com/remix-run/react-router/pull/11005">#11005</a>)</li>
    101 <li>Allow <code>unstable_usePrompt</code> to accept a <code>BlockerFunction</code> in addition to a <code>boolean</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/10991">#10991</a>)</li>
    102 </ul>
    103 <h3>Patch Changes</h3>
    104 <ul>
    105 <li>Fix issue where a changing fetcher <code>key</code> in a <code>useFetcher</code> that remains mounted wasn't getting picked up (<a href="https://redirect.github.com/remix-run/react-router/pull/11009">#11009</a>)</li>
    106 <li>Fix <code>useFormAction</code> which was incorrectly inheriting the <code>?index</code> query param from child route <code>action</code> submissions (<a href="https://redirect.github.com/remix-run/react-router/pull/11025">#11025</a>)</li>
    107 <li>Fix <code>NavLink</code> <code>active</code> logic when <code>to</code> location has a trailing slash (<a href="https://redirect.github.com/remix-run/react-router/pull/10734">#10734</a>)</li>
    108 <li>Updated dependencies:
    109 <ul>
    110 <li><code>react-router@6.19.0</code></li>
    111 <li><code>@remix-run/router@1.12.0</code></li>
    112 </ul>
    113 </li>
    114 </ul>
    115 <h2>6.18.0</h2>
    116 <h3>Minor Changes</h3>
    117 <ul>
    118 <li>
    119 <p>Add support for manual fetcher key specification via <code>useFetcher({ key: string })</code> so you can access the same fetcher instance from different components in your application without prop-drilling (<a href="https://github.com/remix-run/remix/discussions/7698">RFC</a>) (<a href="https://redirect.github.com/remix-run/react-router/pull/10960">#10960</a>)</p>
    120 <ul>
    121 <li>Fetcher keys are now also exposed on the fetchers returned from <code>useFetchers</code> so that they can be looked up by <code>key</code></li>
    122 </ul>
    123 </li>
    124 <li>
    125 <p>Add <code>navigate</code>/<code>fetcherKey</code> params/props to <code>useSumbit</code>/<code>Form</code> to support kicking off a fetcher submission under the hood with an optionally user-specified <code>key</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/10960">#10960</a>)</p>
    126 <ul>
    127 <li>Invoking a fetcher in this way is ephemeral and stateless</li>
    128 <li>If you need to access the state of one of these fetchers, you will need to leverage <code>useFetcher({ key })</code> to look it up elsewhere</li>
    129 </ul>
    130 </li>
    131 </ul>
    132 <h3>Patch Changes</h3>
    133 <ul>
    134 <li>Adds a fetcher context to <code>RouterProvider</code> that holds completed fetcher data, in preparation for the upcoming future flag that will change the fetcher persistence/cleanup behavior (<a href="https://redirect.github.com/remix-run/react-router/pull/10961">#10961</a>)</li>
    135 <li>Fix the <code>future</code> prop on <code>BrowserRouter</code>, <code>HashRouter</code> and <code>MemoryRouter</code> so that it accepts a <code>Partial&lt;FutureConfig&gt;</code> instead of requiring all flags to be included. (<a href="https://redirect.github.com/remix-run/react-router/pull/10962">#10962</a>)</li>
    136 <li>Updated dependencies:
    137 <ul>
    138 <li><code>@remix-run/router@1.11.0</code></li>
    139 <li><code>react-router@6.18.0</code></li>
    140 </ul>
    141 </li>
    142 </ul>
    143 <h2>6.17.0</h2>
    144 <h3>Minor Changes</h3>
    145 <ul>
    146 <li>
    147 <p>Add experimental support for the <a href="https://developer.mozilla.org/en-US/docs/Web/API/ViewTransition">View Transitions API</a> via <code>document.startViewTransition</code> to enable CSS animated transitions on SPA navigations in your application. (<a href="https://redirect.github.com/remix-run/react-router/pull/10916">#10916</a>)</p>
    148 <p>The simplest approach to enabling a View Transition in your React Router app is via the new <code>&lt;Link unstable_viewTransition&gt;</code> prop. This will cause the navigation DOM update to be wrapped in <code>document.startViewTransition</code> which will enable transitions for the DOM update. Without any additional CSS styles, you'll get a basic cross-fade animation for your page.</p>
    149 <p>If you need to apply more fine-grained styles for your animations, you can leverage the <code>unstable_useViewTransitionState</code> hook which will tell you when a transition is in progress and you can use that to apply classes or styles:</p>
    150 <pre lang="jsx"><code>function ImageLink(to, src, alt) {
    151   let isTransitioning = unstable_useViewTransitionState(to);
    152 </code></pre>
    153 </li>
    154 </ul>
    155 <!-- raw HTML omitted -->
    156 </blockquote>
    157 <p>... (truncated)</p>
    158 </details>
    159 <details>
    160 <summary>Commits</summary>
    161 <ul>
    162 <li><a href="https://github.com/remix-run/react-router/commit/dcf0c2a85aac3a78059a287ea478ff12adcb6a2d"><code>dcf0c2a</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11035">#11035</a>)</li>
    163 <li><a href="https://github.com/remix-run/react-router/commit/7b1bd10a1f0d21dd303ae7346bd555616ca2a2fa"><code>7b1bd10</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11026">#11026</a>)</li>
    164 <li><a href="https://github.com/remix-run/react-router/commit/d5b9128914e2b85727af62a8a96bfea070e290f2"><code>d5b9128</code></a> fix lint issues</li>
    165 <li><a href="https://github.com/remix-run/react-router/commit/5563672ec7f79892a576a83a495b4d64bd7ab98e"><code>5563672</code></a> Fix useFormAction inheriting ?index param from child route action submission ...</li>
    166 <li><a href="https://github.com/remix-run/react-router/commit/39854ce7a82d24b60ff2ccbd84d46fa14dbf5b62"><code>39854ce</code></a> Fix useAcrtionData so it only returns the contextual route action data (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11023">#11023</a>)</li>
    167 <li><a href="https://github.com/remix-run/react-router/commit/811e9aad69056f77b6457c0cf7e9349477d8054f"><code>811e9aa</code></a> Fix bug with changing fetcher key in a mounted component (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11009">#11009</a>)</li>
    168 <li><a href="https://github.com/remix-run/react-router/commit/1193ae5e28124cc163bb3c4f5478cf057bb2f087"><code>1193ae5</code></a> Add unstable_flushSync option (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11005">#11005</a>)</li>
    169 <li><a href="https://github.com/remix-run/react-router/commit/fe066bd4641a17142e73569b116c0236d8c9e1d7"><code>fe066bd</code></a> Fix issues with useFormAction/useResolvedPath for dot paths in param/splat ro...</li>
    170 <li><a href="https://github.com/remix-run/react-router/commit/4f6c4546652c685339ee70796217b0ebeabcfda4"><code>4f6c454</code></a> Stabilize and document useBlocker (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10991">#10991</a>)</li>
    171 <li><a href="https://github.com/remix-run/react-router/commit/e6ac5f0e04007127a6b8b10b9f1120090d953e3f"><code>e6ac5f0</code></a> Fixed NavLink Issue  (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10734">#10734</a>)</li>
    172 <li>Additional commits viewable in <a href="https://github.com/remix-run/react-router/commits/react-router-dom@6.19.0/packages/react-router-dom">compare view</a></li>
    173 </ul>
    174 </details>
    175 <br />
    176 
    177 
    178 [![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.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    179 
    180 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`.
    181 
    182 [//]: # (dependabot-automerge-start)
    183 [//]: # (dependabot-automerge-end)
    184 
    185 ---
    186 
    187 <details>
    188 <summary>Dependabot commands and options</summary>
    189 <br />
    190 
    191 You can trigger Dependabot actions by commenting on this PR:
    192 - `@dependabot rebase` will rebase this PR
    193 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    194 - `@dependabot merge` will merge this PR after your CI passes on it
    195 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    196 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    197 - `@dependabot reopen` will reopen this PR if it is closed
    198 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    199 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    200 - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
    201 - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
    202 - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
    203 - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
    204 - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
    205 
    206 
    207 </details>
    208 
    209 
    210 ## Comments
    211 
    212 ### @dependabot[bot] — 2023-11-23T10:02:41Z
    213 
    214 Superseded by #181.
    215