38.md (7443B)
1 # PR #38 Bump react-intersection-observer from 9.4.3 to 9.5.1 2 3 - **Status:** closed 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-06-20T10:09:30Z 6 - **Branch:** dependabot/npm_and_yarn/react-intersection-observer-9.5.1 → main 7 - **Closed:** 2023-06-29T09:45:01Z 8 - **Labels:** dependencies 9 - **Diff:** [38.diff](./38.diff) 10 11 --- 12 13 Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) from 9.4.3 to 9.5.1. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/thebuilder/react-intersection-observer/releases">react-intersection-observer's releases</a>.</em></p> 17 <blockquote> 18 <h2>v9.5.1</h2> 19 <h2><a href="https://github.com/thebuilder/react-intersection-observer/compare/v9.5.0...v9.5.1">9.5.1</a> (2023-06-20)</h2> 20 <h3>Bug Fixes</h3> 21 <ul> 22 <li>improve bundle output (<a href="https://github.com/thebuilder/react-intersection-observer/commit/b24d9b2ba2c848c658bab4f555a4a0af4aa545ac">b24d9b2</a>)</li> 23 <li>output legacy esm (<a href="https://github.com/thebuilder/react-intersection-observer/commit/00faf778511f0641fac502bd0bb823e3b72bb9c7">00faf77</a>)</li> 24 </ul> 25 <h2>v9.5.0</h2> 26 <h1><a href="https://github.com/thebuilder/react-intersection-observer/compare/v9.4.4...v9.5.0">9.5.0</a> (2023-06-17)</h1> 27 <h3>Breaking changes</h3> 28 <p>This release switches the build tool to <a href="https://tsup.egoist.dev">tsup</a>, in order for the package to support the <code>use client</code> directive. Hopefully it shouldn't have an impact on usage, but changing build output, always carries a slight risk of some tooling breaking.</p> 29 <ul> 30 <li>Changes the export file names. If you relied on importing files directly, then you'll need to change the imports.</li> 31 <li>Drops bundling the "umd" version. If anyone was relying on this, let me know.</li> 32 </ul> 33 <h3>Features</h3> 34 <ul> 35 <li>support "use client" with tsup (<a href="https://github.com/thebuilder/react-intersection-observer/commit/db2254bd0207a3be8cfa7d7ac86f2c80d6d715c5">db2254b</a>)</li> 36 <li>switch to tsup build (<a href="https://github.com/thebuilder/react-intersection-observer/commit/9bd69f5467ce656fb17b7cb9cea62ee3c6dd6210">9bd69f5</a>)</li> 37 </ul> 38 <h2>v9.5.0-beta.2</h2> 39 <h1><a href="https://github.com/thebuilder/react-intersection-observer/compare/v9.5.0-beta.1...v9.5.0-beta.2">9.5.0-beta.2</a> (2023-06-17)</h1> 40 <h3>Features</h3> 41 <ul> 42 <li>support "use client" with tsup (<a href="https://github.com/thebuilder/react-intersection-observer/commit/db2254bd0207a3be8cfa7d7ac86f2c80d6d715c5">db2254b</a>)</li> 43 </ul> 44 <h2>v9.5.0-beta.1</h2> 45 <h1><a href="https://github.com/thebuilder/react-intersection-observer/compare/v9.4.4...v9.5.0-beta.1">9.5.0-beta.1</a> (2023-06-15)</h1> 46 <h3>Features</h3> 47 <ul> 48 <li>switch to tsup build (<a href="https://github.com/thebuilder/react-intersection-observer/commit/9bd69f5467ce656fb17b7cb9cea62ee3c6dd6210">9bd69f5</a>)</li> 49 </ul> 50 <h2>v9.4.4</h2> 51 <h2><a href="https://github.com/thebuilder/react-intersection-observer/compare/v9.4.3...v9.4.4">9.4.4</a> (2023-06-01)</h2> 52 <h3>Bug Fixes</h3> 53 <!-- raw HTML omitted --> 54 </blockquote> 55 <p>... (truncated)</p> 56 </details> 57 <details> 58 <summary>Commits</summary> 59 <ul> 60 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/a2967372958fa21045158a6dbd93c240481ce360"><code>a296737</code></a> Merge pull request <a href="https://redirect.github.com/thebuilder/react-intersection-observer/issues/634">#634</a> from thebuilder/fix/legacy-module</li> 61 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/b24d9b2ba2c848c658bab4f555a4a0af4aa545ac"><code>b24d9b2</code></a> fix: improve bundle output</li> 62 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/00faf778511f0641fac502bd0bb823e3b72bb9c7"><code>00faf77</code></a> fix: output legacy esm</li> 63 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/ff7289fd1a9d0113822065399cbdd9151287e907"><code>ff7289f</code></a> Merge pull request <a href="https://redirect.github.com/thebuilder/react-intersection-observer/issues/632">#632</a> from thebuilder/thebuilder-patch-1</li> 64 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/7732d4fe5453c075bc7f26fdf2a1fb03d6d67629"><code>7732d4f</code></a> chore: remove vite.config.js</li> 65 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/005a1ddfb15d92924b8f5e357b30f64dff653524"><code>005a1dd</code></a> Merge pull request <a href="https://redirect.github.com/thebuilder/react-intersection-observer/issues/629">#629</a> from thebuilder/beta</li> 66 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/1f912ec881ddbd39c7de6727624a0a3828df5b7a"><code>1f912ec</code></a> chore: upgrade dependencies</li> 67 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/db2254bd0207a3be8cfa7d7ac86f2c80d6d715c5"><code>db2254b</code></a> feat: support "use client" with tsup</li> 68 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/3c63bed6a6a40378a659b5986d8dca26e0b94a14"><code>3c63bed</code></a> ci: upgrade pnpm version</li> 69 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/9bd69f5467ce656fb17b7cb9cea62ee3c6dd6210"><code>9bd69f5</code></a> feat: switch to tsup build</li> 70 <li>Additional commits viewable in <a href="https://github.com/thebuilder/react-intersection-observer/compare/v9.4.3...v9.5.1">compare view</a></li> 71 </ul> 72 </details> 73 <br /> 74 75 76 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 77 78 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`. 79 80 [//]: # (dependabot-automerge-start) 81 [//]: # (dependabot-automerge-end) 82 83 --- 84 85 <details> 86 <summary>Dependabot commands and options</summary> 87 <br /> 88 89 You can trigger Dependabot actions by commenting on this PR: 90 - `@dependabot rebase` will rebase this PR 91 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 92 - `@dependabot merge` will merge this PR after your CI passes on it 93 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 94 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 95 - `@dependabot reopen` will reopen this PR if it is closed 96 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 97 - `@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) 98 - `@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) 99 - `@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) 100 101 102 </details> 103 104 105 ## Comments 106 107 ### @dependabot[bot] — 2023-06-29T09:45:00Z 108 109 Superseded by #47. 110