-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Snyk] Upgrade: react, react-dom, #1446
base: canary
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade: - react from 18.1.0 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react - react-dom from 18.1.0 to 18.3.1. See this package in npm: https://www.npmjs.com/package/react-dom - @fingerprintjs/fingerprintjs-pro-react from 1.0.1 to 1.5.0. See this package in npm: https://www.npmjs.com/package/@fingerprintjs/fingerprintjs-pro-react See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/32e70319-8f04-4c4a-934e-526695f0f96c?utm_source=github&utm_medium=referral&page=upgrade-pr
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deployment failed with the following error:
|
Run & review this pull request in StackBlitz Codeflow. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
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.1.0 to 18.3.1 | 416 versions ahead of your current version | 5 months ago
on 2024-04-26
react-dom
from 18.1.0 to 18.3.1 | 416 versions ahead of your current version | 5 months ago
on 2024-04-26
@fingerprintjs/fingerprintjs-pro-react
from 1.0.1 to 1.5.0 | 11 versions ahead of your current version | 2 years ago
on 2022-10-31
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
#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 #24172React DOM
react-dom/client
when using UMD bundle. (@ alireza-molaee in #24274)suppressHydrationWarning
to work in production too. (@ gaearon in #24271)componentWillUnmount
firing twice inside of Suspense. (@ acdlite in #24308)useDeferredValue
causing an infinite loop when passed an unmemoized value. (@ acdlite in #24247)setState
loop inuseEffect
. (@ gaearon in #24298)setState
inuseInsertionEffect
. (@ gaearon in #24295)React DOM Server
bootstrapScriptContent
contents. (@ gnoff in #24385)renderToPipeableStream
. (@ gnoff in #24291)ESLint Plugin: React Hooks
Use Subscription
use-sync-external-store
shim. (@ gaearon in #24289)Package 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
#28874