matrix-art.meta

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

350.json (7988B)


      1 {
      2   "number": 350,
      3   "title": "Bump @vitejs/plugin-react-swc from 3.0.1 to 3.2.0",
      4   "state": "closed",
      5   "diff_file": "350.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-02-20T09:19:21Z",
      8   "closed_at": "2023-04-10T09:10:55Z",
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/vitejs/plugin-react-swc-3.2.0",
     12   "labels": [
     13     "dependencies",
     14     "javascript"
     15   ],
     16   "assignees": [
     17     "MTRNord"
     18   ],
     19   "requested_reviewers": [
     20     "MTRNord"
     21   ],
     22   "body": "Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) from 3.0.1 to 3.2.0.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/vitejs/vite-plugin-react-swc/releases\"><code>@\u200bvitejs/plugin-react-swc</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v3.2.0</h2>\n<ul>\n<li>Support HMR for MDX (fixes <a href=\"https://github-redirect.dependabot.com/vitejs/vite-plugin-react-swc/issues/52\">#52</a>)</li>\n<li>Fix: when using plugins, apply SWC before esbuild so that automatic runtime is respected for JSX (fixes <a href=\"https://github-redirect.dependabot.com/vitejs/vite-plugin-react-swc/issues/56\">#56</a>)</li>\n<li>Fix: use jsxImportSource in optimizeDeps</li>\n</ul>\n<h2>v3.1.0</h2>\n<ul>\n<li>Support plugins via the new <code>plugins</code> options</li>\n<li>Support TypeScript decorators via the new <code>tsDecorators</code> option. This requires <code>experimentalDecorators</code> in tsconfig.</li>\n<li>Fix HMR for styled components exported alongside other components</li>\n<li>Update embedded refresh runtime to 0.14 (fixes <a href=\"https://github-redirect.dependabot.com/vitejs/vite-plugin-react-swc/issues/46\">#46</a>)</li>\n</ul>\n<h2>v3.1.0-beta.2</h2>\n<ul>\n<li>Fix HMR for styled components exported alongside other components</li>\n<li>Support TypeScript decorators via the new <code>tsDecorators</code> option. This requires <code>experimentalDecorators</code> in tsconfig.</li>\n<li>Support plugins via the new <code>plugins</code> options</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md\"><code>@\u200bvitejs/plugin-react-swc</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>3.2.0</h2>\n<ul>\n<li>Support HMR for MDX (fixes <a href=\"https://github-redirect.dependabot.com/vitejs/vite-plugin-react-swc/issues/52\">#52</a>)</li>\n<li>Fix: when using plugins, apply SWC before esbuild so that automatic runtime is respected for JSX (fixes <a href=\"https://github-redirect.dependabot.com/vitejs/vite-plugin-react-swc/issues/56\">#56</a>)</li>\n<li>Fix: use jsxImportSource in optimizeDeps</li>\n</ul>\n<h2>3.1.0</h2>\n<ul>\n<li>Support plugins via the new <code>plugins</code> options</li>\n<li>Support TypeScript decorators via the new <code>tsDecorators</code> option. This requires <code>experimentalDecorators</code> in tsconfig.</li>\n<li>Fix HMR for styled components exported alongside other components</li>\n<li>Update embedded refresh runtime to 0.14 (fixes <a href=\"https://github-redirect.dependabot.com/vitejs/vite-plugin-react-swc/issues/46\">#46</a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/d43f7d08184d16d5d61af9c6d03815d1b4d8d593\"><code>d43f7d0</code></a> release: v3.2.0</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/f52d8707d5d28982f7e58f76280a667f3f44d1da\"><code>f52d870</code></a> fix: enforce &quot;pre&quot; for builds with SWC plugins (fixes <a href=\"https://github-redirect.dependabot.com/vitejs/vite-plugin-react-swc/issues/56\">#56</a>)</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/8ad1f6cfce56dd7b78b7f4afd9c6e15780d683f0\"><code>8ad1f6c</code></a> Fix CI</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/53596ebe543d27529a369e6db6971106e1bd3e45\"><code>53596eb</code></a> Support HMR for MDX (fixes <a href=\"https://github-redirect.dependabot.com/vitejs/vite-plugin-react-swc/issues/52\">#52</a>)</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/61f648e969900970a4f3d6c76808da16bcf706d1\"><code>61f648e</code></a> fix: use jsxImportSource in optimizeDeps</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/a72dc8e7b459742754cd0a5b680efbbe963b2d7e\"><code>a72dc8e</code></a> release: v3.1.0</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/9e0cc7c9f617a5e5d5fe4adbbaa652b1a3a010b0\"><code>9e0cc7c</code></a> release: v3.1.0</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/0d6588e76471bf5a801a0cab14808dafc78e7d09\"><code>0d6588e</code></a> chore(deps): update all non-major dependencies (<a href=\"https://github-redirect.dependabot.com/vitejs/vite-plugin-react-swc/issues/48\">#48</a>)</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/9a80e87637cff0285fc9057aaeba5369f317b804\"><code>9a80e87</code></a> chore: make monorepo ESM and bump release-scripts</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/e5b4ad8164ea3686da4f3c4b2174332734360a72\"><code>e5b4ad8</code></a> fix: update refresh runtime (fix <a href=\"https://github-redirect.dependabot.com/vitejs/vite-plugin-react-swc/issues/46\">#46</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/vitejs/vite-plugin-react-swc/compare/v3.0.1...v3.2.0\">compare view</a></li>\n</ul>\n</details>\n<details>\n<summary>Maintainer changes</summary>\n<p>This version was pushed to npm by <a href=\"https://www.npmjs.com/~vitebot\">vitebot</a>, a new releaser for <code>@\u200bvitejs/plugin-react-swc</code> since your current version.</p>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vitejs/plugin-react-swc&package-manager=npm_and_yarn&previous-version=3.0.1&new-version=3.2.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>\n\n<!-- Replace -->\n----\n\u231b Deploy Preview - Build in Progress\n<!-- Replace -->\n",
     23   "comments": [
     24     {
     25       "author": "dependabot[bot]",
     26       "created_at": "2023-04-10T09:10:54Z",
     27       "body": "Superseded by #422."
     28     }
     29   ],
     30   "review_comments": []
     31 }