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.md (7624B)


      1 # PR #350 Bump @vitejs/plugin-react-swc from 3.0.1 to 3.2.0
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2023-02-20T09:19:21Z
      6 - **Branch:** dependabot/npm_and_yarn/vitejs/plugin-react-swc-3.2.0 → main
      7 - **Closed:** 2023-04-10T09:10:55Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [350.diff](./350.diff)
     12 
     13 ---
     14 
     15 Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) from 3.0.1 to 3.2.0.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react-swc/releases"><code>@​vitejs/plugin-react-swc</code>'s releases</a>.</em></p>
     19 <blockquote>
     20 <h2>v3.2.0</h2>
     21 <ul>
     22 <li>Support HMR for MDX (fixes <a href="https://github-redirect.dependabot.com/vitejs/vite-plugin-react-swc/issues/52">#52</a>)</li>
     23 <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>
     24 <li>Fix: use jsxImportSource in optimizeDeps</li>
     25 </ul>
     26 <h2>v3.1.0</h2>
     27 <ul>
     28 <li>Support plugins via the new <code>plugins</code> options</li>
     29 <li>Support TypeScript decorators via the new <code>tsDecorators</code> option. This requires <code>experimentalDecorators</code> in tsconfig.</li>
     30 <li>Fix HMR for styled components exported alongside other components</li>
     31 <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>
     32 </ul>
     33 <h2>v3.1.0-beta.2</h2>
     34 <ul>
     35 <li>Fix HMR for styled components exported alongside other components</li>
     36 <li>Support TypeScript decorators via the new <code>tsDecorators</code> option. This requires <code>experimentalDecorators</code> in tsconfig.</li>
     37 <li>Support plugins via the new <code>plugins</code> options</li>
     38 </ul>
     39 </blockquote>
     40 </details>
     41 <details>
     42 <summary>Changelog</summary>
     43 <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md"><code>@​vitejs/plugin-react-swc</code>'s changelog</a>.</em></p>
     44 <blockquote>
     45 <h2>3.2.0</h2>
     46 <ul>
     47 <li>Support HMR for MDX (fixes <a href="https://github-redirect.dependabot.com/vitejs/vite-plugin-react-swc/issues/52">#52</a>)</li>
     48 <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>
     49 <li>Fix: use jsxImportSource in optimizeDeps</li>
     50 </ul>
     51 <h2>3.1.0</h2>
     52 <ul>
     53 <li>Support plugins via the new <code>plugins</code> options</li>
     54 <li>Support TypeScript decorators via the new <code>tsDecorators</code> option. This requires <code>experimentalDecorators</code> in tsconfig.</li>
     55 <li>Fix HMR for styled components exported alongside other components</li>
     56 <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>
     57 </ul>
     58 </blockquote>
     59 </details>
     60 <details>
     61 <summary>Commits</summary>
     62 <ul>
     63 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/d43f7d08184d16d5d61af9c6d03815d1b4d8d593"><code>d43f7d0</code></a> release: v3.2.0</li>
     64 <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>
     65 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/8ad1f6cfce56dd7b78b7f4afd9c6e15780d683f0"><code>8ad1f6c</code></a> Fix CI</li>
     66 <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>
     67 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/61f648e969900970a4f3d6c76808da16bcf706d1"><code>61f648e</code></a> fix: use jsxImportSource in optimizeDeps</li>
     68 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/a72dc8e7b459742754cd0a5b680efbbe963b2d7e"><code>a72dc8e</code></a> release: v3.1.0</li>
     69 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/9e0cc7c9f617a5e5d5fe4adbbaa652b1a3a010b0"><code>9e0cc7c</code></a> release: v3.1.0</li>
     70 <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>
     71 <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>
     72 <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>
     73 <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>
     74 </ul>
     75 </details>
     76 <details>
     77 <summary>Maintainer changes</summary>
     78 <p>This version was pushed to npm by <a href="https://www.npmjs.com/~vitebot">vitebot</a>, a new releaser for <code>@​vitejs/plugin-react-swc</code> since your current version.</p>
     79 </details>
     80 <br />
     81 
     82 
     83 [![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)
     84 
     85 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`.
     86 
     87 [//]: # (dependabot-automerge-start)
     88 [//]: # (dependabot-automerge-end)
     89 
     90 ---
     91 
     92 <details>
     93 <summary>Dependabot commands and options</summary>
     94 <br />
     95 
     96 You can trigger Dependabot actions by commenting on this PR:
     97 - `@dependabot rebase` will rebase this PR
     98 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     99 - `@dependabot merge` will merge this PR after your CI passes on it
    100 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    101 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    102 - `@dependabot reopen` will reopen this PR if it is closed
    103 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    104 - `@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)
    105 - `@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)
    106 - `@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)
    107 
    108 
    109 </details>
    110 
    111 <!-- Replace -->
    112 ----
    113 ⌛ Deploy Preview - Build in Progress
    114 <!-- Replace -->
    115 
    116 
    117 
    118 ## Comments
    119 
    120 ### @dependabot[bot] — 2023-04-10T09:10:54Z
    121 
    122 Superseded by #422.
    123