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: , , , cheerio, framer-motion, lucide-react, next, react-icons, sharp, tailwind-merge #90

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

Luen
Copy link
Collaborator

@Luen Luen commented Sep 14, 2024

snyk-top-banner

Snyk has created this PR to upgrade multiple dependencies.

👯‍♂ The following dependencies are linked and will therefore be updated together.

ℹ️ 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.

Name Versions Released on

@next/third-parties
from 14.2.5 to 14.2.6 | 1 version ahead of your current version | 23 days ago
on 2024-08-21
@types/node
from 20.14.14 to 20.16.1 | 4 versions ahead of your current version | a month ago
on 2024-08-19
@types/react
from 18.3.3 to 18.3.4 | 1 version ahead of your current version | 25 days ago
on 2024-08-20
cheerio
from 1.0.0-rc.12 to 1.0.0 | 1 version ahead of your current version | a month ago
on 2024-08-09
framer-motion
from 11.3.24 to 11.3.30 | 22 versions ahead of your current version | 22 days ago
on 2024-08-23
lucide-react
from 0.427.0 to 0.435.0 | 6 versions ahead of your current version | 22 days ago
on 2024-08-23
next
from 14.2.5 to 14.2.6 | 1 version ahead of your current version | 23 days ago
on 2024-08-21
react-icons
from 5.2.1 to 5.3.0 | 1 version ahead of your current version | a month ago
on 2024-08-13
sharp
from 0.33.4 to 0.33.5 | 3 versions ahead of your current version | a month ago
on 2024-08-16
tailwind-merge
from 2.4.0 to 2.5.2 | 18 versions ahead of your current version | a month ago
on 2024-08-12

Release notes
Package name: @next/third-parties
  • 14.2.6 - 2024-08-21

    Note

    This release is backporting bug fixes. It does not include all pending features/changes on canary.

    Core Changes

    • Ensure fetch cache TTL is updated properly (#69164)
  • 14.2.5 - 2024-07-10
from @next/third-parties GitHub release notes
Package name: @types/node
  • 20.16.1 - 2024-08-19
  • 20.16.0 - 2024-08-18
  • 20.15.0 - 2024-08-16
  • 20.14.15 - 2024-08-09
  • 20.14.14 - 2024-08-02
from @types/node GitHub release notes
Package name: @types/react
  • 18.3.4 - 2024-08-20
  • 18.3.3 - 2024-05-23
from @types/react GitHub release notes
Package name: cheerio
  • 1.0.0 - 2024-08-09

    Cheerio 1.0 is here! 🎉

    Announcement Blog Post

    Breaking Changes

    • The minimum NodeJS version is now 18.17 or higher #3959

    • Import paths were simplified. For example, use cheerio/slim instead of
      cheerio/lib/slim. #3970

    • The deprecated default Cheerio instance and static methods were removed. #3974

      Before, it was possible to write code like this:

      import cheerio, { html } from 'cheerio';

      html(cheerio('<test></test>')); // ~ '<test></test>' -- NO LONGER WORKS

      Make sure to always load documents first:

      import * as cheerio from 'cheerio';

      cheerio.load('<test></test>').html();

    • Node types previously re-exported by Cheerio must now be imported directly
      from (domhandler)(https://github.com/fb55/domhandler). #3969

    • htmlparser2 options now reside exclusively under the xml key (#2916):

      const $ = cheerio.load('<html>', {
        xml: {
          withStartIndices: true,
        },
      });

    New Features

    • Add functions to load buffers, streams & URLs in NodeJS by @ fb55 in #2857
    • Add extract method by @ fb55 in #2750

    Fixes

    Other

    Full Changelog: v1.0.0-rc.12...v1.0.0

  • 1.0.0-rc.12 - 2022-06-26

    Bugfix release. Fixed issues:

    • Align prop undefined handling with jQuery by @ fb55 in #2557
    • Allow deep imports of cheerio/lib/utils by @ blixt in #2601

    New Contributors

    Full Changelog: v1.0.0-rc.11...v1.0.0-rc.12

from cheerio GitHub release notes
Package name: framer-motion
  • 11.3.30 - 2024-08-23

    v11.3.30

  • 11.3.29 - 2024-08-21

    v11.3.29

  • 11.3.29-alpha.0 - 2024-08-15

    v11.3.29-alpha.0

  • 11.3.28 - 2024-08-15

    v11.3.28

  • 11.3.28-alpha.1 - 2024-08-14

    v11.3.28-alpha.1

  • 11.3.28-alpha.0 - 2024-08-14

    v11.3.28-alpha.0

  • 11.3.27 - 2024-08-14

    v11.3.27

  • 11.3.26 - 2024-08-14

    v11.3.26

  • 11.3.25 - 2024-08-14

    v11.3.25

  • 11.3.25-alpha.12 - 2024-08-14

    v11.3.25-alpha.12

  • 11.3.25-alpha.11 - 2024-08-14
  • 11.3.25-alpha.10 - 2024-08-14
  • 11.3.25-alpha.9 - 2024-08-14
  • 11.3.25-alpha.8 - 2024-08-14
  • 11.3.25-alpha.7 - 2024-08-14
  • 11.3.25-alpha.6 - 2024-08-14
  • 11.3.25-alpha.5 - 2024-08-14
  • 11.3.25-alpha.4 - 2024-08-13
  • 11.3.25-alpha.3 - 2024-08-13
  • 11.3.25-alpha.2 - 2024-08-13
  • 11.3.25-alpha.1 - 2024-08-13
  • 11.3.25-alpha.0 - 2024-08-13
  • 11.3.24 - 2024-08-08
from framer-motion GitHub release notes
Package name: lucide-react from lucide-react GitHub release notes
Package name: next
  • 14.2.6 - 2024-08-21

    Note

    This release is backporting bug fixes. It does not include all pending features/changes on canary.

    Core Changes

    • Ensure fetch cache TTL is updated properly (#69164)
  • 14.2.5 - 2024-07-10
from next GitHub release notes
Package name: react-icons from react-icons GitHub release notes
Package name: sharp from sharp GitHub release notes
Package name: tailwind-merge
  • 2.5.2 - 2024-08-12

    Sorry for all the bugs today!

    Bug Fixes

    Full Changelog: v2.5.1...v2.5.2

    Thanks to @ brandonmcconnell, @ manavm1990, @ langy, @ jamesreaco and @ jamaluddinrumi for sponsoring tailwind-merge! ❤️

  • 2.5.2-dev.a9aa5911cc624d0ddd2ee81bcce00b932a437aea - 2024-08-30
  • 2.5.2-dev.a72f2f474fbba41c9940d3c9737cd3ad431d68da - 2024-08-12
  • 2.5.2-dev.9a68667c3a6710512dedcee4e74cbd60dbe57f38 - 2024-09-02
  • 2.5.2-dev.34753fec69281e1f001a4129b6518b2e589eb28f - 2024-08-18
  • 2.5.2-dev.1bed05d40bc8f053548fb85c40eeaac60e0234ef - 2024-08-18
  • 2.5.2-dev.0c74ac3cababfa706594629e5244995535ca70a1 - 2024-08-18
  • 2.5.1 - 2024-08-12

    Bug Fixes

    • Fix space at beginning of input causing infinite loop by @ dcastil in #457

    Full Changelog: v2.5.0...v2.5.1

    Thanks to @ brandonmcconnell, @ manavm1990, @ langy, @ jamesreaco and @ jamaluddinrumi for sponsoring tailwind-merge! ❤️

  • 2.5.1-dev.c795f4bcf2ef5a80b735db30d20f96b49a14ae57 - 2024-08-12
  • 2.5.1-dev.a9ebe22aaea320d0894ce4255eaffcb6b2d1a649 - 2024-08-12
  • 2.5.1-dev.0f0f53e1b3d930b21560eea24b467e0870854f52 - 2024-08-12
  • 2.5.1-dev.056b2a31bf7d9244aa97cc859e110bdbae6723e5 - 2024-08-12
  • 2.5.0 - 2024-08-11

    New Features

    Bug Fixes

    • Fix bg-opacity arbitrary percentages not being recognized properly by @ dcastil in #451

    Full Changelog: v2.4.0...v2.5.0

    Thanks to @ brandonmcconnell, @ manavm1990, @ langy and @ jamesreaco for sponsoring tailwind-merge! ❤️

  • 2.5.0-dev.bceb688b56d9e901493eb53cbb236c6767b27818 - 2024-08-11
  • 2.5.0-dev.b42e5961db46b205575bf54414d4f00a9ed81c23 - 2024-08-11
  • 2.5.0-dev.80d01a1abb4d048841c8757da10bb9c0e5c441c8 - 2024-08-12
  • 2.5.0-dev.41e589bb317c8203857f9293af64c6c9cbf3ddf7 - 2024-08-12
  • 2.5.0-dev.0ba31f3c3d64f1f4c334d97ec569d6a2ece5c759 - 2024-08-11
  • 2.4.0 - 2024-07-07

    New Features

    • Allow hooking into class parsing logic (experimental) by @ dcastil in #444
      • There is no info to this in the docs because this is experimental, but there is a new experimentalParseClassName property in the config that allows you to customize how tailwind-merge recognizes classes. If you're interested, you can read how to use it in the inline JSDocs and subscribe to #385 for upcoming more powerful low-level functionality.
    • Create security policy by @ dcastil in #439
      • Added documentation on how to report potential vulnerabilities
    • Avoid @ babel/runtime dependency by @ dcastil in #431
      • Now no dependencies in tailwind-merge anymore. This dependency was only used in the tailwind-merge/es5 bundle anyway which I don't optimize for.

    Documentation

Snyk has created this PR to upgrade:
  - @next/third-parties from 14.2.5 to 14.2.6.
    See this package in npm: https://www.npmjs.com/package/@next/third-parties
  - @types/node from 20.14.14 to 20.16.1.
    See this package in npm: https://www.npmjs.com/package/@types/node
  - @types/react from 18.3.3 to 18.3.4.
    See this package in npm: https://www.npmjs.com/package/@types/react
  - cheerio from 1.0.0-rc.12 to 1.0.0.
    See this package in npm: https://www.npmjs.com/package/cheerio
  - framer-motion from 11.3.24 to 11.3.30.
    See this package in npm: https://www.npmjs.com/package/framer-motion
  - lucide-react from 0.427.0 to 0.435.0.
    See this package in npm: https://www.npmjs.com/package/lucide-react
  - next from 14.2.5 to 14.2.6.
    See this package in npm: https://www.npmjs.com/package/next
  - react-icons from 5.2.1 to 5.3.0.
    See this package in npm: https://www.npmjs.com/package/react-icons
  - sharp from 0.33.4 to 0.33.5.
    See this package in npm: https://www.npmjs.com/package/sharp
  - tailwind-merge from 2.4.0 to 2.5.2.
    See this package in npm: https://www.npmjs.com/package/tailwind-merge

See this project in Snyk:
https://app.snyk.io/org/luen/project/e5d880d9-42a5-4142-bdb0-a56565220d5a?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

vercel bot commented Sep 14, 2024

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

Name Status Preview Comments Updated (UTC)
rummerlab ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 14, 2024 8:48am

@Luen Luen self-assigned this Sep 14, 2024
@Luen Luen merged commit 2b209ba into main Sep 15, 2024
2 checks passed
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.

2 participants