175.json (8179B)
1 { 2 "number": 175, 3 "title": "Bump react-dropzone from 12.0.5 to 14.1.1", 4 "state": "closed", 5 "diff_file": "175.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2022-05-02T08:28:00Z", 8 "closed_at": "2022-05-03T08:32:11Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/react-dropzone-14.1.1", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [ 17 "MTRNord" 18 ], 19 "requested_reviewers": [ 20 "MTRNord" 21 ], 22 "body": "Bumps [react-dropzone](https://github.com/react-dropzone/react-dropzone) from 12.0.5 to 14.1.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/react-dropzone/react-dropzone/releases\">react-dropzone's releases</a>.</em></p>\n<blockquote>\n<h2>v14.1.1</h2>\n<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>\n<h3>Bug Fixes</h3>\n<ul>\n<li>apply custom validator on {isDragAccept,isDragReject} (<a href=\"https://github.com/react-dropzone/react-dropzone/commit/2d33fdfc244774f383a1fb0a054bae0f28c7019e\">2d33fdf</a>)</li>\n</ul>\n<h2>v14.1.0</h2>\n<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>\n<h3>Features</h3>\n<ul>\n<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>\n</ul>\n<h2>v14.0.1</h2>\n<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>\n<h3>Bug Fixes</h3>\n<ul>\n<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>\n</ul>\n<h2>v14.0.0</h2>\n<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>\n<h3>Features</h3>\n<ul>\n<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>\n</ul>\n<h3>BREAKING CHANGES</h3>\n<ul>\n<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>\n</ul>\n<h2>v13.0.0</h2>\n<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>\n<h3>Features</h3>\n<ul>\n<li>add {onError} cb to allow users to handle errors (<a href=\"https://github.com/react-dropzone/react-dropzone/commit/91348938c7c2c92dcd67e4034d606b84ae5c4e29\">9134893</a>)</li>\n<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>\n</ul>\n<h3>BREAKING CHANGES</h3>\n<ul>\n<li>The <code>{accept}</code> prop will now require an object instead of a string or array of strings:</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/react-dropzone/react-dropzone/commit/2d33fdfc244774f383a1fb0a054bae0f28c7019e\"><code>2d33fdf</code></a> fix: apply custom validator on {isDragAccept,isDragReject}</li>\n<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>\n<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>\n<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>\n<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>\n<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>\n<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>\n<li><a href=\"https://github.com/react-dropzone/react-dropzone/commit/5bc42738f103ef09a6aaae27c400a66679029452\"><code>5bc4273</code></a> fix: remove autocomplete for file input type</li>\n<li><a href=\"https://github.com/react-dropzone/react-dropzone/commit/888fb6f007f188a850845e2515c2cabab432c024\"><code>888fb6f</code></a> docs: fix the image preview example</li>\n<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>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", 23 "comments": [ 24 { 25 "author": "dependabot[bot]", 26 "created_at": "2022-05-03T08:32:10Z", 27 "body": "Superseded by #179." 28 } 29 ], 30 "review_comments": [] 31 }