mit-cml / workspace-multiselect

A Blockly plugin that allows you to drag, select and manipulate multiple blocks in the workspace.
https://hollowman6.github.io/workspace-multiselect/multi-workspace
11 stars 12 forks source link

chore(deps): bump blockly, @blockly/dev-tools and @blockly/workspace-backpack #55

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps blockly, @blockly/dev-tools and @blockly/workspace-backpack. These dependencies needed to be updated together. Updates blockly from 10.4.3 to 11.1.0

Release notes

Sourced from blockly's releases.

blockly-v11.1.0

What's Changed

New features ✨

Bug fixes 🐛

Reverted changes ⎌

Other changes

New Contributors

Full Changelog: https://github.com/google/blockly/compare/blockly-v11.0.0...blockly-v11.1.0

blockly-v11.0.0

Blockly v11 is here and it includes many new features and bug fixes!

For the full list of breaking changes, see the release notes below. You can click on each PR to learn why it's a breaking change, how to tell if you will be affected by it, and what to do if you are. There are a few major changes to be aware of:

  • The colour, multiline input, and angle fields and their associated blocks have been removed from core. They are now available as plugins. If you use these blocks or fields, follow the instructions in the plugin READMEs to install them.
  • If you install Blockly through npm, we now provide an exports clause to explicitly declare what you can import from our package.
    • Your build tooling may now throw an error if you deep import from our package such as import 'blockly/core/some/file/name.js', which has never been supported by Blockly but may have been made possible by your build tools.
  • We now provide Blockly as an esmodule if you use Blockly through import statements in JS.
    • import Blockly from 'blockly/core' has never been supported by Blockly, but your build tool may have "helpfully" made this work previously. Due to this change, your build tooling may no longer behave that way.

... (truncated)

Commits


Updates @blockly/dev-tools from 7.1.11 to 8.0.2

Release notes

Sourced from @​blockly/dev-tools's releases.

@​blockly/dev-tools@​8.0.2

8.0.2 (2024-06-06)

Note: Version bump only for package @​blockly/dev-tools

@​blockly/dev-tools@​8.0.1

8.0.1 (2024-05-30)

Bug Fixes

Changelog

Sourced from @​blockly/dev-tools's changelog.

8.0.2 (2024-06-06)

Note: Version bump only for package @​blockly/dev-tools

8.0.1 (2024-05-30)

Bug Fixes

8.0.0 (2024-05-21)

⚠ BREAKING CHANGES

  • update all plugins to v11 of blockly
  • dev-scripts: This PR removes the support that was added

Features

  • update all plugins to v11 of blockly (5fcd3e7)

Bug Fixes

Commits
  • 1cf3e19 Publish
  • 6bf755b Publish
  • b231e59 fix: multiple blockly instances (#2375)
  • 3296f24 Publish
  • 5fcd3e7 feat!: update all plugins to v11 of blockly
  • 6b00e3f Merge branch 'rc/v11.0.0' into merge-v11
  • ec5405a fix: Fix the instructions for configuring the debug renderer. (#2365)
  • c8bf6cf chore: update all plugins to latest blockly beta (#2352)
  • 73d0f9d chore: Merge branch 'master' into v11.0.0
  • 5eade55 fix: Call blocks handle both manual disabling and disabled defs (#2334)
  • Additional commits viewable in compare view


Updates @blockly/workspace-backpack from 5.3.9 to 6.0.2

Release notes

Sourced from @​blockly/workspace-backpack's releases.

@​blockly/workspace-backpack@​6.0.2

6.0.2 (2024-06-06)

Note: Version bump only for package @​blockly/workspace-backpack

@​blockly/workspace-backpack@​6.0.1

6.0.1 (2024-05-30)

Bug Fixes

@​blockly/workspace-backpack@​6.0.0

6.0.0 (2024-05-21)

⚠ BREAKING CHANGES

  • update all plugins to v11 of blockly

Features

  • move backpack to use interface for backpackability (#2314) (5d699d2)
  • update all plugins to v11 of blockly (5fcd3e7)
  • upgrade ts version, fix field validators (b2d2191)

Bug Fixes

  • Call blocks handle both manual disabling and disabled defs (#2334) (5eade55)
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 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)
dependabot[bot] commented 3 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.