diff --git a/examples/backpack-demo/package.json b/examples/backpack-demo/package.json index 3f63e73941..b458de0bfb 100644 --- a/examples/backpack-demo/package.json +++ b/examples/backpack-demo/package.json @@ -18,6 +18,6 @@ }, "dependencies": { "@blockly/workspace-backpack": "^7.0.11", - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/blockly-rtc/package.json b/examples/blockly-rtc/package.json index 1767fd0f0e..639717bb81 100644 --- a/examples/blockly-rtc/package.json +++ b/examples/blockly-rtc/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@vscode/sqlite3": "^5.1.2", - "blockly": "^13.0.0", + "blockly": "^13.1.0", "socket.io": "^4.8.3", "socket.io-client": "^4.8.3" }, diff --git a/examples/custom-dialogs-demo/package.json b/examples/custom-dialogs-demo/package.json index 6895eddd24..ce2d3427fa 100644 --- a/examples/custom-dialogs-demo/package.json +++ b/examples/custom-dialogs-demo/package.json @@ -15,6 +15,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/custom-tooltips-demo/package.json b/examples/custom-tooltips-demo/package.json index 1a53900db0..9cafff26ce 100644 --- a/examples/custom-tooltips-demo/package.json +++ b/examples/custom-tooltips-demo/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "blocklyDemoConfig": { "title": "Custom Tooltips", diff --git a/examples/developer-tools/package.json b/examples/developer-tools/package.json index da901e29e8..b64b54d5f9 100644 --- a/examples/developer-tools/package.json +++ b/examples/developer-tools/package.json @@ -42,6 +42,6 @@ "@blockly/field-angle": "^6.0.9", "@blockly/field-colour": "^6.0.12", "@material/web": "^2.4.1", - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/devsite-demo/package.json b/examples/devsite-demo/package.json index 8a44215b89..9c93e6ede4 100644 --- a/examples/devsite-demo/package.json +++ b/examples/devsite-demo/package.json @@ -19,6 +19,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/devsite-landing-demo/package.json b/examples/devsite-landing-demo/package.json index f985e65776..a1304bf6c9 100644 --- a/examples/devsite-landing-demo/package.json +++ b/examples/devsite-landing-demo/package.json @@ -19,6 +19,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/fixed-demo/package.json b/examples/fixed-demo/package.json index 0c8c0b537b..e9f5804af5 100644 --- a/examples/fixed-demo/package.json +++ b/examples/fixed-demo/package.json @@ -14,6 +14,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/generator-demo/package.json b/examples/generator-demo/package.json index 17990d5eaf..78c522eb14 100644 --- a/examples/generator-demo/package.json +++ b/examples/generator-demo/package.json @@ -14,6 +14,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/graph-demo/package.json b/examples/graph-demo/package.json index d4477c23ae..c0a6a283a7 100644 --- a/examples/graph-demo/package.json +++ b/examples/graph-demo/package.json @@ -14,6 +14,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/headless-demo/package.json b/examples/headless-demo/package.json index 8502c662ae..875c24f71e 100644 --- a/examples/headless-demo/package.json +++ b/examples/headless-demo/package.json @@ -13,6 +13,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/interpreter-demo/package.json b/examples/interpreter-demo/package.json index db45a310cd..6951ed48d5 100644 --- a/examples/interpreter-demo/package.json +++ b/examples/interpreter-demo/package.json @@ -37,6 +37,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/max-blocks-demo/package.json b/examples/max-blocks-demo/package.json index 3f8a195148..8f1f21289d 100644 --- a/examples/max-blocks-demo/package.json +++ b/examples/max-blocks-demo/package.json @@ -14,6 +14,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/mirror-demo/package.json b/examples/mirror-demo/package.json index 0d39f3bd88..963e251f64 100644 --- a/examples/mirror-demo/package.json +++ b/examples/mirror-demo/package.json @@ -14,6 +14,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/pitch-field-demo/package.json b/examples/pitch-field-demo/package.json index f535e3777a..bb1b6b19e8 100644 --- a/examples/pitch-field-demo/package.json +++ b/examples/pitch-field-demo/package.json @@ -17,6 +17,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/resizable-demo/package.json b/examples/resizable-demo/package.json index 16ae82f08e..fba26b8919 100644 --- a/examples/resizable-demo/package.json +++ b/examples/resizable-demo/package.json @@ -15,6 +15,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/rtl-demo/package.json b/examples/rtl-demo/package.json index 4218d192d7..3f2f8a2039 100644 --- a/examples/rtl-demo/package.json +++ b/examples/rtl-demo/package.json @@ -14,6 +14,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/sample-app-ts/package.json b/examples/sample-app-ts/package.json index 1da66f3338..971de8ceaa 100644 --- a/examples/sample-app-ts/package.json +++ b/examples/sample-app-ts/package.json @@ -26,6 +26,6 @@ "webpack-dev-server": "^5.2.5" }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/sample-app/package.json b/examples/sample-app/package.json index 1a3c49d405..86d9f3730b 100644 --- a/examples/sample-app/package.json +++ b/examples/sample-app/package.json @@ -24,6 +24,6 @@ "webpack-dev-server": "^5.2.5" }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/single-direction-scroll-demo/package.json b/examples/single-direction-scroll-demo/package.json index 187b4b0860..35ebb93605 100644 --- a/examples/single-direction-scroll-demo/package.json +++ b/examples/single-direction-scroll-demo/package.json @@ -14,6 +14,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/toolbox-demo/package.json b/examples/toolbox-demo/package.json index c31cdbf34d..944b75b068 100644 --- a/examples/toolbox-demo/package.json +++ b/examples/toolbox-demo/package.json @@ -14,6 +14,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/examples/turtle-field-demo/package.json b/examples/turtle-field-demo/package.json index e916c658da..ec2097d9b2 100644 --- a/examples/turtle-field-demo/package.json +++ b/examples/turtle-field-demo/package.json @@ -16,6 +16,6 @@ ] }, "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } diff --git a/package-lock.json b/package-lock.json index 2741e2ddea..19f101de64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@eslint/js": "^10.0.1", "@typescript-eslint/eslint-plugin": "^8.61.1", "@typescript-eslint/parser": "^8.61.1", - "blockly": "^13.0.0", + "blockly": "^13.1.0", "conventional-changelog-conventionalcommits": "^9.3.1", "eslint": "^10.5.0", "eslint-config-google": "^0.14.0", @@ -45,7 +45,7 @@ "version": "0.0.0", "dependencies": { "@blockly/workspace-backpack": "^7.0.11", - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/blockly-rtc": { @@ -53,7 +53,7 @@ "version": "0.0.0", "dependencies": { "@vscode/sqlite3": "^5.1.2", - "blockly": "^13.0.0", + "blockly": "^13.1.0", "socket.io": "^4.8.3", "socket.io-client": "^4.8.3" }, @@ -296,14 +296,14 @@ "name": "blockly-custom-dialog-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/custom-tooltips-demo": { "name": "blockly-custom-tooltips-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/developer-tools": { @@ -313,7 +313,7 @@ "@blockly/field-angle": "^6.0.9", "@blockly/field-colour": "^6.0.12", "@material/web": "^2.4.1", - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "devDependencies": { "@webpack-cli/generators": "^3.0.7", @@ -407,91 +407,91 @@ "name": "blockly-devsite-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/devsite-landing-demo": { "name": "blockly-devsite-landing-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/fixed-demo": { "name": "blockly-fixed-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/generator-demo": { "name": "blockly-generator-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/graph-demo": { "name": "blockly-graph-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/headless-demo": { "name": "blockly-headless-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/interpreter-demo": { "name": "blockly-interpreter-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/max-blocks-demo": { "name": "blockly-max-blocks-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/mirror-demo": { "name": "blockly-mirror-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/pitch-field-demo": { "name": "blockly-pitch-field-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/resizable-demo": { "name": "blockly-resizable-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/rtl-demo": { "name": "blockly-rtl-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/sample-app": { "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "devDependencies": { "css-loader": "^7.1.4", @@ -508,7 +508,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "devDependencies": { "css-loader": "^7.1.4", @@ -675,21 +675,21 @@ "examples/single-direction-scroll-demo": { "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/toolbox-demo": { "name": "blockly-toolbox-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "examples/turtle-field-demo": { "name": "blockly-turtle-field-demo", "version": "0.0.0", "dependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -6375,9 +6375,9 @@ } }, "node_modules/blockly": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/blockly/-/blockly-13.0.0.tgz", - "integrity": "sha512-A5sj35fOgVAaEGqgrZftcKv0LxFKOnAQ7BA9uAlXrEQAiJuaKer59QJzmjwhYXiJzrR4fZfF6CQ6gpRr7PIcaQ==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/blockly/-/blockly-13.1.0.tgz", + "integrity": "sha512-5BhV2zw9lVPqcvCdkyTxdoXJkqeJCkfDFiE2OQ9Cy2E7pXTFbk5pZ29IW3tka063b4500f90XlYAipB8MqrTgA==", "license": "Apache-2.0", "engines": { "node": ">=22" @@ -23987,7 +23987,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/block-plus-minus": { @@ -24002,7 +24002,7 @@ "sinon": "^22.0.0" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/block-shareable-procedures": { @@ -24019,7 +24019,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/block-test": { @@ -24030,7 +24030,7 @@ "@blockly/dev-scripts": "^4.0.12" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/content-highlight": { @@ -24043,7 +24043,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/continuous-toolbox": { @@ -24056,7 +24056,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/cross-tab-copy-paste": { @@ -24068,7 +24068,7 @@ "@blockly/dev-tools": "^9.0.9" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/dev-create": { @@ -24333,7 +24333,7 @@ "@types/dat.gui": "^0.7.13" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/disable-top-blocks": { @@ -24345,7 +24345,7 @@ "@blockly/dev-tools": "^9.0.9" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/field-angle": { @@ -24360,7 +24360,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/field-bitmap": { @@ -24375,7 +24375,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/field-colour": { @@ -24396,7 +24396,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/field-colour-hsv-sliders": { @@ -24414,7 +24414,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/field-date": { @@ -24429,7 +24429,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/field-dependent-dropdown": { @@ -24444,7 +24444,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/field-grid-dropdown": { @@ -24457,7 +24457,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/field-multilineinput": { @@ -24472,7 +24472,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/field-slider": { @@ -24487,7 +24487,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/fixed-edges": { @@ -24499,7 +24499,7 @@ "@blockly/dev-tools": "^9.0.9" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/migration": { @@ -24557,7 +24557,7 @@ "sinon": "22.0.0" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/scroll-options": { @@ -24570,7 +24570,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/shadow-block-converter": { @@ -24587,7 +24587,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/strict-connection-checker": { @@ -24600,7 +24600,7 @@ "chai": "^6.2.2" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/suggested-blocks": { @@ -24614,7 +24614,7 @@ "sinon": "^22.0.0" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/theme-dark": { @@ -24625,7 +24625,7 @@ "@blockly/dev-scripts": "^4.0.12" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/theme-deuteranopia": { @@ -24636,7 +24636,7 @@ "@blockly/dev-scripts": "^4.0.12" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/theme-hackermode": { @@ -24648,7 +24648,7 @@ "@blockly/dev-tools": "^9.0.9" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/theme-highcontrast": { @@ -24659,7 +24659,7 @@ "@blockly/dev-scripts": "^4.0.12" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/theme-modern": { @@ -24670,7 +24670,7 @@ "@blockly/dev-scripts": "^4.0.12" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/theme-tritanopia": { @@ -24681,7 +24681,7 @@ "@blockly/dev-scripts": "^4.0.12" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/toolbox-search": { @@ -24695,7 +24695,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/typed-variable-modal": { @@ -24714,7 +24714,7 @@ "sinon": "22.0.0" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/workspace-backpack": { @@ -24727,7 +24727,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/workspace-minimap": { @@ -24741,7 +24741,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/workspace-search": { @@ -24757,7 +24757,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } }, "plugins/zoom-to-fit": { @@ -24770,7 +24770,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" } } } diff --git a/package.json b/package.json index f15a4d9b22..0161263cf2 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@eslint/js": "^10.0.1", "@typescript-eslint/eslint-plugin": "^8.61.1", "@typescript-eslint/parser": "^8.61.1", - "blockly": "^13.0.0", + "blockly": "^13.1.0", "conventional-changelog-conventionalcommits": "^9.3.1", "eslint": "^10.5.0", "eslint-config-google": "^0.14.0", diff --git a/plugins/block-dynamic-connection/package.json b/plugins/block-dynamic-connection/package.json index 2bdfbf27d1..354f906bfb 100644 --- a/plugins/block-dynamic-connection/package.json +++ b/plugins/block-dynamic-connection/package.json @@ -47,7 +47,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/block-plus-minus/package.json b/plugins/block-plus-minus/package.json index c07039d0f5..a181aede9f 100644 --- a/plugins/block-plus-minus/package.json +++ b/plugins/block-plus-minus/package.json @@ -46,7 +46,7 @@ "sinon": "^22.0.0" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/block-shareable-procedures/package.json b/plugins/block-shareable-procedures/package.json index 13046065c7..363dac2750 100644 --- a/plugins/block-shareable-procedures/package.json +++ b/plugins/block-shareable-procedures/package.json @@ -50,7 +50,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/block-test/package.json b/plugins/block-test/package.json index 0b8cabba67..19b7a75c2f 100644 --- a/plugins/block-test/package.json +++ b/plugins/block-test/package.json @@ -42,7 +42,7 @@ "@blockly/dev-scripts": "^4.0.12" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/content-highlight/package.json b/plugins/content-highlight/package.json index 4c3c105578..01b5fe1558 100644 --- a/plugins/content-highlight/package.json +++ b/plugins/content-highlight/package.json @@ -48,7 +48,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/continuous-toolbox/package.json b/plugins/continuous-toolbox/package.json index ddd5e1968f..b565911602 100644 --- a/plugins/continuous-toolbox/package.json +++ b/plugins/continuous-toolbox/package.json @@ -44,7 +44,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/cross-tab-copy-paste/package.json b/plugins/cross-tab-copy-paste/package.json index b4124cf34e..f0f81babb3 100644 --- a/plugins/cross-tab-copy-paste/package.json +++ b/plugins/cross-tab-copy-paste/package.json @@ -43,7 +43,7 @@ "@blockly/dev-tools": "^9.0.9" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/dev-tools/package.json b/plugins/dev-tools/package.json index 88b45823e2..dd280797c3 100644 --- a/plugins/dev-tools/package.json +++ b/plugins/dev-tools/package.json @@ -55,7 +55,7 @@ "@types/dat.gui": "^0.7.13" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/disable-top-blocks/package.json b/plugins/disable-top-blocks/package.json index 8839a3262e..e1f0738cca 100644 --- a/plugins/disable-top-blocks/package.json +++ b/plugins/disable-top-blocks/package.json @@ -42,7 +42,7 @@ "@blockly/dev-tools": "^9.0.9" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/field-angle/package.json b/plugins/field-angle/package.json index a69d65af68..8d732bbfc9 100644 --- a/plugins/field-angle/package.json +++ b/plugins/field-angle/package.json @@ -47,7 +47,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/field-bitmap/package.json b/plugins/field-bitmap/package.json index 141addcc65..0b3b6aac6e 100644 --- a/plugins/field-bitmap/package.json +++ b/plugins/field-bitmap/package.json @@ -47,7 +47,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/field-colour-hsv-sliders/package.json b/plugins/field-colour-hsv-sliders/package.json index d9a15bf975..593d93e63a 100644 --- a/plugins/field-colour-hsv-sliders/package.json +++ b/plugins/field-colour-hsv-sliders/package.json @@ -51,7 +51,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/field-colour/package.json b/plugins/field-colour/package.json index 5625aee05e..5a25c8be28 100644 --- a/plugins/field-colour/package.json +++ b/plugins/field-colour/package.json @@ -50,7 +50,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/field-date/package.json b/plugins/field-date/package.json index fb6d7bbfe5..9f8fddbf1f 100644 --- a/plugins/field-date/package.json +++ b/plugins/field-date/package.json @@ -49,7 +49,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/field-dependent-dropdown/package.json b/plugins/field-dependent-dropdown/package.json index 59295976d5..e64bc0c462 100644 --- a/plugins/field-dependent-dropdown/package.json +++ b/plugins/field-dependent-dropdown/package.json @@ -48,7 +48,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/field-grid-dropdown/package.json b/plugins/field-grid-dropdown/package.json index 00e1a42859..85a7bc654f 100644 --- a/plugins/field-grid-dropdown/package.json +++ b/plugins/field-grid-dropdown/package.json @@ -44,7 +44,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/field-multilineinput/package.json b/plugins/field-multilineinput/package.json index 8314b53ccf..e82cc3a575 100644 --- a/plugins/field-multilineinput/package.json +++ b/plugins/field-multilineinput/package.json @@ -47,7 +47,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/field-slider/package.json b/plugins/field-slider/package.json index bbbe480ee1..56a317c3fc 100644 --- a/plugins/field-slider/package.json +++ b/plugins/field-slider/package.json @@ -46,7 +46,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/fixed-edges/package.json b/plugins/fixed-edges/package.json index 8ad7d554e8..62951a8088 100644 --- a/plugins/fixed-edges/package.json +++ b/plugins/fixed-edges/package.json @@ -42,7 +42,7 @@ "@blockly/dev-tools": "^9.0.9" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/modal/package.json b/plugins/modal/package.json index 9aaf5daab9..01a0701ee5 100644 --- a/plugins/modal/package.json +++ b/plugins/modal/package.json @@ -47,7 +47,7 @@ "sinon": "22.0.0" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/scroll-options/package.json b/plugins/scroll-options/package.json index 256eee1262..c12be141fe 100644 --- a/plugins/scroll-options/package.json +++ b/plugins/scroll-options/package.json @@ -44,7 +44,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/shadow-block-converter/package.json b/plugins/shadow-block-converter/package.json index e6074f909c..7df8fa32db 100644 --- a/plugins/shadow-block-converter/package.json +++ b/plugins/shadow-block-converter/package.json @@ -48,7 +48,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/shadow-block-converter/test/shadow_block_converter_test.mocha.js b/plugins/shadow-block-converter/test/shadow_block_converter_test.mocha.js index d6f2f91511..b6a19ba562 100644 --- a/plugins/shadow-block-converter/test/shadow_block_converter_test.mocha.js +++ b/plugins/shadow-block-converter/test/shadow_block_converter_test.mocha.js @@ -49,6 +49,7 @@ suite('shadowBlockConversionChangeListener', function () { .callsFake(() => {}); this.clock = sinon.useFakeTimers(); + global.requestAnimationFrame = (callback) => setTimeout(callback, 0); }); teardown(function () { diff --git a/plugins/strict-connection-checker/package.json b/plugins/strict-connection-checker/package.json index 4d60931408..b66f37801b 100644 --- a/plugins/strict-connection-checker/package.json +++ b/plugins/strict-connection-checker/package.json @@ -45,7 +45,7 @@ "chai": "^6.2.2" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/suggested-blocks/package.json b/plugins/suggested-blocks/package.json index c4b0d7e0ac..1460aa3826 100644 --- a/plugins/suggested-blocks/package.json +++ b/plugins/suggested-blocks/package.json @@ -46,7 +46,7 @@ "sinon": "^22.0.0" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/theme-dark/package.json b/plugins/theme-dark/package.json index 603bdf206f..6e828a7898 100644 --- a/plugins/theme-dark/package.json +++ b/plugins/theme-dark/package.json @@ -43,7 +43,7 @@ "@blockly/dev-scripts": "^4.0.12" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/theme-deuteranopia/package.json b/plugins/theme-deuteranopia/package.json index 1401f06445..eecb7cc669 100644 --- a/plugins/theme-deuteranopia/package.json +++ b/plugins/theme-deuteranopia/package.json @@ -43,7 +43,7 @@ "@blockly/dev-scripts": "^4.0.12" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/theme-hackermode/package.json b/plugins/theme-hackermode/package.json index 65a1a3133e..7742efd6fe 100644 --- a/plugins/theme-hackermode/package.json +++ b/plugins/theme-hackermode/package.json @@ -44,7 +44,7 @@ "@blockly/dev-tools": "^9.0.9" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/theme-highcontrast/package.json b/plugins/theme-highcontrast/package.json index 23b2fbec2d..f25d7c3328 100644 --- a/plugins/theme-highcontrast/package.json +++ b/plugins/theme-highcontrast/package.json @@ -43,7 +43,7 @@ "@blockly/dev-scripts": "^4.0.12" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/theme-modern/package.json b/plugins/theme-modern/package.json index 684f667343..95dcb7932f 100644 --- a/plugins/theme-modern/package.json +++ b/plugins/theme-modern/package.json @@ -43,7 +43,7 @@ "@blockly/dev-scripts": "^4.0.12" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/theme-tritanopia/package.json b/plugins/theme-tritanopia/package.json index 924c9afc00..72e48f10a8 100644 --- a/plugins/theme-tritanopia/package.json +++ b/plugins/theme-tritanopia/package.json @@ -43,7 +43,7 @@ "@blockly/dev-scripts": "^4.0.12" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/toolbox-search/package.json b/plugins/toolbox-search/package.json index 1f117fc2e5..65d9cdf4db 100644 --- a/plugins/toolbox-search/package.json +++ b/plugins/toolbox-search/package.json @@ -46,7 +46,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/typed-variable-modal/package.json b/plugins/typed-variable-modal/package.json index 1dab78e4df..0e0898cce9 100644 --- a/plugins/typed-variable-modal/package.json +++ b/plugins/typed-variable-modal/package.json @@ -47,7 +47,7 @@ "sinon": "22.0.0" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "dependencies": { "@blockly/plugin-modal": "^8.0.9" diff --git a/plugins/workspace-backpack/package.json b/plugins/workspace-backpack/package.json index 2e583ccc2c..948dde755e 100644 --- a/plugins/workspace-backpack/package.json +++ b/plugins/workspace-backpack/package.json @@ -45,7 +45,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/workspace-minimap/package.json b/plugins/workspace-minimap/package.json index 51c3785ea8..fd2739b87b 100644 --- a/plugins/workspace-minimap/package.json +++ b/plugins/workspace-minimap/package.json @@ -45,7 +45,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/workspace-search/package.json b/plugins/workspace-search/package.json index 586df67f44..b042a1af07 100644 --- a/plugins/workspace-search/package.json +++ b/plugins/workspace-search/package.json @@ -47,7 +47,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public" diff --git a/plugins/workspace-search/test/workspace_search_test.mocha.js b/plugins/workspace-search/test/workspace_search_test.mocha.js index 94c16fa002..1e231adf8a 100644 --- a/plugins/workspace-search/test/workspace_search_test.mocha.js +++ b/plugins/workspace-search/test/workspace_search_test.mocha.js @@ -72,6 +72,7 @@ suite('WorkspaceSearch', function () { this.workspaceSearch = new WorkspaceSearch(this.workspace); // See https://github.com/RaspberryPiFoundation/blockly-samples/issues/2528 for context. global.SVGElement = window.SVGElement; + global.requestAnimationFrame = (callback) => setTimeout(callback, 0); }); teardown(function () { @@ -492,7 +493,13 @@ suite('WorkspaceSearch', function () { this.workspaceSearch.searchAndHighlight('nothingMatchesThis', false); this.workspaceSearch.close(); - assert.equal(Blockly.getFocusManager().getFocusedNode(), this.workspace); + // As of Blockly v13.1.0 the workspace is focused via a dedicated focus + // target node (rather than the workspace itself being the focused node), + // so focusing the workspace as a whole lands on that target. + assert.equal( + Blockly.getFocusManager().getFocusedNode(), + this.workspace.getRestoredFocusableNode(), + ); }); test('close with match followed by non-match still focuses last found block', function () { diff --git a/plugins/zoom-to-fit/package.json b/plugins/zoom-to-fit/package.json index ded0df7a7b..a96d08ff37 100644 --- a/plugins/zoom-to-fit/package.json +++ b/plugins/zoom-to-fit/package.json @@ -43,7 +43,7 @@ "typescript": "^6.0.3" }, "peerDependencies": { - "blockly": "^13.0.0" + "blockly": "^13.1.0" }, "publishConfig": { "access": "public"