Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 18, 2026

Bumps @types/node from 22.19.15 to 25.6.0.

Commits

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

github-actions Bot commented Apr 18, 2026

React Compiler Report

3 files scanned · 2 compiled · 4 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:13 RefMutation InvalidReact Cannot access refs during render
failing.tsx:13 RefMutation InvalidReact Cannot access refs during render
failing.tsx:13 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 13): 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 13): 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 13): 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.0 branch from d125317 to 6293b25 Compare May 6, 2026 04:59
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.15 to 25.6.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.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bun/types/node-25.6.0 branch from 6293b25 to 92fd74b Compare May 6, 2026 05:10
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 9, 2026

Superseded by #22.

@dependabot dependabot Bot closed this May 9, 2026
@dependabot dependabot Bot deleted the dependabot/bun/types/node-25.6.0 branch May 9, 2026 07:42
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