Bump the development-dependencies group across 1 directory with 7 updates
Bumps the development-dependencies group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| @types/node | 24.2.1 |
24.9.2 |
| @types/react | 19.1.9 |
19.2.2 |
| @types/react-dom | 19.1.7 |
19.2.2 |
| @vitejs/plugin-react | 5.0.0 |
5.1.0 |
| rimraf | 6.0.1 |
6.1.0 |
| typescript | 5.9.2 |
5.9.3 |
| vite | 7.1.1 |
7.1.12 |
Updates @types/node from 24.2.1 to 24.9.2
Commits
- See full diff in compare view
Updates @types/react from 19.1.9 to 19.2.2
Commits
- See full diff in compare view
Updates @types/react-dom from 19.1.7 to 19.2.2
Commits
- See full diff in compare view
Updates @vitejs/plugin-react from 5.0.0 to 5.1.0
Release notes
Sourced from @vitejs/plugin-react's releases.
[email protected]
Add
@vitejs/plugin-react/preamblevirtual module for SSR HMR (#890)SSR applications can now initialize HMR runtime by importing
@vitejs/plugin-react/preambleat the top of their client entry instead of manually callingtransformIndexHtml. This simplifies SSR setup for applications that don't use thetransformIndexHtmlAPI.Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#930)
Rolldown 1.0.0-beta.44+ removed the top-level
jsxoption in favor oftransform.jsx. This plugin now uses thetransform.jsxoption to support Rolldown 1.0.0-beta.44+.[email protected]
Perf: use native refresh wrapper plugin in rolldown-vite (#881)
[email protected]
HMR did not work for components imported with queries with rolldown-vite (#872)
Perf: simplify refresh wrapper generation (#835)
[email protected]
Skip transform hook completely in rolldown-vite in dev if possible (#783)
[email protected]
Set
optimizeDeps.rollupOptions.transform.jsxinstead ofoptimizeDeps.rollupOptions.jsxfor rolldown-vite (#735)
optimizeDeps.rollupOptions.jsxis going to be deprecated in favor ofoptimizeDeps.rollupOptions.transform.jsx.Perf: skip
babel-plugin-react-compilerif code has no"use memo"when{ compilationMode: "annotation" }(#734)Respect tsconfig
jsxImportSource(#726)Fix
reactRefreshHostoption on rolldown-vite (#716)Fix
RefreshRuntimebeing injected twice for class components on rolldown-vite (#708)Skip
babel-plugin-react-compileron non client environment (689)
Changelog
Sourced from @vitejs/plugin-react's changelog.
5.1.0 (2025-10-24)
Add
@vitejs/plugin-react/preamblevirtual module for SSR HMR (#890)SSR applications can now initialize HMR runtime by importing
@vitejs/plugin-react/preambleat the top of their client entry instead of manually callingtransformIndexHtml. This simplifies SSR setup for applications that don't use thetransformIndexHtmlAPI.Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#930)
Rolldown 1.0.0-beta.44+ removed the top-level
jsxoption in favor oftransform.jsx. This plugin now uses thetransform.jsxoption to support Rolldown 1.0.0-beta.44+.5.0.4 (2025-09-27)
Perf: use native refresh wrapper plugin in rolldown-vite (#881)
5.0.3 (2025-09-17)
HMR did not work for components imported with queries with rolldown-vite (#872)
Perf: simplify refresh wrapper generation (#835)
5.0.2 (2025-08-28)
Skip transform hook completely in rolldown-vite in dev if possible (#783)
5.0.1 (2025-08-19)
Set
optimizeDeps.rollupOptions.transform.jsxinstead ofoptimizeDeps.rollupOptions.jsxfor rolldown-vite (#735)
optimizeDeps.rollupOptions.jsxis going to be deprecated in favor ofoptimizeDeps.rollupOptions.transform.jsx.Perf: skip
babel-plugin-react-compilerif code has no"use memo"when{ compilationMode: "annotation" }(#734)Respect tsconfig
jsxImportSource(#726)Fix
reactRefreshHostoption on rolldown-vite (#716)Fix
RefreshRuntimebeing injected twice for class components on rolldown-vite (#708)Skip
babel-plugin-react-compileron non client environment (689)
Commits
3e5a374release: [email protected]44cbed4fix(react): compat with newer rolldown (#930)c54d3c6chore(deps): update all non-major dependencies (#926)a2d76d9fix(deps): update all non-major dependencies (#918)fffb7ebfeat(react): expose virtual module to simplify hmr preamble setup on ssr (#890)b79592afix(deps): update react-related dependencies (#901)2d239fcfix(deps): update all non-major dependencies (#896)73be2f0chore(deps): fix vitest > rolldown-vite dependency (#889)407795dfix(deps): update all non-major dependencies (#887)47db473chore(react): fix ecosystem-ci failure (#888)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @vitejs/plugin-react since your current version.
Updates rimraf from 6.0.1 to 6.1.0
Changelog
Sourced from rimraf's changelog.
6.1
- Move to native
fs/promisesusage instead of promisifying manually.6.0
- Drop support for nodes before v20
- Add
--versionto CLI5.0
- No default export, only named exports
4.4
- Provide Dirent or Stats object as second argument to filter
4.3
- Return boolean indicating whether the path was fully removed
- Add filter option
- bin: add --verbose, -v to print files as they are deleted
- bin: add --no-verbose, -V to not print files as they are deleted
- bin: add -i --interactive to be prompted on each deletion
- bin: add -I --no-interactive to not be prompted on each deletion
- 4.3.1 Fixed inappropriately following symbolic links to directories
v4.2
- Brought back
globsupport, using the new and improved glob v9v4.1
- Improved hybrid module with no need to look at the
.defaultdangly bit..defaultpreserved as a reference torimraffor compatibility with anyone who came to rely on it in v4.0.- Accept and ignore
-rfand-frarguments to the bin.v4.0
- Remove
globdependency entirely. This library now only accepts actual file and folder names to delete.- Accept array of paths or single path.
- Windows performance and reliability improved.
- All strategies separated into explicitly exported methods.
- Drop support for Node.js below version 14
- rewrite in TypeScript
... (truncated)
Commits
18dc77a6.1.02bd2e62changelog 6.119311cfrefactor: switch to native fs.promises0c437d4Create separate dir for integration tests65a3b8aDo not pass unnecessary rest args to fs functions02b31b7Use the same ignoreENOENT and fixEPERM utils everywherec012f4fMock process.platform with t.interceptc72278aUse tap.intercept to test bin549d1e8Configure tap coverage-mapa76970bbenchmark: add options to filter and compare benchmarks- Additional commits viewable in compare view
Updates typescript from 5.9.2 to 5.9.3
Release notes
Sourced from typescript's releases.
TypeScript 5.9.3
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
- fixed issues query for Typescript 5.9.3 (Stable).
Downloads are available on:
Commits
c63de15Bump version to 5.9.3 and LKG8428ca4🤖 Pick PR #62438 (Fix incorrectly ignored dts file fr...) into release-5.9 (#...a131cac🤖 Pick PR #62351 (Add missing Float16Array constructo...) into release-5.9 (#...0424333🤖 Pick PR #62423 (Revert PR 61928) into release-5.9 (#62425)bdb641a🤖 Pick PR #62311 (Fix parenthesizer rules for manuall...) into release-5.9 (#...0d9b9b9🤖 Pick PR #61978 (Restructure CI to prepare for requi...) into release-5.9 (#...2dce0c5Intentionally regress one buggy declaration output to an older version (#62163)- See full diff in compare view
Updates vite from 7.1.1 to 7.1.12
Release notes
Sourced from vite's releases.
v7.1.12
Please refer to CHANGELOG.md for details.
v7.1.11
Please refer to CHANGELOG.md for details.
v7.1.10
Please refer to CHANGELOG.md for details.
v7.1.9
Please refer to CHANGELOG.md for details.
v7.1.8
Please refer to CHANGELOG.md for details.
v7.1.7
Please refer to CHANGELOG.md for details.
v7.1.6
Please refer to CHANGELOG.md for details.
v7.1.5
Please refer to CHANGELOG.md for details.
v7.1.4
Please refer to CHANGELOG.md for details.
v7.1.3
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
v7.1.2
Please refer to CHANGELOG.md for details.
[email protected]
Please refer to CHANGELOG.md for details.
Changelog
Sourced from vite's changelog.
7.1.12 (2025-10-23)
Bug Fixes
7.1.11 (2025-10-20)
Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System
- remove cjs reference in files field (#20945) (ef411ce)
- remove hash from built filenames (#20946) (a817307)
7.1.10 (2025-10-14)
Bug Fixes
- css: avoid duplicate style for server rendered stylesheet link and client inline style during dev (#20767) (3a92bc7)
- css: respect emitAssets when cssCodeSplit=false (#20883) (d3e7eee)
- deps: update all non-major dependencies (879de86)
- deps: update all non-major dependencies (#20894) (3213f90)
- dev: allow aliases starting with
//(#20760) (b95fa2a)- dev: remove timestamp query consistently (#20887) (6537d15)
- esbuild: inject esbuild helpers correctly for esbuild 0.25.9+ (#20906) (446eb38)
- normalize path before calling
fileToBuiltUrl(#20898) (73b6d24)- preserve original sourcemap file field when combining sourcemaps (#20926) (c714776)
Documentation
Miscellaneous Chores
7.1.9 (2025-10-03)
Reverts
7.1.8 (2025-10-02)
... (truncated)
Commits
2436aferelease: v7.1.1256fd722fix(deps): downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins#1909 (...8b69c9erelease: v7.1.11f479cc5fix(dev): trim trailing slash beforeserver.fs.denycheck (#20968)6fb41a2chore(deps): update all non-major dependencies (#20966)a817307build: remove hash from built filenames (#20946)ef411cebuild: remove cjs reference in files field (#20945)d0094afrefactor: use subpath imports for types module reference (#20921)ed4a0dcrelease: v7.1.10c714776fix: preserve original sourcemap file field when combining sourcemaps (#20926)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vite since your current version.
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.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill 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 versionwill 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