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

[Snyk] Upgrade react-hot-toast from 2.2.0 to 2.4.1 #176

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

Conversation

russellcs
Copy link
Owner

This PR was automatically created by Snyk using the credentials of a real user.


![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123)

Snyk has created this PR to upgrade react-hot-toast from 2.2.0 to 2.4.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 6 versions ahead of your current version.

  • The recommended version was released on a year ago.

Release notes
Package name: react-hot-toast
  • 2.4.1 - 2023-04-28

    Better RSC Support

    • Improve React Server Components support (Next.js 13 App Router)
      • Prepend "use client" to build ouput 92aef53

    v2.4.0...v2.4.1

  • 2.4.0 - 2022-09-13

    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

    v2.3.0...v2.4.0-beta.0

  • 2.4.0-beta.0 - 2022-09-03

    2.4.0-beta.0

  • 2.3.0 - 2022-07-12

    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: v2.2.0...v2.3.0

  • 2.3.0-beta.1 - 2022-07-09

    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

    v2.3.0-beta...v2.3.0-beta.1

  • 2.3.0-beta - 2022-07-08

    This version is focus on improving the build & bundle setup. It's now using tsup (powered by esbuild) instead of unmaintained tsdx. Additionaly, npm v4 was replaced by pnpm.

    Those changes gives us a way faster and simpler builds + should allows usage in headless environments again (react-native).

    • Use pnpm instead of old NPM - Resolves dependency linking 🚀 #186 b46a386
    • Remove tsdx & add prettier hook * No more linting from tsdx. Should be okay to use prettier * Lot less dependencies * Prettify files 28d83a9
    • Use export type for types 4f43ea3
    • Use tsup instead of tsdx This gives us more control about the build process * Expose react-hot-toast/headless - Fixes #39 * Bundle size is even smaller now d58cb35
    • Add pnpm to size check action 9da3b6e
    • Migrate docs to MDX 2 f776144
    • Align site for React 18 & Tailwind 3 8b716de
    • fix: missing csstype peer dep 30bdaf5

    v2.2.0...v2.3.0-beta

  • 2.2.0 - 2022-01-04

    Changes

    Docs

    v2.1.1...v2.2.0

from react-hot-toast GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade react-hot-toast from 2.2.0 to 2.4.1.

See this package in npm:
react-hot-toast

See this project in Snyk:
https://app.snyk.io/org/russelljumpdigital/project/4c9fe02b-5556-446d-92aa-d243aaf23f7f?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support escape sequences Toast height calculation bug cant find variable document on React Native
2 participants