From 8fc7ce120ed7f87821427e9005075550d1d3f9a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 14:07:33 +0100 Subject: [PATCH] build(deps-dev): bump typescript from 5.2.2 to 5.3.2 (#5871) * build(deps-dev): bump typescript from 5.2.2 to 5.3.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Remove tsconfig/recommended dependency --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Cinque --- libraries/type-length-value/js/package.json | 2 +- memo/js/package.json | 2 +- name-service/js/package.json | 3 +- name-service/js/tsconfig.json | 8 +- pnpm-lock.yaml | 251 +++++++++---------- single-pool/js/packages/classic/package.json | 2 +- single-pool/js/packages/modern/package.json | 2 +- stake-pool/js/package.json | 2 +- token-lending/js/package.json | 2 +- token-metadata/js/package.json | 2 +- token-swap/js/package.json | 2 +- token/js/package.json | 2 +- 12 files changed, 137 insertions(+), 143 deletions(-) diff --git a/libraries/type-length-value/js/package.json b/libraries/type-length-value/js/package.json index 352482cd781..9b3f79a7e6c 100644 --- a/libraries/type-length-value/js/package.json +++ b/libraries/type-length-value/js/package.json @@ -60,6 +60,6 @@ "prettier": "^3.1.0", "shx": "^0.3.4", "ts-node": "^10.9.1", - "typescript": "^5.0.4" + "typescript": "^5.3.2" } } diff --git a/memo/js/package.json b/memo/js/package.json index d0251e7dfda..ef54989208a 100644 --- a/memo/js/package.json +++ b/memo/js/package.json @@ -73,6 +73,6 @@ "ts-jest": "^29.0.0", "ts-node": "^10.9.1", "typedoc": "^0.25.0", - "typescript": "^5.0.4" + "typescript": "^5.3.2" } } diff --git a/name-service/js/package.json b/name-service/js/package.json index 016cf92c428..db6c50b51d4 100644 --- a/name-service/js/package.json +++ b/name-service/js/package.json @@ -35,7 +35,6 @@ "singleQuote": true }, "devDependencies": { - "@tsconfig/recommended": "^1.0.1", "@types/bn.js": "^5.1.1", "@types/chai": "^4.3.11", "@types/chai-as-promised": "^7.1.5", @@ -55,7 +54,7 @@ "start-server-and-test": "^2.0.3", "ts-node": "^10.9.1", "typedoc": "^0.25.0", - "typescript": "^5.0.4" + "typescript": "^5.3.2" }, "dependencies": { "@solana/web3.js": "^1.87.6", diff --git a/name-service/js/tsconfig.json b/name-service/js/tsconfig.json index ebdb8307224..c0f2a16dfb6 100644 --- a/name-service/js/tsconfig.json +++ b/name-service/js/tsconfig.json @@ -1,5 +1,4 @@ { - "extends": "@tsconfig/recommended/tsconfig.json", "ts-node": { "compilerOptions": { "module": "commonjs", @@ -10,7 +9,10 @@ } }, "compilerOptions": { + "strict": true, "module": "commonjs", + "skipLibCheck": true, + "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "target": "es2019", @@ -26,7 +28,7 @@ }, "resolveJsonModule": true }, + "$schema": "https://json.schemastore.org/tsconfig", "include": ["src/*"], "exclude": ["src/**/*.test.ts", "**/node_modules", "dist"] - } - \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 154a696973b..07d4f17a975 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,7 +6,7 @@ importers: devDependencies: '@solana/eslint-config-solana': specifier: ^1.0.2 - version: 1.0.2(@typescript-eslint/eslint-plugin@6.12.0)(@typescript-eslint/parser@6.12.0)(eslint-plugin-jest@27.6.0)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-simple-import-sort@10.0.0)(eslint-plugin-sort-keys-fix@1.1.2)(eslint@8.54.0)(typescript@5.2.2) + version: 1.0.2(@typescript-eslint/eslint-plugin@6.12.0)(@typescript-eslint/parser@6.12.0)(eslint-plugin-jest@27.6.0)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-simple-import-sort@10.0.0)(eslint-plugin-sort-keys-fix@1.1.2)(eslint@8.54.0)(typescript@5.3.2) '@solana/prettier-config-solana': specifier: ^0.0.3 version: 0.0.3(prettier@3.1.0) @@ -34,10 +34,10 @@ importers: version: 20.9.3 '@typescript-eslint/eslint-plugin': specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) chai: specifier: ^4.3.10 version: 4.3.10 @@ -70,10 +70,10 @@ importers: version: 0.3.4 ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@20.9.3)(typescript@5.2.2) + version: 10.9.1(@types/node@20.9.3)(typescript@5.3.2) typescript: - specifier: ^5.0.4 - version: 5.2.2 + specifier: ^5.3.2 + version: 5.3.2 memo/js: dependencies: @@ -98,10 +98,10 @@ importers: version: 2.6.9 '@typescript-eslint/eslint-plugin': specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) chai: specifier: ^4.3.6 version: 4.3.10 @@ -137,16 +137,16 @@ importers: version: 2.0.3 ts-jest: specifier: ^29.0.0 - version: 29.1.1(@babel/core@7.23.2)(jest@29.7.0)(typescript@5.2.2) + version: 29.1.1(@babel/core@7.23.2)(jest@29.7.0)(typescript@5.3.2) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@20.9.3)(typescript@5.2.2) + version: 10.9.1(@types/node@20.9.3)(typescript@5.3.2) typedoc: specifier: ^0.25.0 - version: 0.25.3(typescript@5.2.2) + version: 0.25.3(typescript@5.3.2) typescript: - specifier: ^5.0.4 - version: 5.2.2 + specifier: ^5.3.2 + version: 5.3.2 name-service/js: dependencies: @@ -160,9 +160,6 @@ importers: specifier: ^0.7.0 version: 0.7.0 devDependencies: - '@tsconfig/recommended': - specifier: ^1.0.1 - version: 1.0.3 '@types/bn.js': specifier: ^5.1.1 version: 5.1.5 @@ -180,10 +177,10 @@ importers: version: 20.9.3 '@typescript-eslint/eslint-plugin': specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) chai: specifier: ^4.3.7 version: 4.3.10 @@ -201,7 +198,7 @@ importers: version: 3.2.0(eslint@8.54.0) eslint-plugin-functional: specifier: ^6.0.0 - version: 6.0.0(eslint@8.54.0)(typescript@5.2.2) + version: 6.0.0(eslint@8.54.0)(typescript@5.3.2) eslint-plugin-import: specifier: ^2.22.0 version: 2.29.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0) @@ -216,13 +213,13 @@ importers: version: 2.0.3 ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@20.9.3)(typescript@5.2.2) + version: 10.9.1(@types/node@20.9.3)(typescript@5.3.2) typedoc: specifier: ^0.25.0 - version: 0.25.3(typescript@5.2.2) + version: 0.25.3(typescript@5.3.2) typescript: - specifier: ^5.0.4 - version: 5.2.2 + specifier: ^5.3.2 + version: 5.3.2 single-pool/js/packages/classic: dependencies: @@ -241,7 +238,7 @@ importers: version: 20.9.3 '@typescript-eslint/eslint-plugin': specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) ava: specifier: ^5.3.1 version: 5.3.1(@ava/typescript@4.1.0) @@ -261,8 +258,8 @@ importers: specifier: ^4.2.0 version: 4.2.0 typescript: - specifier: ^5.2.2 - version: 5.2.2 + specifier: ^5.3.2 + version: 5.3.2 single-pool/js/packages/modern: dependencies: @@ -275,7 +272,7 @@ importers: version: 20.9.3 '@typescript-eslint/eslint-plugin': specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) eslint: specifier: ^8.54.0 version: 8.54.0 @@ -286,8 +283,8 @@ importers: specifier: ^5.0.0 version: 5.0.1(@types/eslint@8.44.7)(eslint-config-prettier@9.0.0)(eslint@8.54.0)(prettier@3.1.0) typescript: - specifier: ^5.2.2 - version: 5.2.2 + specifier: ^5.3.2 + version: 5.3.2 stake-pool/js: dependencies: @@ -333,7 +330,7 @@ importers: version: 0.4.4(rollup@4.5.0) '@rollup/plugin-typescript': specifier: ^11.1.0 - version: 11.1.5(rollup@4.5.0)(tslib@2.6.2)(typescript@5.2.2) + version: 11.1.5(rollup@4.5.0)(tslib@2.6.2)(typescript@5.3.2) '@types/bn.js': specifier: ^5.1.0 version: 5.1.5 @@ -348,10 +345,10 @@ importers: version: 2.6.9 '@typescript-eslint/eslint-plugin': specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) cross-env: specifier: ^7.0.3 version: 7.0.3 @@ -378,13 +375,13 @@ importers: version: 4.5.0 rollup-plugin-dts: specifier: ^6.1.0 - version: 6.1.0(rollup@4.5.0)(typescript@5.2.2) + version: 6.1.0(rollup@4.5.0)(typescript@5.3.2) ts-jest: specifier: ^29.0.0 - version: 29.1.1(@babel/core@7.23.2)(jest@29.7.0)(typescript@5.2.2) + version: 29.1.1(@babel/core@7.23.2)(jest@29.7.0)(typescript@5.3.2) typescript: - specifier: ^5.2.2 - version: 5.2.2 + specifier: ^5.3.2 + version: 5.3.2 token-lending/js: dependencies: @@ -409,7 +406,7 @@ importers: version: 15.2.3(rollup@4.5.0) '@rollup/plugin-typescript': specifier: ^11.1.1 - version: 11.1.5(rollup@4.5.0)(tslib@2.6.2)(typescript@5.2.2) + version: 11.1.5(rollup@4.5.0)(tslib@2.6.2)(typescript@5.3.2) '@solana/spl-token': specifier: workspace:* version: link:../../token/js @@ -427,10 +424,10 @@ importers: version: 20.9.3 '@typescript-eslint/eslint-plugin': specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) eslint: specifier: ^8.54.0 version: 8.54.0 @@ -451,16 +448,16 @@ importers: version: 4.5.0 ts-node: specifier: ^10.7.0 - version: 10.9.1(@types/node@20.9.3)(typescript@5.2.2) + version: 10.9.1(@types/node@20.9.3)(typescript@5.3.2) tslib: specifier: ^2.3.0 version: 2.6.2 typedoc: specifier: ^0.25.0 - version: 0.25.3(typescript@5.2.2) + version: 0.25.3(typescript@5.3.2) typescript: - specifier: ^5.0.4 - version: 5.2.2 + specifier: ^5.3.2 + version: 5.3.2 token-metadata/js: dependencies: @@ -497,10 +494,10 @@ importers: version: 20.9.3 '@typescript-eslint/eslint-plugin': specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) chai: specifier: ^4.3.6 version: 4.3.10 @@ -530,16 +527,16 @@ importers: version: 0.3.4 ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@20.9.3)(typescript@5.2.2) + version: 10.9.1(@types/node@20.9.3)(typescript@5.3.2) tslib: specifier: ^2.3.1 version: 2.6.2 typedoc: specifier: ^0.25.0 - version: 0.25.3(typescript@5.2.2) + version: 0.25.3(typescript@5.3.2) typescript: - specifier: ^5.0.4 - version: 5.2.2 + specifier: ^5.3.2 + version: 5.3.2 token-swap/js: dependencies: @@ -570,10 +567,10 @@ importers: version: 10.0.5 '@typescript-eslint/eslint-plugin': specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) eslint: specifier: ^8.54.0 version: 8.54.0 @@ -600,10 +597,10 @@ importers: version: 2.0.3 ts-node: specifier: ^10.0.0 - version: 10.9.1(@types/node@20.9.3)(typescript@5.2.2) + version: 10.9.1(@types/node@20.9.3)(typescript@5.3.2) typescript: - specifier: ^5.0.4 - version: 5.2.2 + specifier: ^5.3.2 + version: 5.3.2 token/js: dependencies: @@ -640,10 +637,10 @@ importers: version: 2.6.9 '@typescript-eslint/eslint-plugin': specifier: ^6.12.0 - version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': specifier: ^6.12.0 - version: 6.12.0(eslint@8.54.0)(typescript@5.2.2) + version: 6.12.0(eslint@8.54.0)(typescript@5.3.2) chai: specifier: ^4.3.6 version: 4.3.10 @@ -682,16 +679,16 @@ importers: version: 2.0.3 ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@20.9.3)(typescript@5.2.2) + version: 10.9.1(@types/node@20.9.3)(typescript@5.3.2) tslib: specifier: ^2.3.1 version: 2.6.2 typedoc: specifier: ^0.25.0 - version: 0.25.3(typescript@5.2.2) + version: 0.25.3(typescript@5.3.2) typescript: - specifier: ^5.0.4 - version: 5.2.2 + specifier: ^5.3.2 + version: 5.3.2 packages: @@ -1796,7 +1793,7 @@ packages: terser: 5.24.0 dev: true - /@rollup/plugin-typescript@11.1.5(rollup@4.5.0)(tslib@2.6.2)(typescript@5.2.2): + /@rollup/plugin-typescript@11.1.5(rollup@4.5.0)(tslib@2.6.2)(typescript@5.3.2): resolution: {integrity: sha512-rnMHrGBB0IUEv69Q8/JGRD/n4/n6b3nfpufUu26axhUcboUzv/twfZU8fIBbTOphRAe0v8EyxzeDpKXqGHfyDA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -1813,7 +1810,7 @@ packages: resolve: 1.22.8 rollup: 4.5.0 tslib: 2.6.2 - typescript: 5.2.2 + typescript: 5.3.2 dev: true /@rollup/plugin-virtual@3.0.2(rollup@4.5.0): @@ -2027,7 +2024,7 @@ packages: fastestsmallesttextencoderdecoder: 1.0.22 dev: false - /@solana/eslint-config-solana@1.0.2(@typescript-eslint/eslint-plugin@6.12.0)(@typescript-eslint/parser@6.12.0)(eslint-plugin-jest@27.6.0)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-simple-import-sort@10.0.0)(eslint-plugin-sort-keys-fix@1.1.2)(eslint@8.54.0)(typescript@5.2.2): + /@solana/eslint-config-solana@1.0.2(@typescript-eslint/eslint-plugin@6.12.0)(@typescript-eslint/parser@6.12.0)(eslint-plugin-jest@27.6.0)(eslint-plugin-react-hooks@4.6.0)(eslint-plugin-simple-import-sort@10.0.0)(eslint-plugin-sort-keys-fix@1.1.2)(eslint@8.54.0)(typescript@5.3.2): resolution: {integrity: sha512-/mBi2xFsX0fq3ukZ3ugA+Zh2+Ct+bh713ZSdOJAv1G7ARzyOEDxmiUz8TLzHu4joOC/3Ok4Yl7cjupOcIRzMHw==} peerDependencies: '@typescript-eslint/eslint-plugin': ^6.0.0 @@ -2039,14 +2036,14 @@ packages: eslint-plugin-sort-keys-fix: ^1.1.2 typescript: ^5.1.6 dependencies: - '@typescript-eslint/eslint-plugin': 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.12.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.12.0(eslint@8.54.0)(typescript@5.3.2) eslint: 8.54.0 - eslint-plugin-jest: 27.6.0(@typescript-eslint/eslint-plugin@6.12.0)(eslint@8.54.0)(typescript@5.2.2) + eslint-plugin-jest: 27.6.0(@typescript-eslint/eslint-plugin@6.12.0)(eslint@8.54.0)(typescript@5.3.2) eslint-plugin-react-hooks: 4.6.0(eslint@8.54.0) eslint-plugin-simple-import-sort: 10.0.0(eslint@8.54.0) eslint-plugin-sort-keys-fix: 1.1.2 - typescript: 5.2.2 + typescript: 5.3.2 dev: true /@solana/functional@2.0.0-experimental.21e994f: @@ -2158,10 +2155,6 @@ packages: resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} dev: true - /@tsconfig/recommended@1.0.3: - resolution: {integrity: sha512-+jby/Guq9H8O7NWgCv6X8VAiQE8Dr/nccsCtL74xyHKhu2Knu5EAKmOZj3nLCnLm1KooUzKY+5DsnGVqhM8/wQ==} - dev: true - /@types/babel__core@7.20.4: resolution: {integrity: sha512-mLnSC22IC4vcWiuObSRjrLd9XcBTGf59vUSoq2jkQDJ/QQ8PMI9rSuzE+aEV8karUMbskw07bKYoUJCKTUaygg==} dependencies: @@ -2312,7 +2305,7 @@ packages: '@types/yargs-parser': 21.0.3 dev: true - /@typescript-eslint/eslint-plugin@6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.2.2): + /@typescript-eslint/eslint-plugin@6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2): resolution: {integrity: sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -2324,10 +2317,10 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 6.12.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.12.0(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/scope-manager': 6.12.0 - '@typescript-eslint/type-utils': 6.12.0(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.12.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/type-utils': 6.12.0(eslint@8.54.0)(typescript@5.3.2) + '@typescript-eslint/utils': 6.12.0(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/visitor-keys': 6.12.0 debug: 4.3.4(supports-color@8.1.1) eslint: 8.54.0 @@ -2335,13 +2328,13 @@ packages: ignore: 5.2.4 natural-compare: 1.4.0 semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.3(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@6.12.0(eslint@8.54.0)(typescript@5.2.2): + /@typescript-eslint/parser@6.12.0(eslint@8.54.0)(typescript@5.3.2): resolution: {integrity: sha512-s8/jNFPKPNRmXEnNXfuo1gemBdVmpQsK1pcu+QIvuNJuhFzGrpD7WjOcvDc/+uEdfzSYpNu7U/+MmbScjoQ6vg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -2353,11 +2346,11 @@ packages: dependencies: '@typescript-eslint/scope-manager': 6.12.0 '@typescript-eslint/types': 6.12.0 - '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2) '@typescript-eslint/visitor-keys': 6.12.0 debug: 4.3.4(supports-color@8.1.1) eslint: 8.54.0 - typescript: 5.2.2 + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: true @@ -2386,7 +2379,7 @@ packages: '@typescript-eslint/visitor-keys': 6.12.0 dev: true - /@typescript-eslint/type-utils@6.12.0(eslint@8.54.0)(typescript@5.2.2): + /@typescript-eslint/type-utils@6.12.0(eslint@8.54.0)(typescript@5.3.2): resolution: {integrity: sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -2396,12 +2389,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.2.2) - '@typescript-eslint/utils': 6.12.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2) + '@typescript-eslint/utils': 6.12.0(eslint@8.54.0)(typescript@5.3.2) debug: 4.3.4(supports-color@8.1.1) eslint: 8.54.0 - ts-api-utils: 1.0.3(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.3(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: true @@ -2421,7 +2414,7 @@ packages: engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/typescript-estree@5.62.0(typescript@5.2.2): + /@typescript-eslint/typescript-estree@5.62.0(typescript@5.3.2): resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2436,13 +2429,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - tsutils: 3.21.0(typescript@5.2.2) - typescript: 5.2.2 + tsutils: 3.21.0(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree@6.10.0(typescript@5.2.2): + /@typescript-eslint/typescript-estree@6.10.0(typescript@5.3.2): resolution: {integrity: sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -2457,13 +2450,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.3(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree@6.12.0(typescript@5.2.2): + /@typescript-eslint/typescript-estree@6.12.0(typescript@5.3.2): resolution: {integrity: sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -2478,13 +2471,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.3(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@5.62.0(eslint@8.54.0)(typescript@5.2.2): + /@typescript-eslint/utils@5.62.0(eslint@8.54.0)(typescript@5.3.2): resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -2495,7 +2488,7 @@ packages: '@types/semver': 7.5.5 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.3.2) eslint: 8.54.0 eslint-scope: 5.1.1 semver: 7.5.4 @@ -2504,7 +2497,7 @@ packages: - typescript dev: true - /@typescript-eslint/utils@6.10.0(eslint@8.54.0)(typescript@5.2.2): + /@typescript-eslint/utils@6.10.0(eslint@8.54.0)(typescript@5.3.2): resolution: {integrity: sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -2515,7 +2508,7 @@ packages: '@types/semver': 7.5.5 '@typescript-eslint/scope-manager': 6.10.0 '@typescript-eslint/types': 6.10.0 - '@typescript-eslint/typescript-estree': 6.10.0(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.10.0(typescript@5.3.2) eslint: 8.54.0 semver: 7.5.4 transitivePeerDependencies: @@ -2523,7 +2516,7 @@ packages: - typescript dev: true - /@typescript-eslint/utils@6.12.0(eslint@8.54.0)(typescript@5.2.2): + /@typescript-eslint/utils@6.12.0(eslint@8.54.0)(typescript@5.3.2): resolution: {integrity: sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -2534,7 +2527,7 @@ packages: '@types/semver': 7.5.5 '@typescript-eslint/scope-manager': 6.12.0 '@typescript-eslint/types': 6.12.0 - '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2) eslint: 8.54.0 semver: 7.5.4 transitivePeerDependencies: @@ -3796,7 +3789,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.12.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.12.0(eslint@8.54.0)(typescript@5.3.2) debug: 3.2.7 eslint: 8.54.0 eslint-import-resolver-node: 0.3.9 @@ -3815,7 +3808,7 @@ packages: ignore: 5.2.4 dev: true - /eslint-plugin-functional@6.0.0(eslint@8.54.0)(typescript@5.2.2): + /eslint-plugin-functional@6.0.0(eslint@8.54.0)(typescript@5.3.2): resolution: {integrity: sha512-jOUHUMA9cN2CIpgPj93fW1vTI3c95ZYUHMPJxEJL4KAtFkJDcT/9/YlfyrLOBxHkAcwBhJ29HSmeC/CUnN0k3g==} engines: {node: '>=16.10.0'} peerDependencies: @@ -3825,14 +3818,14 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 6.10.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.10.0(eslint@8.54.0)(typescript@5.3.2) deepmerge-ts: 5.1.0 escape-string-regexp: 4.0.0 eslint: 8.54.0 - is-immutable-type: 2.0.1(eslint@8.54.0)(typescript@5.2.2) + is-immutable-type: 2.0.1(eslint@8.54.0)(typescript@5.3.2) semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.3(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: true @@ -3847,7 +3840,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.12.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.12.0(eslint@8.54.0)(typescript@5.3.2) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 @@ -3872,7 +3865,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest@27.6.0(@typescript-eslint/eslint-plugin@6.12.0)(eslint@8.54.0)(typescript@5.2.2): + /eslint-plugin-jest@27.6.0(@typescript-eslint/eslint-plugin@6.12.0)(eslint@8.54.0)(typescript@5.3.2): resolution: {integrity: sha512-MTlusnnDMChbElsszJvrwD1dN3x6nZl//s4JD23BxB6MgR66TZlL064su24xEIS3VACfAoHV1vgyMgPw8nkdng==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -3885,8 +3878,8 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.2.2) - '@typescript-eslint/utils': 5.62.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.54.0)(typescript@5.3.2) eslint: 8.54.0 transitivePeerDependencies: - supports-color @@ -4795,16 +4788,16 @@ packages: is-extglob: 2.1.1 dev: true - /is-immutable-type@2.0.1(eslint@8.54.0)(typescript@5.2.2): + /is-immutable-type@2.0.1(eslint@8.54.0)(typescript@5.3.2): resolution: {integrity: sha512-SNO0yWLzSN+oYb8adM4AvsPYSCqElmjcXUNemryDLo0r5M54oMs/6R4cvKLc9QtIs/nRuc3ahlgJoMdGfcHLwQ==} peerDependencies: eslint: '*' typescript: '>=4.7.4' dependencies: - '@typescript-eslint/type-utils': 6.12.0(eslint@8.54.0)(typescript@5.2.2) + '@typescript-eslint/type-utils': 6.12.0(eslint@8.54.0)(typescript@5.3.2) eslint: 8.54.0 - ts-api-utils: 1.0.3(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.3(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: true @@ -5136,7 +5129,7 @@ packages: pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1(@types/node@20.9.3)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@20.9.3)(typescript@5.3.2) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -6351,7 +6344,7 @@ packages: glob: 10.3.10 dev: true - /rollup-plugin-dts@6.1.0(rollup@4.5.0)(typescript@5.2.2): + /rollup-plugin-dts@6.1.0(rollup@4.5.0)(typescript@5.3.2): resolution: {integrity: sha512-ijSCPICkRMDKDLBK9torss07+8dl9UpY9z1N/zTeA1cIqdzMlpkV3MOOC7zukyvQfDyxa1s3Dl2+DeiP/G6DOw==} engines: {node: '>=16'} peerDependencies: @@ -6360,7 +6353,7 @@ packages: dependencies: magic-string: 0.30.5 rollup: 4.5.0 - typescript: 5.2.2 + typescript: 5.3.2 optionalDependencies: '@babel/code-frame': 7.22.13 dev: true @@ -6911,16 +6904,16 @@ packages: escape-string-regexp: 1.0.5 dev: true - /ts-api-utils@1.0.3(typescript@5.2.2): + /ts-api-utils@1.0.3(typescript@5.3.2): resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==} engines: {node: '>=16.13.0'} peerDependencies: typescript: '>=4.2.0' dependencies: - typescript: 5.2.2 + typescript: 5.3.2 dev: true - /ts-jest@29.1.1(@babel/core@7.23.2)(jest@29.7.0)(typescript@5.2.2): + /ts-jest@29.1.1(@babel/core@7.23.2)(jest@29.7.0)(typescript@5.3.2): resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -6950,11 +6943,11 @@ packages: lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.5.4 - typescript: 5.2.2 + typescript: 5.3.2 yargs-parser: 21.1.1 dev: true - /ts-node@10.9.1(@types/node@20.9.3)(typescript@5.2.2): + /ts-node@10.9.1(@types/node@20.9.3)(typescript@5.3.2): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -6980,7 +6973,7 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.2.2 + typescript: 5.3.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true @@ -7002,14 +6995,14 @@ packages: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} dev: true - /tsutils@3.21.0(typescript@5.2.2): + /tsutils@3.21.0(typescript@5.3.2): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 5.2.2 + typescript: 5.3.2 dev: true /tsx@4.2.0: @@ -7149,7 +7142,7 @@ packages: is-typed-array: 1.1.12 dev: true - /typedoc@0.25.3(typescript@5.2.2): + /typedoc@0.25.3(typescript@5.3.2): resolution: {integrity: sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==} engines: {node: '>= 16'} hasBin: true @@ -7160,11 +7153,11 @@ packages: marked: 4.3.0 minimatch: 9.0.3 shiki: 0.14.5 - typescript: 5.2.2 + typescript: 5.3.2 dev: true - /typescript@5.2.2: - resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} + /typescript@5.3.2: + resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==} engines: {node: '>=14.17'} hasBin: true dev: true diff --git a/single-pool/js/packages/classic/package.json b/single-pool/js/packages/classic/package.json index bf4bad63575..46df90c5343 100644 --- a/single-pool/js/packages/classic/package.json +++ b/single-pool/js/packages/classic/package.json @@ -27,7 +27,7 @@ "eslint-plugin-prettier": "^5.0.0", "solana-bankrun": "^0.2.0", "tsx": "^4.2.0", - "typescript": "^5.2.2" + "typescript": "^5.3.2" }, "dependencies": { "@solana/web3.js": "^1.87.6", diff --git a/single-pool/js/packages/modern/package.json b/single-pool/js/packages/modern/package.json index 134d725efd0..35687468eea 100644 --- a/single-pool/js/packages/modern/package.json +++ b/single-pool/js/packages/modern/package.json @@ -21,7 +21,7 @@ "eslint": "^8.54.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", - "typescript": "^5.2.2" + "typescript": "^5.3.2" }, "dependencies": { "@solana/web3.js": "=2.0.0-experimental.21e994f" diff --git a/stake-pool/js/package.json b/stake-pool/js/package.json index 1c717dac0b2..dbdf0f81b92 100644 --- a/stake-pool/js/package.json +++ b/stake-pool/js/package.json @@ -75,7 +75,7 @@ "rollup": "^4.5.0", "rollup-plugin-dts": "^6.1.0", "ts-jest": "^29.0.0", - "typescript": "^5.2.2" + "typescript": "^5.3.2" }, "jest": { "moduleFileExtensions": [ diff --git a/token-lending/js/package.json b/token-lending/js/package.json index f8647be73c2..be062e16708 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -60,6 +60,6 @@ "ts-node": "^10.7.0", "tslib": "^2.3.0", "typedoc": "^0.25.0", - "typescript": "^5.0.4" + "typescript": "^5.3.2" } } diff --git a/token-metadata/js/package.json b/token-metadata/js/package.json index d2a9608f9d5..cc6c82acb73 100644 --- a/token-metadata/js/package.json +++ b/token-metadata/js/package.json @@ -73,6 +73,6 @@ "ts-node": "^10.9.1", "tslib": "^2.3.1", "typedoc": "^0.25.0", - "typescript": "^5.0.4" + "typescript": "^5.3.2" } } diff --git a/token-swap/js/package.json b/token-swap/js/package.json index 729f81739b2..936784ddb48 100644 --- a/token-swap/js/package.json +++ b/token-swap/js/package.json @@ -69,6 +69,6 @@ "prettier": "^3.1.0", "start-server-and-test": "^2.0.3", "ts-node": "^10.0.0", - "typescript": "^5.0.4" + "typescript": "^5.3.2" } } diff --git a/token/js/package.json b/token/js/package.json index b4d53455008..08e488d8b5f 100644 --- a/token/js/package.json +++ b/token/js/package.json @@ -83,6 +83,6 @@ "tslib": "^2.3.1", "ts-node": "^10.9.1", "typedoc": "^0.25.0", - "typescript": "^5.0.4" + "typescript": "^5.3.2" } }