Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump the vite group across 1 directory with 3 updates#20616

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 1, 2025

Bumps the vite group with 3 updates in the /site directory:@vitejs/plugin-react,vite andvitest.

Updates@vitejs/plugin-react from 5.0.4 to 5.1.0

Release notes

Sourced from@​vitejs/plugin-react's releases.

plugin-react@5.1.0

Add@vitejs/plugin-react/preamble virtual module for SSR HMR (#890)

SSR applications can now initialize HMR runtime by importing@vitejs/plugin-react/preamble at the top of their client entry instead of manually callingtransformIndexHtml. This simplifies SSR setup for applications that don't use thetransformIndexHtml API.

Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#930)

Rolldown 1.0.0-beta.44+ removed the top-leveljsx option in favor oftransform.jsx. This plugin now uses thetransform.jsx option to support Rolldown 1.0.0-beta.44+.

Changelog

Sourced from@​vitejs/plugin-react's changelog.

5.1.0 (2025-10-24)

Add@vitejs/plugin-react/preamble virtual module for SSR HMR (#890)

SSR applications can now initialize HMR runtime by importing@vitejs/plugin-react/preamble at the top of their client entry instead of manually callingtransformIndexHtml. This simplifies SSR setup for applications that don't use thetransformIndexHtml API.

Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#930)

Rolldown 1.0.0-beta.44+ removed the top-leveljsx option in favor oftransform.jsx. This plugin now uses thetransform.jsx option to support Rolldown 1.0.0-beta.44+.

Commits
  • 3e5a374 release: plugin-react@5.1.0
  • 44cbed4 fix(react): compat with newer rolldown (#930)
  • c54d3c6 chore(deps): update all non-major dependencies (#926)
  • a2d76d9 fix(deps): update all non-major dependencies (#918)
  • fffb7eb feat(react): expose virtual module to simplify hmr preamble setup on ssr (#890)
  • b79592a fix(deps): update react-related dependencies (#901)
  • 2d239fc fix(deps): update all non-major dependencies (#896)
  • 73be2f0 chore(deps): fix vitest > rolldown-vite dependency (#889)
  • 407795d fix(deps): update all non-major dependencies (#887)
  • 47db473 chore(react): fix ecosystem-ci failure (#888)
  • See full diff incompare view

Updatesvite from 7.1.11 to 7.1.12

Release notes

Sourced fromvite's releases.

v7.1.12

Please refer toCHANGELOG.md for details.

Changelog

Sourced fromvite's changelog.

7.1.12 (2025-10-23)

Bug Fixes

Commits

Updatesvitest from 4.0.5 to 4.0.6

Release notes

Sourced fromvitest's releases.

v4.0.6

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 2e7b2b8 chore: release v4.0.6
  • 31706df fix: reuse the same environment whenisolate andfileParallelism are fals...
  • 10a06d8 fix(happy-dom): properly teardown additional keys (#8888)
  • 197caf2 fix(jsdom): pass down Node.jsFormData toRequest (#8880)
  • ca041f5 fix: improve spying types (#8878)
  • e3b7775 fix(coverage): prevent filtering out virtual files before remapping to source...
  • 7e6c37a fix: do not throw when importing a type from an external package (#8875)
  • 3e19f27 fix: don't merge errors with different diffs for reporting (#8871)
  • See full diff incompare view

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 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

Bumps the vite group with 3 updates in the /site directory: [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).Updates `@vitejs/plugin-react` from 5.0.4 to 5.1.0- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react@5.1.0/packages/plugin-react)Updates `vite` from 7.1.11 to 7.1.12- [Release notes](https://github.com/vitejs/vite/releases)- [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md)- [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite)Updates `vitest` from 4.0.5 to 4.0.6- [Release notes](https://github.com/vitest-dev/vitest/releases)- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.6/packages/vitest)---updated-dependencies:- dependency-name: "@vitejs/plugin-react"  dependency-version: 5.1.0  dependency-type: direct:development  update-type: version-update:semver-minor  dependency-group: vite- dependency-name: vite  dependency-version: 7.1.12  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: vite- dependency-name: vitest  dependency-version: 4.0.6  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: vite...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javascriptPull requests that update javascript code labelsNov 1, 2025
@github-actionsgithub-actionsbotenabled auto-merge (squash)November 1, 2025 11:12
@github-actionsgithub-actionsbot merged commit979df63 intomainNov 1, 2025
34 checks passed
@github-actionsgithub-actionsbot deleted the dependabot/npm_and_yarn/site/vite-445cecb632 branchNovember 1, 2025 11:20
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp