avinashkranjan / Recess

🤓 Recess - A Social Media Platform for students to share their experience/knowledge they gained in their free time. 🧐
https://recess.avinashranjan.com
MIT License
50 stars 55 forks source link

[Snyk] Upgrade react-spinners from 0.12.0 to 0.13.8 #427

Closed avinashkranjan closed 1 year ago

avinashkranjan commented 1 year ago

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


Snyk has created this PR to upgrade react-spinners from 0.12.0 to 0.13.8.

:information_source: 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 **20 versions** ahead of your current version. - The recommended version was released **5 months ago**, on 2023-01-19.
Release notes
Package name: react-spinners
  • 0.13.8 - 2023-01-19

    What's Changed

    New Contributors

    Full Changelog: v0.13.7...v0.13.8

  • 0.13.7 - 2022-12-03

    What's Changed

    fix: PacmanLoader container height/width to adjust with size prop

  • 0.13.6 - 2022-10-08

    0.13.6

      </li>
      <li>
        <b>0.13.5</b> - <a href="https://snyk.io/redirect/github/davidhu2000/react-spinners/releases/tag/v0.13.5">2022-10-04</a></br><p>0.13.5</p>
      </li>
      <li>
        <b>0.13.4</b> - 2022-07-30
      </li>
      <li>
        <b>0.13.3</b> - <a href="https://snyk.io/redirect/github/davidhu2000/react-spinners/releases/tag/v0.13.3">2022-07-01</a></br><p>0.13.3</p>
      </li>
      <li>
        <b>0.13.2</b> - <a href="https://snyk.io/redirect/github/davidhu2000/react-spinners/releases/tag/v0.13.2">2022-06-28</a></br><p>0.13.2</p>
      </li>
      <li>
        <b>0.13.1</b> - <a href="https://snyk.io/redirect/github/davidhu2000/react-spinners/releases/tag/v0.13.1">2022-06-25</a></br><p>0.13.1</p>
      </li>
      <li>
        <b>0.13.0</b> - <a href="https://snyk.io/redirect/github/davidhu2000/react-spinners/releases/tag/0.13.0">2022-06-25</a></br><h2>Major Changes</h2>

    Feature: Removed @ emotion/react as a dependency and rewrote all components as functional components. This library now has ZERO dependencies.

    This resulted in a huge component size reduction. As compared between 0.12.0 and 0.13.0

    0.13.0
    Screen Shot 2022-06-25 at 4 20 30 PM
    0.12.0
    Screen Shot 2022-06-25 at 4 20 34 PM

    Feature: Add support for custom props such as aria-label
    Feature: Updated RiseLoader rise amount to be the same as size prop instead of hard coded 30px

    Breaking Change: css prop is renamed to cssOverride to avoid conflicts with css-in-js libraries

    Storybook is introduced to better demo the components. The demo site is simplified to only allow color changes.

    Minor Changes

    • replaced enzyme with react testing library
    • bugfix: add display: inherit to the default styles to fix the rendering issue
    • bugfix: GridLoader's rendering issue
      </li>
      <li>
        <b>0.13.0-beta.7</b> - 2022-06-25
      </li>
      <li>
        <b>0.13.0-beta.6</b> - 2022-06-25
      </li>
      <li>
        <b>0.13.0-beta.5</b> - 2022-06-07
      </li>
      <li>
        <b>0.13.0-beta.4</b> - 2022-06-05
      </li>
      <li>
        <b>0.13.0-beta.3</b> - 2022-05-26
      </li>
      <li>
        <b>0.13.0-beta.2</b> - 2022-05-26
      </li>
      <li>
        <b>0.13.0-beta.1</b> - 2022-05-26
      </li>
      <li>
        <b>0.13.0-alpha.5</b> - 2022-05-22
      </li>
      <li>
        <b>0.13.0-alpha.4</b> - 2022-05-22
      </li>
      <li>
        <b>0.13.0-alpha.3</b> - 2022-05-16
      </li>
      <li>
        <b>0.13.0-alpha.1</b> - 2022-05-16
      </li>
      <li>
        <b>0.12.0</b> - <a href="https://snyk.io/redirect/github/davidhu2000/react-spinners/releases/tag/0.12.0">2022-05-16</a></br><p><strong>Major Changes</strong></p>
    • Feature: output commonjs, es module, and umd file types.
    • Feature: add support for react 18 #464

    Minor Changes

    • bugfix: Update pragma to /** @ jsxImportSource @ emotion/react */ to fix issue with the new jsx runtime.
      </li>
    </ul>
    from <a href="https://snyk.io/redirect/github/davidhu2000/react-spinners/releases">react-spinners GitHub release notes</a>

Commit messages
Package name: react-spinners
  • 61ad627 0.13.8
  • b4f044d add changelog for 0.13.8
  • 38448c5 docs: fix radius prop type in storybook to be number instead of object (#561)
  • b33fb0d Remove Animation Fill Mode from CircleLoader to fix SSR (#558)
  • 1ef6575 Bump json5 from 1.0.1 to 1.0.2 (#559)
  • b8eb6ca chore: update devDependencies to latest versions (#556)
  • 536c4eb Bump decode-uri-component from 0.2.0 to 0.2.2 (#555)
  • 0b83da8 0.13.7
  • d575a3e fix PacmanLoader container height/width to adjust with size prop
  • 388e04d Bump loader-utils from 1.4.1 to 1.4.2 (#554)
  • a6c877e Bump deep-object-diff from 1.1.7 to 1.1.9 (#553)
  • c6da343 Bump terser from 4.8.0 to 4.8.1 (#552)
  • 409beec Bump loader-utils from 1.4.0 to 1.4.1 (#551)
  • b3827ba fix blog link in footer
  • 3859e8f 0.13.6
  • 87c512f improve readme format of example code
  • f6e91fc fix gh pages action when cache does not exist (#547)
  • 84c83b9 0.13.5
  • 814f524 update readme with include info on additional html props
  • f87bde7 fix fork on github banner cause footer style issues
  • a77fe1e move script into docs code instead of standpoint script
  • 9b8a475 add google adsense to demo & storybook
  • 4c69b22 fix darkmode on storybook (#544)
  • 393b126 add darkmode to storybook, add canoical link, cleanup babel plugins (#543)
Compare

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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

vercel[bot] commented 1 year ago

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

Name Status Preview Comments Updated (UTC)
recess ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 6, 2023 1:04am
github-actions[bot] commented 1 year ago

Thank you @avinashkranjan for taking out your valuable time in order to contribute to our project. Looking forward for more such amazing contributions :)