dependabot[bot]
ffc64ebdf3
chore(deps): Bump @blockly/theme-modern from 5.0.1 to 5.0.4 ( #7645 )
...
Bumps [@blockly/theme-modern](https://github.com/google/blockly-samples/tree/HEAD/plugins/theme-modern ) from 5.0.1 to 5.0.4.
- [Release notes](https://github.com/google/blockly-samples/releases )
- [Changelog](https://github.com/google/blockly-samples/blob/master/plugins/theme-modern/CHANGELOG.md )
- [Commits](https://github.com/google/blockly-samples/commits/@blockly/theme-modern@5.0.4/plugins/theme-modern )
---
updated-dependencies:
- dependency-name: "@blockly/theme-modern"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 18:28:47 +00:00
dependabot[bot]
28cbdf0f2f
chore(deps): Bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.10.0 ( #7642 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.10.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 08:48:37 -08:00
Christopher Allen
b418907e41
refactor(generators): Migrate Python generators to TypeScript #7602 ( #7617 )
...
* refactor(generators): Migrate python_generator.js to TypeScript
* refactor(generators): Migrate generators/python/* to TypeScript
First pass doing very mechanistic migration, not attempting to fix
all the resulting type errors.
* fix(generators): Fix type errors in generator functions
This consists almost entirely of adding casts, so the code output
by tsc should be as similar as possible to the pre-migration .js
source files.
* refactor(generators): Migrate generators/python.js to TypeScript
The way the generator functions are added to
pythonGenerator.forBlock has been modified so that incorrect
generator function signatures will cause tsc to generate a type
error.
* chore(generator): Format
One block protected with // prettier-ignore to preserve careful
comment formatting.
Where there are repeated concatenations prettier has made a pretty
mess of things, but the correct fix is probably to use template
literals instead (rather than just locally disabling prettier).
This is one of the items in the to-do list in #7600 .
2023-11-11 18:03:35 +00:00
Cassidy
a2b895f7a9
fix: update setShadow TSDoc for Block and BlockSvg ( #7639 )
...
* fix: update setShadow TSDoc for Block and BlockSvg
* fix: Wrap comment lines at col 80
* fix: Corrected formatting with Prettier
2023-11-10 10:28:51 -08:00
Beka Westberg
02cd1c6a1b
fix: blocks being dragged behind toolbox ( #7619 )
...
* fix: add layer manager to fix dragging
* chore: fix block animations
* chore: add tests
* chore: format
2023-11-08 15:25:45 -08:00
Beka Westberg
d8eb7b56bb
fix: make autoclose toggleable for flyouts ( #7634 )
...
* fix: add basic autoclose toggling support
* fix: drag areas being incorrect
* fix: blocks getting bumped around when dragged into flyout area
* fix: respect always-open flyouts attached to toolboxes
* fix: flyout not hiding on ws click
* fix: have all flyouts filter for capacity
* chore: cleanup
* fix: view metrics not respecting flyout
* chore: fix change detectors
* fix: trashcan not firing close event on click
2023-11-07 13:12:21 -08:00
dependabot[bot]
4f73dc2440
chore(deps): Bump @blockly/block-test from 5.0.0 to 5.0.2 ( #7629 )
...
Bumps [@blockly/block-test](https://github.com/google/blockly-samples/tree/HEAD/plugins/block-test ) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/google/blockly-samples/releases )
- [Changelog](https://github.com/google/blockly-samples/blob/master/plugins/block-test/CHANGELOG.md )
- [Commits](https://github.com/google/blockly-samples/commits/@blockly/block-test@5.0.2/plugins/block-test )
---
updated-dependencies:
- dependency-name: "@blockly/block-test"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 13:07:38 -08:00
dependabot[bot]
f82cbc3ef0
chore(deps): Bump @hyperjump/json-schema from 1.6.4 to 1.6.5 ( #7633 )
...
Bumps [@hyperjump/json-schema](https://github.com/hyperjump-io/json-schema ) from 1.6.4 to 1.6.5.
- [Commits](https://github.com/hyperjump-io/json-schema/commits )
---
updated-dependencies:
- dependency-name: "@hyperjump/json-schema"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-06 13:06:46 -08:00
Beka Westberg
0ad57f4fd3
fix: shadows in insertion markers being displayed as shadows ( #7609 )
...
* fix: shadows in insertion markers being displayed as shadows
* chore: add unit tests
* chore: remove only
2023-11-03 11:19:30 -07:00
Apoorv Garg
9d117674ce
Fix : #7416 ( #7628 )
2023-11-02 08:31:17 -07:00
Siddheya Kulkarni
1b498681dd
feat: add css classes to icons ( #7626 )
...
* Update comment_icon.ts
* Update mutator_icon.ts
* Update warning_icon.ts
* Update comment_icon.ts
* Update mutator_icon.ts
* Update warning_icon.ts
* Update core/icons/comment_icon.ts
Co-authored-by: Beka Westberg <bwestberg@google.com >
* Update mutator_icon.ts
* Update warning_icon.ts
---------
Co-authored-by: Beka Westberg <bwestberg@google.com >
2023-11-02 08:25:24 -07:00
Apoorv Garg
10024bd54e
fix: prevent crash when clicking on a field to delete a block ( #7621 )
...
* Fix : #7587
* Fix: Lint error
* Fix: Move expression out of loop
* Fix: No need to use temp variable
2023-11-01 09:59:21 -07:00
dependabot[bot]
5322078056
chore(deps): Bump @hyperjump/json-schema from 1.5.2 to 1.6.4 ( #7615 )
...
Bumps [@hyperjump/json-schema](https://github.com/hyperjump-io/json-schema ) from 1.5.2 to 1.6.4.
- [Commits](https://github.com/hyperjump-io/json-schema/compare/v1.5.2...v1.6.4 )
---
updated-dependencies:
- dependency-name: "@hyperjump/json-schema"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-01 09:47:24 -07:00
Trey Pisano
73841995ec
fix: flyout id is different than first placed block ( #7618 )
...
* add saveIds param and logic to save correctly
* remove whitespace
* add saveIds to recursive calls
* run format
* change name from addIds to saveIds
* add saveIds test
* change blockId on false saveIds to undefined
2023-11-01 08:52:27 -07:00
Beka Westberg
666a393ac5
chore: drop node16 ( #7620 )
2023-11-01 08:48:34 -07:00
Apoorv Garg
37bfcbc31e
Fix : #7557 ( #7622 )
2023-10-31 11:40:15 -07:00
Beka Westberg
910abf1bb8
feat: add tooltip support for icons ( #7608 )
2023-10-31 10:44:49 -07:00
dependabot[bot]
4003093404
chore(deps): Bump webdriverio from 8.20.0 to 8.20.4 ( #7616 )
...
Bumps [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio ) from 8.20.0 to 8.20.4.
- [Release notes](https://github.com/webdriverio/webdriverio/releases )
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.20.4/packages/webdriverio )
---
updated-dependencies:
- dependency-name: webdriverio
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 15:09:57 -07:00
dependabot[bot]
30df65680c
chore(deps): Bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.9.0 ( #7614 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 6.7.5 to 6.9.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 15:09:19 -07:00
dependabot[bot]
32fe20dee0
chore(deps): Bump eslint from 8.51.0 to 8.52.0 ( #7606 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.51.0 to 8.52.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.51.0...v8.52.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 15:08:11 -07:00
dependabot[bot]
36dbb989fe
chore(deps): Bump concurrently from 8.2.1 to 8.2.2 ( #7603 )
...
Bumps [concurrently](https://github.com/open-cli-tools/concurrently ) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/open-cli-tools/concurrently/releases )
- [Commits](https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2 )
---
updated-dependencies:
- dependency-name: concurrently
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-30 15:07:46 -07:00
Christopher Allen
4ab8d00099
refactor(generators): Migrate JavaScript generators to TypeScript ( #7602 )
...
* refactor(generators): Migrate javascript_generator.js to TypeScript
* refactor(generators): Simplify getAdjusted
Slightly simplify the implementation of getAdjusted, in part to
make it more readable. Also improve its JSDoc comment.
* refactor(generators): Migrate generators/javascript/* to TypeScript
First pass doing very mechanistic migration, not attempting to fix
all the resulting type errors.
* fix(generators): Fix type errors in generator functions
This consists almost entirely of adding casts, so the code output
by tsc should be as similar as possible to the pre-migration .js
source files.
* refactor(generators): Migrate generators/javascript.js to TypeScript
The way the generator functions are added to
javascriptGenerator.forBlock has been modified so that incorrect
generator function signatures will cause tsc to generate a type
error.
* chore(generator): Format
One block protected with // prettier-ignore to preserve careful
comment formatting.
Where there are repeated concatenations prettier has made a pretty
mess of things, but the correct fix is probably to use template
literals instead (rather than just locally disabling prettier).
This has been added to the to-do list in #7600 .
* fix(generators): Fixes for PR #7602
* fix(generators): Fix syntax error
2023-10-30 08:16:13 +00:00
Beka Westberg
7d2c307fed
fix: widget positioning ( #7507 )
...
* chore: delete dead code
* chore: moves location updating into the block
* chore: change dragging to use update component locations
* fix: field widgets not being moved when blocks are editted
* chore: remove unnecessary resizeEditor_ calls
* chore: format
* chore: fix build
* fix: tests
* chore: PR comments
* chore: format
2023-10-26 09:47:39 -07:00
dependabot[bot]
e7dec4ae1b
chore(deps): Bump webdriverio from 8.18.2 to 8.20.0 ( #7604 )
...
Bumps [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio ) from 8.18.2 to 8.20.0.
- [Release notes](https://github.com/webdriverio/webdriverio/releases )
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.20.0/packages/webdriverio )
---
updated-dependencies:
- dependency-name: webdriverio
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-23 08:59:20 -07:00
Hady Bazzi
c8cc33a01a
fix: text join block warning when using block-plus-minus plugin ( #7598 )
2023-10-20 10:18:33 -07:00
Christopher Allen
582e19a0f1
fix(generators): Modify type signature of forBlock ( #7555 )
...
Make two changes to the forBlock dictionary on CodeGenerator
objects:
- Change the type of the second argument to the special 'this'
type (was CodeGenerator), so that e.g. JS block generator
functions can call JavascriptGenerator.prototype.getAdjusted
(not defined on CodeGenerator).
- Change the way forBlock is declared from using an index
signature to using the Record<> template type. The two
should be equivalent but for some reason the former provokes
type errors when used with the 'this' type.
Additionally, deprecate the now-unused (but exported)
BlockGenerator type alias.
Technically the change of signaure is a breaking chnage, but
it is unlikely to affect any developers in practice, since
any block generator function (Block, CodeGenerator) => ...
can be substituted in for (Block, C extends CodeGenerator) =>
..., so any existing generator functions can still be added
to any CodeGenerator or subclass instance's .forBlock. The
only situation in which this would be breaking is if a
developer was obtaining block generator functions
FROM a subclass instance's .forBlock dictionary and assuming
they were (Block CodeGenerator) => ...
2023-10-20 15:59:30 +01:00
Beka Westberg
b2688441fa
chore: fix shouldStartNewRow docs and param names ( #7558 )
2023-10-18 09:29:08 -07:00
dependabot[bot]
0e95e45fee
chore(deps): Bump webdriverio from 8.16.22 to 8.18.2 ( #7596 )
...
Bumps [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio ) from 8.16.22 to 8.18.2.
- [Release notes](https://github.com/webdriverio/webdriverio/releases )
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.18.2/packages/webdriverio )
---
updated-dependencies:
- dependency-name: webdriverio
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 13:57:58 -07:00
Oscar
3a03f4d11b
fix: block creation successful with undefined messages ( #7591 )
...
closes #7589
Signed-off-by: Oscar <71343264+0scvr@users.noreply.github.com >
2023-10-17 11:19:17 -07:00
dependabot[bot]
ec4e6a2d30
chore(deps-dev): Bump undici from 5.22.1 to 5.26.3 ( #7597 )
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.22.1 to 5.26.3.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.22.1...v5.26.3 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-17 09:35:01 -07:00
dependabot[bot]
85037b810c
chore(deps): Bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.7.5 ( #7595 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 6.7.3 to 6.7.5.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.5/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-16 08:47:09 -07:00
dependabot[bot]
f3ce2f9e0b
chore(deps): Bump chai from 4.3.8 to 4.3.10 ( #7594 )
...
Bumps [chai](https://github.com/chaijs/chai ) from 4.3.8 to 4.3.10.
- [Release notes](https://github.com/chaijs/chai/releases )
- [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md )
- [Commits](https://github.com/chaijs/chai/compare/v4.3.8...v4.3.10 )
---
updated-dependencies:
- dependency-name: chai
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-16 08:45:52 -07:00
Oscar
072c5f768f
fix: bring block to front when icon clicked ( #7590 )
...
Closes #7588
Signed-off-by: Oscar <71343264+0scvr@users.noreply.github.com >
2023-10-13 17:22:34 -07:00
potaracom
1e3b5b4c76
fix: recreate dropdown div ( #7572 )
...
* fix: recreate dropdown div
* fix: recreate tooltip div
* fix: recreate widget div
* fix: Stop using global variables and use getDiv()
* Revert "fix: Stop using global variables and use getDiv()"
This reverts commit 322c4d884b .
* fix: reset widget div
2023-10-10 09:19:44 -07:00
Beka Westberg
6c2fbc1e75
Merge pull request #7586 from google/master
...
chore: Merge master back into develop following v10.2.2 release
2023-10-09 10:54:34 -07:00
Beka Westberg
925a7b9723
Merge pull request #7585 from google/rc/v10.2.2
...
release: v10.2.2
blockly-v10.2.2
2023-10-09 10:42:13 -07:00
Beka Westberg
865c5931e9
release: Update version number to 10.2.2
2023-10-09 17:36:17 +00:00
Beka Westberg
f2fc71ab6f
fix: colour from colour picker not being updated ( #7584 )
...
* fix: colour from colour picker not being updated
* chore: clarify what code is doing
2023-10-09 17:35:07 +00:00
Beka Westberg
ab3bc6c3d8
fix: colour from colour picker not being updated ( #7584 )
...
* fix: colour from colour picker not being updated
* chore: clarify what code is doing
2023-10-09 10:34:06 -07:00
Minh Seikel
ed3decbb37
fix: Corrected typo from 'codefor' to 'code for' ( #7549 )
2023-10-09 08:29:40 -07:00
dependabot[bot]
2747ded233
chore(deps): Bump webdriverio from 8.16.7 to 8.16.22 ( #7581 )
...
Bumps [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio ) from 8.16.7 to 8.16.22.
- [Release notes](https://github.com/webdriverio/webdriverio/releases )
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md )
- [Commits](https://github.com/webdriverio/webdriverio/commits/v8.16.22/packages/webdriverio )
---
updated-dependencies:
- dependency-name: webdriverio
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 08:18:06 -07:00
dependabot[bot]
8d7fc1365a
chore(deps): Bump @blockly/dev-tools from 7.0.3 to 7.1.0 ( #7580 )
...
Bumps [@blockly/dev-tools](https://github.com/google/blockly-samples/tree/HEAD/plugins/dev-tools ) from 7.0.3 to 7.1.0.
- [Release notes](https://github.com/google/blockly-samples/releases )
- [Changelog](https://github.com/google/blockly-samples/blob/master/plugins/dev-tools/CHANGELOG.md )
- [Commits](https://github.com/google/blockly-samples/commits/@blockly/dev-tools@7.1.0/plugins/dev-tools )
---
updated-dependencies:
- dependency-name: "@blockly/dev-tools"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 08:17:49 -07:00
dependabot[bot]
ea253a0542
chore(deps): Bump eslint from 8.48.0 to 8.51.0 ( #7579 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.48.0 to 8.51.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.48.0...v8.51.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 08:17:36 -07:00
dependabot[bot]
5dbde561be
chore(deps): Bump @microsoft/api-documenter from 7.22.33 to 7.23.9 ( #7577 )
...
Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-documenter ) from 7.22.33 to 7.23.9.
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md )
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-documenter_v7.23.9/apps/api-documenter )
---
updated-dependencies:
- dependency-name: "@microsoft/api-documenter"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 08:17:11 -07:00
dependabot[bot]
5ad6a587ec
chore(deps): Bump rimraf from 5.0.1 to 5.0.5 ( #7578 )
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 5.0.1 to 5.0.5.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v5.0.1...v5.0.5 )
---
updated-dependencies:
- dependency-name: rimraf
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 08:11:18 -07:00
Rachel Fenichel
9c7c71ad87
chore: merge master back into develop following v10.2.1 release
...
Merge pull request #7568 from google/master
2023-10-02 13:40:33 -07:00
Rachel Fenichel
ead46e7403
release: v10.2.1
...
Merge pull request #7567 from google/rc/v10.2.1
blockly-v10.2.1
2023-10-02 13:27:07 -07:00
Rachel Fenichel
f380159e35
release: Update version number to 10.2.1
2023-10-02 13:20:11 -07:00
Beka Westberg
8c44d84980
fix: color field sizing being incorrect ( #7566 )
...
(cherry picked from commit 5151b28e7d )
2023-10-02 13:19:21 -07:00
Beka Westberg
5151b28e7d
fix: color field sizing being incorrect ( #7566 )
2023-10-02 13:16:03 -07:00