[Snyk] Upgrade: , , , , , formik, framer-motion, next, react-icons, react-remove-scroll, styled-jsx #65
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.
@emotion/styled
from 11.3.0 to 11.13.0 | 13 versions ahead of your current version | 2 months ago
on 2024-07-20
@chakra-ui/icons
from 1.0.13 to 1.1.7 | 13 versions ahead of your current version | 3 years ago
on 2022-02-20
@chakra-ui/react
from 1.6.1 to 1.8.9 | 28 versions ahead of your current version | 2 years ago
on 2022-09-16
@emotion/react
from 11.4.0 to 11.13.0 | 21 versions ahead of your current version | 2 months ago
on 2024-07-20
@fontsource/nunito
from 4.5.4 to 4.5.12 | 6 versions ahead of your current version | 2 years ago
on 2023-01-18
formik
from 2.2.9 to 2.4.6 | 11 versions ahead of your current version | 4 months ago
on 2024-04-24
framer-motion
from 4.1.16 to 4.1.17 | 2 versions ahead of your current version | 3 years ago
on 2021-05-17
next
from 11.1.2 to 11.1.4 | 95 versions ahead of your current version | 3 years ago
on 2022-01-27
react-icons
from 4.3.1 to 4.12.0 | 12 versions ahead of your current version | 10 months ago
on 2023-11-14
react-remove-scroll
from 2.4.4 to 2.5.10 | 10 versions ahead of your current version | 4 months ago
on 2024-05-12
styled-jsx
from 5.0.1 to 5.1.6 | 13 versions ahead of your current version | 3 months ago
on 2024-05-24
Issues fixed by the recommended upgrade:
SNYK-JS-ANSIREGEX-1583908
SNYK-JS-NEXT-2312745
SNYK-JS-NODEFETCH-2342118
Release notes
Package name: @emotion/styled
Minor Changes
#3198
d8ff8a5
Thanks @ Andarist! - Migrated away from relying onprocess.env.NODE_ENV
checks to differentiate between production and development builds.Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
#3215
a9f6912
Thanks @ Andarist! - Addededge-light
andworkerd
conditions topackage.json
manifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
d8ff8a5
,a9f6912
]:Package name: @chakra-ui/icons
Package name: @chakra-ui/react
Package name: @emotion/react
Minor Changes
#3198
d8ff8a5
Thanks @ Andarist! - Migrated away from relying onprocess.env.NODE_ENV
checks to differentiate between production and development builds.Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
#3215
a9f6912
Thanks @ Andarist! - Addededge-light
andworkerd
conditions topackage.json
manifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
d8ff8a5
,a9f6912
]:Package name: @fontsource/nunito
Package name: formik
Patch Changes
f57ca9b
#3949 Thanks @ DeveloperRaj! - Changing the state inside formik was changing reference of initialValues provided via props, deep cloning the initialvalues will fix it.Patch Changes
d7db9cd
#3860 Thanks @ patik! - Add missing dependency@ types/hoist-non-react-statics
, closes #3837fe4ed7e
#3501 Thanks @ markspolakovs! - Markformik
as side-effect free inpackage.json
Patch Changes
41720c2
#3862 Thanks @ yazaldefilimonepinto! - ForwardclassName
for custom components used withField
da58b29
#3858 Thanks @ alaanescobedo! - Remove use of deprecatedStatelessComponent
type in favor ofFunctionComponent
5c01ee7
#3872 Thanks @ rajpatelbot! - FIX: Fixed resetForm function dependency issuePatch Changes
9e0a661
#3843 Thanks @ bonimba! - Fix FormikHelper and FieldHelperProps typesPatch Changes
96280d3
#3817 Thanks @ probablyup! - Updated internal types to support React 18.Package name: framer-motion
4.1.17
4.1.17-rc.0
4.1.16
Package name: next
v11.1.4
Package name: react-icons
What's Changed
react-icons/all
module removed. Import the icon set with the ID. Example:import { FaSearch } from 'react-icons/fa
;` 686e260New Contributors
Full Changelog: v4.8.0...v4.9.0
icons