Adopt TypeScript 5.9 - #50
Open
m-akinc wants to merge 19 commits into
Open
Conversation
…ove rollup-plugin-filesize dependency tree.
typescript/eslint/typescript-eslint and remove rollup-plugin-filesizetypescript/eslint/typescript-eslint and remove rollup-plugin-filesize and rimraf
rajsite
reviewed
Aug 20, 2026
typescript/eslint/typescript-eslint and remove rollup-plugin-filesize and rimraftypescript/eslint/typescript-eslint and remove rollup-plugin-filesize
m-akinc
force-pushed
the
users/makinc/fast-update-typescript
branch
from
August 20, 2026 22:26
8d0cd14 to
51b4756
Compare
m-akinc
marked this pull request as ready for review
August 21, 2026 00:32
rajsite
reviewed
Aug 21, 2026
jattasNI
approved these changes
Aug 21, 2026
…essions, and minor lock file update
m-akinc
force-pushed
the
users/makinc/fast-update-typescript
branch
from
August 21, 2026 22:56
2768f07 to
3f3af1a
Compare
rajsite
reviewed
Aug 22, 2026
rajsite
reviewed
Aug 22, 2026
rajsite
reviewed
Aug 24, 2026
Beachball doesn't handle the string "true" correctly only the actual bool
typescript/eslint/typescript-eslint and remove rollup-plugin-filesize
rajsite
reviewed
Aug 26, 2026
| @@ -0,0 +1,7 @@ | |||
| { | |||
Member
There was a problem hiding this comment.
To keep TS versions aligned should wait until ready to start merging angular 21 changes to merge
rajsite
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
📖 Description
Align
typescriptversion to align with Nimble Angular 21 changes and update dependencies.typescript5.9.3eslintv9 (and related deps)@microsoft/api-extractorpinned to v7.59.0 (which aligns totypescriptv5.9.3)rollup-plugin-filesizetypescriptupdate:"importsNotUsedAsValues": "error"(unsupported since 5.5) to"verbatimModuleSyntax": true"suppressImplicitAnyIndexErrors": true"option (unsupported since 5.5)anytypes where it made sense locally or added@ts-expect-errorstatements to address in future refactors (defining better global types, etceslintupdate:.eslintrcconfig files to modern, flat configs@typescript-eslint/no-non-null-assertion)package.jsonof"type": "module"npm outdatedresults:eslint,typescriptchairequires refactoring@types/nodealigns with GitHub Actions versionreactshould be removed in future update (fast-reactnot leveraged bynimble-reactanymore)prettiershould be removed in future update (nimble removedprettierand should align)