sveltekit-api
sveltekit-api copied to clipboard
Handles all kinds of SvelteKit data flows in one place, and automatically generate OpenAPI documentation.
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@changesets/changelog-github](https://redirect.github.com/changesets/changesets/tree/main#readme) ([source](https://redirect.github.com/changesets/changesets)) | [`^0.4.8` -> `^0.5.0`](https://renovatebot.com/diffs/npm/@changesets%2fchangelog-github/0.4.8/0.5.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | ---...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pnpm/action-setup](https://togithub.com/pnpm/action-setup) | action | minor | `v2.2.4` -> `v2.4.0` | ---...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [publint](https://publint.dev) ([source](https://redirect.github.com/bluwy/publint/tree/HEAD/pkg)) | [`0.2.7` -> `0.2.11`](https://renovatebot.com/diffs/npm/publint/0.2.7/0.2.11) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@changesets/cli](https://redirect.github.com/changesets/changesets/tree/main#readme) ([source](https://redirect.github.com/changesets/changesets)) | [`2.27.1` -> `2.29.4`](https://renovatebot.com/diffs/npm/@changesets%2fcli/2.27.1/2.29.4) | [](https://docs.renovatebot.com/merge-confidence/) |...
Hey, I'm looking for ways to implement openapi into sveltekit, I found this repository and I'm currently testing. I find it pretty interesting, nice work! There is specially one thing...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sveltejs/vite-plugin-svelte](https://redirect.github.com/sveltejs/vite-plugin-svelte) ([source](https://redirect.github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte)) | [`3.0.2` -> `3.1.2`](https://renovatebot.com/diffs/npm/@sveltejs%2fvite-plugin-svelte/3.0.2/3.1.2) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [svelte](https://svelte.dev) ([source](https://redirect.github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | [`4.2.9` -> `4.2.20`](https://renovatebot.com/diffs/npm/svelte/4.2.9/4.2.20) | [](https://docs.renovatebot.com/merge-confidence/) |...
If an api route like `/api/users/[[id]]` is created, this `[[id]]` string will become `{[id}]` and it does not work in swagger.  sveltekit error ```shell SvelteKitError: Not found: /api/mapstyle/images/%7B[id%7D] ```...