Skip to content

build(deps-dev): bump @types/node from 22.19.15 to 25.7.0#22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/types/node-25.6.2
Open

build(deps-dev): bump @types/node from 22.19.15 to 25.7.0#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/types/node-25.6.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 9, 2026

Bumps @types/node from 22.19.15 to 25.7.0.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 9, 2026
@dependabot dependabot Bot requested a review from shubh73 as a code owner May 9, 2026 07:42
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 9, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

React Compiler Report

Commit: ce9e78428f

3 files scanned · 2 compiled · 3 skipped

File Component Reason
failing.tsx:6 ConditionalHook InvalidReact Hooks must always be called in a consistent order, and may not be called conditionally.
failing.tsx:15 RefMutation InvalidReact Cannot access refs during render
failing.tsx:16 RefMutation InvalidReact Cannot access refs during render
Fix with AI
Fix the following React Compiler issues. The compiler skipped these components because they violate the Rules of React.

Rules:
- Do not add useMemo, useCallback, or React.memo. The compiler handles memoization once the code follows the rules.
- Do not change the underlying logic or behavior of any component.
- If a fix requires restructuring, extract helper functions rather than rewriting the component.

File: failing.tsx
  - ConditionalHook (line 6): Hooks must always be called in a consistent order, and may not be called conditionally. See the Rules of Hooks (https://react.dev/warnings/invalid-hook-call-warning)
  - RefMutation (line 15): Cannot access refs during render
    React refs are values that are not needed for rendering. Refs should only be accessed outside of render, such as in event handlers or effects. Accessing a ref value (the `current` property) during render can cause your component not to update as expected (https://react.dev/reference/react/useRef)
  - RefMutation (line 16): Cannot access refs during render
    React refs are values that are not needed for rendering. Refs should only be accessed outside of render, such as in event handlers or effects. Accessing a ref value (the `current` property) during render can cause your component not to update as expected (https://react.dev/reference/react/useRef)

1 opted out ("use no memo")
  • opted-out.tsx:2 useCustomHook

@dependabot dependabot Bot force-pushed the dependabot/bun/types/node-25.6.2 branch from d76f007 to 55fb9ce Compare May 9, 2026 13:44
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.15 to 25.7.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.6.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): bump @types/node from 22.19.15 to 25.6.2 build(deps-dev): bump @types/node from 22.19.15 to 25.7.0 May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/bun/types/node-25.6.2 branch from 55fb9ce to ce9e784 Compare May 12, 2026 13:59
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.

0 participants