Skip to content

Bump react-share from 2.4.0 to 3.0.1 in /frontend - #277

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/frontend/react-share-3.0.1
Closed

Bump react-share from 2.4.0 to 3.0.1 in /frontend#277
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/frontend/react-share-3.0.1

Conversation

@dependabot-preview

@dependabot-previewdependabot-previewBot commented Aug 27, 2019

Copy link
Copy Markdown
Contributor

Bumps react-share from 2.4.0 to 3.0.1.

Release notes

Sourced from react-share's releases.

v3.0.1

  • Forward ref on to the share buttons
  • use componentDidUpdate instead of componentWillUpdate

v3.0.0

  • Added <PocketShareButton>
  • Added <InstapaperShareButton>
  • Added borderRadius prop for icons
  • A default aria-label is generated for the share buttons. It is based on the network name. Use additionalProps to override.
  • Removed support for Google+.
  • Removed support for <LinkedInShareCount/>. LinkedIn no longer provides an API to fetch share counts.
  • Removed title and description from <LinkedInShareButtons/>.
  • Fix: <EmailShareButton/> includes body before url.
  • Fix: <EmailShareButton/> and <ViberShareButton/> allow customization of separator.
  • Fix: <WeiboShareButton/> no longer requires image prop
  • Fix: <WeiboShareButton/> includes url correctly when shared
  • Fix: <WeiboShareButton/> and <OKShareButton/> open in screen center to prevent window from jumping after opening
  • Thanks @​finppp, @​madkoding, @​andrewl913, @​jwrubel, @​sinchang and @​sergioribeiro!

3.0.0-beta.0

No release notes provided.

Changelog

Sourced from react-share's changelog.

3.0.1 (August 26, 2019)

  • Forward ref on to the share buttons
  • use componentDidUpdate instead of componentWillUpdate

3.0.0 (March 24, 2019)

  • Added <PocketShareButton>
  • Added <InstapaperShareButton>
  • Added borderRadius prop for icons
  • A default aria-label is generated for the share buttons. It is based on the network name. Use additionalProps to override.
  • Removed support for Google+.
  • Removed support for <LinkedInShareCount/>. LinkedIn no longer provides an API to fetch share counts.
  • Removed title and description from <LinkedInShareButtons/>.
  • Fix: <EmailShareButton/> includes body before url.
  • Fix: <EmailShareButton/> and <ViberShareButton/> allow customization of separator.
  • Fix: <WeiboShareButton/> no longer requires image prop
  • Fix: <WeiboShareButton/> includes url correctly when shared
  • Fix: <WeiboShareButton/> and <OKShareButton/> open in screen center to prevent window from jumping after opening
  • Thanks @​finppp, @​madkoding, @​andrewl913, @​jwrubel, @​sinchang and @​sergioribeiro!
Commits
  • 066ea44 version bump
  • 2d90487 Merge pull request #249 from dan-lee/dan-lee-patch-1
  • ea2b3ec Update shareCountFactory.jsx
  • 3dc5b94 Merge pull request #238 from trevorblades/master
  • db0b341 Merge pull request #240 from nygardk/dependabot/npm_and_yarn/js-yaml-3.13.1
  • 9f7a620 Merge pull request #244 from linux08/master
  • 6c7e869 Merge pull request #245 from nygardk/dependabot/npm_and_yarn/lodash-4.17.14
  • 4d04736 Bump lodash from 4.17.10 to 4.17.14
  • 46d28dd removed vscode file
  • 8de5e41 correct spellings
  • 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 will not automatically merge this PR because it includes a major update to a production dependency.


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:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-previewdependabot-previewBot added the dependencies Pull requests that update a dependency file label Aug 27, 2019
@dependabot-preview
dependabot-previewBotforce-pushed the dependabot/npm_and_yarn/frontend/react-share-3.0.1 branch 3 times, most recently from 3b81ac8 to 04ca2c8CompareSeptember 25, 2019 04:29
@dependabot-preview
dependabot-previewBotforce-pushed the dependabot/npm_and_yarn/frontend/react-share-3.0.1 branch 4 times, most recently from 6843b6c to bd407daCompareOctober 1, 2019 05:19
Bumps [react-share](https://github.com/nygardk/react-share) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/nygardk/react-share/releases)
- [Changelog](https://github.com/nygardk/react-share/blob/master/CHANGELOG.md)
- [Commits](nygardk/react-share@v2.4.0...v3.0.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview
dependabot-previewBotforce-pushed the dependabot/npm_and_yarn/frontend/react-share-3.0.1 branch from bd407da to 5c504deCompareOctober 3, 2019 05:13
@dependabot-preview

Copy link
Copy Markdown
ContributorAuthor

Superseded by #342.

@dependabot-preview
dependabot-previewBot deleted the dependabot/npm_and_yarn/frontend/react-share-3.0.1 branch January 6, 2020 04:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants