Skip to content

build(deps): bump react-intersection-observer from 9.16.0 to 10.0.3#7436

Open
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/npm_and_yarn/react-intersection-observer-10.0.3
Open

build(deps): bump react-intersection-observer from 9.16.0 to 10.0.3#7436
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/npm_and_yarn/react-intersection-observer-10.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Bumps react-intersection-observer from 9.16.0 to 10.0.3.

Release notes

Sourced from react-intersection-observer's releases.

v10.0.3

What's Changed

New Contributors

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

v10.0.2

What's Changed

New Contributors

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

v10.0.0

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

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 20, 2026
@l5io
Copy link
Copy Markdown
Member

l5io commented Feb 20, 2026

🚀 Preview for commit 7b95125 at: https://6998e97109f7bcaf59bd418d--layer5.netlify.app

Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) from 9.16.0 to 10.0.3.
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.16.0...v10.0.3)

---
updated-dependencies:
- dependency-name: react-intersection-observer
  dependency-version: 10.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-intersection-observer-10.0.3 branch from 7b95125 to f45f355 Compare March 9, 2026 18:41
@l5io
Copy link
Copy Markdown
Member

l5io commented Mar 9, 2026

🚀 Preview for commit f45f355 at: https://69af17f3b8730d2994311667--layer5.netlify.app

@l5io
Copy link
Copy Markdown
Member

l5io commented Mar 31, 2026

🚀 Preview for commit 3a5bd2c at: https://69cbd8a9a2e5a312de185c7e--layer5.netlify.app

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.

2 participants