Originally created by: dependabot[bot]
Bumps the npm group in /frontend with 9 updates:
| Package | From | To |
|---|---|---|
| @xyflow/react | 12.10.2 |
12.11.0 |
| i18next | 26.2.0 |
26.3.1 |
| lucide-react | 1.16.0 |
1.20.0 |
| react | 19.2.6 |
19.2.7 |
| @types/react | 19.2.15 |
19.2.17 |
| react-dom | 19.2.6 |
19.2.7 |
| @vitejs/plugin-react | 4.7.0 |
6.0.2 |
| typescript | 5.9.3 |
6.0.3 |
| vite | 6.4.2 |
8.0.16 |
Updates @xyflow/react from 12.10.2 to 12.11.0
Sourced from @xyflow/react's releases.
@xyflow/react@12.11.012.11.0
Minor Changes
- #5677](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5677">/issues/5677)
e6661de- AddautoPanOnSelectionto auto-pan when user drags a selection close to the edge of the viewport.Patch Changes
#5791](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5791">/issues/5791)
732c8eb- Adds a type error whenhandleIdis used withouthandleTypeinuseNodeConnections#5793](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5793">/issues/5793)
c5c853d- Dev Warnings now use library-specific messaging with the correct documentation links.#5776](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5776">/issues/5776)
0441e9f- ExportNodeHandletype#5755](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5755">/issues/5755)
88737f9- Add@types/reactand@types/react-domas optional peer dependencies to prevent issues with pnpm strict mode (hoist: false)#5105](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5105">/issues/5105)
076ad38- Fix type for event passed to onNodeDrag#5784](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5784">/issues/5784)
7055140- Fix node resizing possible beyond absolute extents#5769](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5769">/issues/5769)
ad4d547- UseuseEffectfor StoreUpdater to restore previous behaviourUpdated dependencies [
732c8eb,c5c853d,e6661de,737194d,40660cd,4806e7c,7055140]:
@xyflow/system@0.0.77
Sourced from @xyflow/react's changelog.
12.11.0
Minor Changes
- #5677](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5677">/issues/5677)
e6661de- AddautoPanOnSelectionto auto-pan when user drags a selection close to the edge of the viewport.Patch Changes
#5791](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5791">/issues/5791)
732c8eb- Adds a type error whenhandleIdis used withouthandleTypeinuseNodeConnections#5793](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5793">/issues/5793)
c5c853d- Dev Warnings now use library-specific messaging with the correct documentation links.#5776](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5776">/issues/5776)
0441e9f- ExportNodeHandletype#5755](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5755">/issues/5755)
88737f9- Add@types/reactand@types/react-domas optional peer dependencies to prevent issues with pnpm strict mode (hoist: false)#5105](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5105">/issues/5105)
076ad38- Fix type for event passed to onNodeDrag#5784](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5784">/issues/5784)
7055140- Fix node resizing possible beyond absolute extents#5769](https://github.com/href="https://redirect.github.com/xyflow/xyflow/pull/5769">/issues/5769)
ad4d547- UseuseEffectfor StoreUpdater to restore previous behaviourUpdated dependencies [
732c8eb,c5c853d,e6661de,737194d,40660cd,4806e7c,7055140]:
@xyflow/system@0.0.77
6970ded chore(packages): bumpc9db70d Merge branch 'main' of https://github.com/xyflow/xyflow into 5780-svelte-flow...af23aef chore: cleanup error messages9d58ab9 fix: make error messages framework-specifice52bb55 Merge pull request #5105](https://github.com/href="https://github.com/xyflow/xyflow/tree/HEAD/packages/react/issues/5105">/issues/5105) from thedanchez/xydrag-type-generics03e3dc0 Merge pull request #5755](https://github.com/href="https://github.com/xyflow/xyflow/tree/HEAD/packages/react/issues/5755">/issues/5755) from nielskaspers/fix/issue-5738-react-types-peer-depcaebfd6 Merge pull request #5784](https://github.com/href="https://github.com/xyflow/xyflow/tree/HEAD/packages/react/issues/5784">/issues/5784) from xyflow/fix-node-resizer-again9dc7ec9 chore(react): fix util functionc4e7833 Merge pull request #5785](https://github.com/href="https://github.com/xyflow/xyflow/tree/HEAD/packages/react/issues/5785">/issues/5785) from xyflow/fix-useless-promises01fb1f1 chore(system): add UseNodeConnectionsParams typeThis version was pushed to npm by GitHub Actions, a new releaser for @xyflow/react since your current version.
Updates i18next from 26.2.0 to 26.3.1
Sourced from i18next's releases.
v26.3.1
- fix(types):
t()with akeyPrefixno longer pollutes its return type with sibling keys' values. A regression in 26.3.0 — the[Res] extends [never]guards added toKeysBuilderWithReturnObjects/KeysBuilderWithoutReturnObjectsturned the builders into deferred conditional types, soKeyPrefix<Ns>stopped resolving to a literal union andkeyPrefixinference widened to the whole namespace. Symptom:useTranslation(ns, { keyPrefix: 'a.b' })thent('title')would resolve to'<a.b>.title' | '<other.path>.title' | ...instead of just the scoped value. Affected everyreact-i18nextuser usingkeyPrefix. Restored to the eager 26.2.0 form. The same-namespace conflict handling from #2434](https://github.com/href="https://redirect.github.com/i18next/i18next/issues/2434">/issues/2434) still works via_DropConflictKeysat the merge layer (inoptions.d.ts). Thanks@aaronrosenthal(#2436](https://github.com/href="https://redirect.github.com/i18next/i18next/pull/2436">/issues/2436)).v26.3.0
- feat(types): introduce
ResourceNamespaceMap— a separate mergeable augmentation surface for namespace resource types, designed for monorepos where multiple packages each want to contribute their own namespaces. Previously, every package had to coordinate on a singleCustomTypeOptions.resourcesdeclaration (or fall back to typing dependency namespaces asany) becauseresourcesis a single property of an interface and TypeScript reports TS2717 when two declarations of the same property disagree. The new interface merges naturally acrossdeclare module 'i18next'blocks, so each package can ship its owni18next.d.tsindependently. Per-property merge handles same-namespace contributions from multiple packages, and same-key/different-literal conflicts are silently dropped to avoid poisoningt()overload resolution. Fully backwards-compatible — existingCustomTypeOptions.resourcesaugmentations continue to work, and both surfaces can coexist. Scalar options (defaultNS,returnNull,enableSelector, etc.) still belong onCustomTypeOptions. Thanks@sh3xu(#2434](https://github.com/href="https://redirect.github.com/i18next/i18next/pull/2434">/issues/2434)). Fixes #2409](https://github.com/href="https://redirect.github.com/i18next/i18next/issues/2409">/issues/2409).
Sourced from i18next's changelog.
26.3.1
- fix(types):
t()with akeyPrefixno longer pollutes its return type with sibling keys' values. A regression in 26.3.0 — the[Res] extends [never]guards added toKeysBuilderWithReturnObjects/KeysBuilderWithoutReturnObjectsturned the builders into deferred conditional types, soKeyPrefix<Ns>stopped resolving to a literal union andkeyPrefixinference widened to the whole namespace. Symptom:useTranslation(ns, { keyPrefix: 'a.b' })thent('title')would resolve to'<a.b>.title' | '<other.path>.title' | ...instead of just the scoped value. Affected everyreact-i18nextuser usingkeyPrefix. Restored to the eager 26.2.0 form. The same-namespace conflict handling from #2434](https://github.com/href="https://redirect.github.com/i18next/i18next/issues/2434">/issues/2434) still works via_DropConflictKeysat the merge layer (inoptions.d.ts). Thanks@aaronrosenthal(#2436](https://github.com/href="https://redirect.github.com/i18next/i18next/pull/2436">/issues/2436)).26.3.0
- feat(types): introduce
ResourceNamespaceMap— a separate mergeable augmentation surface for namespace resource types, designed for monorepos where multiple packages each want to contribute their own namespaces. Previously, every package had to coordinate on a singleCustomTypeOptions.resourcesdeclaration (or fall back to typing dependency namespaces asany) becauseresourcesis a single property of an interface and TypeScript reports TS2717 when two declarations of the same property disagree. The new interface merges naturally acrossdeclare module 'i18next'blocks, so each package can ship its owni18next.d.tsindependently. Per-property merge handles same-namespace contributions from multiple packages, and same-key/different-literal conflicts are silently dropped to avoid poisoningt()overload resolution. Fully backwards-compatible — existingCustomTypeOptions.resourcesaugmentations continue to work, and both surfaces can coexist. Scalar options (defaultNS,returnNull,enableSelector, etc.) still belong onCustomTypeOptions. Thanks@sh3xu(#2434](https://github.com/href="https://redirect.github.com/i18next/i18next/pull/2434">/issues/2434)). Fixes #2409](https://github.com/href="https://redirect.github.com/i18next/i18next/issues/2409">/issues/2409).
7bdb5d7 26.3.1a655e32 changelog: 26.3.1 entry for #2436](https://github.com/href="https://redirect.github.com/i18next/i18next/issues/2436">/issues/2436)57ed812 fix(types): keyPrefix no longer pollutes t() return type with sibling keys (#...bdf651c 26.3.0988a362 changelog: 26.3.0 entry for #2434](https://github.com/href="https://redirect.github.com/i18next/i18next/issues/2434">/issues/2434)159506c feat(types): introduce ResourceNamespaceMap for monorepo namespace augmentati...df68b1f ci: restore JSR publishing via GitHub Actions OIDCUpdates lucide-react from 1.16.0 to 1.20.0
Sourced from lucide-react's releases.
Version 1.20.0
What's Changed
- fix(icons): decreased size of arrows inside
square-arrow-*icons by@jguddasin lucide-icons/lucide#3926](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/3926">lucide-icons/lucide/issues/3926)- chore(tags): Add tags to
search-icons by@jamiemlawin lucide-icons/lucide#4099](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4099">lucide-icons/lucide/issues/4099)- feat(icons): added
save-checkicon by@Konixyin lucide-icons/lucide#3120](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/3120">lucide-icons/lucide/issues/3120)- feat(icons): added
tag-plusandtag-xicons by@adam-kovin lucide-icons/lucide#3980](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/3980">lucide-icons/lucide/issues/3980)- feat(icons): added
banknote-checkicon by@mfjramirezfin lucide-icons/lucide#3956](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/3956">lucide-icons/lucide/issues/3956)- feat(icons): added
clock-arrow-inicon by@jguddasin lucide-icons/lucide#2403](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/2403">lucide-icons/lucide/issues/2403)- feat(icons): added
summaryicon by@jpjacobpadillain lucide-icons/lucide#3114](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/3114">lucide-icons/lucide/issues/3114)- feat(icons): added
user-round-arrow-inicon by@jguddasin lucide-icons/lucide#2283](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/2283">lucide-icons/lucide/issues/2283)- feat(icons): added
clock-arrow-outicon by@jguddasin lucide-icons/lucide#2404](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/2404">lucide-icons/lucide/issues/2404)- docs(docs): fix broken Svelte package source link in README by
@SRKrukowskiin lucide-icons/lucide#4468](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4468">lucide-icons/lucide/issues/4468)- chore(deps-dev): bump
@angular/compilerfrom 21.2.5 to 21.2.17 by@dependabot[bot] in lucide-icons/lucide#4474](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4474">lucide-icons/lucide/issues/4474)- chore(deps-dev): bump
@angular/corefrom 21.2.5 to 21.2.17 by@dependabot[bot] in lucide-icons/lucide#4470](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4470">lucide-icons/lucide/issues/4470)- chore(deps-dev): bump vitest from 4.0.12 to 4.1.0 by
@dependabot[bot] in lucide-icons/lucide#4429](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4429">lucide-icons/lucide/issues/4429)- chore(deps-dev): bump markdown-it from 14.1.1 to 14.2.0 by
@dependabot[bot] in lucide-icons/lucide#4475](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4475">lucide-icons/lucide/issues/4475)- chore(deps-dev): bump
@angular/commonfrom 21.2.5 to 21.2.17 by@dependabot[bot] in lucide-icons/lucide#4471](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4471">lucide-icons/lucide/issues/4471)- feat(icons): added
pencil-sparklesicon by@jennieboopsin lucide-icons/lucide#4445](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4445">lucide-icons/lucide/issues/4445)New Contributors
@Konixymade their first contribution in lucide-icons/lucide#3120](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/3120">lucide-icons/lucide/issues/3120)@adam-kovmade their first contribution in lucide-icons/lucide#3980](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/3980">lucide-icons/lucide/issues/3980)@mfjramirezfmade their first contribution in lucide-icons/lucide#3956](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/3956">lucide-icons/lucide/issues/3956)@SRKrukowskimade their first contribution in lucide-icons/lucide#4468](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4468">lucide-icons/lucide/issues/4468)@jennieboopsmade their first contribution in lucide-icons/lucide#4445](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4445">lucide-icons/lucide/issues/4445)Full Changelog: https://github.com/lucide-icons/lucide/compare/1.19.0...1.20.0
Version 1.19.0
What's Changed
- chore(deps): upgrade pnpm to version 11.6.0 by
@ericfennisin lucide-icons/lucide#4458](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4458">lucide-icons/lucide/issues/4458)- feat(icons): added
star-*icons by@RajnishKMehtain lucide-icons/lucide#3918](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/3918">lucide-icons/lucide/issues/3918)- chore(suggest-tags): Update metadata suggestion script by
@ericfennisin lucide-icons/lucide#4462](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4462">lucide-icons/lucide/issues/4462)- feat(icons): added
save-penicon by@vaporveein lucide-icons/lucide#4179](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4179">lucide-icons/lucide/issues/4179)- feat(icons): added
wrench-officon by@nilsjonssonin lucide-icons/lucide#4434](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4434">lucide-icons/lucide/issues/4434)- feat(icons): added
adicon by@jamiemlawin lucide-icons/lucide#4323](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4323">lucide-icons/lucide/issues/4323)- feat(icons): added
eye-dashedicon by@karsa-mistmerein lucide-icons/lucide#4415](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4415">lucide-icons/lucide/issues/4415)- feat(icons): added
save-plusicon by@jwlinqxin lucide-icons/lucide#4448](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4448">lucide-icons/lucide/issues/4448)- feat(icons): added
list-sort-descendingicon by@ericfennisin lucide-icons/lucide#4457](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4457">lucide-icons/lucide/issues/4457)- fix(lucide-react-native): Fix provider exports by
@ericfennisin lucide-icons/lucide#4463](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4463">lucide-icons/lucide/issues/4463)- fix(site): reserve space for icon detail drawer by
@vyctorbrzezowskiin lucide-icons/lucide#4344](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4344">lucide-icons/lucide/issues/4344)- fix(icons): changed
wallet-cardsicon by@jguddasin lucide-icons/lucide#3888](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/3888">lucide-icons/lucide/issues/3888)- feat(site): Improve search and add sorting options by
@ericfennisin lucide-icons/lucide#4453](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4453">lucide-icons/lucide/issues/4453)- feat(icons): added
podiumicon by@jguddasin lucide-icons/lucide#2124](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/2124">lucide-icons/lucide/issues/2124)New Contributors
@vaporveemade their first contribution in lucide-icons/lucide#4179](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4179">lucide-icons/lucide/issues/4179)@nilsjonssonmade their first contribution in lucide-icons/lucide#4434](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4434">lucide-icons/lucide/issues/4434)@jwlinqxmade their first contribution in lucide-icons/lucide#4448](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4448">lucide-icons/lucide/issues/4448)@vyctorbrzezowskimade their first contribution in lucide-icons/lucide#4344](https://github.com/href="https://redirect.github.com/lucide-icons/lucide/pull/4344">lucide-icons/lucide/issues/4344)
... (truncated)
Updates react from 19.2.6 to 19.2.7
Sourced from react's releases.
19.2.7 (June 1st, 2026)
React Server Components
- Fixed missing
FormDataentries in Server Actions which regressed in 19.2.6 (#36566](https://github.com/href="https://redirect.github.com/facebook/react/pull/36566">/issues/36566) by@unstubbable)
6117d7c Version 19.2.7 (#36591](https://github.com/href="https://github.com/facebook/react/tree/HEAD/packages/react/issues/36591">/issues/36591))This version was pushed to npm by GitHub Actions, a new releaser for react since your current version.
Updates @types/react from 19.2.15 to 19.2.17
Updates react-dom from 19.2.6 to 19.2.7
Sourced from react-dom's releases.
19.2.7 (June 1st, 2026)
React Server Components
- Fixed missing
FormDataentries in Server Actions which regressed in 19.2.6 (#36566](https://github.com/href="https://redirect.github.com/facebook/react/pull/36566">/issues/36566) by@unstubbable)
6117d7c Version 19.2.7 (#36591](https://github.com/href="https://github.com/facebook/react/tree/HEAD/packages/react-dom/issues/36591">/issues/36591))This version was pushed to npm by GitHub Actions, a new releaser for react-dom since your current version.
Updates @types/react from 19.2.15 to 19.2.17
Updates @vitejs/plugin-react from 4.7.0 to 6.0.2
Sourced from @vitejs/plugin-react's releases.
plugin-react@6.0.2
Allow all options in reactCompilerPreset (#1189](https://github.com/href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1189">/issues/1189))
This is a type only change. Only
compilationModeandtargetoptions were available forreactCompilerPreset.plugin-react@6.0.1
Expand
@rolldown/plugin-babelpeer dep range (#1146](https://github.com/href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1146">/issues/1146))Expanded
@rolldown/plugin-babelpeer dep range to include^0.2.0.plugin-react@6.0.0
Remove Babel Related Features (#1123](https://github.com/href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1123">/issues/1123))
Vite 8+ can handle React Refresh Transform by Oxc and doesn't need Babel for it. With that, there are no transform applied that requires Babel. To reduce the installation size of this plugin, babel is no longer a dependency of this plugin and the related features are removed.
If you are using Babel, you can use
@rolldown/plugin-babeltogether with this plugin:import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import babel from '@rolldown/plugin-babel'export default defineConfig({ plugins: [
react({babel: {plugins: ['@babel/plugin-proposal-throw-expressions'],},}),
react(),babel({plugins: ['@babel/plugin-proposal-throw-expressions'],] })}),For React compiler users, you can use
reactCompilerPresetfor easier setup with preconfigured filter to improve build performance:import { defineConfig } from 'vite' -import react from '@vitejs/plugin-react' +import react, { reactCompilerPreset } from '@vitejs/plugin-react' +import babel from '@rolldown/plugin-babel'export default defineConfig({ plugins: [
- react({
babel: {plugins: ['babel-plugin-react-compiler'],
</tr></table>
... (truncated)
Sourced from @vitejs/plugin-react's changelog.
6.0.2 (2026-05-14)
Allow all options in reactCompilerPreset (#1189](https://github.com/href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1189">/issues/1189))
This is a type only change. Only
compilationModeandtargetoptions were available forreactCompilerPreset.6.0.1 (2026-03-13)
Expand
@rolldown/plugin-babelpeer dep range (#1146](https://github.com/href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1146">/issues/1146))Expanded
@rolldown/plugin-babelpeer dep range to include^0.2.0.6.0.0 (2026-03-12)
6.0.0-beta.0 (2026-03-03)
Remove Babel Related Features (#1123](https://github.com/href="https://redirect.github.com/vitejs/vite-plugin-react/pull/1123">/issues/1123))
Vite 8+ can handle React Refresh Transform by Oxc and doesn't need Babel for it. With that, there are no transform applied that requires Babel. To reduce the installation size of this plugin, babel is no longer a dependency of this plugin and the related features are removed.
If you are using Babel, you can use
@rolldown/plugin-babeltogether with this plugin:import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' +import babel from '@rolldown/plugin-babel'export default defineConfig({ plugins: [
react({babel: {plugins: ['@babel/plugin-proposal-throw-expressions'],},}),
react(),babel({plugins: ['@babel/plugin-proposal-throw-expressions'],] })}),For React compiler users, you can use
reactCompilerPresetfor easier setup with preconfigured filter to improve build performance:import { defineConfig } from 'vite' -import react from '@vitejs/plugin-react' +import react, { reactCompilerPreset } from '@vitejs/plugin-react' +import babel from '@rolldown/plugin-babel'
</tr></table>
... (truncated)
6535b55 release: plugin-react@6.0.2bf0e43b feat(react): whitelist debugging-options (#1189](https://github.com/href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1189">/issues/1189))3bd1f08 feat: use carets for rolldown versions (#1216](https://github.com/href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1216">/issues/1216))2b8df67 fix(deps): update all non-major dependencies (#1218](https://github.com/href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1218">/issues/1218))8fa9619 fix(deps): update react 19.2.6 (#1211](https://github.com/href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1211">/issues/1211))a4296ad fix(deps): update all non-major dependencies (#1209](https://github.com/href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1209">/issues/1209))323ccd7 fix(deps): update all non-major dependencies (#1196](https://github.com/href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1196">/issues/1196))a7506e1 chore(deps): update vite 8.0.10 (#1198](https://github.com/href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1198">/issues/1198))02cff2a fix(deps): update all non-major dependencies (#1184](https://github.com/href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1184">/issues/1184))4b9c890 fix(deps): update react 19.2.5 (#1181](https://github.com/href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/1181">/issues/1181))This version was pushed to npm by GitHub Actions, a new releaser for @vitejs/plugin-react since your current version.
Updates typescript from 5.9.3 to 6.0.3
Sourced from typescript's releases.
TypeScript 6.0.3
For release notes, check out the release announcement blog post.
- fixed issues query for TypeScript 6.0.0 (Beta).
- fixed issues query for TypeScript 6.0.1 (RC).
- fixed issues query for TypeScript 6.0.2 (Stable).
- fixed issues query for TypeScript 6.0.3 (Stable).
Downloads are available on:
TypeScript 6.0
For release notes, check out the release announcement blog post.
- fixed issues query for TypeScript 6.0.0 (Beta).
- fixed issues query for TypeScript 6.0.1 (RC).
- fixed issues query for TypeScript 6.0.2 (Stable).
Downloads are available on:
TypeScript 6.0 Beta
For release notes, check out the release announcement.
Downloads are available on:
050880c Bump version to 6.0.3 and LKGeeae9dd 🤖 Pick PR #63401](https://github.com/href="https://redirect.github.com/microsoft/TypeScript/issues/63401">/issues/63401) (Also check package name validity in...) into release-6.0 (#...ad1c695 🤖 Pick PR #63368](https://github.com/href="https://redirect.github.com/microsoft/TypeScript/issues/63368">/issues/63368) (Harden ATA package name filtering) into release-6.0 (#63372](https://github.com/href="https://redirect.github.com/microsoft/TypeScript/issues/63372">/issues/63372))0725fb4 🤖 Pick PR #63310](https://github.com/href="https://redirect.github.com/microsoft/TypeScript/issues/63310">/issues/63310) (Mark class property initializers as...) into release-6.0 (#...607a22a Bump version to 6.0.2 and LKG9e72ab7 🤖 Pick PR #63239](https://github.com/href="https://redirect.github.com/microsoft/TypeScript/issues/63239">/issues/63239) (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d 🤖 Pick PR #63163](https://github.com/href="https://redirect.github.com/microsoft/TypeScript/issues/63163">/issues/63163) (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69 Bump version to 6.0.1-rc and LKGaf4caac Update LKG8efd7e8 Merge remote-tracking branch 'origin/main' into release-6.0Updates vite from 6.4.2 to 8.0.16
Sourced from vite's releases.
v8.0.16
Please refer to CHANGELOG.md (github.com) for details.
v8.0.15
Please refer to CHANGELOG.md (github.com) for details.
v8.0.14
Please refer to CHANGELOG.md (github.com) for details.
v8.0.13
Please refer to CHANGELOG.md (github.com) for details.
v8.0.12
Please refer to CHANGELOG.md (github.com) for details.
v8.0.11
Please refer to CHANGELOG.md (github.com) for details.
v8.0.10
Please refer to CHANGELOG.md (github.com) for details.
v8.0.9
Please refer to CHANGELOG.md (github.com) for details.
v8.0.8
Please refer to CHANGELOG.md (github.com) for details.
v8.0.7
Please refer to CHANGELOG.md (github.com) for details.
v8.0.6
Please refer to CHANGELOG.md (github.com) for details.
v8.0.5
Please refer to CHANGELOG.md (github.com) for details.
v8.0.4
Please refer to CHANGELOG.md (github.com) for details.
create-vite@8.0.3
Please refer to CHANGELOG.md (github.com) for details.
v8.0.3
Please refer to CHANGELOG.md (github.com) for details.
create-vite@8.0.2
Please refer to CHANGELOG.md (github.com) for details.
v8.0.2
Please refer to CHANGELOG.md (github.com) for details.
... (truncated)
Sourced from vite's changelog.
8.0.16 (2026-06-01)
Bug Fixes
- deps: reject UNC paths for launch-editor-middleware (#22571](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22571">/issues/22571)) (50b9512)
- reject windows alternate paths (#22572](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22572">/issues/22572)) (dc245c7)
8.0.15 (2026-06-01)
Features
- send 408 on request timeout (#22476](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22476">/issues/22476)) (c85c9ee)
- update rolldown to 1.0.3 (#22538](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22538">/issues/22538)) (646dbed)
Bug Fixes
- capitalize error messages and remove spurious space in parse error (#22488](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22488">/issues/22488)) (85a0eff)
- deps: update all non-major dependencies (#22511](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22511">/issues/22511)) (2686d7d)
- dev: fix html-proxy cache key mismatch for /@fs/ HTML paths (#21762](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/21762">/issues/21762)) (47c4213)
- glob: error on relative glob in virtual module when no files match (#22497](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22497">/issues/22497)) (5c8e98f)
- optimizer: close the rolldown bundle when write() rejects (#22528](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22528">/issues/22528)) (e3cfb9d)
- resolve: provide onWarn for viteResolvePlugin in JS plugin containers (#22509](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22509">/issues/22509)) (40985f1)
Miscellaneous Chores
- deps: update rolldown-related dependencies (#22566](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22566">/issues/22566)) (3052a67)
Code Refactoring
- correct logic in
collectAllModulesfunction (#22562](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22562">/issues/22562)) (6978a9c)8.0.14 (2026-05-21)
Features
- update rolldown to 1.0.2 (#22484](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22484">/issues/22484)) (96efc88)
Bug Fixes
- deps: update all non-major dependencies (#22471](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22471">/issues/22471)) (98b8163)
- dev: handle errors when sending messages to vite server (#22450](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22450">/issues/22450)) (e8e9a34)
- html: handle trailing slash paths in transformIndexHtml (#22480](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22480">/issues/22480)) (5d94d1b)
- optimizer: pass oxc jsx options to transformSync in dependency scan (#22342](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22342">/issues/22342)) (b3132da)
Miscellaneous Chores
- deps: update rolldown-related dependencies (#22470](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22470">/issues/22470)) (7cb728e)
- remove irrelevant commits from changelog (2c69495)
Code Refactoring
- glob: do not rewrite import path for absolute base (#22310](https://github.com/href="https://redirect.github.com/vitejs/vite/issues/22310">/issues/22310)) (0ae2844)
... (truncated)
f94df87 release: v8.0.16dc245c7 fix: reject windows alternate paths (#22572](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22572">/issues/22572))50b9512 fix(deps): reject UNC paths for launch-editor-middleware (#22571](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22571">/issues/22571))8d1b019 release: v8.0.152686d7d fix(deps): update all non-major dependencies (#22511](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22511">/issues/22511))3052a67 chore(deps): update rolldown-related dependencies (#22566](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22566">/issues/22566))e3cfb9d fix(optimizer): close the rolldown bundle when write() rejects (#22528](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22528">/issues/22528))6978a9c refactor: correct logic in collectAllModules function (#22562](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22562">/issues/22562))646dbed feat: update rolldown to 1.0.3 (#22538](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22538">/issues/22538))85a0eff fix: capitalize error messages and remove spurious space in parse error (#22488](https://github.com/href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/22488">/issues/22488))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.