GroceriStar / shoplist-blocks-component

0 stars 1 forks source link

Bump reactstrap from 8.0.0 to 8.2.0 #271

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps reactstrap from 8.0.0 to 8.2.0.

Release notes *Sourced from [reactstrap's releases](https://github.com/reactstrap/reactstrap/releases).* > ## 8.2.0 > # [8.2.0](https://github.com/reactstrap/reactstrap/compare/8.1.1...8.2.0) (2019-12-05) > > > ### Bug Fixes > > * **getTarget:** return array like when allElements parameter is true ([#1687](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1687)) ([0702c45](https://github.com/reactstrap/reactstrap/commit/0702c45)) > * **Tooltip:** default value of trigger changed ([#1695](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1695)) ([ae48d93](https://github.com/reactstrap/reactstrap/commit/ae48d93)), closes [#1676](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1676) > > > ### Features > > * **ButtonToggle:** add focus styling on button and toggle ([#1660](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1660)) ([8980713](https://github.com/reactstrap/reactstrap/commit/8980713)), closes [#1648](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1648) > * **Container:** Added responsive container support ([#1724](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1724)) ([31bb211](https://github.com/reactstrap/reactstrap/commit/31bb211)), closes [#1721](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1721) > * **ListGroup:** Add horizontal prop ([#1715](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1715)) ([284a543](https://github.com/reactstrap/reactstrap/commit/284a543)) > * **Navbar:** adds NavbarText component ([#1711](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1711)) ([6db1083](https://github.com/reactstrap/reactstrap/commit/6db1083)), closes [#1707](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1707) > * **Popover/Tooltip:** add popperClassName property ([#1674](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1674)) ([44e85a8](https://github.com/reactstrap/reactstrap/commit/44e85a8)), closes [#1484](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1484) > * **Row:** Add row columns support ([#1720](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1720)) ([1fb3c17](https://github.com/reactstrap/reactstrap/commit/1fb3c17)) > * **UncontrolledDropdown:** add onToggle callback ([#1705](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1705)) ([d9cae30](https://github.com/reactstrap/reactstrap/commit/d9cae30)) > > > ## 8.1.1 > ## [8.1.1](https://github.com/reactstrap/reactstrap/compare/8.1.0...8.1.1) (2019-10-18) > > > ### Bug Fixes > > * **Carousel:** rename unsafe lifecycles ([940438f](https://github.com/reactstrap/reactstrap/commit/940438f)) > * **Dropdown:** fixed a11y property error message ([#1673](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1673))([87d28b6](https://github.com/reactstrap/reactstrap/commit/87d28b6)), closes [#1670](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1670) > > ## 8.1.0 > # [8.1.0](https://github.com/reactstrap/reactstrap/compare/8.0.1...8.1.0) (2019-10-18) > > > ### Bug Fixes > > * **ButtonDropdown:** add close event when Escape key is pressed ([#1634](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1634)) ([#1635](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1635)) ([911d779](https://github.com/reactstrap/reactstrap/commit/911d779)) > * **Carousel:** Add pointer on hover for controls ([#1654](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1654)) ([32f0c0d](https://github.com/reactstrap/reactstrap/commit/32f0c0d)), closes [#1631](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1631) > * **Collapse:** add aria-expanded attribute ([#1657](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1657)) ([2fdf15a](https://github.com/reactstrap/reactstrap/commit/2fdf15a)) > * **CustomInput:** remove type prop from input node when type is select ([3e4c23f](https://github.com/reactstrap/reactstrap/commit/3e4c23f)) > * **CustomInput[type=file]:** add CustomFileInput component ([#1461](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1461)) ([25e2480](https://github.com/reactstrap/reactstrap/commit/25e2480)), closes [#1460](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1460) > * **Dropdown:** disabled toggle ([#1571](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1571)) ([b4edeb8](https://github.com/reactstrap/reactstrap/commit/b4edeb8)), closes [#1542](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1542) > * **Tooltip:** Support for multiple target elements ([#1465](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1465)) ([45775c0](https://github.com/reactstrap/reactstrap/commit/45775c0)), closes [#1185](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1185) > * **UncontrolledCarousel:** use item.key instead of item.src as… ([#1649](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1649)) ([5b9e758](https://github.com/reactstrap/reactstrap/commit/5b9e758)), closes [#1536](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1536) > * **Popover:** PopperContent memory leak ([#1669]((https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1669))) ([54d459c](https://github.com/reactstrap/reactstrap/commit/5b9e758)), closes [#1482](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1482) [#1488](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1488) [#1664](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1664) > > ### Features > > * **Dropdown:** add a11y prop to tab moves focus ([#1600](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1600)) ([1bd965f](https://github.com/reactstrap/reactstrap/commit/1bd965f)), closes [#1441](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1441) > * **NavbarToggler:** add aria-label to NavbarToggler ([#1633](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1633)) ([dc0b8ae](https://github.com/reactstrap/reactstrap/commit/dc0b8ae)), closes [#1632](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1632) > ... (truncated)
Changelog *Sourced from [reactstrap's changelog](https://github.com/reactstrap/reactstrap/blob/master/CHANGELOG.md).* > # [8.2.0](https://github.com/reactstrap/reactstrap/compare/8.1.1...8.2.0) (2019-12-05) > > > ### Bug Fixes > > * **getTarget:** return array like when allElements parameter is true ([#1687](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1687)) ([0702c45](https://github.com/reactstrap/reactstrap/commit/0702c45)) > * **Tooltip:** default value of trigger changed ([#1695](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1695)) ([ae48d93](https://github.com/reactstrap/reactstrap/commit/ae48d93)), closes [#1676](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1676) > > > ### Features > > * **ButtonToggle:** add focus styling on button and toggle ([#1660](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1660)) ([8980713](https://github.com/reactstrap/reactstrap/commit/8980713)), closes [#1648](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1648) > * **Container:** Added responsive container support ([#1724](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1724)) ([31bb211](https://github.com/reactstrap/reactstrap/commit/31bb211)), closes [#1721](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1721) > * **ListGroup:** Add horizontal prop ([#1715](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1715)) ([284a543](https://github.com/reactstrap/reactstrap/commit/284a543)) > * **Navbar:** adds NavbarText component ([#1711](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1711)) ([6db1083](https://github.com/reactstrap/reactstrap/commit/6db1083)), closes [#1707](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1707) > * **Popover/Tooltip:** add popperClassName property ([#1674](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1674)) ([44e85a8](https://github.com/reactstrap/reactstrap/commit/44e85a8)), closes [#1484](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1484) > * **Row:** Add row columns support ([#1720](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1720)) ([1fb3c17](https://github.com/reactstrap/reactstrap/commit/1fb3c17)) > * **UncontrolledDropdown:** add onToggle callback ([#1705](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1705)) ([d9cae30](https://github.com/reactstrap/reactstrap/commit/d9cae30)) > > > > ## [8.1.1](https://github.com/reactstrap/reactstrap/compare/8.1.0...8.1.1) (2019-10-18) > > > ### Bug Fixes > > * **Carousel:** rename unsafe lifecycles ([940438f](https://github.com/reactstrap/reactstrap/commit/940438f)) > * **Dropdown:** fixed a11y property error message ([#1673](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1673))([87d28b6](https://github.com/reactstrap/reactstrap/commit/87d28b6)), closes [#1670](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1670) > > > > # [8.1.0](https://github.com/reactstrap/reactstrap/compare/8.0.1...8.1.0) (2019-10-18) > > > ### Bug Fixes > > * **ButtonDropdown:** add close event when Escape key is pressed ([#1634](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1634)) ([#1635](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1635)) ([911d779](https://github.com/reactstrap/reactstrap/commit/911d779)) > * **Carousel:** Add pointer on hover for controls ([#1654](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1654)) ([32f0c0d](https://github.com/reactstrap/reactstrap/commit/32f0c0d)), closes [#1631](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1631) > * **Collapse:** add aria-expanded attribute ([#1657](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1657)) ([2fdf15a](https://github.com/reactstrap/reactstrap/commit/2fdf15a)) > * **CustomInput:** remove type prop from input node when type is select ([3e4c23f](https://github.com/reactstrap/reactstrap/commit/3e4c23f)) > * **CustomInput[type=file]:** add CustomFileInput component ([#1461](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1461)) ([25e2480](https://github.com/reactstrap/reactstrap/commit/25e2480)), closes [#1460](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1460) > * **Dropdown:** disabled toggle ([#1571](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1571)) ([b4edeb8](https://github.com/reactstrap/reactstrap/commit/b4edeb8)), closes [#1542](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1542) > * **Tooltip:** Support for multiple target elements ([#1465](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1465)) ([45775c0](https://github.com/reactstrap/reactstrap/commit/45775c0)), closes [#1185](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1185) [#1185](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1185) [#1185](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1185) [#1185](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1185) > * **UncontrolledCarousel:** use item.key instead of item.src as… ([#1649](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1649)) ([5b9e758](https://github.com/reactstrap/reactstrap/commit/5b9e758)), closes [#1536](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1536) > * **Popover:** PopperContent memory leak ([#1669](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1669)) ([54d459c](https://github.com/reactstrap/reactstrap/commit/5b9e758)), closes [#1482](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1482) [#1488](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1488) [#1664](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1664) > > > ### Features > > * **Dropdown:** add a11y prop to tab moves focus ([#1600](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1600)) ([1bd965f](https://github.com/reactstrap/reactstrap/commit/1bd965f)), closes [#1441](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1441) > ... (truncated)
Commits - [`e3bdb97`](https://github.com/reactstrap/reactstrap/commit/e3bdb97d27c61dd04c6fe07c848f1b1c6cdefece) chore: fix build - [`24d1bc6`](https://github.com/reactstrap/reactstrap/commit/24d1bc6756d8da63d13622717ff8dd1132129a5d) chore: try to fix automatic releases - [`fdc9f93`](https://github.com/reactstrap/reactstrap/commit/fdc9f93fc0e48da700e2de0ce0b45ddd38f15886) chore(release): adding 8.2.0 - [`31bb211`](https://github.com/reactstrap/reactstrap/commit/31bb21187cd7c2ede10df1d810de8bc4002b0ff3) feat(Container): Added responsive container support ([#1724](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1724)) - [`95f3ef0`](https://github.com/reactstrap/reactstrap/commit/95f3ef0ecf423af750a8fdbce430eca7e6832417) docs: Adding interval autoplay disable notes ([#1723](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1723)) - [`5772629`](https://github.com/reactstrap/reactstrap/commit/5772629492599c722a1aa803ab2eda44b98a0a1a) Added formstrap to the wild lists ([#1722](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1722)) - [`710e5d8`](https://github.com/reactstrap/reactstrap/commit/710e5d86c9a035364b12dc3eff76869d022e0124) chore: update contributors - [`d9cae30`](https://github.com/reactstrap/reactstrap/commit/d9cae30d0d76b8df9d0da9754fec127feafadf40) feat(UncontrolledDropdown): add onToggle callback ([#1705](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1705)) - [`1fb3c17`](https://github.com/reactstrap/reactstrap/commit/1fb3c17bb5ff7be91a3829bf94a9fb0bf7f728ea) feat(Row): Add row columns support ([#1720](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1720)) - [`284a543`](https://github.com/reactstrap/reactstrap/commit/284a54356a6f4151ff11d9da1e48ff9aed23f74f) feat(ListGroup): Add horizontal prop ([#1715](https://github-redirect.dependabot.com/reactstrap/reactstrap/issues/1715)) - Additional commits viewable in [compare view](https://github.com/reactstrap/reactstrap/compare/8.0.0...8.2.0)


Dependabot compatibility score

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.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@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) - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #286.