forked from TurboWarp/scratch-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Latest Sync #22
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
Open
Fluffy728
wants to merge
73
commits into
MyScratchBlocks:develop
Choose a base branch
from
TurboWarp:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Latest Sync #22
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- update actions/setup-node to fix extra 10 minute delay in CI - update Node.js - use version ranges instead of commit hashes to get future updates automatically (we already trust the GitHub Actions team)
Only consider drawables that correspond to a target in the VM. Related to #1026
This reverts commit 503dd6a. Will be fixed in another way that doesn't regress text bubbles
Bumps [scratch-vm](https://github.com/TurboWarp/scratch-vm) from `df92bc2` to `6222be2`. - [Commits](TurboWarp/scratch-vm@df92bc2...6222be2) --- updated-dependencies: - dependency-name: scratch-vm dependency-version: 6222be2a3c1e1fe22add331685a4f5b746eec969 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [scratch-render](https://github.com/TurboWarp/scratch-render) from `1ffefcf` to `2f24d17`. - [Commits](TurboWarp/scratch-render@1ffefcf...2f24d17) --- updated-dependencies: - dependency-name: scratch-render dependency-version: 2f24d177ebe39d92fcfca88d5d2c0cc01c4d2205 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This may fix various issues on Android. If not, we'll just disable using this API on Android because otherwise we just have a file picker that doesn't work half the time. Related to TurboWarp/unpackager#14 (comment)
An explanation will be on https://docs.turbowarp.org/donate soon Yes the footer is really unbalanced now. Might address that later.
Bumps [scratch-render](https://github.com/TurboWarp/scratch-render) from `49f714e` to `13e1933`. - [Commits](TurboWarp/scratch-render@49f714e...13e1933) --- updated-dependencies: - dependency-name: scratch-render dependency-version: 13e1933b455ae64609673704bbf94e196df27e14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [scratch-blocks](https://github.com/TurboWarp/scratch-blocks) from `67121bf` to `6a7e7e5`. - [Commits](TurboWarp/scratch-blocks@67121bf...6a7e7e5) --- updated-dependencies: - dependency-name: scratch-blocks dependency-version: 6a7e7e5561f25dce86d4ffe664703a110f5945e7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Turns out it's a real boolean, not a string like DNT
…ve me better pictures)
Bumps [@turbowarp/sb3fix](https://github.com/TurboWarp/sb3fix) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/TurboWarp/sb3fix/releases) - [Commits](TurboWarp/sb3fix@v0.3.6...v0.3.7) --- updated-dependencies: - dependency-name: "@turbowarp/sb3fix" dependency-version: 0.3.7 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Latest Chrome completely broke showSaveFilePicker. This has caused so many bugs in the past. Let's just not use it on broken platforms.
…roject uses those keys #1106
|
@GarboMuffin is attempting to deploy a commit to the scratch Team on Vercel. A member of the Team first needs to authorize it. |
This removes an unnecessary array copy from monitor adapter
Bumps [scratch-blocks](https://github.com/TurboWarp/scratch-blocks) from `6a7e7e5` to `dd1e426`. - [Commits](TurboWarp/scratch-blocks@6a7e7e5...dd1e426) --- updated-dependencies: - dependency-name: scratch-blocks dependency-version: dd1e42660a0df2f5999bd389758cb4aa267ea55e dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [scratch-vm](https://github.com/TurboWarp/scratch-vm) from `4187f55` to `fd13a98`. - [Commits](TurboWarp/scratch-vm@4187f55...fd13a98) --- updated-dependencies: - dependency-name: scratch-vm dependency-version: fd13a98e2d4f6c4678342b6a2f35fbb8fb4c2e37 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Syncs some changes with the Latest Update