[Snyk] Upgrade: , , , cheerio, framer-motion, lucide-react, next, react-icons, sharp, tailwind-merge #90
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@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
- Ensure fetch cache TTL is updated properly (#69164)
-
14.2.5 - 2024-07-10
from @next/third-parties GitHub release notesNote
This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
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 notesPackage name: @types/react
-
18.3.4 - 2024-08-20
-
18.3.3 - 2024-05-23
from @types/react GitHub release notesPackage name: cheerio
-
1.0.0 - 2024-08-09
-
-
-
import cheerio, { html } from 'cheerio';
import * as cheerio from 'cheerio';
-
-
- Add functions to load buffers, streams & URLs in NodeJS by @ fb55 in #2857
- Add extract method by @ fb55 in #2750
- Allow imports of
- Allow empty string in
- Make
- Fix potential github action smells by @ ceddy4395 in #3826
- Cheerio has a new website, featuring updated API docs and guides! #2950
-
1.0.0-rc.12 - 2022-06-26
- Align
- Allow deep imports of
- @ blixt made their first contribution in #2601
from cheerio GitHub release notesCheerio 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/sliminstead ofcheerio/lib/slim. #3970The deprecated default Cheerio instance and static methods were removed. #3974
Before, it was possible to write code like this:
html(cheerio('<test></test>')); // ~ '<test></test>' -- NO LONGER WORKS
Make sure to always load documents first:
cheerio.load('<test></test>').html();
Node types previously re-exported by Cheerio must now be imported directly
from (
domhandler)(https://github.com/fb55/domhandler). #3969htmlparser2 options now reside exclusively under the
xmlkey (#2916):New Features
Fixes
cheerio/utilsby @ blixt in #2601data, and simplify by @ fb55 in #2818closestbe able to start from text nodes by @ Qualtagh in #2811Other
Full Changelog: v1.0.0-rc.12...v1.0.0
Bugfix release. Fixed issues:
propundefined handling with jQuery by @ fb55 in #2557cheerio/lib/utilsby @ blixt in #2601New Contributors
Full Changelog: v1.0.0-rc.11...v1.0.0-rc.12
Package name: framer-motion
-
11.3.30 - 2024-08-23
-
11.3.29 - 2024-08-21
-
11.3.29-alpha.0 - 2024-08-15
-
11.3.28 - 2024-08-15
-
11.3.28-alpha.1 - 2024-08-14
-
11.3.28-alpha.0 - 2024-08-14
-
11.3.27 - 2024-08-14
-
11.3.26 - 2024-08-14
-
11.3.25 - 2024-08-14
-
11.3.25-alpha.12 - 2024-08-14
-
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 notesv11.3.30
v11.3.29
v11.3.29-alpha.0
v11.3.28
v11.3.28-alpha.1
v11.3.28-alpha.0
v11.3.27
v11.3.26
v11.3.25
v11.3.25-alpha.12
Package name: lucide-react
-
0.435.0 - 2024-08-23
-
0.434.0 - 2024-08-23
-
0.433.0 - 2024-08-23
- Fixed compilation issues when starting up Vite Dev server by @ ericfennis in #2375
-
0.432.0 - 2024-08-23
-
0.429.0 - 2024-08-21
-
0.428.0 - 2024-08-16
-
0.427.0 - 2024-08-09
from lucide-react GitHub release notesModified Icons 🔨
milestone(#2281) by @ jguddassignpost(#2281) by @ jguddasNew icons 🎨
volume-off(#2378) by @ karsa-mistmereModified Icons 🔨
file-volume(#2378) by @ karsa-mistmerevolume-1(#2378) by @ karsa-mistmerevolume-2(#2378) by @ karsa-mistmerevolume-x(#2378) by @ karsa-mistmerevolume(#2378) by @ karsa-mistmereNew icons 🎨
trending-up-down(#2372) by @ AlportanFixes Lucide Solid
New icons 🎨
chart-gantt(#2392) by @ jguddasModified Icons 🔨
contact-round(#2391) by @ jguddascontact(#2391) by @ jguddasPackage name: next
-
14.2.6 - 2024-08-21
- Ensure fetch cache TTL is updated properly (#69164)
-
14.2.5 - 2024-07-10
from next GitHub release notesNote
This release is backporting bug fixes. It does not include all pending features/changes on canary.
Core Changes
Package name: react-icons
-
5.3.0 - 2024-08-13
- Bump ejs from 3.1.9 to 3.1.10 by @ dependabot in #942
- Bump braces from 3.0.2 to 3.0.3 by @ dependabot in #953
- Bump ws from 7.5.9 to 7.5.10 by @ dependabot in #954
- feat: update simple icons to 12.4.0 by @ sdabhi23 in #956
- update bootstrap, tabler icons by @ kamijin-fanta in #968
- @ sdabhi23 made their first contribution in #956
Icon Library
License
Version
Count
Circum Icons
MPL-2.0 license
1.0.0
288
Font Awesome 5
CC BY 4.0 License
5.15.4-3-gafecf2a
1612
Font Awesome 6
CC BY 4.0 License
6.5.2
2045
Ionicons 4
MIT
4.6.3
696
Ionicons 5
MIT
5.5.4
1332
Material Design icons
Apache License Version 2.0
4.0.0-98-g9beae745bb
4341
Typicons
CC BY-SA 3.0
2.1.2
336
Github Octicons icons
MIT
18.3.0
264
Feather
MIT
4.29.1
287
Lucide
ISC
v5.3.0
1215
Game Icons
CC BY 3.0
12920d6565588f0512542a3cb0cdfd36a497f910
4040
Weather Icons
SIL OFL 1.1
2.0.12
219
Devicons
MIT
1.8.0
192
Ant Design Icons
MIT
4.4.2
831
Bootstrap Icons
MIT
1.11.3
2716
Remix Icon
Apache License Version 2.0
4.2.0
2860
Flat Color Icons
MIT
1.0.2
329
Grommet-Icons
Apache License Version 2.0
4.12.1
635
Heroicons
MIT
1.0.6
460
Heroicons 2
MIT
2.1.3
888
Simple Icons
CC0 1.0 Universal
12.4.0
3209
Simple Line Icons
MIT
2.5.5
189
IcoMoon Free
CC BY 4.0 License
d006795ede82361e1bac1ee76f215cf1dc51e4ca
491
BoxIcons
MIT
2.1.4
1634
css.gg
MIT
2.1.1
704
VS Code Icons
CC BY 4.0
0.0.35
461
Tabler Icons
MIT
3.3.0
5256
Themify Icons
MIT
v0.1.2-2-g9600186
352
Radix Icons
MIT
@ radix-ui/[email protected]
318
Phosphor Icons
MIT
2.1.1
9072
Icons8 Line Awesome
MIT
1.3.1
1544
-
5.2.1 - 2024-05-07
- bug fix: add filled suffix in tb by @ kamijin-fanta in #941
Icon Library
License
Version
Count
Circum Icons
MPL-2.0 license
1.0.0
288
Font Awesome 5
CC BY 4.0 License
5.15.4-3-gafecf2a
1612
Font Awesome 6
CC BY 4.0 License
6.5.2
2045
Ionicons 4
MIT
4.6.3
696
Ionicons 5
MIT
5.5.4
1332
Material Design icons
Apache License Version 2.0
4.0.0-98-g9beae745bb
4341
Typicons
CC BY-SA 3.0
2.1.2
336
Github Octicons icons
MIT
18.3.0
264
Feather
MIT
4.29.1
287
Lucide
ISC
v5.2.1
1215
Game Icons
CC BY 3.0
12920d6565588f0512542a3cb0cdfd36a497f910
4040
Weather Icons
SIL OFL 1.1
2.0.12
219
Devicons
MIT
1.8.0
192
Ant Design Icons
MIT
4.4.2
831
Bootstrap Icons
MIT
1.11.3
2716
Remix Icon
Apache License Version 2.0
4.2.0
2860
Flat Color Icons
MIT
1.0.2
329
Grommet-Icons
Apache License Version 2.0
4.12.1
635
Heroicons
MIT
1.0.6
460
Heroicons 2
MIT
2.1.3
888
Simple Icons
CC0 1.0 Universal
11.14.0
3124
Simple Line Icons
MIT
2.5.5
189
IcoMoon Free
CC BY 4.0 License
d006795ede82361e1bac1ee76f215cf1dc51e4ca
491
BoxIcons
MIT
2.1.4
1634
css.gg
MIT
2.1.1
704
VS Code Icons
CC BY 4.0
0.0.35
461
Tabler Icons
MIT
3.2.0
5237
Themify Icons
MIT
v0.1.2-2-g9600186
352
Radix Icons
MIT
@ radix-ui/[email protected]
318
Phosphor Icons
MIT
2.1.1
9072
Icons8 Line Awesome
MIT
1.3.1
1544
from react-icons GitHub release notesWhat's Changed
New Contributors
Full Changelog: v5.2.1...v5.3.0
What's Changed
Full Changelog: v5.2.0...v5.2.1
Package name: sharp
-
0.33.5 - 2024-08-16
-
0.33.5-rc.1 - 2024-08-14
-
0.33.5-rc.0 - 2024-08-13
-
0.33.4 - 2024-05-16
from sharp GitHub release notesNo content.
No content.
No content.
No content.
Package name: tailwind-merge
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! ❤️
Bug Fixes
Full Changelog: v2.5.0...v2.5.1
Thanks to @ brandonmcconnell, @ manavm1990, @ langy, @ jamesreaco and @ jamaluddinrumi for sponsoring tailwind-merge! ❤️
New Features
Bug Fixes
Full Changelog: v2.4.0...v2.5.0
Thanks to @ brandonmcconnell, @ manavm1990, @ langy and @ jamesreaco for sponsoring tailwind-merge! ❤️
New Features
experimentalParseClassNameproperty 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.@ babel/runtimedependency by @ dcastil in #431tailwind-merge/es5bundle anyway which I don't optimize for.Documentation