Skip to content

Bump blockly from 12.5.1 to 13.0.0 in /blockly#471

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/blockly/blockly-13.0.0
Open

Bump blockly from 12.5.1 to 13.0.0 in /blockly#471
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/blockly/blockly-13.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps blockly from 12.5.1 to 13.0.0.

Release notes

Sourced from blockly's releases.

blockly-v13.0.0

Hello Block Builders! We have a very exciting release for you with v13.0.0! Highlights:

  • Blockly is now both keyboard-navigable and screenreader-accessible by default! You can read more about our approach here. If you have custom blocks and/or fields, you'll want to update the aria roles and labels for those as described here. See below for more resources.
  • If you were using the @blockly/keyboard-navigation plugin, you should uninstall it at the same time that you update to v13! Keyboard navigation is enabled by default.
  • As usual, each of the breaking changes PRs linked below contains instructions for how to know if a change affects you and what to do if it does. Many of these breaking changes are quite niche so for many of you it should not be a huge lift to update. A big category of these is the addition of new keyboard navigation shortcuts. If these conflict with your existing shortcuts, you'll need to update one or the other. We recommend you keep our default keyboard navigation shortcuts if at all possible, to maintain parity with other block-based applications. Get in touch on the forum if you have questions!
  • We updated the default renderer to thrasos. If you explicitly specify your renderer (as you probably should) then this does not affect you, but if not you may notice your blocks look very slightly different. Thrasos is more performant than geras so we recommend you keep using it if possible.
  • We've added a new sound for when a block is dropped on the workspace. Our user testing validated that the new sound helped users understand when a new block is placed, in addition to the existing sound effect for when blocks are connected or disconnected. We know new sounds can be jarring but give it a chance :)
  • We also updated the default location of sounds to blockly.com/media. Best practice is to host the sounds yourself, so if you're doing that be sure to also host the new sound. Or you can replace it with your own file if you prefer.
  • The oldest browser we now support is Safari 15.4. This version is already no longer receiving security updates from Apple so we believe most applications should already have a minimum supported version newer than this. If this is an issue for you, you can polyfill the css :has selector and continue supporting older versions.
  • Plugins are coming soon - we'll send another email when they're released. New this cycle is that all plugins will receive the v13.0.0 version number so it will be easy to tell how to update your plugins when required.

More accessibility resources:

  • Be on the lookout for our Blockly Summit 2026 talks on YouTube which had tons of relevant talks! We'll post an update on the forum when these are live.
  • Best practices for creating accessible applications
  • How to audit your block-based app for conformance with accessibility requirements

What's Changed

Breaking changes 🛠

New features ✨

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [blockly](https://github.com/RaspberryPiFoundation/blockly) from 12.5.1 to 13.0.0.
- [Release notes](https://github.com/RaspberryPiFoundation/blockly/releases)
- [Commits](RaspberryPiFoundation/blockly@blockly-v12.5.1...blockly-v13.0.0)

---
updated-dependencies:
- dependency-name: blockly
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies javascript Pull requests that update Javascript code labels Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update Javascript code

Development

Successfully merging this pull request may close these issues.

0 participants