Skip to content

Commit ce89703

Browse files
chore: bump prettier from 3.6.2 to 3.7.1 in the format group (#763)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: flakey5 <73616808+flakey5@users.noreply.github.com>
1 parent f5080c0 commit ce89703

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"globals": "^16.3.0",
3131
"html-minifier-terser": "^7.2.0",
3232
"nodejs-latest-linker": "^1.9.0",
33-
"prettier": "^3.6.2",
33+
"prettier": "^3.7.4",
3434
"tsx": "^4.20.6",
3535
"typescript": "^5.8.3",
3636
"vitest": "^3.2.4",

worker-configuration.d.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,8 +1654,10 @@ declare var Request: {
16541654
*
16551655
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request)
16561656
*/
1657-
interface Request<CfHostMetadata = unknown, Cf = CfProperties<CfHostMetadata>>
1658-
extends Body {
1657+
interface Request<
1658+
CfHostMetadata = unknown,
1659+
Cf = CfProperties<CfHostMetadata>,
1660+
> extends Body {
16591661
/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Request/clone) */
16601662
clone(): Request<CfHostMetadata, Cf>;
16611663
/**
@@ -2448,9 +2450,7 @@ interface TextDecoderStreamTextDecoderStreamInit {
24482450
*
24492451
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy)
24502452
*/
2451-
declare class ByteLengthQueuingStrategy
2452-
implements QueuingStrategy<ArrayBufferView>
2453-
{
2453+
declare class ByteLengthQueuingStrategy implements QueuingStrategy<ArrayBufferView> {
24542454
constructor(init: QueuingStrategyInit);
24552455
/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ByteLengthQueuingStrategy/highWaterMark) */
24562456
get highWaterMark(): number;
@@ -6575,8 +6575,7 @@ interface IncomingRequestCfPropertiesBotManagement {
65756575
*/
65766576
clientTrustScore: number;
65776577
}
6578-
interface IncomingRequestCfPropertiesBotManagementEnterprise
6579-
extends IncomingRequestCfPropertiesBotManagement {
6578+
interface IncomingRequestCfPropertiesBotManagementEnterprise extends IncomingRequestCfPropertiesBotManagement {
65806579
/**
65816580
* Results of Cloudflare's Bot Management analysis
65826581
*/
@@ -7857,7 +7856,8 @@ declare module 'cloudflare:workers' {
78577856
export abstract class WorkflowEntrypoint<
78587857
Env = unknown,
78597858
T extends Rpc.Serializable<T> | unknown = unknown,
7860-
> implements Rpc.WorkflowEntrypointBranded
7859+
>
7860+
implements Rpc.WorkflowEntrypointBranded
78617861
{
78627862
[Rpc.__WORKFLOW_ENTRYPOINT_BRAND]: never;
78637863
protected ctx: ExecutionContext;

0 commit comments

Comments
 (0)