[Snyk] Upgrade @rescript/react from 0.10.3 to 0.13.1 #4
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 @rescript/react from 0.10.3 to 0.13.1.
ℹ️ 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.
The recommended version is 13 versions ahead of your current version.
The recommended version was released a month ago.
Release notes
Package name: @rescript/react
-
0.13.1 - 2025-02-23
- Deprecate JSX 3. #120
- Deprecate ReactDOMStyle.make. #127
- ReScriptReactRouter: get rid of pipe last. #126
-
0.13.0 - 2024-07-25
- Replace usages of
- Remove hardcoded
-
0.12.2 - 2024-05-26
- Fix incorrect usage of
- bsconfig.json -> rescript.json.
-
0.12.1 - 2024-02-09
- Undeprecate numbered hooks for a smoother upgrading experience.
-
0.12.0 - 2024-01-10
- Requires ReScript 11.0.0 or newer.
-
0.12.0-alpha.3 - 2023-07-03
- Deprecated use*N functions in favor of changing the signature of the main hook function.
- For example, useEffect instead of useEffectN e.g.
- The affected hooks include
- With this change, it is now possible to pass any value as the second argument
- 0 dependencies:
- 1 dependency:
- more than 1 dependency:
- For calling
-
0.12.0-alpha.2 - 2023-05-03
- Added
- Requires ReScript 11.0.0-alpha.6 or newer.
- Fixed children type for
- Removed experimental
-
0.12.0-alpha.1 - 2023-04-12
- Compatibility with ReScript 11 uncurried mode.
- Added
- Removed
- Updated
-
0.11.0 - 2022-12-01
-
0.11.0-rc.3 - 2022-11-01
- Changed
- Changed
- Removed the helper functions for JSX v4 from
- Made
-
0.11.0-rc.2 - 2022-10-21
-
0.11.0-rc.1 - 2022-10-19
-
0.11.0-alpha.1 - 2022-09-25
-
0.10.3 - 2021-05-05
from @rescript/react GitHub release notes💥 Breaking Change
💅 Polish
💥 Breaking Change
%externalby binding toglobalThis. This is to support upcoming ReScript 12 versions. For older browsers, it may be necessary to polyfillglobalThis.🐛 Bug Fix
requireso it works in both common js and ES module modes. (#117)@ uncurry.💥 Breaking Change
useEffect3(f, (a, b, c))->useEffect(f, (a, b, c))useEffect,useLayoutEffect,useCallback,useMemo,useImperativeHandle,useInsertionEffect'deps. In case you pass an invalid value, you will get a warning from React at runtime. You should be using one of the following values for the dependency array:[][a](a, b, ...)useEffect,useLayoutEffectetc. without a dependency array (meaning that the effect is executed on every render), there are now separate bindingsuseEffectOnEveryRender,useLayoutEffectOnEveryRenderetc.🚀 New Feature
React.lazy_.💥 Breaking Change
🐛 Bug Fix
Fragment,StrictModeandSuspense.💅 Polish
SuspenseListcomponent.🚀 New Feature
gapprop toReactDOMStyle.make.💥 Breaking Change
React.callbacktype.🐛 Bug Fix
React_V3compatibility module to define record fieldcurrentforref.No changes compared to rc.3.
React.jsxKeyed(s),ReactDOM.jsxKeyed(s)having key as optional argument.React.fragmentPropschildren field to optional.React.res.React.componentconversion function zero cost.Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: