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.1.0 #5555

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps react-share from 4.4.1 to 5.1.0.

Release notes

Sourced from react-share's releases.

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.
  • 15fd50d: Added pinId prop for PinterestShareButton.
  • 44c672f: Share buttons are now created as function components instead of class components.

Patch Changes

  • 65b53c5: Fix HatenaShareCount to show also 0. Originally fixed here.
  • 14bbffa: Fixed createIcon defaultProps warning with React 18.
Changelog

Sourced from react-share's changelog.

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

  • 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.
  • 15fd50d: Added pinId prop for PinterestShareButton.
  • 44c672f: Share buttons are now created as function components instead of class components.

Patch Changes

... (truncated)

Commits
  • 1d6cd0f Merge pull request #527 from nygardk/changeset-release/master
  • 0e7db15 Version Packages
  • 8d264aa run lint-package in the ci workflow in the build job
  • 4e74597 add htmlTitle prop for buttons
  • 0480210 chore: sort props alphabetically
  • 0f60182 Merge pull request #526 from nygardk/changeset-release/master
  • 4043883 Version Packages
  • 1c50111 fix exports in package.json, add index.d.cts to dist
  • 31724a0 add lint-package script
  • 7fa73aa update devDependencies
  • 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.0.
- [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.0)

---
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 Jun 1, 2024
@dependabot dependabot bot requested a review from Nikhil-Ladha June 1, 2024 22:41
@l5io
Copy link
Contributor

l5io commented Jun 1, 2024

🚀 Preview for commit 983321d at: https://665ba69cc9ce7ab692fe7c6c--layer5.netlify.app

@leecalcote leecalcote merged commit f10cacb into master Jun 6, 2024
8 checks passed
@leecalcote leecalcote deleted the dependabot/npm_and_yarn/react-share-5.1.0 branch June 6, 2024 20:28
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.

None yet

2 participants