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

Update dependency blockly to v11 #90

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
blockly (source) 9.3.3 -> 11.1.1 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 is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/blockly-11.x branch 6 times, most recently from 10e8719 to 26d21cd Compare May 30, 2024 20:14
@renovate renovate bot force-pushed the renovate/blockly-11.x branch 8 times, most recently from 6516c27 to 6b76ee0 Compare June 6, 2024 20:33
@renovate renovate bot changed the title Update dependency blockly to v11 Update dependency blockly to v11 - autoclosed Jun 6, 2024
@renovate renovate bot closed this Jun 6, 2024
@renovate renovate bot deleted the renovate/blockly-11.x branch June 6, 2024 20:42
@renovate renovate bot changed the title Update dependency blockly to v11 - autoclosed Update dependency blockly to v11 Jun 6, 2024
@renovate renovate bot reopened this Jun 6, 2024
@renovate renovate bot restored the renovate/blockly-11.x branch June 6, 2024 20:45
@renovate renovate bot force-pushed the renovate/blockly-11.x branch 5 times, most recently from 8068474 to be83112 Compare June 12, 2024 18:40
@renovate renovate bot force-pushed the renovate/blockly-11.x branch 4 times, most recently from 490d642 to 5a85473 Compare June 20, 2024 00:02
@renovate renovate bot force-pushed the renovate/blockly-11.x branch 8 times, most recently from b88dd0d to cbe8738 Compare July 3, 2024 00:53
@renovate renovate bot force-pushed the renovate/blockly-11.x branch 3 times, most recently from 45b21a7 to 5ea9fd5 Compare July 8, 2024 21:56
@renovate renovate bot force-pushed the renovate/blockly-11.x branch 8 times, most recently from a033b32 to b6ef343 Compare July 20, 2024 11:22
@renovate renovate bot force-pushed the renovate/blockly-11.x branch 6 times, most recently from c9b56d1 to 851a0c6 Compare July 26, 2024 22:01
@renovate renovate bot force-pushed the renovate/blockly-11.x branch 3 times, most recently from 3a8ee55 to 96ad05c Compare July 30, 2024 01:03
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.

None yet

0 participants