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 2 updates#15321

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[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubNov 1, 2024
edited
Loading

Bumps the vite group with 2 updates in the /site directory:@vitejs/plugin-react andvite.

Updates@vitejs/plugin-react from 4.3.2 to 4.3.3

Release notes

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

v4.3.3

React Compiler runtimeModule option removed

React Compiler was updated to accept atarget option andruntimeModule was removed. vite-plugin-react will still detectruntimeModule for backwards compatibility.

When using a customruntimeModule ortarget !== '19', the plugin will not try to pre-optimizereact/compiler-runtime dependency.

Thereact-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.

Here is the configuration to use the compiler with React 18 and correct source maps in development:

npm install babel-plugin-react-compiler react-compiler-runtime @babel/plugin-transform-react-jsx-development
exportdefaultdefineConfig(({ command})=>{constbabelPlugins=[['babel-plugin-react-compiler',{target:'18'}]]if(command==='serve'){babelPlugins.push(['@babel/plugin-transform-react-jsx-development',{}])}return{plugins:[react({babel:{plugins:babelPlugins}})],}})

Changelog

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

4.3.3 (2024-10-19)

React Compiler runtimeModule option removed

React Compiler was updated to accept atarget option andruntimeModule was removed. vite-plugin-react will still detectruntimeModule for backwards compatibility.

When using a customruntimeModule ortarget !== '19', the plugin will not try to pre-optimizereact/compiler-runtime dependency.

Thereact-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.

Here is the configuration to use the compiler with React 18 and correct source maps in development:

npm install babel-plugin-react-compiler react-compiler-runtime @babel/plugin-transform-react-jsx-development
exportdefaultdefineConfig(({ command})=>{constbabelPlugins=[['babel-plugin-react-compiler',{target:'18'}]]if(command==='serve'){babelPlugins.push(['@babel/plugin-transform-react-jsx-development',{}])}return{plugins:[react({babel:{plugins:babelPlugins}})],}})

Commits

Updatesvite from 5.4.8 to 5.4.10

Release notes

Sourced fromvite's releases.

v5.4.10

Please refer toCHANGELOG.md for details.

v5.4.9

Please refer toCHANGELOG.md for details.

Changelog

Sourced fromvite's changelog.

5.4.10 (2024-10-23)

  • fix: backport#18367,augment hash for CSS files to prevent chromium erroring by loading previous fil (7d1a3bc), closes#18367#18412

5.4.9 (2024-10-14)

Commits

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

@dependabotdependabotbot requested review froma team andKira-Pilot and removed request fora teamNovember 1, 2024 11:31
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/site/vite-19a79babb4 branch 4 times, most recently from35651a4 to8a9a1e6CompareNovember 4, 2024 06:03
Bumps the vite group with 2 updates in the /site directory: [@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.3.2 to 4.3.3- [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/v4.3.3/packages/plugin-react)Updates `vite` from 5.4.8 to 5.4.10- [Release notes](https://github.com/vitejs/vite/releases)- [Changelog](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md)- [Commits](https://github.com/vitejs/vite/commits/v5.4.10/packages/vite)---updated-dependencies:- dependency-name: "@vitejs/plugin-react"  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: vite- dependency-name: vite  dependency-type: direct:development  update-type: version-update:semver-patch  dependency-group: vite...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/site/vite-19a79babb4 branch from8a9a1e6 to72b5f14CompareNovember 4, 2024 06:13
@matifalimatifali merged commitffa8265 intomainNov 4, 2024
29 checks passed
@matifalimatifali deleted the dependabot/npm_and_yarn/site/vite-19a79babb4 branchNovember 4, 2024 10:52
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

@Kira-PilotKira-PilotAwaiting requested review from Kira-PilotKira-Pilot was automatically assigned from coder/ts

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@matifali

[8]ページ先頭

©2009-2025 Movatter.jp