Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2021

Bumps react-bootstrap from 1.4.3 to 1.6.0.

Release notes

Sourced from react-bootstrap's releases.

v1.6.0

1.6.0 (2021-05-11)

Bug Fixes

  • Popover: fix arrow alignment when running Popper >= 2.84 (#5774) (da85f30)
  • types: fix types for event key (700e944)

Features

v1.5.2

1.5.2 (2021-03-11)

Bug Fixes

v1.5.0

1.5.0 (2021-02-16)

Bug Fixes

  • Carousel: Fix ref type (#5613) (4e28124)
  • fix TS error with transition types (#5610) (bb84d81)
  • Navbar: remove invalid sticky bottom reference (#5656) (53ce159)
  • Prevent transitionend events from cutting off animations (#5649) (459b4e3)
  • Overlay: show tooltips for func overlay without transition (#5631) (278eff7)

Features

Changelog

Sourced from react-bootstrap's changelog.

1.6.0 (2021-05-11)

Bug Fixes

  • Popover: fix arrow alignment when running Popper >= 2.84 (#5774) (da85f30)
  • types: fix types for event key (700e944)

Features

1.5.2 (2021-03-11)

Bug Fixes

1.5.1 (2021-03-02)

1.5.0 (2021-02-16)

Bug Fixes

  • Carousel: Fix ref type (#5613) (4e28124)
  • fix TS error with transition types (#5610) (bb84d81)
  • Navbar: remove invalid sticky bottom reference (#5656) (53ce159)
  • Prevent transitionend events from cutting off animations (#5649) (459b4e3)
  • Overlay: show tooltips for func overlay without transition (#5631) (278eff7)

Features

... (truncated)

Commits
  • 09d7bb3 Publish v1.6.0
  • 238d8f9 docs: use specific Bootstrap version in install command (#5808)
  • 56f4177 chore(deps): update all non-major dependencies (#5806)
  • 982059f chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#5804)
  • 658dbd0 chore(deps): bump handlebars from 4.7.6 to 4.7.7 (#5805)
  • a7a15f3 chore(deps): bump lodash in /www/plugins/gatsby-plugin-sorted-assets (#5803)
  • 2b7a7f3 chore(deps): bump elliptic from 6.5.3 to 6.5.4 (#5780)
  • c4b045e chore(deps): update dependency fs-extra to v10 (#5790)
  • 02107d6 docs: fix Netlify deployment (#5802)
  • da85f30 fix(Popover): fix arrow alignment when running Popper >= 2.84 (#5774)
  • 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)

@dependabot dependabot bot requested a review from a team as a code owner May 11, 2021 05:55
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 11, 2021
@codecov
Copy link

codecov bot commented May 11, 2021

Codecov Report

Merging #227 (39eac71) into dep/dependency_staging (7be46f8) will increase coverage by 5.21%.
The diff coverage is 68.62%.

Impacted file tree graph

@@                    Coverage Diff                     @@
##           dep/dependency_staging     #227      +/-   ##
==========================================================
+ Coverage                   15.69%   20.90%   +5.21%     
==========================================================
  Files                          83       82       -1     
  Lines                        1402     1416      +14     
  Branches                      149      148       -1     
==========================================================
+ Hits                          220      296      +76     
+ Misses                       1042      980      -62     
  Partials                      140      140              
Impacted Files Coverage Δ
packages/client/src/components/App.tsx 100.00% <ø> (ø)
packages/client/src/components/PageViewTracker.tsx 84.61% <ø> (ø)
.../src/components/config/LoadCanaryConfigNavItem.tsx 0.00% <0.00%> (ø)
...src/metricSources/SignalFx/SignalFxMetricModal.tsx 0.00% <ø> (ø)
packages/client/src/metricSources/index.tsx 90.00% <ø> (ø)
packages/client/src/services/index.ts 100.00% <ø> (ø)
packages/client/src/stores/CanaryExecutorStore.ts 4.54% <ø> (+1.51%) ⬆️
packages/client/src/validation/configValidators.ts 17.24% <0.00%> (ø)
...ges/client/src/services/LoadCanaryConfigService.ts 71.42% <60.86%> (+66.66%) ⬆️
packages/client/src/services/DocsService.ts 32.00% <75.00%> (+12.95%) ⬆️
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 992a4c6...39eac71. Read the comment docs.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2021

Superseded by #253.

@dependabot dependabot bot closed this Jul 1, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dep/dependency_staging/react-bootstrap-1.6.0 branch July 1, 2021 15:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants