Skip to content

Commit 49cc0e2

Browse files
build(deps): bump @pybricks/firmware from 6.0.1 to 6.1.0 (#1243)
* build(deps): bump @pybricks/firmware from 6.0.1 to 6.1.0 Bumps [@pybricks/firmware](https://github.com/pybricks/pybricks-micropython/tree/HEAD/npm/firmware) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/pybricks/pybricks-micropython/releases) - [Changelog](https://github.com/pybricks/pybricks-micropython/blob/master/npm/firmware/CHANGELOG.md) - [Commits](https://github.com/pybricks/pybricks-micropython/commits/HEAD/npm/firmware) --- updated-dependencies: - dependency-name: "@pybricks/firmware" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * update firmware version in test Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Lechner <[email protected]>
1 parent 47112a3 commit 49cc0e2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@blueprintjs/popover2": "^1.7.3",
1414
"@blueprintjs/select": "^4.8.4",
1515
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
16-
"@pybricks/firmware": "6.0.1",
16+
"@pybricks/firmware": "6.1.0",
1717
"@pybricks/ide-docs": "2.3.0",
1818
"@pybricks/jedi": "^1.2.0",
1919
"@pybricks/mpy-cross-v5": "^2.0.0",

src/ble/sagas.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ async function runConnectUntil(saga: AsyncSaga, point: ConnectRunPoint): Promise
235235
}
236236

237237
await expect(saga.take()).resolves.toEqual(
238-
blePybricksServiceDidNotReceiveHubCapabilities(pnpId, '3.2.0b3'),
238+
blePybricksServiceDidNotReceiveHubCapabilities(pnpId, '3.2.0b4'),
239239
);
240240

241241
if (point === ConnectRunPoint.DidNotReceiveHubCapabilities) {

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2361,12 +2361,12 @@ __metadata:
23612361
languageName: node
23622362
linkType: hard
23632363

2364-
"@pybricks/firmware@npm:6.0.1":
2365-
version: 6.0.1
2366-
resolution: "@pybricks/firmware@npm:6.0.1"
2364+
"@pybricks/firmware@npm:6.1.0":
2365+
version: 6.1.0
2366+
resolution: "@pybricks/firmware@npm:6.1.0"
23672367
dependencies:
23682368
jszip: ^3.7.1
2369-
checksum: c0d6e9bef7ac8b1009f90f64cedb8872bae02c6ef6c02fcaf73238407b5164c9c27312dc7afaf051663f7f086bca7b8ccbeec641ef3105ec03308e3d9221175a
2369+
checksum: 688e9207ddb412e60e4704592480688b6e6d56dc9e8299933cc385a2846e80906411118820f612a1a3b317a05dc118c9987120df04a38ce20df1a7ec50a4a8f0
23702370
languageName: node
23712371
linkType: hard
23722372

@@ -2407,7 +2407,7 @@ __metadata:
24072407
"@blueprintjs/popover2": ^1.7.3
24082408
"@blueprintjs/select": ^4.8.4
24092409
"@pmmmwh/react-refresh-webpack-plugin": ^0.5.8
2410-
"@pybricks/firmware": 6.0.1
2410+
"@pybricks/firmware": 6.1.0
24112411
"@pybricks/ide-docs": 2.3.0
24122412
"@pybricks/jedi": ^1.2.0
24132413
"@pybricks/mpy-cross-v5": ^2.0.0

0 commit comments

Comments
 (0)