Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the eslint group with 2 updates: eslint-plugin-react-compiler and eslint-plugin-react-hooks.

Updates eslint-plugin-react-compiler from 0.0.0-experimental-56229e1-20240813 to 0.0.0-experimental-7670337-20240918

Commits

Updates eslint-plugin-react-hooks from 4.6.2 to 5.0.0

Release notes

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

eslint-plugin-react-hooks@5.0.0 (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 _Button or _component are no longer valid. (@​kassens) in #25162
Changelog

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

5.0.0

  • New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means _Button or _component are no longer valid. (@​kassens) in #25162

4.6.0

4.5.0

4.4.0

  • No changes, this was an automated release together with React 18.

4.3.0

4.2.0

  • No changes, this was an automated release together with React 17.

4.1.2

4.1.1

4.1.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by eps1lon, a new releaser for eslint-plugin-react-hooks since your current version.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner October 14, 2024 05:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 14, 2024
@dependabot dependabot bot requested a review from a team October 14, 2024 05:08
@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 14, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 14, 2024

size-limit report 📦

Path Size
JS 386.58 KB (0%)
JS (gzip) 116.92 KB (0%)
JS (brotli) 95.96 KB (0%)
JS import Div (tree shaking) 1.46 KB (0%)
CSS 333.55 KB (0%)
CSS (gzip) 41.81 KB (0%)
CSS (brotli) 33.11 KB (0%)

@github-actions
Copy link
Contributor

github-actions bot commented Oct 14, 2024

e2e tests

Playwright Report

@github-actions
Copy link
Contributor

github-actions bot commented Oct 14, 2024

👀 Docs deployed

Commit ee32d08

@codecov
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.14%. Comparing base (763daf7) to head (ee32d08).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7743   +/-   ##
=======================================
  Coverage   95.14%   95.14%           
=======================================
  Files         384      384           
  Lines       11357    11357           
  Branches     3727     3727           
=======================================
  Hits        10806    10806           
  Misses        551      551           
Flag Coverage Δ
unittests 95.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-4383002dc5 branch from 3ec43ad to 2133fbc Compare October 21, 2024 05:59
@andrey-medvedev-vk
Copy link
Contributor

Пропускаем обновление react-compiler до 0.0.0-experimental-7670337-20240918 из-за ложный срабатывания в ref-in-render #7643 (comment)

Обновляем только eslint-plugin-react-hooks в этом PR.

dependabot bot and others added 3 commits October 21, 2024 11:16
Bumps the eslint group with 2 updates: [eslint-plugin-react-compiler](https://github.com/facebook/react/tree/HEAD/compiler/packages/eslint-plugin-react-compiler) and [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks).


Updates `eslint-plugin-react-compiler` from 0.0.0-experimental-56229e1-20240813 to 0.0.0-experimental-7670337-20240918
- [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/compiler/packages/eslint-plugin-react-compiler)

Updates `eslint-plugin-react-hooks` from 4.6.2 to 5.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/eslint-plugin-react-hooks@5.0.0/packages/eslint-plugin-react-hooks)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-compiler
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: eslint
- dependency-name: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: eslint
...

Signed-off-by: dependabot[bot] <support@github.com>
@andrey-medvedev-vk andrey-medvedev-vk force-pushed the dependabot/npm_and_yarn/eslint-4383002dc5 branch from 8f84898 to ee32d08 Compare October 21, 2024 08:16
@andrey-medvedev-vk andrey-medvedev-vk merged commit bd64cef into master Oct 21, 2024
@andrey-medvedev-vk andrey-medvedev-vk deleted the dependabot/npm_and_yarn/eslint-4383002dc5 branch October 21, 2024 08:40
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants