Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump react-share from 4.4.1 to 5.2.1 #6252

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps react-share from 4.4.1 to 5.2.1.

Release notes

Sourced from react-share's releases.

v5.2.1

Patch Changes

  • 47c2906: Fix EmailShareButton: a bug slipped in that broke the sharing functionality.

v5.2.0

Minor Changes

  • 373add6: Added BlueskyShareButton and BlueskyIcon. This button will take a title and url parameter, and then use Bluesky Intent Links to share that content. There is also an overrideable seperator parameter (defaults as ' ') that seperates the title and url.
  • d45d811: Added ThreadsShareButton and ThreadsIcon.

Patch Changes

  • 8a5016a: Build tooling updates. May affect the distributed files.
  • 15e830f: The title prop is no longer passed to the button element, which may have caused e.g. warnings in the console before. Note that to set the native title attribute for the share buttons, you may use the htmlTitle prop.
  • d172111: Internal type fixes.

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

... (truncated)

Changelog

Sourced from react-share's changelog.

5.2.1

Patch Changes

  • 47c2906: Fix EmailShareButton: a bug slipped in that broke the sharing functionality.

5.2.0

Minor Changes

  • 373add6: Added BlueskyShareButton and BlueskyIcon. This button will take a title and url parameter, and then use Bluesky Intent Links to share that content. There is also an overrideable seperator parameter (defaults as ' ') that seperates the title and url.
  • d45d811: Added ThreadsShareButton and ThreadsIcon.

Patch Changes

  • 8a5016a: Build tooling updates. May affect the distributed files.
  • 15e830f: The title prop is no longer passed to the button element, which may have caused e.g. warnings in the console before. Note that to set the native title attribute for the share buttons, you may use the htmlTitle prop.
  • d172111: Internal type fixes.

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

... (truncated)

Commits
  • f6ac8db Merge pull request #567 from nygardk/changeset-release/master
  • b198da3 Version Packages
  • 47c2906 fix EmailShareButton
  • 944d26f Merge pull request #560 from nygardk/changeset-release/master
  • 4fbed56 Version Packages
  • a6d7b6d Merge pull request #549 from cwlowder/master
  • 373add6 add Social Share Button and Icon for Bluesky
  • 151363d Merge pull request #531 from nygardk/fix/prevent-passing-title-to-button-element
  • 15e830f fix: prevent title from being passed to the button element
  • 40a8e96 Merge pull request #561 from nygardk/threads-support
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2025
@dependabot dependabot bot requested a review from Nikhil-Ladha February 20, 2025 05:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-share-5.2.1 branch from a77cd76 to d6bec4a Compare February 20, 2025 05:14
Bumps [react-share](https://github.com/nygardk/react-share) from 4.4.1 to 5.2.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@v4.4.1...v5.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-share-5.2.1 branch from d6bec4a to 240f828 Compare February 20, 2025 05:15
@l5io
Copy link
Contributor

l5io commented Feb 20, 2025

🚀 Preview for commit 240f828 at: https://67b6bd4c636423c8e38a30cf--layer5.netlify.app

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
Development

Successfully merging this pull request may close these issues.

1 participant