Skip to content

Commit 11d3a81

Browse files
committed
update @pybricks dependencies
1 parent 1bb642e commit 11d3a81

File tree

3 files changed

+39
-18
lines changed

3 files changed

+39
-18
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@
88
- Added feature create new empty file ([pybricks-code#771]).
99
- Added sponsor button ([support#719]).
1010

11+
### Changed
12+
- Updated documentation.
13+
- Updated other dependencies.
14+
- Update Pybricks firmware to v3.2.0a5:
15+
16+
### Added
17+
- Added `DriveBase.stalled()` for convenient stall detection.
18+
- Added `DriveBase.done()` for convenient completion detection.
19+
- Added `Motor.done()` for convenient completion detection.
20+
21+
### Fixed
22+
- Fixed brief hub freeze on `pybricks.common.Logger.save()` when not connected
23+
to the computer ([support#738]).
24+
- Fixed drive base stall flags being set while not stalled ([support#767]).
25+
- Fixed `Motor.run_target` raising exception for short moves ([support#786]).
26+
27+
[support#738]: https://github.com/pybricks/support/issues/738
28+
[support#767]: https://github.com/pybricks/support/issues/767
29+
[support#786]: https://github.com/pybricks/support/issues/786
30+
31+
1132
### Fixed
1233
- Fixed firmware checksum validation when checksum === 0.
1334
- Fixed activity views not scrolling when contents don't fit ([support#782]).

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"@blueprintjs/popover2": "^1.8.1",
1414
"@blueprintjs/select": "^4.8.6",
1515
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
16-
"@pybricks/firmware": "6.1.0",
17-
"@pybricks/ide-docs": "2.3.0",
16+
"@pybricks/firmware": "6.2.0",
17+
"@pybricks/ide-docs": "2.4.0",
1818
"@pybricks/images": "^1.2.1",
19-
"@pybricks/jedi": "^1.2.0",
19+
"@pybricks/jedi": "1.3.0",
2020
"@pybricks/mpy-cross-v5": "^2.0.0",
2121
"@pybricks/mpy-cross-v6": "^2.0.0",
2222
"@qoretechnologies/python-parser": "^0.4.10",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2679,19 +2679,19 @@ __metadata:
26792679
languageName: node
26802680
linkType: hard
26812681

2682-
"@pybricks/firmware@npm:6.1.0":
2683-
version: 6.1.0
2684-
resolution: "@pybricks/firmware@npm:6.1.0"
2682+
"@pybricks/firmware@npm:6.2.0":
2683+
version: 6.2.0
2684+
resolution: "@pybricks/firmware@npm:6.2.0"
26852685
dependencies:
26862686
jszip: ^3.7.1
2687-
checksum: 688e9207ddb412e60e4704592480688b6e6d56dc9e8299933cc385a2846e80906411118820f612a1a3b317a05dc118c9987120df04a38ce20df1a7ec50a4a8f0
2687+
checksum: 0b963483a754e55822290c84b704e7b4097d03ec9a988501721e7ad13ffe84fa2aa6dd4812852962a6c22df2d8bae6022b8a572e498b7a9cffcbc20c62498291
26882688
languageName: node
26892689
linkType: hard
26902690

2691-
"@pybricks/ide-docs@npm:2.3.0":
2692-
version: 2.3.0
2693-
resolution: "@pybricks/ide-docs@npm:2.3.0"
2694-
checksum: 0af60587b9fb5a60e97a75afb77f9e573a11aceccf286115e59342e271232695b396d6389a8b7bf72dc1104c83d780fbc8e9de026b1f49974025226531d8b71c
2691+
"@pybricks/ide-docs@npm:2.4.0":
2692+
version: 2.4.0
2693+
resolution: "@pybricks/ide-docs@npm:2.4.0"
2694+
checksum: 38e17bb8670f473b611a9856b7a5147fc2af12af51b0b8de5daaf66e73fa60c495bf06e7bc5fbf8e8f74a1ed5b5dc710eb48395d18086b6accafc986bad9af63
26952695
languageName: node
26962696
linkType: hard
26972697

@@ -2702,10 +2702,10 @@ __metadata:
27022702
languageName: node
27032703
linkType: hard
27042704

2705-
"@pybricks/jedi@npm:^1.2.0":
2706-
version: 1.2.0
2707-
resolution: "@pybricks/jedi@npm:1.2.0"
2708-
checksum: 851cd8d081fce8601c2b8a4c1c8dedb679f3820c1e2581a899e6a9eff75fb03c3994ddc60524c9976abed53deb0d9eaf97651f1228c3602f984181e81fcc63d9
2705+
"@pybricks/jedi@npm:1.3.0":
2706+
version: 1.3.0
2707+
resolution: "@pybricks/jedi@npm:1.3.0"
2708+
checksum: 5c3ab7e56f84ecde0a1d9f175f441a304b804b0270826ea91bf8c9f30a804c6ae428944ea22c1512f14ce7dddcd3b8a20115e7779b71fb72ccfed95408cb8291
27092709
languageName: node
27102710
linkType: hard
27112711

@@ -2732,10 +2732,10 @@ __metadata:
27322732
"@blueprintjs/popover2": ^1.8.1
27332733
"@blueprintjs/select": ^4.8.6
27342734
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.8
2735-
"@pybricks/firmware": 6.1.0
2736-
"@pybricks/ide-docs": 2.3.0
2735+
"@pybricks/firmware": 6.2.0
2736+
"@pybricks/ide-docs": 2.4.0
27372737
"@pybricks/images": ^1.2.1
2738-
"@pybricks/jedi": ^1.2.0
2738+
"@pybricks/jedi": 1.3.0
27392739
"@pybricks/mpy-cross-v5": ^2.0.0
27402740
"@pybricks/mpy-cross-v6": ^2.0.0
27412741
"@qoretechnologies/python-parser": ^0.4.10

0 commit comments

Comments
 (0)