OmniLayer / omniexplorer

Block Explorer for Omni Protocol
Other
51 stars 51 forks source link

Bump reactstrap from 8.10.1 to 9.0.1 #504

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps reactstrap from 8.10.1 to 9.0.1.

Release notes

Sourced from reactstrap's releases.

reactstrap v9.0.1

Bug Fixes

reactstrap v9.0.0

This release updates us to Bootstrap 5. Please see https://getbootstrap.com/docs/5.0/migration/ for more details on migrating from Bootstrap 4.

⚠ BREAKING CHANGES

  • update positionedFix prop to strategy in DrowpdownMenu, Popover, and Tooltip
  • upgrade to popper 2 (See new modifiers format)
  • remove CustomInput
  • remove old InputGroupButtonDropdown
  • remove InputGroupAddon
  • remove Jumbotron component (#2118)

Features

  • accordion: add flush support and stayOpen support (a6050f5)
  • bs5: add accordion (#2105) (1c09448)
  • bs5: add Offcanvas (9a4bcca)
  • bs5: change .close to .btn-close (#2116) (be4df60)
  • bs5: change no-gutters class to gx-0 in Row (#2119) (85b8933)
  • bs5: convert .sr-only to .visually-hidden (702ad55)
  • bs5: Convert Dropdown & DropdownMenu to RTL (7417984)
  • bs5: Rename margin utils (35a37ef)
  • bs5: Replace .btn-block with utility classes (4dc1dcd)
  • bs5: replace form-group class with mb-3 (cbcb2e3)
  • bs5: Support xxl breakpoint (4fb7cdd)
  • bs5: update badge classes (#2117) (7859900)
  • bs5: Update tooltip/popover arrow classes (9ad870e)
  • carousel: add Bootstrap5 updates (a698814)
  • Carousel: Add dark prop (01f64df)
  • collapse: add horizontal collapse (f780187)
  • Dropdown: Add backwards compatible left & right (f8b415f)
  • DropdownMenu: add-dark-prop (2e22d7b)
  • forms: Add support for floating labels (1cc8a14)
  • ListGroup: Add ListGroupNumbered (02b3b71)
  • modal: add fullscreen option to Modal component (a580f23)
  • Navbar: add container options (f0054bf)
  • Placeholder: add component (0c9294c)
  • remove CustomInput (c0e8a68)
  • remove form-control-file class (f601576)
  • remove InputGroupAddon (322d0ad)
  • remove Jumbotron component (#2118) (2c912ab)
  • remove old InputGroupButtonDropdown (3df07f6)
  • replace form-control-range with form-range (06868e2)

... (truncated)

Changelog

Sourced from reactstrap's changelog.

9.0.1 (2021-11-12)

Bug Fixes

9.0.0 (2021-10-27)

⚠ BREAKING CHANGES

  • update positionedFix prop to strategy
  • upgrade to popper 2
  • remove CustomInput
  • remove old InputGroupButtonDropdown
  • remove InputGroupAddon
  • remove Jumbotron component (#2118)

Features

  • accordion: add flush support and stayOpen support (a6050f5)
  • bs5: add accordion (#2105) (1c09448)
  • bs5: add Offcanvas (9a4bcca)
  • bs5: change .close to .btn-close (#2116) (be4df60)
  • bs5: change no-gutters class to gx-0 in Row (#2119) (85b8933)
  • bs5: convert .sr-only to .visually-hidden (702ad55)
  • bs5: Convert Dropdown & DropdownMenu to RTL (7417984)
  • bs5: Rename margin utils (35a37ef)
  • bs5: Replace .btn-block with utility classes (4dc1dcd)
  • bs5: replace form-group class with mb-3 (cbcb2e3)
  • bs5: Support xxl breakpoint (4fb7cdd)
  • bs5: update badge classes (#2117) (7859900)
  • bs5: Update tooltip/popover arrow classes (9ad870e)
  • carousel: add Bootstrap5 updates (a698814)
  • Carousel: Add dark prop (01f64df)
  • collapse: add horizontal collapse (f780187)
  • Dropdown: Add backwards compatible left & right (f8b415f)
  • DropdownMenu: add-dark-prop (2e22d7b)
  • forms: Add support for floating labels (1cc8a14)
  • ListGroup: Add ListGroupNumbered (02b3b71)
  • modal: add fullscreen option to Modal component (a580f23)
  • Navbar: add container options (f0054bf)
  • Placeholder: add component (0c9294c)
  • remove CustomInput (c0e8a68)
  • remove form-control-file class (f601576)
  • remove InputGroupAddon (322d0ad)
  • remove Jumbotron component (#2118) (2c912ab)
  • remove old InputGroupButtonDropdown (3df07f6)
  • replace form-control-range with form-range (06868e2)

... (truncated)

Commits
  • 37a63c6 chore: release 9.0.1
  • f7a3545 chore: add release-* and remove bootstrap5 branch from test triggers (#2388)
  • c5bc0fe fix: add common js bundle to exports field (#2386)
  • 106e6e4 chore: update legacy docs links to netlify (#2368)
  • 8a83ad8 chore: release 9.0.0
  • 5492db9 chore: fix link to legacy docs
  • f9eb4e7 chore: update readme to link v8 docs
  • 7800192 chore: delete Tag Release workflow
  • 30b1c36 chore: allow legacy versions of docs
  • 7a4865a docs: cleanup form examples (#2349)
  • Additional commits viewable in compare view


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)
germanf commented 2 years ago

Breaking changes

dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.