react-scrollspy
react-scrollspy copied to clipboard
Bump react-test-renderer from 15.6.1 to 17.0.2
Bumps react-test-renderer from 15.6.1 to 17.0.2.
Release notes
Sourced from react-test-renderer's releases.
17.0.2 (March 22, 2020)
React DOM
- Remove an unused dependency to address the
SharedArrayBuffer
cross-origin isolation warning. (@koba04
and@bvaughn
in #20831, #20832, and #20840)Artifacts
- react: https://unpkg.com/[email protected]/umd/
- react-art: https://unpkg.com/[email protected]/umd/
- react-dom: https://unpkg.com/[email protected]/umd/
- react-is: https://unpkg.com/[email protected]/umd/
- react-test-renderer: https://unpkg.com/[email protected]/umd/
- scheduler: https://unpkg.com/[email protected]/umd/
17.0.1 (October 14, 2020)
React DOM
17.0.0 (October 20, 2020)
Today, we are releasing React 17!
Learn more about React 17 and how to update to it on the official React blog.
React
- Add
react/jsx-runtime
andreact/jsx-dev-runtime
for the new JSX transform. (@lunaruan
in #18299)- Build component stacks from native error frames. (
@sebmarkbage
in #18561)- Allow to specify
displayName
on context for improved stacks. (@eps1lon
in #18224)- Prevent
'use strict'
from leaking in the UMD bundles. (@koba04
in #19614)- Stop using
fb.me
for redirects. (@cylim
in #19598)React DOM
- Delegate events to roots instead of
document
. (@trueadm
in #18195 and others)- Clean up all effects before running any next effects. (
@bvaughn
in #17947)- Run
useEffect
cleanup functions asynchronously. (@bvaughn
in #17925)- Use browser
focusin
andfocusout
foronFocus
andonBlur
. (@trueadm
in #19186)- Make all
Capture
events use the browser capture phase. (@trueadm
in #19221)- Don't emulate bubbling of the
onScroll
event. (@gaearon
in #19464)- Throw if
forwardRef
ormemo
component returnsundefined
. (@gaearon
in #19550)- Remove event pooling. (
@trueadm
in #18969)- Stop exposing internals that won’t be needed by React Native Web. (
@necolas
in #18483)- Attach all known event listeners when the root mounts. (
@gaearon
in #19659)- Disable
console
in the second render pass of DEV mode double render. (@sebmarkbage
in #18547)- Deprecate the undocumented and misleading
ReactTestUtils.SimulateNative
API. (@gaearon
in #13407)- Rename private field names used in the internals. (
@gaearon
in #18377)- Don't call User Timing API in development. (
@gaearon
in #18417)- Disable console during the repeated render in Strict Mode. (
@sebmarkbage
in #18547)- In Strict Mode, double-render components without Hooks too. (
@eps1lon
in #18430)
... (truncated)
Changelog
Sourced from react-test-renderer's changelog.
17.0.2 (March 22, 2020)
React DOM
- Remove an unused dependency to address the
SharedArrayBuffer
cross-origin isolation warning. (@koba04
and@bvaughn
in #20831, #20832, and #20840)17.0.1 (October 22, 2020)
React DOM
17.0.0 (October 20, 2020)
Today, we are releasing React 17!
Learn more about React 17 and how to update to it on the official React blog.
React
- Add
react/jsx-runtime
andreact/jsx-dev-runtime
for the new JSX transform. (@lunaruan
in #18299)- Build component stacks from native error frames. (
@sebmarkbage
in #18561)- Allow to specify
displayName
on context for improved stacks. (@eps1lon
in #18224)- Prevent
'use strict'
from leaking in the UMD bundles. (@koba04
in #19614)- Stop using
fb.me
for redirects. (@cylim
in #19598)React DOM
- Delegate events to roots instead of
document
. (@trueadm
in #18195 and others)- Clean up all effects before running any next effects. (
@bvaughn
in #17947)- Run
useEffect
cleanup functions asynchronously. (@bvaughn
in #17925)- Use browser
focusin
andfocusout
foronFocus
andonBlur
. (@trueadm
in #19186)- Make all
Capture
events use the browser capture phase. (@trueadm
in #19221)- Don't emulate bubbling of the
onScroll
event. (@gaearon
in #19464)- Throw if
forwardRef
ormemo
component returnsundefined
. (@gaearon
in #19550)- Remove event pooling. (
@trueadm
in #18969)- Stop exposing internals that won’t be needed by React Native Web. (
@necolas
in #18483)- Attach all known event listeners when the root mounts. (
@gaearon
in #19659)- Disable
console
in the second render pass of DEV mode double render. (@sebmarkbage
in #18547)- Deprecate the undocumented and misleading
ReactTestUtils.SimulateNative
API. (@gaearon
in #13407)- Rename private field names used in the internals. (
@gaearon
in #18377)- Don't call User Timing API in development. (
@gaearon
in #18417)- Disable console during the repeated render in Strict Mode. (
@sebmarkbage
in #18547)- In Strict Mode, double-render components without Hooks too. (
@eps1lon
in #18430)- Allow calling
ReactDOM.flushSync
during lifecycle methods (but warn). (@sebmarkbage
in #18759)- Add the
code
property to the keyboard event objects. (@bl00mber
in #18287)- Add the
disableRemotePlayback
property forvideo
elements. (@tombrowndev
in #18619)- Add the
enterKeyHint
property forinput
elements. (@eps1lon
in #18634)- Warn when no
value
is provided to<Context.Provider>
. (@charlie1404
in #19054)- Warn when
memo
orforwardRef
components returnundefined
. (@bvaughn
in #19550)
... (truncated)
Commits
89b6109
Bump versions for 17e7b2553
Internalact
: Flush timers at end of scope (#19788)d17086c
Decouple public, internal act implementation (#19745)ce37bfa
Remove resolutions from test renderer package.json (#19577)b61174f
Remove the deprecated React Flare event system (#19520)a89854b
Fix Suspense-wrapping heuristic (and bump version numbers) (#19373)4eb9b1d
Refactor createEventHandle signature (#19174)f4097c1
Added warning to <Context.Provider> in case no value prop is provided (#19054)30b4710
Fix spelling errors and typos (#19138)103ed08
Remove shouldDeprioritizeSubtree from host config (#19124)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)