Skip to content

feat(deps)!: Update react-intersection-observer ( 9.16.0 → 10.0.3 )#287

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/react-intersection-observer-10.x
Open

feat(deps)!: Update react-intersection-observer ( 9.16.0 → 10.0.3 )#287
renovate[bot] wants to merge 1 commit intomainfrom
renovate/react-intersection-observer-10.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2025

This PR contains the following updates:

Package Change Age Confidence
react-intersection-observer ^9.6.0^10.0.0 age confidence

Release Notes

thebuilder/react-intersection-observer (react-intersection-observer)

v10.0.3

Compare Source

What's Changed
New Contributors

Full Changelog: thebuilder/react-intersection-observer@v10.0.2...v10.0.3

v10.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: thebuilder/react-intersection-observer@v10.0.0...v10.0.2

v10.0.0

Compare Source

Based on the great work in #​718 by @​jantimon - This release adds the new useOnInView hook.

✨ New
  • useOnInView hook — a no-re-render alternative to useInView that delivers (inView, entry) to your callback while returning a ref you can attach to any element. Designed for tracking, analytics, and other side effect heavy workloads where state updates are unnecessary.
  • IntersectionChangeEffect / IntersectionEffectOptions types — exported helper types that describe the new hook’s callback and options surface.
  • Storybook playground + documentation — new story, README section, and JSDoc example demonstrating how to use useOnInView.
⚠️ Breaking Changes
  • useInView, useOnInView, and <InView> now ignore the browser’s initial inView === false emission for onChange events, so handlers only fire once a real visibility change occurs, while still reporting all subsequent enter/leave transitions.
🧪 Testing
  • Added a dedicated Vitest suite for useOnInView, covering thresholds, triggerOnce, skip toggling, merged refs, and multiple observers on the same node.

What's Changed

New Contributors

Full Changelog: thebuilder/react-intersection-observer@v9.16.0...v10.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 requested a review from rtrox as a code owner October 28, 2025 16:33
@renovate renovate bot added the type/major label Oct 28, 2025
@renovate renovate bot assigned rtrox Oct 28, 2025
@renovate renovate bot force-pushed the renovate/react-intersection-observer-10.x branch from fbd82b1 to 6ad9cf7 Compare November 11, 2025 02:45
@renovate renovate bot force-pushed the renovate/react-intersection-observer-10.x branch from 6ad9cf7 to 2a13df7 Compare November 18, 2025 10:59
@renovate renovate bot force-pushed the renovate/react-intersection-observer-10.x branch from 2a13df7 to a377ce8 Compare December 3, 2025 18:07
@renovate renovate bot force-pushed the renovate/react-intersection-observer-10.x branch 2 times, most recently from a48be1b to c0819ae Compare December 31, 2025 19:44
@renovate renovate bot force-pushed the renovate/react-intersection-observer-10.x branch from c0819ae to 5fa3125 Compare January 8, 2026 20:11
@renovate renovate bot changed the title feat(deps)!: Update react-intersection-observer ( 9.16.0 → 10.0.0 ) feat(deps)!: Update react-intersection-observer ( 9.16.0 → 10.0.2 ) Jan 15, 2026
@renovate renovate bot force-pushed the renovate/react-intersection-observer-10.x branch 2 times, most recently from 69f9346 to 97928f7 Compare January 19, 2026 18:24
@renovate renovate bot force-pushed the renovate/react-intersection-observer-10.x branch from 97928f7 to 541c078 Compare January 23, 2026 20:30
@renovate renovate bot force-pushed the renovate/react-intersection-observer-10.x branch from 541c078 to 0ae02f9 Compare February 2, 2026 20:18
@renovate renovate bot force-pushed the renovate/react-intersection-observer-10.x branch 3 times, most recently from 5fce996 to a711695 Compare February 17, 2026 15:55
| datasource | package                     | from   | to     |
| ---------- | --------------------------- | ------ | ------ |
| npm        | react-intersection-observer | 9.16.0 | 10.0.3 |
@renovate renovate bot changed the title feat(deps)!: Update react-intersection-observer ( 9.16.0 → 10.0.2 ) feat(deps)!: Update react-intersection-observer ( 9.16.0 → 10.0.3 ) Feb 18, 2026
@renovate renovate bot force-pushed the renovate/react-intersection-observer-10.x branch from a711695 to f719175 Compare February 18, 2026 18:58
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