Skip to content

Commit c6e0bc4

Browse files
authored
build: update to tslib 2.2.0 (#22869)
The Angular framework dependencies will soon start to use tslib 2.2.0 as dependency. We want to also update our dependencies to tslib v2.2.0 as otherwise multiple versions of tslib would end up in application bundles. The v2.2.0 version of tslib is backwards compatible, so we can update even though we do not use TS 4.3 in the project yet.
1 parent 793e1f1 commit c6e0bc4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"rxjs": "^6.5.3",
6868
"rxjs-tslint-rules": "^4.33.1",
6969
"systemjs": "0.19.43",
70-
"tslib": "^2.1.0",
70+
"tslib": "^2.2.0",
7171
"zone.js": "~0.11.3"
7272
},
7373
"devDependencies": {

packages.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# version for the placeholders.
44
ANGULAR_PACKAGE_VERSION = "^12.0.0 || ^13.0.0-0"
55
MDC_PACKAGE_VERSION = "^12.0.0-canary.00b5899dc.0"
6-
TSLIB_PACKAGE_VERSION = "^2.1.0"
6+
TSLIB_PACKAGE_VERSION = "^2.2.0"
77
RXJS_PACKAGE_VERSION = "^6.5.3"
88

99
# Each placer holder is used to stamp versions during the build process, replacing the key with it's

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12986,7 +12986,7 @@ tsickle@^0.38.0:
1298612986
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.38.1.tgz#30762db759d40c435943093b6972c7f2efb384ef"
1298712987
integrity sha512-4xZfvC6+etRu6ivKCNqMOd1FqcY/m6JY3Y+yr5+Xw+i751ciwrWINi6x/3l1ekcODH9GZhlf0ny2LpzWxnjWYA==
1298812988

12989-
12989+
[email protected], tslib@^2.2.0:
1299012990
version "2.2.0"
1299112991
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.2.0.tgz#fb2c475977e35e241311ede2693cee1ec6698f5c"
1299212992
integrity sha512-gS9GVHRU+RGn5KQM2rllAlR3dU6m7AcpJKdtH8gFvQiC4Otgk98XnmMU+nZenHt/+VhnBPWwgrJsyrdcw6i23w==

0 commit comments

Comments
 (0)