Update to Yarn 3.0.2 and TypeScript ^4.4.3

issue/311
Kelvin Schoofs 3 years ago
parent 860f65a34d
commit 06c8e21a2b

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -8402,23 +8402,23 @@ resolve@^2.0.0-next.3:
languageName: node
linkType: hard
typescript@^4.3.4:
version: 4.3.5
resolution: "typescript@npm:4.3.5"
typescript@^4.4.3:
version: 4.4.3
resolution: "typescript@npm:4.4.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: bab033b5e2b0790dd35b77fd005df976ef80b8d84fd2c6e63cc31808151875beae9216e5a315fe7068e8499905c3c354248fe83272cdfc13b7705635f0c66c97
checksum: 05823f21796d450531a7e4ab299715d38fd9ded0e4ce7400876053f4b5166ca3dde7a68cecfe72d9086039f03c0b6edba36516fb10ed83c5837d9600532ea4c2
languageName: node
linkType: hard
"typescript@patch:typescript@^4.3.4#~builtin<compat/typescript>":
version: 4.3.5
resolution: "typescript@patch:typescript@npm%3A4.3.5#~builtin<compat/typescript>::version=4.3.5&hash=d8b4e7"
"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
version: 4.4.3
resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin<compat/typescript>::version=4.4.3&hash=32657b"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: bc2c4fdf0f1557fdafe4ef74848c72ebd9c8c60829568248f869121aea2bb20e16649a252431d0acb185ec118143be22bed73d08f64379557810d82756afedde
checksum: 28ab98313afab46788ff41014fdb5932430ada6e03cf9e92ac47f406526a2cac1ae2894834e7da61e46b7429318e9c47f45ba8de323332f0cb9af99b72ebae74
languageName: node
linkType: hard
@ -8612,7 +8612,7 @@ typescript@^4.3.4:
ssh2: ^0.8.9
ssh2-streams: ^0.4.10
ts-loader: ^9.2.3
typescript: ^4.3.4
typescript: ^4.4.3
webpack: ^5.50.0
webpack-cli: ^4.7.2
webview: "workspace:*"
@ -8852,7 +8852,7 @@ typescript@^4.3.4:
style-loader: 1.3.0
ts-loader: ^9.2.5
tslib: ^2.3.1
typescript: ^4.3.4
typescript: ^4.4.3
url-loader: 4.1.1
webpack: ^5.40.0
webpack-cli: ^4.7.2

@ -2,8 +2,6 @@ enableGlobalCache: true
lockfileFilename: .yarn/yarn.lock
preferInteractive: true
nodeLinker: pnp
plugins:
@ -12,4 +10,6 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-3.0.1-git-fixed.cjs
preferInteractive: true
yarnPath: .yarn/releases/yarn-3.0.2-git-fixed.cjs

@ -29,6 +29,8 @@
- Building the same commit on GitHub Actions or your own PC should result in e.g. the same source maps
- The `excludeModules` is now configured (and better handled) by the plugin
- The problem matcher for the `Extension Webview - Watch` task has been simplified and fixed due to the above change
- Updated Yarn to 3.0.2 (with manual git issue fix applied)
- Updated TypeScript to ^4.4.3
## 1.22.0 (2021-09-21)

@ -417,7 +417,7 @@
"source-map": "^0.7.3",
"source-map-support": "^0.5.19",
"ts-loader": "^9.2.3",
"typescript": "^4.3.4",
"typescript": "^4.4.3",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2"
},
@ -436,5 +436,5 @@
"workspaces": [
"./webview"
],
"packageManager": "yarn@3.0.1"
"packageManager": "yarn@3.0.2"
}

@ -43,7 +43,7 @@
"style-loader": "1.3.0",
"ts-loader": "^9.2.5",
"tslib": "^2.3.1",
"typescript": "^4.3.4",
"typescript": "^4.4.3",
"url-loader": "4.1.1",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2",

Loading…
Cancel
Save