Skip to content
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

Bump eslint-plugin-react-hooks from 5.1.0-rc-a03254bc-20240905 to 5.1.0 #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Bumps eslint-plugin-react-hooks from 5.1.0-rc-a03254bc-20240905 to 5.1.0.

Changelog

Sourced from eslint-plugin-react-hooks's changelog.

15.1.0 (May 20, 2016)

React

  • Ensure we're using the latest object-assign, which has protection against a non-spec-compliant native Object.assign. (@​zpao in #6681)
  • Add a new warning to communicate that props objects passed to createElement must be plain objects. (@​richardscarrott in #6134)
  • Fix a batching bug resulting in some lifecycle methods incorrectly being called multiple times. (@​sophiebits in #6650)

React DOM

  • Fix regression in custom elements support. (@​jscissr in #6570)
  • Stop incorrectly warning about using onScroll event handler with server rendering. (@​Aweary in #6678)
  • Fix grammar in the controlled input warning. (@​jakeboone02 in #6657)
  • Fix issue preventing <object> nodes from being able to read <param> nodes in IE. (@​syranide in #6691)
  • Fix issue resulting in crash when using experimental error boundaries with server rendering. (@​jimfb in #6694)
  • Add additional information to the controlled input warning. (@​borisyankov in #6341)

React Perf Add-on

  • Completely rewritten to collect data more accurately and to be easier to maintain. (@​gaearon in #6647, #6046)

React Native Renderer

15.0.2 (April 29, 2016)

React

ReactDOM

  • Fixed bug resulting in disabled buttons responding to mouse events in IE. (@​nhunzaker in #6215)
  • Ensure <option>s are correctly selected when inside <optgroup>. (@​trevorsmith in #6442)
  • Restore support for rendering into a shadow root. (@​Wildhoney in #6462)
  • Ensure nested <body> elements are caught when warning for invalid markup. (@​keyanzhang in #6469)
  • Improve warning when encountering multiple elements with the same key. (@​hkal in #6500)

React TestUtils Add-on

  • Ensure that functional components do not have an owner. (@​gaearon in #6362)
  • Handle invalid arguments to scryRenderedDOMComponentsWithClass better. (@​ipeters90 in #6529)

React Perf Add-on

  • Ignore DOM operations that occur outside the batch operation. (@​gaearon in #6516)

React Native Renderer

  • These files are now shipped inside the React npm package. They have no impact on React core or ReactDOM.

15.0.1 (April 8, 2016)

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 5.1.0-rc-a03254bc-20240905 to 5.1.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants