Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fae7ee8

Browse filesBrowse files
committed
fix: revert to ts 4.2.3 to fix failing ci tests
1 parent 106c323 commit fae7ee8
Copy full SHA for fae7ee8

File tree

Expand file treeCollapse file tree

4 files changed

+68
-41
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+68
-41
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"request-promise-native": "^1.0.8",
8585
"rimraf": "^3.0.2",
8686
"semver": "^6.1.0",
87-
"typescript": "~4.2.3",
87+
"typescript": "~4.1.5",
8888
"vuepress": "^1.5.0",
8989
"webpack": "^4.0.0",
9090
"yorkie": "^2.0.0"

‎packages/@vue/cli-plugin-typescript/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-plugin-typescript/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@types/jest": "^24.0.19",
5353
"@types/mocha": "^5.2.6",
5454
"jscodeshift": "^0.10.0",
55-
"typescript": "~4.2.3",
55+
"typescript": "~4.1.5",
5656
"vue-class-component": "^7.2.3",
5757
"vue-property-decorator": "^9.1.2"
5858
}

‎packages/@vue/cli-ui/package.json

Copy file name to clipboardExpand all lines: packages/@vue/cli-ui/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"prismjs": "^1.20.0",
6161
"rss-parser": "^3.8.0",
6262
"shortid": "^2.2.15",
63-
"typescript": "~4.2.3",
63+
"typescript": "~4.1.5",
6464
"watch": "^1.0.2"
6565
},
6666
"devDependencies": {

‎yarn.lock

Copy file name to clipboardExpand all lines: yarn.lock
+65-38Lines changed: 65 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2812,11 +2812,6 @@
28122812
resolved "https://registry.yarnpkg.com/@types/ejs/-/ejs-2.7.0.tgz#bc84e083eae38f64a287a6dab9012bbe1d96e295"
28132813
integrity sha512-kM2g9Fdk/du24fKuuQhA/LBleFR4Z4JP2MVKpLxQQSzofF1uJ06D+c05zfLDAkkDO55aEeNwJih0gHrE/Ci20A==
28142814

2815-
"@types/eslint-visitor-keys@^1.0.0":
2816-
version "1.0.0"
2817-
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
2818-
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
2819-
28202815
"@types/execa@^0.9.0":
28212816
version "0.9.0"
28222817
resolved "https://registry.yarnpkg.com/@types/execa/-/execa-0.9.0.tgz#9b025d2755f17e80beaf9368c3f4f319d8b0fb93"
@@ -3200,49 +3195,76 @@
32003195
resolved "https://registry.yarnpkg.com/@types/zen-observable/-/zen-observable-0.8.0.tgz#8b63ab7f1aa5321248aad5ac890a485656dcea4d"
32013196
integrity sha512-te5lMAWii1uEJ4FwLjzdlbw3+n0FZNOvFXHxQDKeT0dilh7HOzdMzV2TrJVUzq8ep7J4Na8OUYPRLSQkJHAlrg==
32023197

3203-
"@typescript-eslint/eslint-plugin@^2.33.0":
3204-
version "2.34.0"
3205-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
3206-
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
3198+
"@typescript-eslint/eslint-plugin@^4.18.0":
3199+
version "4.18.0"
3200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.18.0.tgz#50fbce93211b5b690895d20ebec6fe8db48af1f6"
3201+
integrity sha512-Lzkc/2+7EoH7+NjIWLS2lVuKKqbEmJhtXe3rmfA8cyiKnZm3IfLf51irnBcmow8Q/AptVV0XBZmBJKuUJTe6cQ==
32073202
dependencies:
3208-
"@typescript-eslint/experimental-utils" "2.34.0"
3203+
"@typescript-eslint/experimental-utils" "4.18.0"
3204+
"@typescript-eslint/scope-manager" "4.18.0"
3205+
debug "^4.1.1"
32093206
functional-red-black-tree "^1.0.1"
3207+
lodash "^4.17.15"
32103208
regexpp "^3.0.0"
3209+
semver "^7.3.2"
32113210
tsutils "^3.17.1"
32123211

3213-
"@typescript-eslint/experimental-utils@2.34.0":
3214-
version "2.34.0"
3215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
3216-
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
3212+
"@typescript-eslint/experimental-utils@4.18.0":
3213+
version "4.18.0"
3214+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.18.0.tgz#ed6c955b940334132b17100d2917449b99a91314"
3215+
integrity sha512-92h723Kblt9JcT2RRY3QS2xefFKar4ZQFVs3GityOKWQYgtajxt/tuXIzL7sVCUlM1hgreiV5gkGYyBpdOwO6A==
32173216
dependencies:
32183217
"@types/json-schema" "^7.0.3"
3219-
"@typescript-eslint/typescript-estree" "2.34.0"
3218+
"@typescript-eslint/scope-manager" "4.18.0"
3219+
"@typescript-eslint/types" "4.18.0"
3220+
"@typescript-eslint/typescript-estree" "4.18.0"
32203221
eslint-scope "^5.0.0"
32213222
eslint-utils "^2.0.0"
32223223

3223-
"@typescript-eslint/parser@^2.33.0":
3224-
version "2.34.0"
3225-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
3226-
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
3224+
"@typescript-eslint/parser@^4.18.0":
3225+
version "4.18.0"
3226+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.18.0.tgz#a211edb14a69fc5177054bec04c95b185b4dde21"
3227+
integrity sha512-W3z5S0ZbecwX3PhJEAnq4mnjK5JJXvXUDBYIYGoweCyWyuvAKfGHvzmpUzgB5L4cRBb+cTu9U/ro66dx7dIimA==
32273228
dependencies:
3228-
"@types/eslint-visitor-keys" "^1.0.0"
3229-
"@typescript-eslint/experimental-utils" "2.34.0"
3230-
"@typescript-eslint/typescript-estree" "2.34.0"
3231-
eslint-visitor-keys "^1.1.0"
3229+
"@typescript-eslint/scope-manager" "4.18.0"
3230+
"@typescript-eslint/types" "4.18.0"
3231+
"@typescript-eslint/typescript-estree" "4.18.0"
3232+
debug "^4.1.1"
32323233

3233-
"@typescript-eslint/typescript-estree@2.34.0":
3234-
version "2.34.0"
3235-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
3236-
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
3234+
"@typescript-eslint/scope-manager@4.18.0":
3235+
version "4.18.0"
3236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.18.0.tgz#d75b55234c35d2ff6ac945758d6d9e53be84a427"
3237+
integrity sha512-olX4yN6rvHR2eyFOcb6E4vmhDPsfdMyfQ3qR+oQNkAv8emKKlfxTWUXU5Mqxs2Fwe3Pf1BoPvrwZtwngxDzYzQ==
32373238
dependencies:
3239+
"@typescript-eslint/types" "4.18.0"
3240+
"@typescript-eslint/visitor-keys" "4.18.0"
3241+
3242+
"@typescript-eslint/types@4.18.0":
3243+
version "4.18.0"
3244+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.18.0.tgz#bebe323f81f2a7e2e320fac9415e60856267584a"
3245+
integrity sha512-/BRociARpj5E+9yQ7cwCF/SNOWwXJ3qhjurMuK2hIFUbr9vTuDeu476Zpu+ptxY2kSxUHDGLLKy+qGq2sOg37A==
3246+
3247+
"@typescript-eslint/typescript-estree@4.18.0":
3248+
version "4.18.0"
3249+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.18.0.tgz#756d3e61da8c16ab99185532c44872f4cd5538cb"
3250+
integrity sha512-wt4xvF6vvJI7epz+rEqxmoNQ4ZADArGQO9gDU+cM0U5fdVv7N+IAuVoVAoZSOZxzGHBfvE3XQMLdy+scsqFfeg==
3251+
dependencies:
3252+
"@typescript-eslint/types" "4.18.0"
3253+
"@typescript-eslint/visitor-keys" "4.18.0"
32383254
debug "^4.1.1"
3239-
eslint-visitor-keys "^1.1.0"
3240-
glob "^7.1.6"
3255+
globby "^11.0.1"
32413256
is-glob "^4.0.1"
3242-
lodash "^4.17.15"
32433257
semver "^7.3.2"
32443258
tsutils "^3.17.1"
32453259

3260+
"@typescript-eslint/visitor-keys@4.18.0":
3261+
version "4.18.0"
3262+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.18.0.tgz#4e6fe2a175ee33418318a029610845a81e2ff7b6"
3263+
integrity sha512-Q9t90JCvfYaN0OfFUgaLqByOfz8yPeTAdotn/XYNm5q9eHax90gzdb+RJ6E9T5s97Kv/UHWKERTmqA0jTKAEHw==
3264+
dependencies:
3265+
"@typescript-eslint/types" "4.18.0"
3266+
eslint-visitor-keys "^2.0.0"
3267+
32463268
"@vue/babel-helper-vue-jsx-merge-props@^1.2.1":
32473269
version "1.2.1"
32483270
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.2.1.tgz#31624a7a505fb14da1d58023725a4c5f270e6a81"
@@ -3404,10 +3426,10 @@
34043426
eslint-import-resolver-node "^0.3.3"
34053427
eslint-import-resolver-webpack "^0.12.1"
34063428

3407-
"@vue/eslint-config-typescript@^5.0.2":
3408-
version "5.0.2"
3409-
resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-5.0.2.tgz#c2f3328e70d55d10aeb826f209405397960548c7"
3410-
integrity sha512-GEZOHKOnelgQf5npA+6VNuhJZu9xEJaics3SYUyRjaSay+2SCpEINHhEpt6fXoNy/aIFt8CkDlt9CaEb+QPIcg==
3429+
"@vue/eslint-config-typescript@^7.0.0":
3430+
version "7.0.0"
3431+
resolved "https://registry.yarnpkg.com/@vue/eslint-config-typescript/-/eslint-config-typescript-7.0.0.tgz#220c70c2edf7a253e739298525f4d401b8ef0038"
3432+
integrity sha512-UxUlvpSrFOoF8aQ+zX1leYiEBEm7CZmXYn/ZEM1zwSadUzpamx56RB4+Htdjisv1mX2tOjBegNUqH3kz2OL+Aw==
34113433
dependencies:
34123434
vue-eslint-parser "^7.0.0"
34133435

@@ -8731,6 +8753,11 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
87318753
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
87328754
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
87338755

8756+
eslint-visitor-keys@^2.0.0:
8757+
version "2.0.0"
8758+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
8759+
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
8760+
87348761
eslint@^5.16.0:
87358762
version "5.16.0"
87368763
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea"
@@ -19330,10 +19357,10 @@ typedarray@^0.0.6:
1933019357
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1933119358
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1933219359

19333-
typescript@~3.9.3:
19334-
version "3.9.7"
19335-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
19336-
integrity sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==
19360+
typescript@~4.1.5:
19361+
version "4.1.5"
19362+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.5.tgz#123a3b214aaff3be32926f0d8f1f6e704eb89a72"
19363+
integrity sha512-6OSu9PTIzmn9TCDiovULTnET6BgXtDYL4Gg4szY+cGsc3JP1dQL8qvE8kShTRx1NIw4Q9IBHlwODjkjWEtMUyA==
1933719364

1933819365
ua-parser-js@^0.7.21:
1933919366
version "0.7.21"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.