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 dependency blockly to v11 #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
blockly (source) ^8.0.5 -> ^11.0.0 age adoption passing confidence

Release Notes

google/blockly (blockly)

v11.1.1

Compare Source

What's Changed

Bug Fixes
  • fix: statement input blocks disappearing #​8203

Full Changelog: google/blockly@blockly-v11.1.0...blockly-v11.1.1

v11.1.0

Compare Source

What's Changed

New features ✨
Bug fixes 🐛
Reverted changes ⎌
Other changes

New Contributors

Full Changelog: google/blockly@blockly-v11.0.0...blockly-v11.1.0

v11.0.0

Compare Source

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.
    • You should import * as Blockly from 'blockly/core' instead, as described in our documentation.
    • Note that <script type="module"> in HTML files is not yet a supported method to load Blockly.
  • Calling statementToCode or valueToCode on inputs that don't exist will now throw an error instead of returning an empty string.
    • This will make it easier to spot errors due to incorrect input names in block-code generator functions, but may expose previously silent issues with existing code.

This release also comes with many new features and bug fixes! A few notable ones include:

What's Changed

Breaking changes 🛠
New features ✨
Bug fixes 🐛
Cleanup ♻️

New Contributors

Full Changelog: google/blockly@blockly-v10.4.3...blockly-v11.0.0

v10.4.3

Compare Source

What's Changed

Other changes

Full Changelog: google/blockly@blockly-v10.4.2...blockly-v10.4.3

v10.4.2

Compare Source

This is a patch release that addresses minor issues with dragging that were introduced in v10.4.0.

What's Changed

Bug fixes 🐛

Full Changelog: google/blockly@blockly-v10.4.1...blockly-v10.4.2

v10.4.1

Compare Source

What's Changed

Bug Fixes
Other changes

Full Changelog: google/blockly@blockly-v10.4.0...blockly-v10.4.1

v10.4.0

Compare Source

Blockly v10.4.0

  • This release contains mostly bug fixes and improvements!
  • New feature: custom connection previewers allow you to change how pending connections are visualized to users. Check out the documentation to learn more.
  • Note if you use TypeScript: we now export the JavascriptGenerator (and similiar for other languages) class in TypeScript, complete with its accurate typings. We were not previously exporting this class in our TS definition files, so it wasn't accessible from TS code at all. Do note that we are still exporting the instance of those classes (javascriptGenerator and friends) typed as any so as not to introduce breaking type changes. You'll get accurate typings for the instances as well coming in v11!

What's Changed

New features ✨
Bug fixes 🐛

New Contributors

Full Changelog: google/blockly@blockly-v10.3.1...blockly-v10.4.0

v10.3.1

Compare Source

What's Changed

Bug fixes 🐛

Full Changelog: google/blockly@blockly-v10.3.0...blockly-v10.3.1

v10.3.0

Compare Source

What's Changed

New features ✨
Bug fixes 🐛
Cleanup ♻️
Reverted changes ⎌
Other changes

New Contributors

Full Changelog: google/blockly@blockly-v10.2.2...blockly-v10.3.0

v10.2.2

Compare Source

What's Changed

Other changes

Full Changelog: google/blockly@blockly-v10.2.1...blockly-v10.2.2

v10.2.1

Compare Source

What's Changed

Other changes

Full Changelog: google/blockly@blockly-v10.2.0...blockly-v10.2.1

v10.2.0

Compare Source

[These notes were drafted on 23 September 2023 and v10.2.0 was published on 28 September 2023, but due to an oversight these release notes were not published at that time.]

What's Changed

This was a minor release!

Deprecations 🧹 - APIs that may be removed in future releases
New features ✨
Bug fixes 🐛

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

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

Successfully merging this pull request may close these issues.

0 participants