[Snyk] Upgrade: , , , , , date-fns, dotenv, react-query, react-scripts, sass #1020
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.6.0 to 11.13.0 | 12 versions ahead of your current version | 2 months ago
on 2024-07-20
@date-io/date-fns
from 2.13.1 to 2.17.0 | 5 versions ahead of your current version | a year ago
on 2023-07-23
@emotion/react
from 11.7.1 to 11.13.3 | 17 versions ahead of your current version | a month ago
on 2024-08-21
@mui/icons-material
from 5.4.1 to 5.16.7 | 69 versions ahead of your current version | a month ago
on 2024-08-09
@mui/material
from 5.4.1 to 5.16.7 | 123 versions ahead of your current version | a month ago
on 2024-08-09
date-fns
from 2.28.0 to 2.30.0 | 5 versions ahead of your current version | a year ago
on 2023-04-30
dotenv
from 16.0.0 to 16.4.5 | 20 versions ahead of your current version | 7 months ago
on 2024-02-20
react-query
from 3.34.15 to 3.39.3 | 14 versions ahead of your current version | 2 years ago
on 2023-01-25
react-scripts
from 5.0.0 to 5.0.1 | 1 version ahead of your current version | 2 years ago
on 2022-04-12
sass
from 1.49.7 to 1.77.8 | 80 versions ahead of your current version | 2 months ago
on 2024-07-11
Issues fixed by the recommended upgrade:
SNYK-JS-BABELTRAVERSE-5962462
SNYK-JS-MINIMATCH-3050818
SNYK-JS-MINIMIST-2429795
Release notes
Package name: @emotion/styled
Package name: @date-io/date-fns
New features
What's Changed
ES6
by @ LukasTy in #645DateTime.isDateTime
instead ofinstanceof
by @ alex-kuck in #639New Contributors
Full Changelog: v2.16.1...v2.17.0
What's Changed
setDate
/getDate
by @ flaviendelangle in #625Full Changelog: v2.15.0...v2.16.0
What's Changed
addYears
by @ flaviendelangle in #623Full Changelog: v2.14.0...v2.15.0
What's Changed
startOfYear
andendOfYear
by @ flaviendelangle in #614New Collaborator
Full Changelog: v2.13.2...v2.14.0
What's Changed
New Contributors
Full Changelog: v2.13.1...v2.13.2
v2.13.1
Package name: @emotion/react
Patch Changes
#3232
0ce3ed0
Thanks @ ENvironmentSet! - Distributecss
prop attachment over props that are union typesUpdated dependencies []:
Package name: @mui/icons-material
Aug 9, 2024
A big thanks to the 3 contributors who made this release possible.
@ mui/material@5.16.7
Docs
Core
All contributors of this release in alphabetical order: @ DiegoAndai, @ oliviertassinari, @ zanivan
Jul 30, 2024
A big thanks to the 5 contributors who made this release possible.
@ mui/material@5.16.6
Docs
<ListItem button/>
withListItemButton
component in routing libraries list example (#43114) @ aliharis99reason
type in demos (#43105) @ sai6855Core
All contributors of this release in alphabetical order: @ aliharis99, @ anuujj, @ mnajdova, @ sai6855, @ shahzaibdev1
Jul 25, 2024
A big thanks to the 4 contributors who made this release possible.
@ mui/utils@5.16.5
Docs
Hint
demo (@ ManthanGajjar) (#43039) @ ManthanGajjarAll contributors of this release in alphabetical order: @ ManthanGajjar, @ mnajdova, @ navedqb, @ oliviertassinari
Full Changelog: v5.16.4...v5.16.5
Jul 16, 2024
A big thanks to the one contributor who made this release possible.
@ mui/material@5.16.4
All contributors of this release in alphabetical order: @ mnajdova
Jul 16, 2024
A big thanks to the 3 contributors who made this release possible.
@ mui/material@5.16.3
Docs
autosuggest-highlight
dependency (#42953) @ HoFa1997All contributors of this release in alphabetical order: @ HoFa1997, @ mnajdova, @ oliviertassinari
Package name: @mui/material
Aug 9, 2024
A big thanks to the 3 contributors who made this release possible.
@ mui/material@5.16.7
Docs
Core
All contributors of this release in alphabetical order: @ DiegoAndai, @ oliviertassinari, @ zanivan
Package name: date-fns
Package name: dotenv
16.4.5
16.4.4
16.4.3
16.4.2
16.4.1
16.4.0
16.3.2
16.3.1
16.3.0
16.2.0
Package name: react-query
Package name: react-scripts
5.0.1 (2022-04-12)
Create React App 5.0.1 is a maintenance release that improves compatibility with React 18. We've also updated our templates to use
createRoot
and relaxed our check for older versions of Create React App.Migrating from 5.0.0 to 5.0.1
Inside any created project that has not been ejected, run:
or
🐛 Bug Fix
react-scripts
create-react-app
react-dev-utils
💅 Enhancement
cra-template-typescript
,cra-template
,react-scripts
createRoot
(@ kyletsang)cra-template-typescript
,cra-template
eslint-config-react-app
📝 Documentation
🏠 Internal
Committers: 11
v5.0.0 (2021-12-14)
Create React App 5.0 is a major release with several new features and the latest version of all major dependencies.
Thanks to all the maintainers and contributors who worked so hard on this release! 🙌
Highlights
Migrating from 4.0.x to 5.0.0
Inside any created project that has not been ejected, run:
or
NOTE: You may need to delete your
node_modules
folder and reinstall your dependencies by runningnpm install
(oryarn
) if you encounter errors after upgrading.If you previously ejected but now want to upgrade, one common solution is to find the commits where you ejecte...