⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

fix(deps): update minor updates (minor)#995

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/minor-updates
Open

fix(deps): update minor updates (minor)#995
renovate[bot] wants to merge 1 commit intomainfrom
renovate/minor-updates

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2026

This PR contains the following updates:

Package Change Age Confidence
@eslint-react/eslint-plugin (source) 2.7.42.8.3 age confidence
globals 17.2.017.3.0 age confidence

Release Notes

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

v2.8.3

Compare Source

✨ New

Full Changelog: Rel1cx/eslint-react@v2.8.1...v2.8.3

v2.8.1

Compare Source

✨ New
  • Function component detection now supports identifying components that don't return a ReactNode but have a 'use memo' or 'use no memo' directive by @​Rel1cx in #​1440
    The function in below example will be detected as a function component in relevant rules:
    function App() {
      "use memo";
    }
    
    function App() {
      "use no memo";
    }
🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.8.0...v2.8.1

v2.8.0

Compare Source

✨ New
  • Function component detection now supports identifying components that don't return a ReactNode but call React Hooks by @​Rel1cx in #​1438
    The function in below example will be detected as a function component in relevant rules:
    function App() {
      useEffect(() => {}, []);
    }
🐞 Fixes

Full Changelog: Rel1cx/eslint-react@v2.7.4...v2.8.0

sindresorhus/globals (globals)

v17.3.0

Compare Source



Configuration

📅 Schedule: Branch creation - "after 10:00 before 19:00 every weekday except after 13:00 before 14:00" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 requested a review from prisis as a code owner January 14, 2026 17:49
@renovate renovate bot added the c: dependencies Pull requests that adds/updates a dependency label Jan 14, 2026
@coderabbitai
Copy link

coderabbitai bot commented Jan 14, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

  • 🔍 Trigger a full review

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 14, 2026

Thank you for following the naming conventions! 🙏

@renovate renovate bot force-pushed the renovate/minor-updates branch from 803aede to 80c9859 Compare January 16, 2026 09:43
@renovate renovate bot changed the title fix(deps): update pnpm to v10.28.0 fix(deps): update minor updates (minor) Jan 16, 2026
@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from d57714b to 78feb2a Compare January 21, 2026 13:02
@socket-security
Copy link

socket-security bot commented Jan 21, 2026

No dependency changes detected. Learn more about Socket for GitHub.

👍 No dependency changes detected in pull request

@renovate renovate bot force-pushed the renovate/minor-updates branch 3 times, most recently from 6c4eb41 to c6fd4e7 Compare January 28, 2026 11:06
@renovate renovate bot force-pushed the renovate/minor-updates branch from c6fd4e7 to 3a6e865 Compare February 2, 2026 10:40
@renovate renovate bot changed the title fix(deps): update minor updates (minor) fix(deps): update dependency @eslint-react/eslint-plugin to v2.8.1 Feb 2, 2026
@renovate renovate bot force-pushed the renovate/minor-updates branch from 3a6e865 to 045505c Compare February 4, 2026 09:30
@renovate renovate bot changed the title fix(deps): update dependency @eslint-react/eslint-plugin to v2.8.1 fix(deps): update minor updates (minor) Feb 4, 2026
@renovate renovate bot force-pushed the renovate/minor-updates branch from 045505c to 03953e3 Compare February 4, 2026 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: dependencies Pull requests that adds/updates a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants