Update to TypeScript 5.3.3, and update our package-lock versions.

Review Request #13558 — Created Feb. 19, 2024 and submitted — Latest diff uploaded

Information

Spina
master

Reviewers

Spina is now using TypeScript 5.3.3 instead of 4.9. This doesn't
currently impact anything, and in fact the built files are the same
between versions, but it will help us maintain compatibility with
consumers, stay on top of newer releases, and eventually integrate with
features like Stage 3 decorators.

It did catch some type issues, which have been addressed in prior
changes.

package-lock.json has also been updated for the latest version of all
pinned dependencies.

Unit tests pass.

Built new deliverables and diffed them against a build from the prior set
of dependencies. There aren't any changes.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Update to TypeScript 5.3.3, and update our package-lock versions.
Spina is now using TypeScript 5.3.3 instead of 4.9. This doesn't currently impact anything, and in fact the built files are the same between versions, but it will help us maintain compatibility with consumers, stay on top of newer releases, and eventually integrate with features like Stage 3 decorators. It did catch some type issues, which have been addressed in prior changes. `package-lock.json` has also been updated for the latest version of all pinned dependencies.
67d8b7e5ffa706c4baac083f84857ecf6845f68f Christian Hammond
package.json
package-lock.json
Loading...