From af4d81a245010b937b38dab7a1cc2d220d645e44 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Wed, 29 Oct 2025 17:31:39 +0100 Subject: [PATCH] Update pkg. Also replace '\r' in actual. --- tests/pkg/gold-tester.toit | 1 + tools/pkg/package.lock | 23 ++++++++++++++++------- tools/pkg/package.yaml | 6 +++--- 3 files changed, 20 insertions(+), 10 deletions(-) diff --git a/tests/pkg/gold-tester.toit b/tests/pkg/gold-tester.toit index 302e259ac..885ac6820 100644 --- a/tests/pkg/gold-tester.toit +++ b/tests/pkg/gold-tester.toit @@ -129,6 +129,7 @@ class GoldTester: else: expected-content := (file.read-contents gold-file).to-string expected-content = expected-content.replace --all "\r" "" + actual = actual.replace --all "\r" "" expect-equals expected-content actual toit command/string args -> RunResult_: diff --git a/tools/pkg/package.lock b/tools/pkg/package.lock index 8c981d604..3640b7c71 100644 --- a/tools/pkg/package.lock +++ b/tools/pkg/package.lock @@ -1,4 +1,4 @@ -sdk: ^2.0.0-alpha.170 +sdk: ^2.0.0-alpha.189 prefixes: certificate_roots: toit-cert-roots cli: pkg-cli @@ -9,12 +9,13 @@ packages: pkg-cli: url: github.com/toitlang/pkg-cli name: cli - version: 2.5.0 - hash: 868f0743a739961fce5548fd8972019562b92bff + version: 2.7.0 + hash: d3f79f82d4916aa0417aae7268e1d2fe27c0d296 prefixes: desktop: pkg-desktop fs: pkg-fs host: pkg-host + lockfile: toit-lockfile pkg-desktop: url: github.com/toitlang/pkg-desktop name: desktop @@ -32,15 +33,23 @@ packages: pkg-host: url: github.com/toitlang/pkg-host name: host - version: 1.16.2 - hash: ae83f761db80166a20bb38498edd009916b72563 + version: 1.17.0 + hash: 05a26b5fa1cc73dc64a5e9cc16c40ae5aa24e0fb pkg-http: url: github.com/toitlang/pkg-http name: http - version: 2.9.0 - hash: ed6e198259c578154de830dc492821fdb5a40c7a + version: 2.11.0 + hash: d2cdc57270eaafe8df8d8403bf4ebf95415aa0fd toit-cert-roots: url: github.com/toitware/toit-cert-roots name: certificate-roots version: 1.11.0 hash: c117dbba4757d7c69e91af7a875ab6989f051a33 + toit-lockfile: + url: github.com/toitware/toit-lockfile + name: lockfile + version: 1.0.0 + hash: 47ddd8c13811e6cc368d6fef8f383b855f9d0ada + prefixes: + fs: pkg-fs + host: pkg-host diff --git a/tools/pkg/package.yaml b/tools/pkg/package.yaml index 395d78880..19025fe74 100644 --- a/tools/pkg/package.yaml +++ b/tools/pkg/package.yaml @@ -4,13 +4,13 @@ dependencies: version: ^1.11.0 cli: url: github.com/toitlang/pkg-cli - version: ^2.5.0 + version: ^2.7.0 fs: url: github.com/toitlang/pkg-fs version: ^2.3.1 host: url: github.com/toitlang/pkg-host - version: ^1.16.2 + version: ^1.17.0 http: url: github.com/toitlang/pkg-http - version: ^2.9.0 + version: ^2.11.0