cetirizine.meta

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

33.json (7546B)


      1 {
      2   "number": 33,
      3   "title": "Bump react-intersection-observer from 9.4.3 to 9.5.0",
      4   "state": "closed",
      5   "diff_file": "33.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-06-19T10:08:26Z",
      8   "closed_at": "2023-06-20T10:09:34Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/react-intersection-observer-9.5.0",
     12   "labels": [
     13     "dependencies"
     14   ],
     15   "assignees": [],
     16   "requested_reviewers": [],
     17   "body": "Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) from 9.4.3 to 9.5.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/thebuilder/react-intersection-observer/releases\">react-intersection-observer's releases</a>.</em></p>\n<blockquote>\n<h2>v9.5.0</h2>\n<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>\n<h3>Breaking changes</h3>\n<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>\n<ul>\n<li>Changes the export file names. If you relied on importing files directly, then you'll need to change the imports.</li>\n<li>Drops bundling the &quot;umd&quot; version. If anyone was relying on this, let me know.</li>\n</ul>\n<h3>Features</h3>\n<ul>\n<li>support &quot;use client&quot; with tsup (<a href=\"https://github.com/thebuilder/react-intersection-observer/commit/db2254bd0207a3be8cfa7d7ac86f2c80d6d715c5\">db2254b</a>)</li>\n<li>switch to tsup build (<a href=\"https://github.com/thebuilder/react-intersection-observer/commit/9bd69f5467ce656fb17b7cb9cea62ee3c6dd6210\">9bd69f5</a>)</li>\n</ul>\n<h2>v9.5.0-beta.2</h2>\n<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>\n<h3>Features</h3>\n<ul>\n<li>support &quot;use client&quot; with tsup (<a href=\"https://github.com/thebuilder/react-intersection-observer/commit/db2254bd0207a3be8cfa7d7ac86f2c80d6d715c5\">db2254b</a>)</li>\n</ul>\n<h2>v9.5.0-beta.1</h2>\n<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>\n<h3>Features</h3>\n<ul>\n<li>switch to tsup build (<a href=\"https://github.com/thebuilder/react-intersection-observer/commit/9bd69f5467ce656fb17b7cb9cea62ee3c6dd6210\">9bd69f5</a>)</li>\n</ul>\n<h2>v9.4.4</h2>\n<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>\n<h3>Bug Fixes</h3>\n<ul>\n<li>correct the error message that happens if IntersectionObserver is not mocked (<a href=\"https://github.com/thebuilder/react-intersection-observer/commit/f7da43697fc235fcb7c8d3ecb97fc92593887154\">f7da436</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<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>\n<li><a href=\"https://github.com/thebuilder/react-intersection-observer/commit/1f912ec881ddbd39c7de6727624a0a3828df5b7a\"><code>1f912ec</code></a> chore: upgrade dependencies</li>\n<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>\n<li><a href=\"https://github.com/thebuilder/react-intersection-observer/commit/3c63bed6a6a40378a659b5986d8dca26e0b94a14\"><code>3c63bed</code></a> ci: upgrade pnpm version</li>\n<li><a href=\"https://github.com/thebuilder/react-intersection-observer/commit/9bd69f5467ce656fb17b7cb9cea62ee3c6dd6210\"><code>9bd69f5</code></a> feat: switch to tsup build</li>\n<li><a href=\"https://github.com/thebuilder/react-intersection-observer/commit/4b1adceeec9ffdffd0c3fecfb8600d6298fda181\"><code>4b1adce</code></a> Merge pull request <a href=\"https://redirect.github.com/thebuilder/react-intersection-observer/issues/626\">#626</a> from thebuilder/fix/missing-setup-warning</li>\n<li><a href=\"https://github.com/thebuilder/react-intersection-observer/commit/11d5ef5decc1a5d4902e7cc9baa317591b7b1c15\"><code>11d5ef5</code></a> downgrade typescript</li>\n<li><a href=\"https://github.com/thebuilder/react-intersection-observer/commit/f7da43697fc235fcb7c8d3ecb97fc92593887154\"><code>f7da436</code></a> fix: correct the error message that happens if IntersectionObserver is not mo...</li>\n<li><a href=\"https://github.com/thebuilder/react-intersection-observer/commit/5af1a75c259537693f977bb0e3c8b7a1051e4bf8\"><code>5af1a75</code></a> Merge pull request <a href=\"https://redirect.github.com/thebuilder/react-intersection-observer/issues/618\">#618</a> from thebuilder/feat/switch-to-pnpm</li>\n<li><a href=\"https://github.com/thebuilder/react-intersection-observer/commit/a3fcf3db60f4ea8343c43669f5ad12f17e7f38d6\"><code>a3fcf3d</code></a> ci: output to storybook-static</li>\n<li>Additional commits viewable in <a href=\"https://github.com/thebuilder/react-intersection-observer/compare/v9.4.3...v9.5.0\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![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.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>",
     18   "comments": [
     19     {
     20       "author": "dependabot[bot]",
     21       "created_at": "2023-06-20T10:09:33Z",
     22       "body": "Superseded by #38."
     23     }
     24   ],
     25   "review_comments": []
     26 }