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

444.json (12100B)


      1 {
      2   "number": 444,
      3   "title": "Bump @vitejs/plugin-react-swc from 3.0.1 to 3.3.2",
      4   "state": "open",
      5   "diff_file": "444.diff",
      6   "author": "dependabot[bot]",
      7   "created_at": "2023-06-07T09:05:09Z",
      8   "closed_at": null,
      9   "merged_at": null,
     10   "base_ref": "main",
     11   "head_ref": "dependabot/npm_and_yarn/vitejs/plugin-react-swc-3.3.2",
     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.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> &amp; <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<h2>v3.3.0</h2>\n<ul>\n<li>Support TS/JSX in node_modules to help the community experiment with it. Note that for now this not supported by TS and errors from these files cannot be silenced if the user is using a stricter configuration than the library author: <a href=\"https://redirect.github.com/microsoft/TypeScript/issues/30511\">microsoft/TypeScript#30511</a>. I advise to use it only for internal libraries for now (fixes <a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/53\">#53</a>)</li>\n<li>Silence <code>&quot;use client&quot;</code> warning when building library like <code>@tanstack/react-query</code></li>\n<li>Fix fast refresh issue when exporting a component with a name that shadow another local component</li>\n</ul>\n<p>This release goes in hand with the upcoming Vite 4.3 release focusing on performances:</p>\n<ul>\n<li>Move resolve of runtime code into a &quot;pre&quot; plugin (<a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/pull/79\">#79</a>)</li>\n<li>Wrap dynamic import to speedup analysis (<a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/pull/80\">#80</a>)</li>\n</ul>\n<h2>v3.2.0</h2>\n<ul>\n<li>Support HMR for MDX (fixes <a href=\"https://redirect.github.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://redirect.github.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://redirect.github.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.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> &amp; <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<h2>3.3.0</h2>\n<ul>\n<li>Support TS/JSX in node_modules to help the community experiment with it. Note that for now this not supported by TS and errors from these files cannot be silenced if the user is using a stricter configuration than the library author: <a href=\"https://redirect.github.com/microsoft/TypeScript/issues/30511\">microsoft/TypeScript#30511</a>. I advise to use it only for internal libraries for now (fixes <a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/issues/53\">#53</a>)</li>\n<li>Silence <code>&quot;use client&quot;</code> warning when building library like <code>@tanstack/react-query</code></li>\n<li>Fix fast refresh issue when exporting a component with a name that shadow another local component</li>\n</ul>\n<p>This release goes in hand with the upcoming Vite 4.3 release focusing on performances:</p>\n<ul>\n<li>Move resolve of runtime code into a &quot;pre&quot; plugin (<a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/pull/79\">#79</a>)</li>\n<li>Wrap dynamic import to speedup analysis (<a href=\"https://redirect.github.com/vitejs/vite-plugin-react-swc/pull/80\">#80</a>)</li>\n</ul>\n<h2>3.2.0</h2>\n<ul>\n<li>Support HMR for MDX (fixes <a href=\"https://redirect.github.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://redirect.github.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://redirect.github.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/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 -&gt; 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.0.1...v3.3.2\">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.3.2)](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>",
     23   "comments": [],
     24   "review_comments": []
     25 }