From f14cdac75afbf48ae5126b22571872980b21ad5c Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Sun, 23 Jul 2023 20:54:11 +0800 Subject: [PATCH] chore: update typescript --- package.json | 2 +- pnpm-lock.yaml | 100 ++++++++++++++++++++++++------------------------- 2 files changed, 51 insertions(+), 51 deletions(-) diff --git a/package.json b/package.json index e97c04d..591029c 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,6 @@ "eslint-plugin-vue": "^9.15.1", "prettier": "^3.0.0", "standard": "^17.1.0", - "typescript": "~5.0.4" + "typescript": "~5.1.6" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac01677..8a656dd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,7 +24,7 @@ devDependencies: version: 7.0.0(@typescript-eslint/parser@5.59.1)(eslint-import-resolver-typescript@3.5.5)(eslint-plugin-vue@9.15.1)(eslint@8.45.0) '@vue/eslint-config-airbnb-with-typescript': specifier: ^7.0.0 - version: 7.0.0(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.0.4) + version: 7.0.0(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.1.6) '@vue/eslint-config-prettier': specifier: ^8.0.0 version: 8.0.0(eslint@8.45.0)(prettier@3.0.0) @@ -33,10 +33,10 @@ devDependencies: version: 8.0.1(@typescript-eslint/parser@5.59.1)(eslint-plugin-vue@9.15.1)(eslint@8.45.0) '@vue/eslint-config-standard-with-typescript': specifier: ^8.0.0 - version: 8.0.0(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.0.4) + version: 8.0.0(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.1.6) '@vue/eslint-config-typescript': specifier: ^11.0.3 - version: 11.0.3(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.0.4) + version: 11.0.3(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.1.6) eslint: specifier: ^8.45.0 version: 8.45.0 @@ -50,8 +50,8 @@ devDependencies: specifier: ^17.1.0 version: 17.1.0(@typescript-eslint/parser@5.59.1) typescript: - specifier: ~5.0.4 - version: 5.0.4 + specifier: ~5.1.6 + version: 5.1.6 packages: @@ -173,7 +173,7 @@ packages: resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==} dev: true - /@typescript-eslint/eslint-plugin@5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.45.0)(typescript@5.0.4): + /@typescript-eslint/eslint-plugin@5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.45.0)(typescript@5.1.6): resolution: {integrity: sha512-AVi0uazY5quFB9hlp2Xv+ogpfpk77xzsgsIEWyVS7uK/c7MZ5tw7ZPbapa0SbfkqE0fsAMkz5UwtgMLVk2BQAg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -185,23 +185,23 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.0 - '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.0.4) + '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.1.6) '@typescript-eslint/scope-manager': 5.59.1 - '@typescript-eslint/type-utils': 5.59.1(eslint@8.45.0)(typescript@5.0.4) - '@typescript-eslint/utils': 5.59.1(eslint@8.45.0)(typescript@5.0.4) + '@typescript-eslint/type-utils': 5.59.1(eslint@8.45.0)(typescript@5.1.6) + '@typescript-eslint/utils': 5.59.1(eslint@8.45.0)(typescript@5.1.6) debug: 4.3.4 eslint: 8.45.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 semver: 7.5.0 - tsutils: 3.21.0(typescript@5.0.4) - typescript: 5.0.4 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@5.59.1(eslint@8.45.0)(typescript@5.0.4): + /@typescript-eslint/parser@5.59.1(eslint@8.45.0)(typescript@5.1.6): resolution: {integrity: sha512-nzjFAN8WEu6yPRDizIFyzAfgK7nybPodMNFGNH0M9tei2gYnYszRDqVA0xlnRjkl7Hkx2vYrEdb6fP2a21cG1g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -213,10 +213,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.59.1 '@typescript-eslint/types': 5.59.1 - '@typescript-eslint/typescript-estree': 5.59.1(typescript@5.0.4) + '@typescript-eslint/typescript-estree': 5.59.1(typescript@5.1.6) debug: 4.3.4 eslint: 8.45.0 - typescript: 5.0.4 + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true @@ -229,7 +229,7 @@ packages: '@typescript-eslint/visitor-keys': 5.59.1 dev: true - /@typescript-eslint/type-utils@5.59.1(eslint@8.45.0)(typescript@5.0.4): + /@typescript-eslint/type-utils@5.59.1(eslint@8.45.0)(typescript@5.1.6): resolution: {integrity: sha512-ZMWQ+Oh82jWqWzvM3xU+9y5U7MEMVv6GLioM3R5NJk6uvP47kZ7YvlgSHJ7ERD6bOY7Q4uxWm25c76HKEwIjZw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -239,12 +239,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.59.1(typescript@5.0.4) - '@typescript-eslint/utils': 5.59.1(eslint@8.45.0)(typescript@5.0.4) + '@typescript-eslint/typescript-estree': 5.59.1(typescript@5.1.6) + '@typescript-eslint/utils': 5.59.1(eslint@8.45.0)(typescript@5.1.6) debug: 4.3.4 eslint: 8.45.0 - tsutils: 3.21.0(typescript@5.0.4) - typescript: 5.0.4 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true @@ -254,7 +254,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree@5.59.1(typescript@5.0.4): + /@typescript-eslint/typescript-estree@5.59.1(typescript@5.1.6): resolution: {integrity: sha512-lYLBBOCsFltFy7XVqzX0Ju+Lh3WPIAWxYpmH/Q7ZoqzbscLiCW00LeYCdsUnnfnj29/s1WovXKh2gwCoinHNGA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -269,13 +269,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.0 - tsutils: 3.21.0(typescript@5.0.4) - typescript: 5.0.4 + tsutils: 3.21.0(typescript@5.1.6) + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@5.59.1(eslint@8.45.0)(typescript@5.0.4): + /@typescript-eslint/utils@5.59.1(eslint@8.45.0)(typescript@5.1.6): resolution: {integrity: sha512-MkTe7FE+K1/GxZkP5gRj3rCztg45bEhsd8HYjczBuYm+qFHP5vtZmjx3B0yUCDotceQ4sHgTyz60Ycl225njmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -286,7 +286,7 @@ packages: '@types/semver': 7.3.13 '@typescript-eslint/scope-manager': 5.59.1 '@typescript-eslint/types': 5.59.1 - '@typescript-eslint/typescript-estree': 5.59.1(typescript@5.0.4) + '@typescript-eslint/typescript-estree': 5.59.1(typescript@5.1.6) eslint: 8.45.0 eslint-scope: 5.1.1 semver: 7.5.0 @@ -303,15 +303,15 @@ packages: eslint-visitor-keys: 3.4.0 dev: true - /@vue/eslint-config-airbnb-with-typescript@7.0.0(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.0.4): + /@vue/eslint-config-airbnb-with-typescript@7.0.0(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.1.6): resolution: {integrity: sha512-y0VxZrvgGYwaEukejN9a9/zrUg1sabGMaSAxpymKLmIVImRr7dONUnTCwY1zkxxXtn+nlCA1PgYLZMAPZ2SxWw==} peerDependencies: eslint: ^8.2.0 eslint-plugin-vue: ^9.2.0 typescript: '*' dependencies: - '@typescript-eslint/eslint-plugin': 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.45.0)(typescript@5.0.4) - '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.0.4) + '@typescript-eslint/eslint-plugin': 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.45.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.1.6) '@vue/eslint-config-airbnb': 7.0.0(@typescript-eslint/parser@5.59.1)(eslint-import-resolver-typescript@3.5.5)(eslint-plugin-vue@9.15.1)(eslint@8.45.0) eslint: 8.45.0 eslint-config-airbnb-typescript: 17.0.0(@typescript-eslint/eslint-plugin@5.59.1)(@typescript-eslint/parser@5.59.1)(eslint-plugin-import@2.27.5)(eslint@8.45.0) @@ -320,7 +320,7 @@ packages: eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.1)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.45.0) eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.45.0) eslint-plugin-vue: 9.15.1(eslint@8.45.0) - typescript: 5.0.4 + typescript: 5.1.6 vue-eslint-parser: 9.1.1(eslint@8.45.0) transitivePeerDependencies: - eslint-import-resolver-webpack @@ -364,17 +364,17 @@ packages: - '@types/eslint' dev: true - /@vue/eslint-config-standard-with-typescript@8.0.0(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.0.4): + /@vue/eslint-config-standard-with-typescript@8.0.0(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.1.6): resolution: {integrity: sha512-7oHFHia1GSFEr4iRwXjCXKIZ7vCM20HqpbjyQnPovtscxPBHn3uVfYTDVXSbzFLSCJqGWBapU6XS6jcfKOPbOw==} peerDependencies: eslint: ^8.0.1 eslint-plugin-vue: ^9.2.0 typescript: '*' dependencies: - '@typescript-eslint/eslint-plugin': 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.45.0)(typescript@5.0.4) - '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.0.4) + '@typescript-eslint/eslint-plugin': 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.45.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.1.6) eslint: 8.45.0 - eslint-config-standard-with-typescript: 22.0.0(@typescript-eslint/eslint-plugin@5.59.1)(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.45.0)(typescript@5.0.4) + eslint-config-standard-with-typescript: 22.0.0(@typescript-eslint/eslint-plugin@5.59.1)(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.45.0)(typescript@5.1.6) eslint-define-config: 1.19.0 eslint-import-resolver-node: 0.3.7 eslint-import-resolver-typescript: 3.5.5(@typescript-eslint/parser@5.59.1)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.27.5)(eslint@8.45.0) @@ -382,7 +382,7 @@ packages: eslint-plugin-n: 15.7.0(eslint@8.45.0) eslint-plugin-promise: 6.1.1(eslint@8.45.0) eslint-plugin-vue: 9.15.1(eslint@8.45.0) - typescript: 5.0.4 + typescript: 5.1.6 vue-eslint-parser: 9.1.1(eslint@8.45.0) transitivePeerDependencies: - eslint-import-resolver-webpack @@ -410,7 +410,7 @@ packages: - supports-color dev: true - /@vue/eslint-config-typescript@11.0.3(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.0.4): + /@vue/eslint-config-typescript@11.0.3(eslint-plugin-vue@9.15.1)(eslint@8.45.0)(typescript@5.1.6): resolution: {integrity: sha512-dkt6W0PX6H/4Xuxg/BlFj5xHvksjpSlVjtkQCpaYJBIEuKj2hOVU7r+TIe+ysCwRYFz/lGqvklntRkCAibsbPw==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: @@ -421,11 +421,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.45.0)(typescript@5.0.4) - '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.0.4) + '@typescript-eslint/eslint-plugin': 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.45.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.1.6) eslint: 8.45.0 eslint-plugin-vue: 9.15.1(eslint@8.45.0) - typescript: 5.0.4 + typescript: 5.1.6 vue-eslint-parser: 9.1.1(eslint@8.45.0) transitivePeerDependencies: - supports-color @@ -872,8 +872,8 @@ packages: eslint: ^7.32.0 || ^8.2.0 eslint-plugin-import: ^2.25.3 dependencies: - '@typescript-eslint/eslint-plugin': 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.45.0)(typescript@5.0.4) - '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.0.4) + '@typescript-eslint/eslint-plugin': 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.45.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.1.6) eslint: 8.45.0 eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.27.5)(eslint@8.45.0) eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.45.0) @@ -898,7 +898,7 @@ packages: eslint-plugin-react: 7.32.2(eslint@8.45.0) dev: true - /eslint-config-standard-with-typescript@22.0.0(@typescript-eslint/eslint-plugin@5.59.1)(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.45.0)(typescript@5.0.4): + /eslint-config-standard-with-typescript@22.0.0(@typescript-eslint/eslint-plugin@5.59.1)(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.45.0)(typescript@5.1.6): resolution: {integrity: sha512-VA36U7UlFpwULvkdnh6MQj5GAV2Q+tT68ALLAwJP0ZuNXU2m0wX07uxX4qyLRdHgSzH4QJ73CveKBuSOYvh7vQ==} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 @@ -908,14 +908,14 @@ packages: eslint-plugin-promise: ^6.0.0 typescript: '*' dependencies: - '@typescript-eslint/eslint-plugin': 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.45.0)(typescript@5.0.4) - '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.0.4) + '@typescript-eslint/eslint-plugin': 5.59.1(@typescript-eslint/parser@5.59.1)(eslint@8.45.0)(typescript@5.1.6) + '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.1.6) eslint: 8.45.0 eslint-config-standard: 17.0.0(eslint-plugin-import@2.27.5)(eslint-plugin-n@15.7.0)(eslint-plugin-promise@6.1.1)(eslint@8.45.0) eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.59.1)(eslint-import-resolver-typescript@3.5.5)(eslint@8.45.0) eslint-plugin-n: 15.7.0(eslint@8.45.0) eslint-plugin-promise: 6.1.1(eslint@8.45.0) - typescript: 5.0.4 + typescript: 5.1.6 transitivePeerDependencies: - supports-color dev: true @@ -1019,7 +1019,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.0.4) + '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.1.6) debug: 3.2.7 eslint: 8.45.0 eslint-import-resolver-node: 0.3.7 @@ -1049,7 +1049,7 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.0.4) + '@typescript-eslint/parser': 5.59.1(eslint@8.45.0)(typescript@5.1.6) array-includes: 3.1.6 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 @@ -2467,14 +2467,14 @@ packages: resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==} dev: true - /tsutils@3.21.0(typescript@5.0.4): + /tsutils@3.21.0(typescript@5.1.6): 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.0.4 + typescript: 5.1.6 dev: true /type-check@0.4.0: @@ -2502,9 +2502,9 @@ packages: is-typed-array: 1.1.10 dev: true - /typescript@5.0.4: - resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==} - engines: {node: '>=12.20'} + /typescript@5.1.6: + resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} + engines: {node: '>=14.17'} hasBin: true dev: true