chore: update dependencies

This commit is contained in:
Simon Chan 2024-11-27 17:23:09 +08:00
parent f25bfd89d6
commit e8f3806bd3
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
27 changed files with 293 additions and 343 deletions

View file

@ -41,10 +41,10 @@
"source-map-support": "^0.5.21" "source-map-support": "^0.5.21"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.1", "@types/node": "^22.10.0",
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -35,7 +35,7 @@
"devDependencies": { "devDependencies": {
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -39,11 +39,11 @@
"@yume-chan/struct": "workspace:^" "@yume-chan/struct": "workspace:^"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.1", "@types/node": "^22.10.0",
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^", "@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -42,7 +42,7 @@
"devDependencies": { "devDependencies": {
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -38,10 +38,10 @@
"@yume-chan/struct": "workspace:^" "@yume-chan/struct": "workspace:^"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.1", "@types/node": "^22.10.0",
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -39,11 +39,11 @@
"@yume-chan/struct": "workspace:^" "@yume-chan/struct": "workspace:^"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.1", "@types/node": "^22.10.0",
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^", "@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -37,11 +37,11 @@
"@yume-chan/struct": "workspace:^" "@yume-chan/struct": "workspace:^"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.1", "@types/node": "^22.10.0",
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^", "@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -36,7 +36,7 @@
"devDependencies": { "devDependencies": {
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -36,11 +36,11 @@
"@yume-chan/async": "^4.0.2" "@yume-chan/async": "^4.0.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.1", "@types/node": "^22.10.0",
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^", "@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -31,6 +31,6 @@
"gh-release-fetch": "^4.0.3" "gh-release-fetch": "^4.0.3"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.1" "@types/node": "^22.10.0"
} }
} }

View file

@ -30,12 +30,12 @@
"test": "run-test" "test": "run-test"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.1", "@types/node": "^22.10.0",
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^", "@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"tinybench": "^3.0.6", "tinybench": "^3.0.6",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -33,7 +33,7 @@
"@types/audioworklet": "^0.0.64", "@types/audioworklet": "^0.0.64",
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -44,7 +44,7 @@
"devDependencies": { "devDependencies": {
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -43,7 +43,7 @@
"devDependencies": { "devDependencies": {
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -211,7 +211,7 @@ export class WebCodecsVideoDecoder implements ScrcpyVideoDecoder {
); );
break; break;
default: default:
throw new Error(`Unsupported codec: ${this.#codec}`); throw new Error(`Unsupported codec: ${this.#codec as number}`);
} }
this.#writable = new WritableStream<ScrcpyMediaStreamPacket>({ this.#writable = new WritableStream<ScrcpyMediaStreamPacket>({

View file

@ -94,7 +94,7 @@ export class WebGLWebCodecsDecoderRenderer extends CanvasWebCodecsVideoDecoderRe
throw new Error(gl.getShaderInfoLog(fragmentShader)!); throw new Error(gl.getShaderInfoLog(fragmentShader)!);
} }
const shaderProgram = gl.createProgram()!; const shaderProgram = gl.createProgram();
gl.attachShader(shaderProgram, vertexShader); gl.attachShader(shaderProgram, vertexShader);
gl.attachShader(shaderProgram, fragmentShader); gl.attachShader(shaderProgram, fragmentShader);
gl.linkProgram(shaderProgram); gl.linkProgram(shaderProgram);

View file

@ -39,11 +39,11 @@
"@yume-chan/struct": "workspace:^" "@yume-chan/struct": "workspace:^"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.1", "@types/node": "^22.10.0",
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^", "@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -37,8 +37,7 @@ import {
serializeUHidCreateControlMessage, serializeUHidCreateControlMessage,
setListDisplays, setListDisplays,
setListEncoders, setListEncoders,
UHidOutputStream UHidOutputStream,
} from "./impl/index.js"; } from "./impl/index.js";
import type { Init } from "./impl/index.js"; import type { Init } from "./impl/index.js";

View file

@ -36,11 +36,11 @@
"@yume-chan/struct": "workspace:^" "@yume-chan/struct": "workspace:^"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.1", "@types/node": "^22.10.0",
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^", "@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -38,11 +38,11 @@
"@yume-chan/no-data-view": "workspace:^" "@yume-chan/no-data-view": "workspace:^"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.1", "@types/node": "^22.10.0",
"@yume-chan/eslint-config": "workspace:^", "@yume-chan/eslint-config": "workspace:^",
"@yume-chan/test-runner": "workspace:^", "@yume-chan/test-runner": "workspace:^",
"@yume-chan/tsconfig": "workspace:^", "@yume-chan/tsconfig": "workspace:^",
"prettier": "^3.3.3", "prettier": "^3.4.1",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -7,6 +7,6 @@
"lint": "pnpm recursive run lint" "lint": "pnpm recursive run lint"
}, },
"devDependencies": { "devDependencies": {
"@changesets/cli": "^2.27.9" "@changesets/cli": "^2.27.10"
} }
} }

520
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -9,13 +9,13 @@
}, },
"dependencies": { "dependencies": {
"@eslint/js": "^9.15.0", "@eslint/js": "^9.15.0",
"@types/node": "^22.9.1", "@types/node": "^22.10.0",
"eslint": "^9.15.0", "eslint": "^9.15.0",
"eslint-plugin-import-x": "^4.4.2", "eslint-plugin-import-x": "^4.4.3",
"typescript": "^5.6.3", "typescript": "^5.7.2",
"typescript-eslint": "^8.15.0" "typescript-eslint": "^8.16.0"
}, },
"devDependencies": { "devDependencies": {
"prettier": "^3.3.3" "prettier": "^3.4.1"
} }
} }

View file

@ -7,7 +7,7 @@
"scripts": {}, "scripts": {},
"keywords": [], "keywords": [],
"dependencies": { "dependencies": {
"@types/node": "^22.9.1", "@types/node": "^22.10.0",
"json5": "^2.2.3" "json5": "^2.2.3"
}, },
"author": "", "author": "",

View file

@ -4,7 +4,6 @@
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript" "start": "rollup -c rollup.config.ts --configPlugin @rollup/plugin-typescript"
}, },
"keywords": [], "keywords": [],

View file

@ -6,7 +6,7 @@
"run-test": "wrapper.js" "run-test": "wrapper.js"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^22.9.1", "@types/node": "^22.10.0",
"typescript": "^5.6.3" "typescript": "^5.7.2"
} }
} }

View file

@ -3,6 +3,6 @@
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"devDependencies": { "devDependencies": {
"prettier": "^3.3.3" "prettier": "^3.4.1"
} }
} }