fix(deps): update dependency blockly to v11 #82
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.
This PR contains the following updates:
^8.0.5
->^11.0.0
Release Notes
google/blockly (blockly)
v11.1.1
Compare Source
What's Changed
Bug Fixes
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:
exports
clause to explicitly declare what you can import from our package.import 'blockly/core/some/file/name.js'
, which has never been supported by Blockly but may have been made possible by your build tools.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.import * as Blockly from 'blockly/core'
instead, as described in our documentation.<script type="module">
in HTML files is not yet a supported method to load Blockly.statementToCode
orvalueToCode
on inputs that don't exist will now throw an error instead of returning an empty string.This release also comes with many new features and bug fixes! A few notable ones include:
What's Changed
Breaking changes 🛠
exports
section inpackage.json
by @cpcallen in https://github.com/google/blockly/pull/7822New features ✨
IDragger
andIDraggable
interfaces by @cpcallen in https://github.com/google/blockly/pull/7953Dragger
, implementingIDragger
by @cpcallen in https://github.com/google/blockly/pull/7956Bug fixes 🐛
scrub_
public
by @cpcallen in https://github.com/google/blockly/pull/7940typings/msg/msg.d.ts
; add TS import test by @cpcallen in https://github.com/google/blockly/pull/7955toFlyoutData
totoFlyoutInfo
) by @BeksOmega in https://github.com/google/blockly/pull/8015Cleanup ♻️
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
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 asany
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 🐛
forBlock
by @cpcallen in https://github.com/google/blockly/pull/7555Cleanup ♻️
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.
This PR was generated by Mend Renovate. View the repository job log.