175.md (7819B)
1 # PR #175 Bump react-dropzone from 12.0.5 to 14.1.1 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-05-02T08:28:00Z 6 - **Branch:** dependabot/npm_and_yarn/react-dropzone-14.1.1 → main 7 - **Closed:** 2022-05-03T08:32:11Z 8 - **Labels:** dependencies, javascript 9 - **Assignees:** @MTRNord 10 - **Reviewers:** @MTRNord 11 - **Diff:** [175.diff](./175.diff) 12 13 --- 14 15 Bumps [react-dropzone](https://github.com/react-dropzone/react-dropzone) from 12.0.5 to 14.1.1. 16 <details> 17 <summary>Release notes</summary> 18 <p><em>Sourced from <a href="https://github.com/react-dropzone/react-dropzone/releases">react-dropzone's releases</a>.</em></p> 19 <blockquote> 20 <h2>v14.1.1</h2> 21 <h2><a href="https://github.com/react-dropzone/react-dropzone/compare/v14.1.0...v14.1.1">14.1.1</a> (2022-05-02)</h2> 22 <h3>Bug Fixes</h3> 23 <ul> 24 <li>apply custom validator on {isDragAccept,isDragReject} (<a href="https://github.com/react-dropzone/react-dropzone/commit/2d33fdfc244774f383a1fb0a054bae0f28c7019e">2d33fdf</a>)</li> 25 </ul> 26 <h2>v14.1.0</h2> 27 <h1><a href="https://github.com/react-dropzone/react-dropzone/compare/v14.0.1...v14.1.0">14.1.0</a> (2022-05-02)</h1> 28 <h3>Features</h3> 29 <ul> 30 <li>add option to auto focus the root and close <a href="https://github-redirect.dependabot.com/react-dropzone/react-dropzone/issues/1145">#1145</a> (<a href="https://github.com/react-dropzone/react-dropzone/commit/1b91e50bcb8b3144ef37c9940a3a04b20a95e46f">1b91e50</a>)</li> 31 </ul> 32 <h2>v14.0.1</h2> 33 <h2><a href="https://github.com/react-dropzone/react-dropzone/compare/v14.0.0...v14.0.1">14.0.1</a> (2022-05-01)</h2> 34 <h3>Bug Fixes</h3> 35 <ul> 36 <li>use aria role <code>presentation</code> by default and close <a href="https://github-redirect.dependabot.com/react-dropzone/react-dropzone/issues/1152">#1152</a> (<a href="https://github.com/react-dropzone/react-dropzone/commit/7a2f4056e52b0c6df80020e1648dac12b0f7c313">7a2f405</a>)</li> 37 </ul> 38 <h2>v14.0.0</h2> 39 <h1><a href="https://github.com/react-dropzone/react-dropzone/compare/v13.0.0...v14.0.0">14.0.0</a> (2022-05-01)</h1> 40 <h3>Features</h3> 41 <ul> 42 <li>add support for React 18 and close <a href="https://github-redirect.dependabot.com/react-dropzone/react-dropzone/issues/1121">#1121</a>, <a href="https://github-redirect.dependabot.com/react-dropzone/react-dropzone/issues/1167">#1167</a> (<a href="https://github.com/react-dropzone/react-dropzone/commit/ed32886b20bf50392834896a5757133f3d2ed56c">ed32886</a>)</li> 43 </ul> 44 <h3>BREAKING CHANGES</h3> 45 <ul> 46 <li>the {draggedFiles} prop on the returned hook state has been removed and the accept/reject state is only computed on drag enter and drop.</li> 47 </ul> 48 <h2>v13.0.0</h2> 49 <h1><a href="https://github.com/react-dropzone/react-dropzone/compare/v12.1.0...v13.0.0">13.0.0</a> (2022-04-30)</h1> 50 <h3>Features</h3> 51 <ul> 52 <li>add {onError} cb to allow users to handle errors (<a href="https://github.com/react-dropzone/react-dropzone/commit/91348938c7c2c92dcd67e4034d606b84ae5c4e29">9134893</a>)</li> 53 <li>allow passing file ext. to the file picker options and close <a href="https://github-redirect.dependabot.com/react-dropzone/react-dropzone/issues/1141">#1141</a> (<a href="https://github.com/react-dropzone/react-dropzone/commit/58976f4e3611036348bad545f153a1e7b00328ed">58976f4</a>)</li> 54 </ul> 55 <h3>BREAKING CHANGES</h3> 56 <ul> 57 <li>The <code>{accept}</code> prop will now require an object instead of a string or array of strings:</li> 58 </ul> 59 <!-- raw HTML omitted --> 60 </blockquote> 61 <p>... (truncated)</p> 62 </details> 63 <details> 64 <summary>Commits</summary> 65 <ul> 66 <li><a href="https://github.com/react-dropzone/react-dropzone/commit/2d33fdfc244774f383a1fb0a054bae0f28c7019e"><code>2d33fdf</code></a> fix: apply custom validator on {isDragAccept,isDragReject}</li> 67 <li><a href="https://github.com/react-dropzone/react-dropzone/commit/1b91e50bcb8b3144ef37c9940a3a04b20a95e46f"><code>1b91e50</code></a> feat: add option to auto focus the root and close <a href="https://github-redirect.dependabot.com/react-dropzone/react-dropzone/issues/1145">#1145</a></li> 68 <li><a href="https://github.com/react-dropzone/react-dropzone/commit/7a2f4056e52b0c6df80020e1648dac12b0f7c313"><code>7a2f405</code></a> fix: use aria role <code>presentation</code> by default and close <a href="https://github-redirect.dependabot.com/react-dropzone/react-dropzone/issues/1152">#1152</a></li> 69 <li><a href="https://github.com/react-dropzone/react-dropzone/commit/ed32886b20bf50392834896a5757133f3d2ed56c"><code>ed32886</code></a> feat: add support for React 18 and close <a href="https://github-redirect.dependabot.com/react-dropzone/react-dropzone/issues/1121">#1121</a>, <a href="https://github-redirect.dependabot.com/react-dropzone/react-dropzone/issues/1167">#1167</a></li> 70 <li><a href="https://github.com/react-dropzone/react-dropzone/commit/91348938c7c2c92dcd67e4034d606b84ae5c4e29"><code>9134893</code></a> feat: add {onError} cb to allow users to handle errors</li> 71 <li><a href="https://github.com/react-dropzone/react-dropzone/commit/58976f4e3611036348bad545f153a1e7b00328ed"><code>58976f4</code></a> feat: allow passing file ext. to the file picker options and close <a href="https://github-redirect.dependabot.com/react-dropzone/react-dropzone/issues/1141">#1141</a></li> 72 <li><a href="https://github.com/react-dropzone/react-dropzone/commit/2a71cc9f24681c0a79781305b87d413e190e14bc"><code>2a71cc9</code></a> feat(deps): bump file-selector from 0.4.0 to 0.5.0</li> 73 <li><a href="https://github.com/react-dropzone/react-dropzone/commit/5bc42738f103ef09a6aaae27c400a66679029452"><code>5bc4273</code></a> fix: remove autocomplete for file input type</li> 74 <li><a href="https://github.com/react-dropzone/react-dropzone/commit/888fb6f007f188a850845e2515c2cabab432c024"><code>888fb6f</code></a> docs: fix the image preview example</li> 75 <li>See full diff in <a href="https://github.com/react-dropzone/react-dropzone/compare/v12.0.5...v14.1.1">compare view</a></li> 76 </ul> 77 </details> 78 <br /> 79 80 81 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 82 83 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`. 84 85 [//]: # (dependabot-automerge-start) 86 [//]: # (dependabot-automerge-end) 87 88 --- 89 90 <details> 91 <summary>Dependabot commands and options</summary> 92 <br /> 93 94 You can trigger Dependabot actions by commenting on this PR: 95 - `@dependabot rebase` will rebase this PR 96 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 97 - `@dependabot merge` will merge this PR after your CI passes on it 98 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 99 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 100 - `@dependabot reopen` will reopen this PR if it is closed 101 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 102 - `@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) 103 - `@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) 104 - `@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) 105 106 107 </details> 108 109 110 ## Comments 111 112 ### @dependabot[bot] — 2022-05-03T08:32:10Z 113 114 Superseded by #179. 115