easy-llm-cli
easy-llm-cli copied to clipboard
chore(deps-dev): bump react-devtools-core from 4.28.5 to 7.0.1
Bumps react-devtools-core from 4.28.5 to 7.0.1.
Release notes
Sourced from react-devtools-core's releases.
[email protected] (Oct 11, 2024)
This release only contains
eslint-plugin-react-hooks. Notably, new violations and support for ESLint v9 were added.
eslint-plugin-react-hooks
- New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means
_Buttonor_componentare no longer valid. (@kassens) in #25162 For example, infunction _Component() { useState() ^^^^^^^^ A React Hook "useState" is called in function "_Component" which is neither a Component nor a custom React Hook function. }_Componentshould be renamed toComponent.
- Add support for ESLint v9. (
@eps1lonin #28773)- Consider dispatch from
useActionStatestable. (@eps1lonin #29665)- Accept
asexpression in callback. (@StyleShitin #28202)- Accept
asexpressions in deps array. (@StyleShitin #28189)- Treat
React.use()the same asuse(). (@kassensin #27769)- Move
use()lint to non-experimental. (@kassensin #27768)- Support Flow
asexpressions. (@cpojerin #27590)- Allow
useEffect(fn, undefined). (@kassensin #27525)- Disallow hooks in async functions. (
@acdlitein #27045)- Rename experimental
useEventtouseEffectEvent. (@sebmarkbagein #25881)- Lint for presence of
useEventfunctions in dependency lists. (@potetoin #25512)- Check
useEventreferences instead. (@potetoin #25319)- Update
RulesOfHookswithuseEventrules. (@potetoin #25285)
Changelog
Sourced from react-devtools-core's changelog.
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-runtimeandreact/jsx-dev-runtimefor the new JSX transform. (@lunaruanin #18299)- Build component stacks from native error frames. (
@sebmarkbagein #18561)- Allow to specify
displayNameon context for improved stacks. (@eps1lonin #18224)- Prevent
'use strict'from leaking in the UMD bundles. (@koba04in #19614)- Stop using
fb.mefor redirects. (@cylimin #19598)React DOM
- Delegate events to roots instead of
document. (@trueadmin #18195 and others)- Clean up all effects before running any next effects. (
@bvaughnin #17947)- Run
useEffectcleanup functions asynchronously. (@bvaughnin #17925)- Use browser
focusinandfocusoutforonFocusandonBlur. (@trueadmin #19186)- Make all
Captureevents use the browser capture phase. (@trueadmin #19221)- Don't emulate bubbling of the
onScrollevent. (@gaearonin #19464)- Throw if
forwardReformemocomponent returnsundefined. (@gaearonin #19550)- Remove event pooling. (
@trueadmin #18969)- Stop exposing internals that won’t be needed by React Native Web. (
@necolasin #18483)- Attach all known event listeners when the root mounts. (
@gaearonin #19659)- Disable
consolein the second render pass of DEV mode double render. (@sebmarkbagein #18547)- Deprecate the undocumented and misleading
ReactTestUtils.SimulateNativeAPI. (@gaearonin #13407)- Rename private field names used in the internals. (
@gaearonin #18377)- Don't call User Timing API in development. (
@gaearonin #18417)- Disable console during the repeated render in Strict Mode. (
@sebmarkbagein #18547)- In Strict Mode, double-render components without Hooks too. (
@eps1lonin #18430)- Allow calling
ReactDOM.flushSyncduring lifecycle methods (but warn). (@sebmarkbagein #18759)- Add the
codeproperty to the keyboard event objects. (@bl00mberin #18287)- Add the
disableRemotePlaybackproperty forvideoelements. (@tombrowndevin #18619)- Add the
enterKeyHintproperty forinputelements. (@eps1lonin #18634)- Warn when no
valueis provided to<Context.Provider>. (@charlie1404in #19054)- Warn when
memoorforwardRefcomponents returnundefined. (@bvaughnin #19550)- Improve the error message for invalid updates. (
@JoviDeCroockin #18316)- Exclude forwardRef and memo from stack frames. (
@sebmarkbagein #18559)- Improve the error message when switching between controlled and uncontrolled inputs. (
@vcarlin #17070)- Keep
onTouchStart,onTouchMove, andonWheelpassive. (@gaearonin #19654)- Fix
setStatehanging in development inside a closed iframe. (@gaearonin #19220)- Fix rendering bailout for lazy components with
defaultProps. (@jddxfin #18539)
... (truncated)
Commits
- See full diff in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.