Skip to content

Commit

Permalink
Bump the vite group with 2 updates (#2021)
Browse files Browse the repository at this point in the history
Bumps the vite group with 2 updates:
[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react)
and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).

Updates `@vitejs/plugin-react` from 4.2.0 to 4.2.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-react/releases"><code>@​vitejs/plugin-react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v4.2.1</h2>
<p>Remove generic parameter on <code>Plugin</code> to avoid type error
with Rollup 4/Vite 5 and <code>skipLibCheck: false</code>.</p>
<p>I expect very few people to currently use this feature, but if you
are extending the React plugin via <code>api</code> object, you can get
back the typing of the hook by importing
<code>ViteReactPluginApi</code>:</p>
<pre lang="ts"><code>import type { Plugin } from 'vite'
import type { ViteReactPluginApi } from '@vitejs/plugin-react'
<p>export const somePlugin: Plugin = {
name: 'some-plugin',
api: {
reactBabel: (babelConfig) =&gt; {
babelConfig.plugins.push('some-babel-plugin')
},
} satisfies ViteReactPluginApi,
}
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md"><code>@​vitejs/plugin-react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>4.2.1 (2023-12-04)</h2>
<p>Remove generic parameter on <code>Plugin</code> to avoid type error
with Rollup 4/Vite 5 and <code>skipLibCheck: false</code>.</p>
<p>I expect very few people to currently use this feature, but if you
are extending the React plugin via <code>api</code> object, you can get
back the typing of the hook by importing
<code>ViteReactPluginApi</code>:</p>
<pre lang="ts"><code>import type { Plugin } from 'vite'
import type { ViteReactPluginApi } from '@vitejs/plugin-react'
<p>export const somePlugin: Plugin = {
name: 'some-plugin',
api: {
reactBabel: (babelConfig) =&gt; {
babelConfig.plugins.push('some-babel-plugin')
},
} satisfies ViteReactPluginApi,
}
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite-plugin-react/commit/8b5354741a173ce02892ff021c8bdfba4c9f0d11"><code>8b53547</code></a>
release: [email protected]</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react/commit/ec630663b59e2eaaab0360c0087ac23cbb0ee5bc"><code>ec63066</code></a>
chore(deps): update dependency vite to v5 (<a
href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/263">#263</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react/commit/8512995c552a25e9c6f901c00874d63f7638a499"><code>8512995</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/259">#259</a>)</li>
<li><a
href="https://github.com/vitejs/vite-plugin-react/commit/7f53c63fd2dc51d712426099645907aada6657ec"><code>7f53c63</code></a>
fix: remove plugin type extension (<a
href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/269">#269</a>)</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite-plugin-react/commits/v4.2.1/packages/plugin-react">compare
view</a></li>
</ul>
</details>
<br />

Updates `vite` from 5.0.4 to 5.0.5
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.0.5 (2023-12-04)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: emit <code>vite:preloadError</code> for chunks without deps (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15203">#15203</a>)
(<a href="https://github.com/vitejs/vite/commit/d8001c5">d8001c5</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15203">#15203</a></li>
<li>fix: esbuild glob import resolve error (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15140">#15140</a>)
(<a href="https://github.com/vitejs/vite/commit/676804d">676804d</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15140">#15140</a></li>
<li>fix: json error with position (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15225">#15225</a>)
(<a href="https://github.com/vitejs/vite/commit/14be75f">14be75f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15225">#15225</a></li>
<li>fix: proxy html path should be encoded (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15223">#15223</a>)
(<a href="https://github.com/vitejs/vite/commit/5b85040">5b85040</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15223">#15223</a></li>
<li>fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15233">#15233</a>)
(<a href="https://github.com/vitejs/vite/commit/ad3adda">ad3adda</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15233">#15233</a></li>
<li>fix(hmr): don't consider CSS dep as a circular dep (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15229">#15229</a>)
(<a href="https://github.com/vitejs/vite/commit/5f2cdec">5f2cdec</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15229">#15229</a></li>
<li>feat: add '*.mov' to client.d.ts (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15189">#15189</a>)
(<a href="https://github.com/vitejs/vite/commit/d93a211">d93a211</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15189">#15189</a></li>
<li>feat(server): allow disabling built-in shortcuts (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15218">#15218</a>)
(<a href="https://github.com/vitejs/vite/commit/7fd7c6c">7fd7c6c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15218">#15218</a></li>
<li>chore: replace 'some' with 'includes' in resolveEnvPrefix (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15220">#15220</a>)
(<a href="https://github.com/vitejs/vite/commit/ee12f30">ee12f30</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15220">#15220</a></li>
<li>chore: update the website url for homepage in package.json (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15181">#15181</a>)
(<a href="https://github.com/vitejs/vite/commit/282bd8f">282bd8f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15181">#15181</a></li>
<li>chore: update vitest to 1.0.0-beta.6 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15194">#15194</a>)
(<a href="https://github.com/vitejs/vite/commit/2fce647">2fce647</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15194">#15194</a></li>
<li>refactor: make HMR agnostic to environment (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15179">#15179</a>)
(<a href="https://github.com/vitejs/vite/commit/0571b7c">0571b7c</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15179">#15179</a></li>
<li>refactor: use dedicated regex methods (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15228">#15228</a>)
(<a href="https://github.com/vitejs/vite/commit/0348137">0348137</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15228">#15228</a></li>
<li>perf: remove debug only prettifyUrl call (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15204">#15204</a>)
(<a href="https://github.com/vitejs/vite/commit/73e971f">73e971f</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15204">#15204</a></li>
<li>perf: skip computing sourceRoot in injectSourcesContent (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15207">#15207</a>)
(<a href="https://github.com/vitejs/vite/commit/1df1fd1">1df1fd1</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/15207">#15207</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vitejs/vite/commit/fa7976732e815a7f4268369596f6df872201d0e9"><code>fa79767</code></a>
release: v5.0.5</li>
<li><a
href="https://github.com/vitejs/vite/commit/ad3adda7215c33874a07cbd4d430fcffe4c85dce"><code>ad3adda</code></a>
fix(deps): update all non-major dependencies (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15233">#15233</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/d93a211959cb5f9951653d717aceee2a0d93499a"><code>d93a211</code></a>
feat: add '*.mov' to client.d.ts (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15189">#15189</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/5f2cdec5d61b847352b3412725fcc957dca010d4"><code>5f2cdec</code></a>
fix(hmr): don't consider CSS dep as a circular dep (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15229">#15229</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/ee12f30eaae70a8989cff0fe0a823e3f42a84832"><code>ee12f30</code></a>
chore: replace 'some' with 'includes' in resolveEnvPrefix (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15220">#15220</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/14be75f6a8497ae1416188e21b2b0f818443cc2a"><code>14be75f</code></a>
fix: json error with position (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15225">#15225</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/0348137a2315fc288f0e915169c36947f69bba63"><code>0348137</code></a>
refactor: use dedicated regex methods (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15228">#15228</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/5b8504048140cbbd5d9424132c998c506dece6ce"><code>5b85040</code></a>
fix: proxy html path should be encoded (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15223">#15223</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/1df1fd1047695c4d144de4b2b4bd4a69fc7d7440"><code>1df1fd1</code></a>
perf: skip computing sourceRoot in injectSourcesContent (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15207">#15207</a>)</li>
<li><a
href="https://github.com/vitejs/vite/commit/7fd7c6cebfcad34ae7021ebee28f97b1f28ef3f3"><code>7fd7c6c</code></a>
feat(server): allow disabling built-in shortcuts (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/15218">#15218</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/vitejs/vite/commits/v5.0.5/packages/vite">compare
view</a></li>
</ul>
</details>
<br />


You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 58c329b commit 2029661
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions packages/jaeger-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/redux-form": "^8.3.10",
"@types/rollup-plugin-visualizer": "^4.2.1",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react": "^4.2.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"babel-jest": "^29.5.0",
"babel-plugin-inline-react-svg": "^2.0.2",
Expand All @@ -37,7 +37,7 @@
"rollup-plugin-visualizer": "^5.9.0",
"sinon": "^17.0.0",
"terser": "^5.16.5",
"vite": "^5.0.4",
"vite": "^5.0.5",
"vite-plugin-imp": "^2.3.1"
},
"dependencies": {
Expand Down
48 changes: 24 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2005,10 +2005,10 @@
resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-5.0.1.tgz#3286741fb8f1e1580ac28784add4c7a1d49bdfbc"
integrity sha512-XTIieEY+gvJ39ChLcB4If5zHtPxt3Syj5rgZR+e1ctpmK8NjPf0zFqsz4JpLJT0xla9GFDKjy8Cpu331nrmE1Q==

"@types/babel__core@^7.1.14", "@types/babel__core@^7.20.4":
version "7.20.4"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.4.tgz#26a87347e6c6f753b3668398e34496d6d9ac6ac0"
integrity sha512-mLnSC22IC4vcWiuObSRjrLd9XcBTGf59vUSoq2jkQDJ/QQ8PMI9rSuzE+aEV8karUMbskw07bKYoUJCKTUaygg==
"@types/babel__core@^7.1.14", "@types/babel__core@^7.20.5":
version "7.20.5"
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.20.5.tgz#3df15f27ba85319caa07ba08d0721889bb39c017"
integrity sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==
dependencies:
"@babel/parser" "^7.20.7"
"@babel/types" "^7.20.7"
Expand Down Expand Up @@ -2515,15 +2515,15 @@
regenerator-runtime "^0.14.0"
systemjs "^6.14.2"

"@vitejs/plugin-react@^4.0.0":
version "4.2.0"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.2.0.tgz#d71352b1a443c09c7aae8f278dd071ab3d9d8490"
integrity sha512-+MHTH/e6H12kRp5HUkzOGqPMksezRMmW+TNzlh/QXfI8rRf6l2Z2yH/v12no1UvTwhZgEDMuQ7g7rrfMseU6FQ==
"@vitejs/plugin-react@^4.2.1":
version "4.2.1"
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-4.2.1.tgz#744d8e4fcb120fc3dbaa471dadd3483f5a304bb9"
integrity sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==
dependencies:
"@babel/core" "^7.23.3"
"@babel/core" "^7.23.5"
"@babel/plugin-transform-react-jsx-self" "^7.23.3"
"@babel/plugin-transform-react-jsx-source" "^7.23.3"
"@types/babel__core" "^7.20.4"
"@types/babel__core" "^7.20.5"
react-refresh "^0.14.0"

"@webassemblyjs/[email protected]", "@webassemblyjs/ast@^1.11.5":
Expand Down Expand Up @@ -7285,10 +7285,10 @@ multicast-dns@^7.2.5:
dns-packet "^5.2.2"
thunky "^1.0.2"

nanoid@^3.3.6:
version "3.3.6"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
nanoid@^3.3.7:
version "3.3.7"
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==

natural-compare@^1.4.0:
version "1.4.0"
Expand Down Expand Up @@ -7873,12 +7873,12 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==

postcss@^8.4.21, postcss@^8.4.31:
version "8.4.31"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d"
integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==
postcss@^8.4.21, postcss@^8.4.32:
version "8.4.32"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.32.tgz#1dac6ac51ab19adb21b8b34fd2d93a86440ef6c9"
integrity sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==
dependencies:
nanoid "^3.3.6"
nanoid "^3.3.7"
picocolors "^1.0.0"
source-map-js "^1.0.2"

Expand Down Expand Up @@ -10143,13 +10143,13 @@ vite-plugin-imp@^2.3.1:
param-case "^3.0.4"
pascal-case "^3.1.2"

vite@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.4.tgz#d984d2aaa8bac30f1ca9b9eea9b97e052f88c307"
integrity sha512-RzAr8LSvM8lmhB4tQ5OPcBhpjOZRZjuxv9zO5UcxeoY2bd3kP3Ticd40Qma9/BqZ8JS96Ll/jeBX9u+LJZrhVg==
vite@^5.0.5:
version "5.0.5"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.5.tgz#3eebe3698e3b32cea36350f58879258fec858a3c"
integrity sha512-OekeWqR9Ls56f3zd4CaxzbbS11gqYkEiBtnWFFgYR2WV8oPJRRKq0mpskYy/XaoCL3L7VINDhqqOMNDiYdGvGg==
dependencies:
esbuild "^0.19.3"
postcss "^8.4.31"
postcss "^8.4.32"
rollup "^4.2.0"
optionalDependencies:
fsevents "~2.3.3"
Expand Down

0 comments on commit 2029661

Please sign in to comment.