This repository was archived by the owner on May 22, 2025. It is now read-only.

Description
Its not a great practice to point production environments to a master branch or a commit hash of a particular library, for that reason can this team please release v0.47.0?
In the future this package should be considered as a part of angular release planning, its has knock on effects for several libraries and is part of the angular ecosystem, and should at least have a supported version released up to the current version of angular.
I think there has been a mistake or something failed with your auto deploy.
#1423 v0.47.0 never got released on npm as a version, see https://www.npmjs.com/package/tsickle
cc: @h-joo @mprobst @frigus02 @mhausner
Steps to reproduce,
install angular v15.2.1 alongside tsickle, notice 0.46.3 (latest available) is incompatible with the current version of typescript supplied and used by angular (typescript version ~4.9.3)
edit:
"typescript": "4.9.4" should also be changed to "typescript": "~4.9.3" in the package.json
so that it stays in line with angular 15.2.1 (eg it will be as up to date as the latest angular 15.2.1 release)