Skip to content

Commit ff3fdbf

Browse files
Bump the actions-deps group across 1 directory with 4 updates (#3947)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
1 parent 4c4a9bf commit ff3fdbf

10 files changed

Lines changed: 66 additions & 69 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h3>feTS</h3>
33
<h5>Fetch API ❤️ TypeScript</h5>
44
<h6>Fully-featured HTTP framework to build REST APIs with focus on easy setup, performance & great developer experience</h6>
5-
<a href="https://www.the-guild.dev/fets"><b>Go to documenation</b></a>
5+
<a href="https://fets.dev"><b>Go to documenation</b></a>
66
</div>
77

88
<br />
@@ -13,9 +13,9 @@
1313

1414
</div>
1515

16-
## [Documentation](https://www.the-guild.dev/fets)
16+
## [Documentation](https://fets.dev)
1717

18-
Our [documentation website](https://www.the-guild.dev/fets) will help you get started.
18+
Our [documentation website](https://fets.dev) will help you get started.
1919

2020
## [Examples](https://github.com/ardatan/fets/tree/master/examples)
2121

e2e/cloudflare-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"ts-node": "10.9.2",
1717
"tsconfig-paths": "4.2.0",
1818
"typescript": "6.0.3",
19-
"wrangler": "4.105.0"
19+
"wrangler": "4.106.0"
2020
}
2121
}

e2e/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"ts-node": "10.9.2",
1717
"tsconfig-paths": "4.2.0",
1818
"typescript": "6.0.3",
19-
"wrangler": "4.105.0"
19+
"wrangler": "4.106.0"
2020
}
2121
}

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
"js-yaml": "4.3.0",
6262
"lint-staged": "17.0.8",
6363
"patch-package": "8.0.1",
64-
"prettier": "3.9.3",
64+
"prettier": "3.9.4",
6565
"prettier-plugin-tailwindcss": "0.8.0",
6666
"rimraf": "6.1.3",
6767
"ts-jest": "29.4.11",
6868
"tslib": "2.8.1",
6969
"typescript": "6.0.3",
70-
"webpack": "5.108.2"
70+
"webpack": "5.108.3"
7171
},
7272
"overrides": {
7373
"@pulumi/pulumi": "3.248.0",
@@ -84,7 +84,7 @@
8484
"react": "19.2.7",
8585
"react-dom": "19.2.7",
8686
"tmp": "0.2.7",
87-
"webpack": "5.108.2"
87+
"webpack": "5.108.3"
8888
},
8989
"lint-staged": {
9090
"packages/**/*.{ts,tsx}": [

packages/fets/src/client/createClient.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ function useValidationErrors(): ClientPlugin {
6262
*
6363
* We recommend using the `NormalizeOAS` type to normalize the OpenAPI document
6464
*
65-
* @see https://the-guild.dev/openapi/fets/client/quick-start#usage-with-existing-rest-api
65+
* @see https://fets.dev/client/quick-start#usage-with-existing-rest-api
6666
*
6767
* @example
6868
* ```ts
@@ -89,7 +89,7 @@ export function createClient<
8989
*
9090
* We recommend using the `NormalizeOAS` type to normalize the OpenAPI document
9191
*
92-
* @see https://the-guild.dev/openapi/fets/client/quick-start#usage-with-existing-rest-api
92+
* @see https://fets.dev/client/quick-start#usage-with-existing-rest-api
9393
*
9494
* @example
9595
* ```ts
@@ -105,7 +105,7 @@ export function createClient<const TOAS extends OpenAPIDocument>(
105105
/**
106106
* Create a client from a typed `Router`
107107
*
108-
* @see https://the-guild.dev/openapi/fets/client/quick-start#usage-with-fets-server
108+
* @see https://fets.dev/client/quick-start#usage-with-fets-server
109109
*/
110110
export function createClient<const TRouter extends Router<any, any, any>>(
111111
options: ClientOptions,

packages/fets/src/client/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,13 +477,13 @@ export interface ClientOptions {
477477
/**
478478
* WHATWG compatible fetch implementation
479479
*
480-
* @see https://the-guild.dev/openapi/fets/client/client-configuration#customizing-the-fetch-function
480+
* @see https://fets.dev/client/client-configuration#customizing-the-fetch-function
481481
*/
482482
fetchFn?: ClientFetchFn;
483483
/**
484484
* Plugins to extend the client functionality
485485
*
486-
* @see https://the-guild.dev/openapi/fets/client/plugins
486+
* @see https://fets.dev/client/plugins
487487
*/
488488
plugins?: ClientPlugin[];
489489
/**

packages/fets/src/landing-page.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,7 @@ <h1>feTS</h1>
145145
</div>
146146
<h2>404 Not Found</h2>
147147
<div class="buttons">
148-
<a
149-
href="https://the-guild.dev/openapi/fets/server/quick-start"
150-
class="docs"
151-
target="_blank"
148+
<a href="https://fets.dev/server/quick-start" class="docs" target="_blank"
152149
>Read the Docs</a
153150
>
154151
<a download="openapi.json" href="__OAS_PATH__" class="oas"> Download OpenAPI Spec </a>

website/next-sitemap.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next-sitemap').IConfig} */
22
export default {
3-
siteUrl: process.env.SITE_URL || 'https://the-guild.dev/fets',
3+
siteUrl: process.env.SITE_URL || 'https://fets.dev',
44
generateIndexSitemap: false,
55
exclude: ['*/_meta'],
66
output: 'export',

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"next-sitemap": "^4.2.3",
1818
"react": "^19.2.7",
1919
"react-dom": "^19.2.7",
20-
"react-icons": "^5.0.1",
20+
"react-icons": "^5.7.0",
2121
"scheduler": "^0.27.0",
2222
"zod": "^4.1.12"
2323
},
@@ -36,10 +36,10 @@
3636
"sharp": "0.35.2",
3737
"tailwindcss": "3.4.19",
3838
"typescript": "6.0.3",
39-
"webpack": "5.108.2"
39+
"webpack": "5.108.3"
4040
},
4141
"overrides": {
4242
"dompurify": "3.4.11",
43-
"webpack": "5.108.2"
43+
"webpack": "5.108.3"
4444
}
4545
}

0 commit comments

Comments
 (0)