Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump react-intersection-observer from 9.5.2 to 9.10.2 #1482

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2024

Bumps react-intersection-observer from 9.5.2 to 9.10.2.

Release notes

Sourced from react-intersection-observer's releases.

v9.10.2

9.10.2 (2024-05-03)

Bug Fixes

  • support old act from react-dom (0e95b5d)

v9.10.1

9.10.1 (2024-04-29)

Bug Fixes

  • use act from react instead of deprecated one (87258aa)

v9.10.0

9.10.0 (2024-04-28)

Features

  • replace codesandbox with stackblitz (b0205ee)

v9.9.0

9.9.0 (2024-04-28)

Features

  • replace codesandbox with stackblitz (efac8ee)

v9.8.2

9.8.2 (2024-04-08)

Bug Fixes

  • test utils, only use act when in an act environment (3c515e7)

v9.8.1

9.8.1 (2024-02-22)

Bug Fixes

  • include "type": "commonjs" in package.json (684affe)

v9.8.0

9.8.0 (2024-02-09)

... (truncated)

Commits
  • 436fe6d Merge pull request #675 from thebuilder/fix/deprecated-react-dom-act
  • 0dbb29c chore: apply linting
  • 5415441 Update test-utils.ts
  • 0e95b5d fix: support old act from react-dom
  • a0566eb Merge pull request #673 from V-iktor/docs/viewport-center
  • 051c1df docs: formatting rootMargin desc
  • 08b917a Merge pull request #672 from thebuilder/fix/deprecated-act
  • 87258aa fix: use act from react instead of deprecated one
  • 4ed69a5 Merge pull request #670 from thebuilder/feat/update-dependencies
  • 3d2c262 docs: add stackblitz button
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 5, 2024
Copy link

vercel bot commented May 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
carloscuesta ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 5, 2024 9:36am

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-intersection-observer-9.10.2 branch from 8e84b1a to d9cd0d6 Compare May 5, 2024 08:50
@carloscuesta carloscuesta enabled auto-merge (squash) May 5, 2024 08:57
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-intersection-observer-9.10.2 branch from d9cd0d6 to 1b56327 Compare May 5, 2024 08:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-intersection-observer-9.10.2 branch 4 times, most recently from 6109f9c to 79677e7 Compare May 5, 2024 09:24
Copy link

codecov bot commented May 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.76%. Comparing base (67c1361) to head (79677e7).
Report is 1 commits behind head on master.

❗ Current head 79677e7 differs from pull request most recent head d53226b. Consider uploading reports for the commit d53226b to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1482   +/-   ##
=======================================
  Coverage   88.76%   88.76%           
=======================================
  Files          56       56           
  Lines         347      347           
  Branches       39       39           
=======================================
  Hits          308      308           
  Misses         38       38           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-intersection-observer-9.10.2 branch from 79677e7 to af3d6c3 Compare May 5, 2024 09:29
auto-merge was automatically disabled May 5, 2024 09:32

Base branch was modified

Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) from 9.5.2 to 9.10.2.
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](thebuilder/react-intersection-observer@v9.5.2...v9.10.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-intersection-observer-9.10.2 branch from af3d6c3 to d53226b Compare May 5, 2024 09:33
@carloscuesta carloscuesta merged commit d4d1035 into master May 6, 2024
3 checks passed
@carloscuesta carloscuesta deleted the dependabot/npm_and_yarn/react-intersection-observer-9.10.2 branch May 6, 2024 16:12
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.

None yet

1 participant