Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #1880

Merged
merged 2 commits into from
Mar 17, 2025
Merged

Conversation

shuuji3
Copy link
Contributor

@shuuji3 shuuji3 commented Mar 17, 2025

resolve #1879

vitejs/vite@f4e712f の反映です。

Copy link

netlify bot commented Mar 17, 2025

Deploy Preview for vitejs-docs-ja ready!

Name Link
🔨 Latest commit beb7312
🔍 Latest deploy log https://app.netlify.com/sites/vitejs-docs-ja/deploys/67d801889af8a90008bec25e
😎 Deploy Preview https://deploy-preview-1880--vitejs-docs-ja.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@9.15.5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4",
"packageManager": "pnpm@10.6.3",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

今回の変更には含まれていませんでしたが、すでに pnpm v10 になっているようだったので合わせて更新しました。

Comment on lines +36 to +38
"onlyBuiltDependencies": [
"esbuild"
]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pnpm v10 で明示的な許可が必要になったので、警告が表示された esbuild のみ追加しました。

追加時に実行したコマンドです:
image

Copy link
Collaborator

@jay-es jay-es left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

いつも迅速に対応いただきありがとうございます! 😭

@jay-es jay-es merged commit 8ae4b5b into vitejs:main Mar 17, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(deps): update all non-major dependencies
2 participants