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-hot-toast from 2.2.0 to 2.4.0 #2

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 29, 2022

Bumps react-hot-toast from 2.2.0 to 2.4.0.

Release notes

Sourced from react-hot-toast's releases.

v2.4.0

What's new

  • Allow change of of toast heights – Fixes #133
  • Fix infinite loop during unit testing 1dcb2f2 – (Thanks silvenon)
  • Add testing setup 82afa93 – (Thanks silvenon)
  • Restructure handlers for better memoization ec653ec
  • Use MutationObserver for height changes 9eddc26

timolins/react-hot-toast@v2.3.0...v2.4.0-beta.0

v2.3.0

Better bundle setup

This release focuses on build and bundle improvements (faster, lighter & better).

  • Expose react-hot-toast/headless - for headless environments like react-native
  • Bundle is now 15% (5% gzipped) smaller
  • Bonus: 3x faster dev builds

What's Changed

New Contributors

Full Changelog: timolins/react-hot-toast@v2.2.0...v2.3.0

v2.3.0-beta.1

Update package setup to be ESM compliant

  • Use .mjs extension for ESM module - Update package.json according to #204 ae4a1eb
  • Use main in package.json de10f5c
  • Update entry file in tsup config e63de48

Clean Up

  • Add automatic tsconfig update from Next.js 8c149db
  • Rename index.tsx to index.ts 0749440
  • Remove prepare script 3b9ef79

... (truncated)

Commits
  • bbbd747 2.4.0
  • ff93ae4 2.4.0-beta.0
  • 07217fe Temporarily increase size limit for cjs build
  • 28194c5 Merge pull request #207 from timolins/improved-height-measurement
  • 05b1954 Add more test cases
  • 48d00cb Remove unused imports
  • 9eddc26 Use MutationObserver to update on height change
  • 59e475c Remove unused forward ref
  • faa0f16 Add missing export for defaultTimeouts
  • a16dcbc Add more test cases
  • 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 added the dependencies Pull requests that update a dependency file label Oct 29, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-hot-toast-2.4.0 branch from 842860a to 33d2c74 Compare November 17, 2022 11:48
Bumps [react-hot-toast](https://github.com/timolins/react-hot-toast) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/timolins/react-hot-toast/releases)
- [Commits](timolins/react-hot-toast@v2.2.0...v2.4.0)

---
updated-dependencies:
- dependency-name: react-hot-toast
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-hot-toast-2.4.0 branch from 33d2c74 to 79518ed Compare November 17, 2022 11:48
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.

0 participants