chore: update cdn url #5144
ci.yaml
on: pull_request
Matrix: analyze-bundle
bundle-analyze-result
36s
Annotations
8 errors and 7 warnings
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should upload a file:
packages/uploadthing/test/sdk.live.test.ts#L59
AssertionError: expected { data: { …(9) }, error: null } to deeply equal { Object (data, error) }
- Expected
+ Received
Object {
"data": Object {
- "appUrl": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/,
+ "appUrl": "https://utfs.io/a/fr0hfwpst1/zIptSc0cA89IokcVPJ85AwqHOrbP8Ut0MdiDCmeZXSocTEua",
"customId": null,
"fileHash": Any<String>,
"key": StringMatching /.+/,
"lastModified": 1736448681172,
"name": "foo.txt",
"size": 3,
"type": "text/plain",
- "url": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/,
+ "url": "https://utfs.io/f/zIptSc0cA89IokcVPJ85AwqHOrbP8Ut0MdiDCmeZXSocTEua",
},
"error": null,
}
❯ packages/uploadthing/test/sdk.live.test.ts:59:22
|
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should upload a private file:
packages/uploadthing/test/sdk.live.test.ts#L94
AssertionError: expected { data: { …(9) }, error: null } to deeply equal { Object (data, error) }
- Expected
+ Received
Object {
"data": Object {
- "appUrl": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/,
+ "appUrl": "https://utfs.io/a/fr0hfwpst1/zIptSc0cA89IjQCqSsRe96bi5PKl4C0fZpy7X8GmsTBt1jDA",
"customId": null,
"fileHash": Any<String>,
"key": StringMatching /.+/,
"lastModified": 1736448683462,
"name": "foo.txt",
"size": 3,
"type": "text/plain",
- "url": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/,
+ "url": "https://utfs.io/f/zIptSc0cA89IjQCqSsRe96bi5PKl4C0fZpy7X8GmsTBt1jDA",
},
"error": null,
}
❯ packages/uploadthing/test/sdk.live.test.ts:94:22
|
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should upload a file from a url:
packages/uploadthing/test/sdk.live.test.ts#L124
AssertionError: expected { data: { …(9) }, error: null } to deeply equal { Object (data, error) }
- Expected
+ Received
Object {
"data": Object {
- "appUrl": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/,
+ "appUrl": "https://utfs.io/a/fr0hfwpst1/zIptSc0cA89IG3nsL2t5epAdhCbOWPow6HzkmuvrgYTsZlxD",
"customId": null,
"fileHash": Any<String>,
"key": StringMatching /.+/,
"lastModified": Any<Number>,
"name": "favicon.ico",
"size": Any<Number>,
"type": "image/vnd.microsoft.icon",
- "url": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/,
+ "url": "https://utfs.io/f/zIptSc0cA89IG3nsL2t5epAdhCbOWPow6HzkmuvrgYTsZlxD",
},
"error": null,
}
❯ packages/uploadthing/test/sdk.live.test.ts:124:22
|
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should rename a file with fileKey:
packages/uploadthing/test/sdk.live.test.ts#L147
AssertionError: expected { data: { …(9) }, error: null } to deeply equal { Object (data, error) }
- Expected
+ Received
Object {
"data": Object {
- "appUrl": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/,
+ "appUrl": "https://utfs.io/a/fr0hfwpst1/zIptSc0cA89IOL1TQWJXl6IgByrT1az9vFNCeMbdfYiHZWKm",
"customId": null,
"fileHash": Any<String>,
"key": StringMatching /.+/,
"lastModified": Any<Number>,
"name": "bar.txt",
"size": 3,
"type": "text/plain",
- "url": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/,
+ "url": "https://utfs.io/f/zIptSc0cA89IOL1TQWJXl6IgByrT1az9vFNCeMbdfYiHZWKm",
},
"error": null,
}
❯ packages/uploadthing/test/sdk.live.test.ts:147:22
|
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should rename a file with customId:
packages/uploadthing/test/sdk.live.test.ts#L190
AssertionError: expected { data: { …(9) }, error: null } to deeply equal { data: { …(9) }, error: null }
- Expected
+ Received
Object {
"data": Object {
- "appUrl": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/,
+ "appUrl": "https://utfs.io/a/fr0hfwpst1/zIptSc0cA89Iil9eCxjdlMXfVnkHtGDoRN73axme96ZCwhgL",
"customId": "1d88f908-f9c6-47cf-a27c-bc794635114b",
"fileHash": Any<String>,
"key": StringMatching /.+/,
"lastModified": 1736448689500,
"name": "bar.txt",
"size": 3,
"type": "text/plain",
- "url": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/,
+ "url": "https://utfs.io/f/zIptSc0cA89Iil9eCxjdlMXfVnkHtGDoRN73axme96ZCwhgL",
},
"error": null,
}
❯ packages/uploadthing/test/sdk.live.test.ts:190:22
|
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should update ACL:
packages/uploadthing/test/sdk.live.test.ts#L231
AssertionError: expected { data: { …(9) }, error: null } to deeply equal { Object (data, error) }
- Expected
+ Received
Object {
"data": Object {
- "appUrl": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/,
+ "appUrl": "https://utfs.io/a/fr0hfwpst1/zIptSc0cA89I0SHeYXVxm3y7TDZUEqJ14FvcokuIBPehRgKC",
"customId": null,
"fileHash": Any<String>,
"key": StringMatching /.+/,
"lastModified": 1736448691513,
"name": "foo.txt",
"size": 3,
"type": "text/plain",
- "url": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/,
+ "url": "https://utfs.io/f/zIptSc0cA89I0SHeYXVxm3y7TDZUEqJ14FvcokuIBPehRgKC",
},
"error": null,
}
❯ packages/uploadthing/test/sdk.live.test.ts:231:22
|
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should have correct usage info:
packages/uploadthing/test/sdk.live.test.ts#L279
AssertionError: expected GetUsageInfoResponse{ …(4) } to deeply equal { totalBytes: +0, …(3) }
- Expected
+ Received
- Object {
- "appTotalBytes": 0,
- "filesUploaded": -1,
+ GetUsageInfoResponse {
+ "appTotalBytes": 15418,
+ "filesUploaded": 5,
"limitBytes": 2147483648,
- "totalBytes": 0,
+ "totalBytes": 15418,
}
❯ packages/uploadthing/test/sdk.live.test.ts:279:25
|
build
Process completed with exit code 1.
|
analyze-bundle (current-pr)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
analyze-bundle (main)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
bundle-analyze-result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bundle-current-pr
|
46.9 KB |
|
bundle-main
|
46.9 KB |
|