9.md (7101B)
1 # PR #9 Bump @vitejs/plugin-react-swc from 3.3.0 to 3.3.2 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2023-06-05T20:10:31Z 6 - **Branch:** dependabot/npm_and_yarn/vitejs/plugin-react-swc-3.3.2 → main 7 - **Merged:** 2023-06-06T09:51:31Z 8 - **Labels:** dependencies 9 - **Diff:** [9.diff](./9.diff) 10 11 --- 12 13 Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) from 3.3.0 to 3.3.2. 14 <details> 15 <summary>Release notes</summary> 16 <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> 17 <blockquote> 18 <h2>v3.3.2</h2> 19 <ul> 20 <li>Support <a href="https://vitest.dev/config/#deps-experimentaloptimizer">Vitest deps.experimentalOptimizer</a> (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/pull/115">#115</a>)</li> 21 </ul> 22 <h2>v3.3.1</h2> 23 <ul> 24 <li>Add <code>type: module</code> to package.json (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/pull/101">#101</a>). Because the library already publish <code>.cjs</code> & <code>.mjs</code> files, the only change is for typing when using the node16 module resolution (fixes <a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/95">#95</a>)</li> 25 <li>Throw an error when the MDX plugin is after this one (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/pull/100">#100</a>). This is an expected breaking change added in <code>3.2.0</code> and this should people that were using both plugins before this version to migrate.</li> 26 </ul> 27 </blockquote> 28 </details> 29 <details> 30 <summary>Changelog</summary> 31 <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> 32 <blockquote> 33 <h2>3.3.2</h2> 34 <ul> 35 <li>Support <a href="https://vitest.dev/config/#deps-experimentaloptimizer">Vitest deps.experimentalOptimizer</a> (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/pull/115">#115</a>)</li> 36 </ul> 37 <h2>3.3.1</h2> 38 <ul> 39 <li>Add <code>type: module</code> to package.json (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/pull/101">#101</a>). Because the library already publish <code>.cjs</code> & <code>.mjs</code> files, the only change is for typing when using the node16 module resolution (fixes <a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/95">#95</a>)</li> 40 <li>Throw an error when the MDX plugin is after this one (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/pull/100">#100</a>). This is an expected breaking change added in <code>3.2.0</code> and this should people that were using both plugins before this version to migrate.</li> 41 </ul> 42 </blockquote> 43 </details> 44 <details> 45 <summary>Commits</summary> 46 <ul> 47 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/a12dd7565245756a4148ceb9a1c82ab4a0d92067"><code>a12dd75</code></a> release: v3.3.2</li> 48 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/10db2d5170770104627c163a718e5bdc76aff498"><code>10db2d5</code></a> feat: vitest deps.experimentalOptimizer (fixes <a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/111">#111</a>) (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/115">#115</a>)</li> 49 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/8e311c07fec8a6de006c908951ec130ff6ea0e26"><code>8e311c0</code></a> chore: tsx -> tnode</li> 50 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/44113d0b71f07ed8205527f02a109a02be5ffb0d"><code>44113d0</code></a> fix(deps): update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/110">#110</a>)</li> 51 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/08b41e98f5526d8bd8203c90c79de22b815ab15a"><code>08b41e9</code></a> fix(deps): update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/108">#108</a>)</li> 52 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/eee32ef64ad8e6d326737323a1f0025c2073af3f"><code>eee32ef</code></a> release: fix: add id-token permission</li> 53 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/378147050c32d13c19f399c4c9b1a9767b15087c"><code>3781470</code></a> release: v3.3.1</li> 54 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/d59c343753b778bc45b1ab5f4af37b0e89d4f59d"><code>d59c343</code></a> fix: change warn to throw error</li> 55 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/810de09b295f7a89815aacb8a4727aa303956c2c"><code>810de09</code></a> feat: switch to ESM (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/101">#101</a>)</li> 56 <li><a href="https://github.com/vitejs/vite-plugin-react-swc/commit/6897cd38285bf1d8093fc3acd138699bb825787f"><code>6897cd3</code></a> fix(deps): update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/102">#102</a>)</li> 57 <li>Additional commits viewable in <a href="https://github.com/vitejs/vite-plugin-react-swc/compare/v3.3.0...v3.3.2">compare view</a></li> 58 </ul> 59 </details> 60 <br /> 61 62 63 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 64 65 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`. 66 67 [//]: # (dependabot-automerge-start) 68 [//]: # (dependabot-automerge-end) 69 70 --- 71 72 <details> 73 <summary>Dependabot commands and options</summary> 74 <br /> 75 76 You can trigger Dependabot actions by commenting on this PR: 77 - `@dependabot rebase` will rebase this PR 78 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 79 - `@dependabot merge` will merge this PR after your CI passes on it 80 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 81 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 82 - `@dependabot reopen` will reopen this PR if it is closed 83 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 84 - `@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) 85 - `@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) 86 - `@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) 87 88 89 </details> 90