[Snyk] Upgrade: react, react-dom, , , , , video.js, firebase, framer-motion, react-google-button, react-parallax-tilt, react-router-dom, three, tsparticles #3
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.
react
from 18.3.0 to 18.3.1 | 1 version ahead of your current version | 5 months ago
on 2024-04-26
react-dom
from 18.2.0 to 18.3.1 | 385 versions ahead of your current version | 5 months ago
on 2024-04-26
@emailjs/browser
from 4.3.3 to 4.4.1 | 1 version ahead of your current version | 2 months ago
on 2024-07-11
@react-three/drei
from 9.105.4 to 9.111.3 | 25 versions ahead of your current version | 24 days ago
on 2024-08-23
@react-three/fiber
from 8.16.2 to 8.17.6 | 13 versions ahead of your current version | 21 days ago
on 2024-08-26
@videojs/http-streaming
from 3.10.0 to 3.14.0 | 12 versions ahead of your current version | 24 days ago
on 2024-08-23
video.js
from 8.10.0 to 8.17.3 | 20 versions ahead of your current version | 2 months ago
on 2024-07-30
firebase
from 10.11.1 to 10.13.0 | 95 versions ahead of your current version | a month ago
on 2024-08-15
framer-motion
from 11.1.7 to 11.3.30 | 83 versions ahead of your current version | 24 days ago
on 2024-08-23
react-google-button
from 0.7.2 to 0.8.0 | 1 version ahead of your current version | 4 months ago
on 2024-05-03
react-parallax-tilt
from 1.7.222 to 1.7.237 | 15 versions ahead of your current version | a month ago
on 2024-08-20
react-router-dom
from 6.23.0 to 6.26.1 | 16 versions ahead of your current version | a month ago
on 2024-08-15
three
from 0.161.0 to 0.167.1 | 9 versions ahead of your current version | a month ago
on 2024-08-01
tsparticles
from 3.3.0 to 3.5.0 | 2 versions ahead of your current version | 3 months ago
on 2024-07-01
Issues fixed by the recommended upgrade:
SNYK-JS-GRPCGRPCJS-7242922
Release notes
Package name: react
act
fromreact
f1338fThis release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
this.refs
to support string ref codemod 909071findDOMNode
outside StrictMode c3b283test-utils
methods d4ea75defaultProps
for function components #25699key
#25697act
fromtest-utils
d4ea75React DOM
unmountComponentAtNode
8a015brenderToStaticNodeStream
#28874Package name: react-dom
act
fromreact
f1338fThis release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.
Read the React 19 Upgrade Guide for more info.
React
this.refs
to support string ref codemod 909071findDOMNode
outside StrictMode c3b283test-utils
methods d4ea75defaultProps
for function components #25699key
#25697act
fromtest-utils
d4ea75React DOM
unmountComponentAtNode
8a015brenderToStaticNodeStream
#28874React DOM
onRecoverableError
. (@ gnoff in #24591)document
causing a blank page on mismatch. (@ gnoff in #24523)setState
in Safari when adding an iframe. (@ gaearon in #24459)React DOM Server
<title>
elements to match the browser constraints. (@ gnoff in #24679)highWaterMark
to0
. (@ jplhomer in #24641)Server Components (Experimental)
useId()
inside Server Components. (@ gnoff) in #24172Package name: @emailjs/browser
Fixes
Improvements
Essential Links
Improvements
The EmailJSResponseStatus model is explicitly exported to detect the error instance.
try {
await emailjs.send('YOUR_SERVICE_ID', 'YOUR_TEMPLATE_ID');
console.log('SUCCESS!');
} catch (error) {
if (error instanceof emailjs.EmailJSResponseStatus) {
console.log('EMAILJS FAILED...', error);
return;
}
console.log('ANOTHER ERROR', error);
}
Essential Links
Package name: @react-three/drei
9.111.3 (2024-08-23)
Bug Fixes
9.111.2 (2024-08-19)
Bug Fixes
9.111.1 (2024-08-18)
Bug Fixes
9.111.0 (2024-08-16)
Features
9.110.0 (2024-08-16)
Features
9.109.5 (2024-08-08)
Bug Fixes
9.109.4 (2024-08-08)
Bug Fixes
9.109.3 (2024-08-07)
Bug Fixes
9.109.2 (2024-07-23)
Bug Fixes
9.109.1 (2024-07-22)
Bug Fixes
Package name: @react-three/fiber
What's Changed
Full Changelog: v8.17.5...v8.17.6
Re-release of 8.17.0 #3331.
Releases:
@ react-three/fiber@8.17.4
[skip ci]
Releases:
@ react-three/fiber@8.17.3
[skip ci]
Releases:
@ react-three/fiber@8.17.2
[skip ci]
Releases:
@ react-three/fiber@8.17.1
[skip ci]
What's Changed
New Contributors
Full Changelog: v8.16.8...v8.17.0
What's Changed
New Contributors
Full Changelog: v8.16.7...v8.16.8
Package name: @videojs/http-streaming
3.14.0 (2024-08-23)
Features
Bug Fixes
Chores
netlify preview for this version