[Snyk] Upgrade: , , , , , , gsap-trial, react-router-dom, react-scripts, sass #53
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.
@fortawesome/free-brands-svg-icons
from 6.0.0 to 6.6.0 | 12 versions ahead of your current version | 2 months ago
on 2024-07-16
@fortawesome/free-solid-svg-icons
from 6.0.0 to 6.6.0 | 12 versions ahead of your current version | 2 months ago
on 2024-07-16
@fortawesome/react-fontawesome
from 0.1.17 to 0.2.2 | 5 versions ahead of your current version | 4 months ago
on 2024-05-22
@emailjs/browser
from 3.4.0 to 3.12.1 | 11 versions ahead of your current version | 8 months ago
on 2024-01-10
@testing-library/jest-dom
from 5.16.2 to 5.17.0 | 4 versions ahead of your current version | a year ago
on 2023-07-18
@testing-library/react
from 12.1.3 to 12.1.5 | 2 versions ahead of your current version | 2 years ago
on 2022-04-11
gsap-trial
from 3.9.0 to 3.12.5 | 16 versions ahead of your current version | 8 months ago
on 2024-01-18
react-router-dom
from 6.2.2 to 6.26.1 | 149 versions ahead of your current version | a month ago
on 2024-08-15
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.9 to 1.77.8 | 78 versions ahead of your current version | 2 months ago
on 2024-07-11
Issues fixed by the recommended upgrade:
SNYK-JS-MINIMATCH-3050818
SNYK-JS-MINIMIST-2429795
SNYK-JS-BABELTRAVERSE-5962462
SNYK-JS-DECODEURICOMPONENT-3149970
Release notes
Package name: @fortawesome/free-brands-svg-icons
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Package name: @fortawesome/free-solid-svg-icons
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Change log available at https://fontawesome.com/docs/changelog/
Package name: @fortawesome/react-fontawesome
Fixed
Changed
Added
Fixed
Added
Changed
Added
Package name: @emailjs/browser
Essential Links
Changes
Improvements
3.12.0
Essential Links
Changes
Improvements
3.10.0
3.9.1
Essential Links
Changes
Improvements
Essential Links
Issues
Improvements
3.7.0
Essential Links
Changes
Improvements
Package name: @testing-library/jest-dom
5.17.0 (2023-07-18)
Features
toHaveAccessibleErrorMessage
better implementing the spec, deprecatetoHaveErrorMessage
(#503) (d717c66)5.16.5 (2022-08-04)
Bug Fixes
5.16.4 (2022-04-05)
Bug Fixes
5.16.3 (2022-03-24)
Bug Fixes
.not
(#447) (6988a67)5.16.2 (2022-02-03)
Bug Fixes
toBeDisabled
(#368) (8162115)Package name: @testing-library/react
12.1.5 (2022-04-11)
Bug Fixes
12.1.4 (2022-03-09)
Bug Fixes
12.1.3 (2022-02-15)
Bug Fixes
@ types/react-dom
as a direct dependency (#1001) (149d9a9)Package name: react-router-dom
react-router-native@6.26.1
react-router-native@6.26.1-pre.0
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 ejected (and any subsequent commits changing the configuration), revert them, upgrade, and later optionally eject again. It’s also possible that the feature you ejected for is now supported out of the box.
Breaking Changes
Like any major release,
react-scripts@5.0.0
contains a number of breaking changes. We expect that they won't affect every user, but we recommend you look over this section to see if something is relevant to you. If we missed something, please file a new issue.Dropped support for Node 10 and 12
Node 10 reached End-of-Life in April 2021 and Node 12 will be End-of-Life in April 2022. Going forward we will only support the latest LTS release of Node.js.
Full Changelog
💥 Breaking Change
create-react-app
babel-preset-react-app
,cra-template-typescript
,cra-template
,create-react-app
,eslint-config-react-app
,react-app-polyfill
,react-dev-utils
,react-error-overlay
,react-scripts
eslint-config-react-app
,react-error-overlay
,react-scripts
react-scripts
🐛 Bug Fix
react-scripts
💅 Enhancement
react-scripts
eslint-config-react-app
,react-error-overlay
,react-scripts
create-react-app
react-dev-utils
create-react-app
,react-scripts
📝 Documentation
serve
has changed (@ leo)eslint-config-react-app
react-dev-utils
babel-preset-react-app
,eslint-config-react-app
cra-template
🏠 Internal
npm ci
(@ lukekarrys)create-react-app
babel-plugin-named-asset-import
,babel-preset-react-app
,confusing-browser-globals
,create-react-app
,react-app-polyfill
,react-dev-utils
,react-error-overlay
,react-scripts
react-scripts
babel-plugin-named-asset-import
,confusing-browser-globals
,create-react-app
,eslint-config-react-app
,react-dev-utils
,react-error-overlay
,react-scripts
confusing-browser-globals
,cra-template-typescript
,cra-template
,create-react-app
react-error-overlay
,react-scripts
babel-preset-react-app
,cra-template-typescript
,cra-template
,create-react-app
,eslint-config-react-app
,react-app-polyfill
,react-dev-utils
,react-error-overlay
,react-scripts
🔨 Underlying Tools
react-dev-utils
,react-scripts
react-scripts
babel-plugin-named-asset-import
,confusing-browser-globals
,create-react-app
,react-dev-utils
,react-error-overlay
,react-scripts
eslint-config-react-app
,react-error-overlay
,react-scripts
babel-preset-react-app
,react-dev-utils
,react-error-overlay
,react-scripts
react-dev-utils
Committers: 34
Package name: sass
To install Sass 1.77.8, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
See the full changelog for changes in earlier releases.
See sass/sass#3885
…264)
To install Sass 1.77.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
@ extend
.See the full changelog for changes in earlier releases.
To install Sass 1.77.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Embedded Sass
Support passing
Version
input forfatalDeprecations
as string over embedded protocol.Fix a bug in the JS Embedded Host where
Version
could be incorrectly accepted as input forsilenceDeprecations
andfutureDeprecations
in pure JS.See the