cetirizine.meta

Issues/PRs archive for MTRNord/cetirizine
git clone git://archive.git.mtrnord.blog/MTRNord/cetirizine.meta.git
Log | Files | Refs

47.md (7561B)


      1 # PR #47 Bump react-intersection-observer from 9.4.3 to 9.5.2
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-06-29T09:44:58Z
      6 - **Branch:** dependabot/npm_and_yarn/react-intersection-observer-9.5.2 → main
      7 - **Merged:** 2023-08-21T21:05:58Z
      8 - **Labels:** dependencies
      9 - **Diff:** [47.diff](./47.diff)
     10 
     11 ---
     12 
     13 Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) from 9.4.3 to 9.5.2.
     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.2</h2>
     19 <h2><a href="https://github.com/thebuilder/react-intersection-observer/compare/v9.5.1...v9.5.2">9.5.2</a> (2023-06-28)</h2>
     20 <h3>Bug Fixes</h3>
     21 <ul>
     22 <li>target es2018 (<a href="https://github.com/thebuilder/react-intersection-observer/commit/4c110ace54bdcb93486417bd65a1624bed42f39c">4c110ac</a>)</li>
     23 </ul>
     24 <h2>v9.5.1</h2>
     25 <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>
     26 <h3>Bug Fixes</h3>
     27 <ul>
     28 <li>improve bundle output (<a href="https://github.com/thebuilder/react-intersection-observer/commit/b24d9b2ba2c848c658bab4f555a4a0af4aa545ac">b24d9b2</a>)</li>
     29 <li>output legacy esm (<a href="https://github.com/thebuilder/react-intersection-observer/commit/00faf778511f0641fac502bd0bb823e3b72bb9c7">00faf77</a>)</li>
     30 </ul>
     31 <h2>v9.5.0</h2>
     32 <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>
     33 <h3>Breaking changes</h3>
     34 <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>
     35 <ul>
     36 <li>Changes the export file names. If you relied on importing files directly, then you'll need to change the imports.</li>
     37 <li>Drops bundling the &quot;umd&quot; version. If anyone was relying on this, let me know.</li>
     38 </ul>
     39 <h3>Features</h3>
     40 <ul>
     41 <li>support &quot;use client&quot; with tsup (<a href="https://github.com/thebuilder/react-intersection-observer/commit/db2254bd0207a3be8cfa7d7ac86f2c80d6d715c5">db2254b</a>)</li>
     42 <li>switch to tsup build (<a href="https://github.com/thebuilder/react-intersection-observer/commit/9bd69f5467ce656fb17b7cb9cea62ee3c6dd6210">9bd69f5</a>)</li>
     43 </ul>
     44 <h2>v9.5.0-beta.2</h2>
     45 <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>
     46 <h3>Features</h3>
     47 <ul>
     48 <li>support &quot;use client&quot; with tsup (<a href="https://github.com/thebuilder/react-intersection-observer/commit/db2254bd0207a3be8cfa7d7ac86f2c80d6d715c5">db2254b</a>)</li>
     49 </ul>
     50 <h2>v9.5.0-beta.1</h2>
     51 <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>
     52 <h3>Features</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/a3f6487c0a7b7578f23eeffe79a551d395da90dd"><code>a3f6487</code></a> Merge pull request <a href="https://redirect.github.com/thebuilder/react-intersection-observer/issues/636">#636</a> from thebuilder/fix/target-es2018</li>
     61 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/4c110ace54bdcb93486417bd65a1624bed42f39c"><code>4c110ac</code></a> fix: target es2018</li>
     62 <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>
     63 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/b24d9b2ba2c848c658bab4f555a4a0af4aa545ac"><code>b24d9b2</code></a> fix: improve bundle output</li>
     64 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/00faf778511f0641fac502bd0bb823e3b72bb9c7"><code>00faf77</code></a> fix: output legacy esm</li>
     65 <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>
     66 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/7732d4fe5453c075bc7f26fdf2a1fb03d6d67629"><code>7732d4f</code></a> chore: remove vite.config.js</li>
     67 <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>
     68 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/1f912ec881ddbd39c7de6727624a0a3828df5b7a"><code>1f912ec</code></a> chore: upgrade dependencies</li>
     69 <li><a href="https://github.com/thebuilder/react-intersection-observer/commit/db2254bd0207a3be8cfa7d7ac86f2c80d6d715c5"><code>db2254b</code></a> feat: support &quot;use client&quot; with tsup</li>
     70 <li>Additional commits viewable in <a href="https://github.com/thebuilder/react-intersection-observer/compare/v9.4.3...v9.5.2">compare view</a></li>
     71 </ul>
     72 </details>
     73 <br />
     74 
     75 
     76 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-intersection-observer&package-manager=npm_and_yarn&previous-version=9.4.3&new-version=9.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
     77 
     78 You can trigger a rebase of this PR 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 > **Note**
    105 > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
    106 
    107 
    108 ## Comments
    109 
    110 ### @MTRNord — 2023-08-21T21:00:32Z
    111 
    112 @dependabot rebase
    113