9.json (7429B)
1 { 2 "number": 9, 3 "title": "Bump @vitejs/plugin-react-swc from 3.3.0 to 3.3.2", 4 "state": "merged", 5 "diff_file": "9.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2023-06-05T20:10:31Z", 8 "closed_at": "2023-06-06T09:51:31Z", 9 "merged_at": "2023-06-06T09:51:31Z", 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/vitejs/plugin-react-swc-3.3.2", 12 "labels": [ 13 "dependencies" 14 ], 15 "assignees": [], 16 "requested_reviewers": [], 17 "body": "Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) from 3.3.0 to 3.3.2.\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.3.2</h2>\n<ul>\n<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>\n</ul>\n<h2>v3.3.1</h2>\n<ul>\n<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>\n<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>\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.3.2</h2>\n<ul>\n<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>\n</ul>\n<h2>3.3.1</h2>\n<ul>\n<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>\n<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>\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/a12dd7565245756a4148ceb9a1c82ab4a0d92067\"><code>a12dd75</code></a> release: v3.3.2</li>\n<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>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/8e311c07fec8a6de006c908951ec130ff6ea0e26\"><code>8e311c0</code></a> chore: tsx -> tnode</li>\n<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>\n<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>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/eee32ef64ad8e6d326737323a1f0025c2073af3f\"><code>eee32ef</code></a> release: fix: add id-token permission</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/378147050c32d13c19f399c4c9b1a9767b15087c\"><code>3781470</code></a> release: v3.3.1</li>\n<li><a href=\"https://github.com/vitejs/vite-plugin-react-swc/commit/d59c343753b778bc45b1ab5f4af37b0e89d4f59d\"><code>d59c343</code></a> fix: change warn to throw error</li>\n<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>\n<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>\n<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>\n</ul>\n</details>\n<br />\n\n\n[](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 "review_comments": [] 20 }