Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the dev-npm group with 8 updates #261

Merged
merged 4 commits into from
May 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
engine-strict=true
package-manager-strict=false
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"svelte": "^4.2.16",
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/kit": "^2.5.9",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"svelte": "^4.2.16",
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"changeset": "changeset"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@changesets/cli": "^2.27.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/types": "^19.0.3",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"husky": "^9.0.11"
},
"packageManager": "pnpm@9.0.5+sha256.61bd66913b52012107ec25a6ee4d6a161021ab99e04f6acee3aa50d0e34b4af9",
"packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195",
"engines": {
"pnpm": ">=8",
"node": ">=18"
Expand Down
12 changes: 7 additions & 5 deletions packages/client/openapi-ts.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ import { defineConfig } from '@hey-api/openapi-ts';
import input from '@yd/api';

export default defineConfig({
input,
output: './src/generated',
client: 'fetch',
format: 'prettier',
input,
output: {
format: 'prettier',
path: './src/generated'
},
schemas: false,
types: {
enums: 'javascript'
},
schemas: false
}
});
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"format": "prettier --write ."
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.43.2",
"@hey-api/openapi-ts": "^0.45.1",
"@yd/api": "workspace:*",
"@yd/config": "workspace:*",
"prettier": "^3.2.5",
Expand Down
28 changes: 7 additions & 21 deletions packages/client/src/generated/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,7 @@ export type GetDownloadFileResponse = Blob | File;
export type $OpenApiTs = {
'/search': {
get: {
req: {
query: string;
};
req: GetSearchData;
res: {
/**
* Successful Response
Expand Down Expand Up @@ -206,9 +204,7 @@ export type $OpenApiTs = {
};
'/search/video': {
get: {
req: {
id: string;
};
req: GetVideoData;
res: {
/**
* Successful Response
Expand Down Expand Up @@ -279,9 +275,7 @@ export type $OpenApiTs = {
};
};
put: {
req: {
requestBody: DownloadInput;
};
req: PutDownloadsData;
res: {
/**
* Successful Response
Expand All @@ -298,9 +292,7 @@ export type $OpenApiTs = {
};
};
post: {
req: {
requestBody: DownloadInput;
};
req: PostDownloadsData;
res: {
/**
* Successful Response
Expand Down Expand Up @@ -333,9 +325,7 @@ export type $OpenApiTs = {
};
'/downloads/{download_id}': {
get: {
req: {
downloadId: string;
};
req: GetDownloadData;
res: {
/**
* Successful Response
Expand All @@ -356,9 +346,7 @@ export type $OpenApiTs = {
};
};
delete: {
req: {
downloadId: string;
};
req: DeleteDownloadData;
res: {
/**
* Successful Response
Expand All @@ -381,9 +369,7 @@ export type $OpenApiTs = {
};
'/downloads/{download_id}/file': {
get: {
req: {
downloadId: string;
};
req: GetDownloadFileData;
res: {
/**
* Successful Response
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@tailwindcss/forms": "^0.5.7",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.39.0",
"globals": "^15.2.0",
"globals": "^15.3.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte-eslint-parser": "^0.36.0",
"tailwindcss": "^3.4.3",
"typescript-eslint": "^7.8.0"
"typescript-eslint": "^7.9.0"
}
}
6 changes: 3 additions & 3 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/kit": "^2.5.9",
"@sveltejs/package": "^2.3.1",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@yd/config": "workspace:*",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"publint": "^0.2.7",
"svelte": "^4.2.16",
"publint": "^0.2.8",
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
Expand Down
Loading
Loading