iray-tno / chirashi-js

Chirashi
MIT License
0 stars 1 forks source link

Bump react-intersection-observer from 8.29.0 to 9.2.2 #786

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps react-intersection-observer from 8.29.0 to 9.2.2.

Release notes

Sourced from react-intersection-observer's releases.

v9.2.2

9.2.2 (2022-06-02)

Bug Fixes

  • correct broken module exports (12bad4a)
  • correct name in size limit (3d4534e)
  • revert the bundle changes (e7ac6d2)

v9.2.1

9.2.1 (2022-06-02)

Bug Fixes

  • correct microbundle output paths (0f55aa2)

v9.2.0

9.2.0 (2022-05-28)

Features

  • Switch to vitest and storybook vite (#549) (af0440f)
  • Support both Jest and Vitest in test-utils
  • Improve readme section on testing

v9.1.0

9.1.0 (2022-04-25)

Features

  • support onChange on useInView (ba8d059)
  const { ref } = useInView({
    onChange: (inView) => {
      if (inView) {
        dataLayer.push('Section shown'); // Here's a GTM dataLayer push
      }
    },
  });

... (truncated)

Commits
  • 3d4534e fix: correct name in size limit
  • e7ac6d2 fix: revert the bundle changes
  • 12bad4a fix: correct broken module exports
  • 8f4f9d8 Merge pull request #556 from thebuilder/revert-554-fix/upgrade-microbundle-ou...
  • 9866697 Revert "fix: correct microbundle output paths"
  • 27b39e5 Merge pull request #554 from thebuilder/fix/upgrade-microbundle-output
  • 0f55aa2 fix: correct microbundle output paths
  • b4a8e8f build(deps): bump ejs from 3.1.6 to 3.1.8 (#550)
  • af0440f feat: switch to vitest and storybook vite (#549)
  • d61319a Update README.md
  • 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 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[bot] commented 2 years ago

Superseded by #790.