Skip to content

Commit

Permalink
fix: bump react-resize-detector from 9.1.0 to 10.0.1 in /typescript (#…
Browse files Browse the repository at this point in the history
…1935)

Bumps
[react-resize-detector](https://github.com/maslianok/react-resize-detector)
from 9.1.0 to 10.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/maslianok/react-resize-detector/releases">react-resize-detector's
releases</a>.</em></p>
<blockquote>
<h2>v10.0.0</h2>
<h2>⚠️ Breaking Changes</h2>
<ul>
<li>Beginning with version 10, the library supports the
<code>useResizeObserver</code> hook only</li>
<li><a
href="https://github.com/maslianok/react-resize-detector/commit/b3c23b75b33cee351d95cd92a38f122c2b997600">Drop
support for React 16 and 17</a></li>
</ul>
<h2>v10.0.0-beta.2</h2>
<h2>⚠️ Breaking Changes</h2>
<ul>
<li><a
href="https://github.com/maslianok/react-resize-detector/commit/b3c23b75b33cee351d95cd92a38f122c2b997600">Drop
support for React 16 and 17</a></li>
</ul>
<h2>What's Changed</h2>
<ul>
<li><a
href="https://github.com/maslianok/react-resize-detector/commit/126917af06a74937cb61a375acb595fbb645d139">Cleanup
example code</a></li>
<li><a
href="https://github.com/maslianok/react-resize-detector/commit/3208a9a264c5822a4fe18f315de4e551b51c3f78">Regenerate
example dependencies using pnpm</a></li>
<li><a
href="https://github.com/maslianok/react-resize-detector/commit/af811546e2106fa00df9d2c124696cbee530c19f">Remove
outdated tests</a></li>
<li><a
href="https://github.com/maslianok/react-resize-detector/commit/9c705771be67cdcaa69809f03de465623ece5728">Update
latest bundlephobia gzip size</a></li>
<li><a
href="https://github.com/maslianok/react-resize-detector/commit/f00677ddcc479ab3fb6c3b213959d5aba6802268">Update
dev dependencies</a></li>
<li><a
href="https://github.com/maslianok/react-resize-detector/commit/7be867d741d8e16690e9eff955cd612a1e42a6f5">Add
pnpm-lock.yaml to prettierignore</a></li>
<li><a
href="https://github.com/maslianok/react-resize-detector/commit/db9b9942ed4ab25715eaf47528136a9907574050">Run
prettier + lint-fix once</a></li>
<li><a
href="https://github.com/maslianok/react-resize-detector/commit/3904ee951dfbb410258a5091d09e848db3c9730d">Bump
TS target to es6</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/maslianok/react-resize-detector/compare/v10.0.0-beta.1...v10.0.0-beta.2">https://github.com/maslianok/react-resize-detector/compare/v10.0.0-beta.1...v10.0.0-beta.2</a></p>
<h2>v10.0.0-beta.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix ref <code>.current</code> set by using a proxy by <a
href="https://github.com/hugo-vrijswijk"><code>@​hugo-vrijswijk</code></a>
in <a
href="https://github.com/maslianok/react-resize-detector/pull/249">maslianok/react-resize-detector#249</a></li>
<li>Update dependencies</li>
<li>Remove unused <code>ChildFunctionProps</code> type export</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/hugo-vrijswijk"><code>@​hugo-vrijswijk</code></a>
made their first contribution in <a
href="https://github.com/maslianok/react-resize-detector/pull/249">maslianok/react-resize-detector#249</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/maslianok/react-resize-detector/compare/v9.1.1...v10.0.0-beta.1">https://github.com/maslianok/react-resize-detector/compare/v9.1.1...v10.0.0-beta.1</a></p>
<h2>v9.1.2-beta.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix ref <code>.current</code> set by using a proxy by <a
href="https://github.com/hugo-vrijswijk"><code>@​hugo-vrijswijk</code></a>
in <a
href="https://github.com/maslianok/react-resize-detector/pull/249">maslianok/react-resize-detector#249</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/hugo-vrijswijk"><code>@​hugo-vrijswijk</code></a>
made their first contribution in <a
href="https://github.com/maslianok/react-resize-detector/pull/249">maslianok/react-resize-detector#249</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/maslianok/react-resize-detector/compare/v9.1.1...v9.1.2">https://github.com/maslianok/react-resize-detector/compare/v9.1.1...v9.1.2</a></p>
<h2>v10.0.0-beta.0</h2>
<p>We've streamlined the library by eliminating all methods except
hooks.
Starting from this version the <code>useResizeObserver</code> hook is
the only way to attach the observer.</p>
<h2>v9.1.1</h2>
<ul>
<li>fix <code>useResizeDetector</code> in React StrictMode <a
href="https://github.com/maslianok/react-resize-detector/issues/247">#247</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/maslianok/react-resize-detector/commits">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-resize-detector&package-manager=npm_and_yarn&previous-version=9.1.0&new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent 6b4d905 commit df5632d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
34 changes: 23 additions & 11 deletions typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript/packages/well-completions-plot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"author": "Equinor <[email protected]>",
"license": "MPL-2.0",
"dependencies": {
"react-resize-detector": "^9.1.0",
"react-resize-detector": "^10.0.1",
"react-tooltip": "^4.2.21"
},
"volta": {
Expand Down

0 comments on commit df5632d

Please sign in to comment.