Skip to content
This repository was archived by the owner on Dec 25, 2023. It is now read-only.

Commit ec50795

Browse files
Bump typescript from 4.1.3 to 4.2.4 (#242)
* Bump typescript from 4.1.3 to 4.2.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.1.3...v4.2.4) Signed-off-by: dependabot[bot] <[email protected]> * Lock tslib version * Bump typescript from 4.1.5 to 4.2.4 in /typescript.novaextension Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.2.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.1.5...v4.2.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cameron Little <[email protected]>
1 parent 9352766 commit ec50795

File tree

4 files changed

+22
-24
lines changed

4 files changed

+22
-24
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,11 @@
4444
"rollup": "^2.44.0",
4545
"rollup-plugin-typescript2": "^0.30.0",
4646
"ts-jest": "^26.5.4",
47-
"typescript": "^4.1.3",
47+
"typescript": "^4.2.4",
4848
"vscode-languageserver-protocol": "^3.16.0",
4949
"vscode-languageserver-types": "^3.16.0"
50+
},
51+
"resolutions": {
52+
"tslib": "^2.1.0"
5053
}
5154
}

typescript.novaextension/npm-shrinkwrap.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript.novaextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript.novaextension",
33
"private": true,
44
"dependencies": {
5-
"typescript": "^4.1.5",
5+
"typescript": "^4.2.4",
66
"typescript-language-server": "^0.5.1"
77
}
88
}

yarn.lock

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,16 +1891,16 @@ fs.realpath@^1.0.0:
18911891
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
18921892
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
18931893

1894-
fsevents@^2.1.2, fsevents@~2.1.2:
1895-
version "2.1.3"
1896-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
1897-
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
1898-
1899-
fsevents@~2.3.1:
1894+
fsevents@^2.1.2, fsevents@~2.3.1:
19001895
version "2.3.2"
19011896
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
19021897
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
19031898

1899+
fsevents@~2.1.2:
1900+
version "2.1.3"
1901+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
1902+
integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==
1903+
19041904
function-bind@^1.1.1:
19051905
version "1.1.1"
19061906
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
@@ -4116,15 +4116,10 @@ ts-jest@^26.5.4:
41164116
semver "7.x"
41174117
yargs-parser "20.x"
41184118

4119-
4120-
version "2.1.0"
4121-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
4122-
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
4123-
4124-
tslib@^1.8.1, tslib@^1.9.0:
4125-
version "1.11.2"
4126-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.11.2.tgz#9c79d83272c9a7aaf166f73915c9667ecdde3cc9"
4127-
integrity sha512-tTSkux6IGPnUGUd1XAZHcpu85MOkIl5zX49pO+jfsie3eP0B6pyhOlLXm3cAC6T7s+euSDDUUV+Acop5WmtkVg==
4119+
[email protected], tslib@^1.8.1, tslib@^1.9.0, tslib@^2.1.0:
4120+
version "2.2.0"
4121+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
4122+
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==
41284123

41294124
tsutils@^3.17.1:
41304125
version "3.17.1"
@@ -4191,10 +4186,10 @@ typedarray-to-buffer@^3.1.5:
41914186
dependencies:
41924187
is-typedarray "^1.0.0"
41934188

4194-
typescript@^4.1.3:
4195-
version "4.1.3"
4196-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7"
4197-
integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg==
4189+
typescript@^4.2.4:
4190+
version "4.2.4"
4191+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
4192+
integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
41984193

41994194
union-value@^1.0.0:
42004195
version "1.0.1"

0 commit comments

Comments
 (0)