hackclub / site

🌈 The new, new Hack Club website (uses Next.js & Theme UI).
https://hackclub.com
Other
181 stars 158 forks source link

Bump react-snowfall from 1.2.1 to 2.1.0 #1106

Open dependabot[bot] opened 6 months ago

dependabot[bot] commented 6 months ago

Bumps react-snowfall from 1.2.1 to 2.1.0.

Release notes

Sourced from react-snowfall's releases.

Version 2.1.0 (07-02-2024)

2.1.0 (2024-02-07)

Bug Fixes

  • Add module type to package.json to properly indicate the ESM bundle (ce6b83d)
  • Switch from useLayoutEffect to useEffect for better SSR compatibility (400c0e6)

Version 2.0.0 (24-01-2024)

⚠ BREAKING CHANGES

  • Snowfall: Lots of internals have moved around - if you are only using the <Snowfall /> component then you shouldn't have to make any changes. If you were importing any of the library internals such as the custom hooks or some utilities then these have been reorganized and are now not exported from the root of the package - you will need to import them from the specific files.

Features

  • Snowfall: Abstract the snowflake rendering logic into the SnowfallCanvas class that is independent of React. (7cccc63)
Changelog

Sourced from react-snowfall's changelog.

2.1.0 (2024-02-07)

Bug Fixes

  • Add module type to package.json to properly indicate the ESM bundle (ce6b83d)
  • Switch from useLayoutEffect to useEffect for better SSR compatibility (400c0e6)

2.0.0 (2024-01-25)

⚠ BREAKING CHANGES

  • Snowfall: Lots of internals have moved around - if you are only using the <Snowfall /> component then you shouldn't have to make any changes. If you were importing any of the library internals such as the custom hooks or some utilities then these have been reorganized and are now not exported from the root of the package - you will need to import them from the specific files.

Features

  • Snowfall: Abstract the snowflake rendering logic into the SnowfallCanvas class that is independent of React. (7cccc63)
Commits
  • 9d63582 chore(release): 2.1.0
  • ce6b83d fix: Add module type to package.json to properly indicate the ESM bundle
  • 400c0e6 fix: Switch from useLayoutEffect to useEffect for better SSR compatibility
  • 7d88fc7 chore: Get demo working correctly
  • 47f552a chore(release): 2.0.0
  • 977517d feat(Snowfall)!: Abstract the snowflake rendering logic into the SnowfallCanv...
  • 024b805 chore(Demo): Update the demo to use vite instead of react-scripts
  • 7b5126a Add prop table to the README
  • See full diff in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
site ❌ Failed (Inspect) Apr 2, 2024 4:37pm
grymmy commented 4 months ago

For future ppls including myself, I would note this is a major version upgrade and have no idea if this would require actual work to land