Skip to content

Comments

Bump react-share from 4.4.1 to 5.1.2#6213

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/react-share-5.1.2
Closed

Bump react-share from 4.4.1 to 5.1.2#6213
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/react-share-5.1.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps react-share from 4.4.1 to 5.1.2.

Release notes

Sourced from react-share's releases.

v5.1.2

Patch Changes

  • e5f3488: Support React 19 in peerDependencies

v5.1.1

Patch Changes

  • e4c1704: This patch fixes an issue with the Reddit sharing functionality, where the shared link was not automatically populated in Reddit’s share preview. By appending /web before /submit in the Reddit share URL, the link now populates correctly, improving the user experience for Reddit sharing.

v5.1.0

Minor Changes

  • 4e74597: Added htmlTitle prop for the share button. This prop will be passed as the native title attribute for the button element.

v5.0.4

Patch Changes

  • 1c50111: Fixed exports in package.json to comply with the publint and attw tools. May solve issues when your project uses CommonJS modules and Node.js v16 or newer.

v5.0.3

Patch Changes

  • ddcf9c8: Fixed invalid exports configuration (reference to dist/index.cjs).

v5.0.2

Patch Changes

  • b1da2d9: Fix Reddit logo in RedditIcon.
  • 2588f97: Fixed colors for: FacebookIcon, LinkedinIcon, OKIcon, PinterestIcon, RedditIcon, TelegramIcon, TumblrIcon, VKIcon, ViberIcon, WeiboIcon, WorkplaceIcon.
  • 6a43137: Fixed WhatsApp sharring issue on Android described here.

v5.0.1

Patch Changes

  • 8dd0134: @changesets/cli was accidentally added in dependencies. It is now moved to devDependencies.

v5.0.0

Major Changes

  • c04c694: Removed the quote prop from FacebookShareButton as it has been deprecated by Meta. See https://developers.facebook.com/support/bugs/734680371318112/?comment_id=743056360480513.
  • 043faa3: Removed default aria-label prop from ShareButtons. Before it defaulted to the name of the "network name" (e.g. "facebook" for Facebook). Issue explained here.
  • d4c192a: Compilation target is now ES2017 instead of ES5. The distributed files are built with Vite instead of TypeScript compiler.
  • 471510a: Dropped support for React 16.

Minor Changes

  • 2c0ab57: Added GabShareButton and GabIcon to share on gab.com. Originally implemented here.
  • 18f2de2: Added XIcon.
  • 77ecaa7: Share counts are now created as function components instead of class components.

... (truncated)

Changelog

Sourced from react-share's changelog.

5.1.2

Patch Changes

  • e5f3488: Support React 19 in peerDependencies

5.1.1

Patch Changes

  • e4c1704: This patch fixes an issue with the Reddit sharing functionality, where the shared link was not automatically populated in Reddit’s share preview. By appending /web before /submit in the Reddit share URL, the link now populates correctly, improving the user experience for Reddit sharing.

5.1.0

Minor Changes

  • 4e74597: Added htmlTitle prop for the share button. This prop will be passed as the native title attribute for the button element.

5.0.4

Patch Changes

  • 1c50111: Fixed exports in package.json to comply with the publint and attw tools. May solve issues when your project uses CommonJS modules and Node.js v16 or newer.

5.0.3

Patch Changes

  • ddcf9c8: Fixed invalid exports configuration (reference to dist/index.cjs).

5.0.2

Patch Changes

  • b1da2d9: Fix Reddit logo in RedditIcon.
  • 2588f97: Fixed colors for: FacebookIcon, LinkedinIcon, OKIcon, PinterestIcon, RedditIcon, TelegramIcon, TumblrIcon, VKIcon, ViberIcon, WeiboIcon, WorkplaceIcon.
  • 6a43137: Fixed WhatsApp sharring issue on Android described here.

5.0.1

Patch Changes

  • 8dd0134: @changesets/cli was accidentally added in dependencies. It is now moved to devDependencies.

5.0.0

Major Changes

... (truncated)

Commits
  • d8cc1ca Merge pull request #554 from nygardk/changeset-release/master
  • f4b5e12 Version Packages
  • dac4799 Merge pull request #553 from nathanwijaya/master
  • e5f3488 Add React 19 as peer dep
  • 5bebf86 Merge pull request #548 from nygardk/changeset-release/master
  • c7d28c8 Version Packages
  • 02da2be Merge pull request #547 from devlink-sumanta/master
  • e4c1704 update the changelog
  • 41ef0f3 Reddit Share button Update the submit URL
  • 1d6cd0f Merge pull request #527 from nygardk/changeset-release/master
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [react-share](https://github.com/nygardk/react-share) from 4.4.1 to 5.1.2.
- [Release notes](https://github.com/nygardk/react-share/releases)
- [Changelog](https://github.com/nygardk/react-share/blob/master/CHANGELOG.md)
- [Commits](nygardk/react-share@v4.4.1...v5.1.2)

---
updated-dependencies:
- dependency-name: react-share
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
@dependabot dependabot bot requested a review from Nikhil-Ladha February 1, 2025 22:54
@l5io
Copy link
Contributor

l5io commented Feb 1, 2025

🚀 Preview for commit 135e3a2 at: https://679ea8f257f70e257678143c--layer5.netlify.app

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 20, 2025

Superseded by #6252.

@dependabot dependabot bot closed this Feb 20, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-share-5.1.2 branch February 20, 2025 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant