Skip to content

Commit d079f09

Browse files
authored
Merge branch 'main' into fix/nightly-mac-manifest-channel
2 parents 651d919 + 38a4cc1 commit d079f09

5 files changed

Lines changed: 58 additions & 67 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"sourceHash": "3c20602f9f36046bbb45ad066b2c91e149cc3f8c7f06dc5430c73e7f29537161",
2+
"sourceHash": "86bbfea2180a13d6184f7bb2bb2bf4f62f3ff4098cfd522de348482ef887d842",
33
"sourceFileCount": 493
44
}

apps/pythinker-code/test/cli/web/remote-control.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ describe('Remote Control output', () => {
7777
expect(output).toContain('Use Pythinker Code on this machine');
7878
expect(output).toContain('1.');
7979
expect(output).toContain('2.');
80-
expect(output).not.toMatch(/^\s*3\.\s/m);
8180
expect(output).toContain(`\u001B]8;;${url}`);
8281
const plain = output
8382
.replaceAll(/\u001B\]8;;.*?\u0007/g, '')
8483
.replaceAll(/\u001B\[[0-9;]*m/g, '');
8584
expect(plain).toContain(`open ${url}`);
8685
expect(plain).not.toContain('exampl…');
86+
expect(plain).not.toMatch(/^\s*3\.\s/m);
8787
expect(output).toContain('Connected to example.test');
8888
expect(output).toContain('This device:');
8989
expect(output).not.toContain('Manage devices');

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
inherit pnpm;
161161
fetcherVersion = 3;
162162
# Monaco's package patch is part of src, not the fetched dependency closure.
163-
hash = "sha256-4HSI70YkScaIbOLsvDU0Qv+VE7YLgtT1tPS2QEcNycY=";
163+
hash = "sha256-PBtUV/DlnvImbRKoUB51a6Di+mMkTFMtSl95Pe0zHgE=";
164164
};
165165

166166
nativeBuildInputs = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@microsoft/api-extractor": "7.58.9",
5151
"@types/node": "^26.1.2",
5252
"@typescript/native-preview": "7.0.0-dev.20260707.2",
53-
"@vitest/coverage-v8": "4.1.9",
53+
"@vitest/coverage-v8": "4.1.11",
5454
"lint-staged": "16.4.0",
5555
"oxlint": "1.59.0",
5656
"oxlint-tsgolint": "0.20.0",

pnpm-lock.yaml

Lines changed: 54 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)