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

Update dependency eslint-plugin-react-hooks to v5.2.0 #5154

Merged
merged 2 commits into from
Mar 7, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-react-hooks (source) 5.1.0 -> 5.2.0 age adoption passing confidence

Release Notes

facebook/react (eslint-plugin-react-hooks)

v5.2.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 6am every weekday" in timezone CET, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Mar 3, 2025
@renovate renovate bot enabled auto-merge (squash) March 3, 2025 01:19
@renovate renovate bot force-pushed the renovate/react-monorepo branch 26 times, most recently from 54d7e00 to 094603e Compare March 6, 2025 18:03
@renovate renovate bot force-pushed the renovate/react-monorepo branch from 094603e to 5e3f549 Compare March 6, 2025 18:23
@zglicz
Copy link
Contributor

zglicz commented Mar 7, 2025

This is the issue, where after the update we don't trigger an issue. Seems like it was a false-positive on line:
const color = useColor()

**
 * Underlines the Active Tab. Same implementation in StickyTabPageTabBar
 */
export const ActiveTabBorder: React.FC<{
  tabLayouts: LayoutRectangle[]
  activeTabIndex: number
}> = ({ tabLayouts, activeTabIndex }) => {
  const color = useColor()
  // We resize this border using the `scaleX` transform property rather than the `width` property, to avoid running
  // animations on the JS thread, so we need to set an initial, pre-transform span for the border.
  const preTransformSpan = 100

  const span = tabLayouts[activeTabIndex].width

  let left = 0
  for (let i = 0; i < activeTabIndex; i++) {
    left += tabLayouts[i].width
  }

Copy link

sonarqube-next bot commented Mar 7, 2025

Quality Gate passed Quality Gate passed

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarQube

Copy link
Contributor Author

renovate bot commented Mar 7, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@zglicz zglicz requested a review from a team March 7, 2025 08:56
@renovate renovate bot merged commit e2b782b into master Mar 7, 2025
18 of 19 checks passed
@renovate renovate bot deleted the renovate/react-monorepo branch March 7, 2025 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant