Skip to content

chore: sync develop to main - #129

Merged
futamura merged 1 commit into
mainfrom
develop
Aug 27, 2026
Merged

chore: sync develop to main#129
futamura merged 1 commit into
mainfrom
develop

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Summary

Automated PR to sync develop branch into main for release.


🤖 Generated by the sync-develop-to-main workflow

`pnpm/action-setup@v6` errors out when a version is given both in the
action config and in package.json's `packageManager` field:

    Error: Multiple versions of pnpm specified:
      - version 9 in the GitHub Action config with the key "version"
      - version pnpm@9.15.0+sha512... in the package.json with the key "packageManager"

The `update-and-test` job has failed on every scheduled run since
2026-08-06 because of this, so no Three.js update PR has been opened
while three moved from 0.183.2 to 0.185.1.

Drop the `version` input and use `run_install: false`, matching how
develop.yaml and main.yaml call the action. The pnpm version now comes
solely from `packageManager`.
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@futamura
futamura merged commit b6bf289 into main Aug 27, 2026
12 checks passed
@futamura

Copy link
Copy Markdown
Owner

🎉 This PR is included in version 4.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants